* device/include/malloc.h: removed init_dynamic_memory
[fw/sdcc] / ChangeLog
1 2006-12-10 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/malloc.h: removed init_dynamic_memory
4         * device/lib/malloc.c: made init_dynamic_memory static and automatically
5           call it once from malloc. Also use _sdcc_heap[] from _heap.c
6         * device/lib/_heap.c: new, added, contains _sdcc_heap[]
7         * device/lib/libsdcc.lib,
8         * device/lib/Makefile.in,
9         * support/regression/ports/mcs51-xstack-auto/spec.mk: added _heap.c
10         * doc/sdccman.lyx: documented use of new _heap.c
11         * support/regression/tests/malloc.c: removed init_dynamic_memory
12         * src/cdbFile.c(spacesToUnderscores): new function,
13           (cdbWriteEndFunction, cdbWriteCLine): use spacesToUnderscores, fixes bug
14           1068030
15
16 2006-12-09 Borut Razem <borut.razem AT siol.net>
17
18         * support/cpp2/sdcc.h: prevent multiple inclusion
19         * support/cpp2/options.h: deleted
20
21 2006-12-08 Borut Razem <borut.razem AT siol.net>
22
23         * support/cpp2/sdcc.h: removed x*alloc() macros
24         * support/cpp2/libiberty.h: uncommented out x*alloc() declarations
25         * support/cpp2/Makefile.bcc, support/cpp2/Makefile.in,
26           support/cpp2/sdcpp.sdc: x*alloc files added to the project
27         * support/cpp2/system.h: moved #include "sdcc.h"
28         * support/cpp2/libiberty/xexit.c, support/cpp2/libiberty/xmalloc.c,
29           support/cpp2/libiberty/xstrdup.c, support/cpp2/libiberty/xstrerror.c:
30           added
31         * support/cpp2/sdcppinit.c: added -isysroot, -fsigned-char,
32           -funsigned-char options
33         * support/cpp2/sdcppmain.c: fixed bug 1611411
34
35 2006-12-07 Borut Razem <borut.razem AT siol.net>
36
37         * support/cpp2/cpplib.c: reverted sdcpp special handling of _Pragma()
38           directive
39
40 2006-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
41
42         * src/SDCCsymt.c (addDecl): fixed bug 1609244
43         * src/SDCCmain.c (linkEdit): fixed bug 1609279
44         * doc/sdccman.lyx,
45         * .version: bumped to 2.6.2 because a) it's been a while
46           b) the linker sources have moved c) the preprocessor is upgraded
47
48 2006-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
49
50         * support/regression/tests/snprintf.c: some checks
51         * lib/src/printf_large.c: %bc: read char instead of int from stack
52
53 2006-12-03 Maarten Brock <sourceforge.brock AT dse.nl>
54
55         * device/include/mcs51/cc2430.h: inserted _XPAGE
56
57 2006-12-02 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
58
59         * device/include/mcs51/cc2430.h: added
60
61 2006-12-02 Maarten Brock <sourceforge.brock AT dse.nl>
62
63         * device/include/asm/default/features.h,
64         * device/include/asm/ds390/features.h,
65         * device/include/mcs51/at89s53.h,
66         * device/include/ser.h,
67         * device/include/ser_ir.h,
68         * device/include/serial.h: changed keywords to double underscore variants,
69           fixes bug 1590261 some more, thanks Steven Borley
70
71 2006-12-01 Raphael Neider <rneider AT web.de>
72
73         * src/pic/pcode.c (register_reassign): do not crash on recursive code
74           but emit warning (recursion is not supported for pic14)
75
76 2006-11-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
77
78         * src/mcs51/peeph.def: added 101.a,b (moves to int/long xdata)
79         * doc/sdccman.lyx: various small changes, acknowledged Sourceforge
80
81 2006-11-30 Raphael Neider <rneider AT web.de>
82
83         * src/pic/device.c (dump_sfr): always emit symbols
84         * src/pic/glue.c (pic14printPublics): fixed typo
85
86 2006-11-30 Raphael Neider <rneider AT web.de>
87
88         * src/pic/device.c (create_pic,ram_map): add memRange entries to PIC
89           (pic14_getSharebankSize, pic14_getSharebankAddress): replaced with
90           (pic14_hasSharebank,pic14_isShared,pic14_allRAMShared,
91            pic14_getSharedStack): NEW, evaluate the memRange entries to locate
92            a sharebank, use a non-shared bank for the stack if none available
93         * src/pic/device.h (struct memRange): added linked list next field,
94           added prototypes for above functions
95         * src/pic/ralloc.c (initStack): handle shared and banked stacks,
96           (typeRegWithIdx): accept fixed and unfixed stack registers
97         * src/pic/pcode.c (pCodeInitRegisters): use new functions to create
98           the stack, handle shared and banked stack (except for WSAVE),
99           (insertBankSel): removed useless optimization (will never fire),
100           (FixRegisterBanking): added optimization for devices with only one
101           possibly aliased bank of memory, like 16f84
102         * src/pic/glue.c (pic14_constructAbsMap): back to udata_ovr, as some
103           devices have no SHAREBANK in the linker script
104         * device/include/pic/pic14devices.txt: documented memmap
105         * device/lib/pic/libdev/Makefile.in: removed --stack-loc again
106
107 2006-11-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
108
109         * src/hc08/gen.c (transferRegReg, loadRegFromAop, forceStackedAop,
110           storeRegToAop, freeAsmop, genPlusIncr, genPlus, genPointerGetSetOfs,
111           genAnd, genOr, genXor, genLeftShiftLiteral, genRightShiftLiteral,
112           genhc08Code): switched most of the D (debug) macros to DD (detailed
113           debug) macros to better control clutter in the generated .asm file.
114         * src/hc08/gen.c: (forceStackedAop, genUminus, genLeftShift,
115           genRightShift): fixed bug with non-constant bit shift stored to
116           a volatile result (SF Open Discussion forum thread #1616749).
117           Single byte case is not yet optimized.
118
119 2006-11-28 Maarten Brock <sourceforge.brock AT dse.nl>
120
121         * device/include/asm/mcs51/features.h,
122         * device/include/malloc.h,
123         * device/include/stdio.h: changed keywords to double underscore variants,
124           fixes bug 1590261
125
126 2006-11-27 Borut Razem <borut.razem AT siol.net>
127
128         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
129           support/cpp2/Makefile.in, support/cpp2/cppfiles.c,
130           support/cpp2/output.h, support/cpp2/cppinit.c,
131           support/cpp2/cpplib.c, support/cpp2/cpplib.h,
132           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
133           support/cpp2/cppdefault.c, support/cpp2/system.h,
134           support/cpp2/cpphash.h, support/cpp2/cpplex.c,
135           support/cpp2/cppdefault.h, support/cpp2/mbchar.c,
136           support/cpp2/prefix.c, support/cpp2/except.h,
137           support/cpp2/hwint.h, support/cpp2/cppmacro.c,
138           support/cpp2/line-map.h, support/cpp2/sdcpp.dsp,
139           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
140           support/cpp2/version.c, support/cpp2/cppmain.c,
141           support/cpp2/version.h, support/cpp2/hashtable.c,
142           support/cpp2/cpperror.c:
143           synchronized with GCC CPP release version 3.3.6,
144           the latest where cppmain.c still exists.
145         * support/cpp2/cpptrad.c, support/cpp2/sdcppmain.c,
146           support/cpp2/sdcppinit.c: added
147
148 2006-11-27 Borut Razem <borut.razem AT siol.net>
149
150         * support/cpp2/cpplex.c:
151           fixed _asm ... _endasm handling bug, introduce with GCC CPP
152           synchronization
153         * support/cpp2/cpplib.c: removed definitions of unused variables
154
155 2006-11-26 Borut Razem <borut.razem AT siol.net>
156
157         * support/cpp2/libiberty.h: commented out x*alloc() declarations
158           since they are redefined by macros in support/cpp2/sdcc.h
159         * support/cpp2/sdcc.h: x*alloc macro redefinition
160
161 2006-11-25 Borut Razem <borut.razem AT siol.net>
162
163         * support/cpp2/cppexp.c, support/cpp2/hashtable.h,
164           support/cpp2/configure, support/cpp2/Makefile.in,
165           support/cpp2/cppfiles.c, support/cpp2/output.h,
166           support/cpp2/cppinit.c, support/cpp2/cpplib.c,
167           support/cpp2/config.h, support/cpp2/cpplib.h,
168           support/cpp2/Makefile.bcc, support/cpp2/cpphash.c,
169           support/cpp2/cppdefault.c, support/cpp2/config.in,
170           support/cpp2/system.h, support/cpp2/cpplex.c,
171           support/cpp2/cpphash.h, support/cpp2/mbchar.c,
172           support/cpp2/cppdefault.h, support/cpp2/prefix.c
173           support/cpp2/hwint.h, support/cpp2/mbchar.h,
174           support/cpp2/prefix.h, support/cpp2/cppmacro.c,
175           support/cpp2/configure.in, support/cpp2/intl.h,
176           support/cpp2/sdcpp.dsp, support/cpp2/acconfig.h,
177           support/cpp2/sdcc.h, support/cpp2/mkdeps.c,
178           support/cpp2/version.c, support/cpp2/cppmain.c,
179           support/cpp2/ansidecl.h, support/cpp2/libiberty.h,
180           support/cpp2/hashtable.c, support/cpp2/aclocal.m4,
181           support/cpp2/cpperror.c,
182           support/cpp2/libiberty/safe-ctype.c,
183           support/cpp2/libiberty/safe-ctype.h,
184           support/cpp2/libiberty/splay-tree.c,
185           support/cpp2/libiberty/obstack.c,
186           support/cpp2/libiberty/lbasename.c,
187           support/cpp2/libiberty/splay-tree.h,
188           support/cpp2/libiberty/obstack.h:
189           synchronized with GCC CPP release version 3.2.3,
190           the latest before integration of cpp into gcc
191         * support/cpp2/except.h, support/cpp2/line-map.c,
192           support/cpp2/line-map.h,
193           support/cpp2/libiberty/hex.c,
194           support/cpp2/libiberty/concat.c,
195           support/cpp2/libiberty/filenames.h: added
196         * support/cpp2/intl.c: deleted
197
198 2006-11-24 Borut Razem <borut.razem AT siol.net>
199
200         * src/SDCC.y: enabled compilation of empty source file
201         * support/Util/SDCCerr.[ch]: added sdcc warning 190 -
202           "ISO C forbids an empty source file"
203         * device/lib/_startup.c, device/lib/printf_tiny.c: disable warning 190
204           if all the code is ifdefed out.
205
206 2006-11-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
207
208         * src/hc08/gen.c (genPcall): fix for bug #1601032
209
210 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
211
212         * device/include/mcs51/c8051f000.h, device/include/mcs51/C8051F000.h,
213         * device/include/mcs51/c8051f018.h, device/include/mcs51/C8051F018.h,
214         * device/include/mcs51/c8051f020.h, device/include/mcs51/C8051F020.h,
215         * device/include/mcs51/c8051f040.h, device/include/mcs51/C8051F040.h,
216         * device/include/mcs51/c8051f060.h, device/include/mcs51/C8051F060.h,
217         * device/include/mcs51/c8051f120.h, device/include/mcs51/C8051F120.h,
218         * device/include/mcs51/c8051f200.h, device/include/mcs51/C8051F200.h,
219         * device/include/mcs51/c8051f300.h, device/include/mcs51/C8051F300.h,
220         * device/include/mcs51/c8051f310.h, device/include/mcs51/C8051F310.h,
221         * device/include/mcs51/c8051f320.h, device/include/mcs51/C8051F320.h,
222         * device/include/mcs51/c8051f326.h, device/include/mcs51/C8051F326.h,
223         * device/include/mcs51/c8051f330.h, device/include/mcs51/C8051F330.h,
224         * device/include/mcs51/c8051f340.h, device/include/mcs51/C8051F340.h,
225         * device/include/mcs51/c8051f350.h, device/include/mcs51/C8051F350.h,
226         * device/include/mcs51/c8051f410.h, device/include/mcs51/C8051F410.h:
227           Renamed to all upper case as per the standard set by SiLabs
228
229 2006-11-23 Maarten Brock <sourceforge.brock AT dse.nl>
230
231         * device/include/mcs51/C8051F520.h: new, added
232         * device/include/mcs51/compiler.h: added link about predefined macros
233
234 2006-11-23 Raphael Neider <rneider AT web.de>
235
236         * src/regression/Makefile: add -L path to fresh library
237         * src/regression/simulate: emphasize FAILED output
238         * src/regression/create_stc: output _failures from gpsim
239         * src/regression/compare4.c,
240         * src/regression/rotate6.c: fixed char literals,
241           all compile, all run =8-D
242
243         * src/pic/pcode.h: added isPCASMDIR macro
244         * src/pic/gen.c (genAnd): fixed bit offset
245         * src/pic/ralloc.c (allocNewDirReg,allocDirReg,allocRegByName,
246           packBits): unified register numbering schemes,
247           (newReg): do not insert stack registers into hash table,
248           (initStack): unpinned pseudo stack, simplified,
249           (typeRegWithIdx): fixed retrieval of stack registers,
250         * src/pic/pcode.c (addpCodeComment,sameBank): added,
251           (pCodeReplace): removed invalid assertion,
252           (insertPCodeInstruction): fixed newly added labels,
253           (insertBankSwitch,BankSelect,IsBankChange,DoBankSelect,
254           FixRegisterBankingInFlow,compareBankFlow,FixBankFlow,
255           DumpFlow): removed unsed (broken?) code,
256           (insertBankSel): prevent STATUS from being BANKSELed,
257           (FixRegisterBanking): rewritten from scratch, implemented generic
258             optimizations (suppress BANKSELs to same register and to registers
259             present in all banks),
260           (AnalyzeBanking): update flow after BANKSELection
261
262         * src/pic/glue.c (pic14_constructAbsMap): emit pseudo stack in
263             sharebank, let linker place it, mark STKxx symbols as emitted
264
265 2006-11-21 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
266
267         * src/regression/arrays.c,
268         * src/regression/bank1.c,
269         * src/regression/bool2.c,
270         * src/regression/compare7.c,
271         * src/regression/compare8.c,
272         * src/regression/compare9.c,
273         * src/regression/compare10.c,
274         * src/regression/configword.c,
275         * src/regression/for.c,
276         * src/regression/mult1.c,
277         * src/regression/pointer1.c,
278         * src/regression/rotate6.c,
279         * src/regression/string1.c,
280         * src/regression/struct1.c,
281         * src/regression/Makefile: make PIC14 regression tests run again
282           (3 fail, 6 won't compile)
283
284 2006-11-21 Raphael Neider <rneider AT web.de>
285
286         * device/include/pic16/pic18f4550.h,
287         * device/include/pic16/pic18f4455.h,
288         * device/lib/pic16/libdev/pic18f4550.c,
289         * device/lib/pic16/libdev/pic18f4455.c: fixed #1578591 and #1595144
290         * configure.in: removed superfluous closing bracket
291
292 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
293
294         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
295           always positive.
296
297 2006-11-21 Raphael Neider <rneider AT web.de>
298
299         * src/pic/device.{c,h}: added pic14_getPIC()
300         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
301           (genAnd): added PIC code for one case, fixes #1597044
302         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
303           SFRs that are present in all banks (e.g., STATUS)
304
305 2006-11-20 Raphael Neider <rneider AT web.de>
306
307         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
308           INCFSZ/INCFSZW and declared them as changing Z bit,
309           (insertPCodeInstruction): correctly invert the above instructions,
310           fixes #1599333,
311           (DoBankSelect): don't panic on po_immediates
312
313 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
314
315         * as/link/aslink.h,
316         * as/link/mcs51/lkihx.c (newArea),
317         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
318         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
319
320 2006-11-11 Raphael Neider <rneider AT web.de>
321
322         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
323           bitfield symbols, fixes #1579535 (once more...).
324
325 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
326
327         * support/regression/generate-cases.py,
328         * support/regression/fwk/include/testfwk.h,
329         * support/regression/fwk/lib/testfwk.c: used code pointers,
330           (about 50kByte less code generated for mcs51)
331
332 2006-11-06 Borut Razem <borut.razem AT siol.net>
333
334         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
335           debugger/mcs51/configure: fixed failed check because the function
336           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
337           who submitted the patch for gpsim.
338         * debugger/mcs51/configure.in: removed the result message
339         * debugger/mcs51/Makefile.in: fixed the config.status warning
340           "... seems to ignore the --datarootdir setting"
341
342 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
343
344         * device/include/mcs51/c8051f020.h,
345         * device/include/mcs51/c8051f040.h,
346         * device/include/mcs51/c8051f060.h,
347         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
348         * src/z80/gen.c (gencjneshort),
349         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
350
351 2006-10-31 Borut Razem <borut.razem AT siol.net>
352
353         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
354           debugger/mcs51/configure: get readline version
355
356 2006-10-30 Borut Razem <borut.razem AT siol.net>
357
358         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
359         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
360           debugger/mcs51/configure: locate readline even when cross compiling
361         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
362
363 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
364
365         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
366           serial port.
367
368 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
369
370         * device/include/malloc.h,
371         * device/lib/calloc.c,
372         * device/lib/free.c,
373         * device/lib/malloc.c,
374         * device/lib/realloc.c: moved definition of struct into sources
375         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
376
377 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
378
379         * as/asx8051.dsp: corrected output directories
380         * as/link/hc08: new directory for hc08 linker
381         * as/hc08/aslink.h,             as/link/aslink.h,
382         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
383         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
384         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
385         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
386         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
387         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
388         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
389         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
390         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
391         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
392         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
393         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
394         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
395         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
396         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
397         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
398         * as/link/hc08/conf.mk,
399         * configure,
400         * configure.in,
401         * Makefile.in,
402         * sdcc.dsw: moved hc08 linker to as/link/hc08
403         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
404         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
405         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
406         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
407         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
408         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
409         * as/link/mcs51/aslink.dsp,
410         * as/link/mcs51/Makefile.in: factored out the common files
411         * as/hc08/lkstore.c: deleted, use the one already in as/link/
412         * as/clean.mk: extra cleaning common files
413         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
414         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
415         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
416
417 2006-10-29 Raphael Neider <rneider AT web.de>
418
419         * src/pic/ralloc.c (newReg): create aliases for registers with
420           multiple names to fix #1579535 and #1584001,
421           (regWithIdx,dirregWithName): resolve aliases on lookup
422         * src/pic/pcode.c (DoBankSelect): die with error message on failing
423           bankselect
424         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
425           to prevent build errors on small devices
426
427 2006-10-28 Raphael Neider <rneider AT web.de>
428
429         * src/pic/gen.c (genFunction,genCall): drop "same code page"
430           assumption within interrupt handlers, fixes #1584940
431         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
432           "emitted" to avoid emitting them again in udata
433
434 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
435
436         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
437         Removed.
438
439 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
440
441         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
442         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
443         on/off CR to CRLF conversion.
444
445 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
446
447         * doc/sdccman.lyx: updated IRQ section
448
449 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
450
451         * device/lib/serial_io.c: removed
452         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
453         replacements for serial_io.c
454
455 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
456
457         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
458
459 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
460
461         * device/lib/serial_io.c: Default putchar() and getchar() for
462           mcs51 uses serial port.
463
464 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
465
466         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
467
468 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
469
470         * support/regression/ports/mcs51/support.c: smaller
471         _sdcc_external_startup()
472         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
473
474 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * device/lib/gbz80/crt0.s,
477         * device/lib/gbz80/crt0_rle.s,
478         * device/lib/gbz80/div.s,
479         * device/lib/gbz80/fstubs.s,
480         * device/lib/gbz80/heap.s,
481         * device/lib/gbz80/mul.s,
482         * device/lib/gbz80/putchar.s,
483         * device/lib/gbz80/stubs.s,
484         * device/lib/z80/crt0.s,
485         * device/lib/z80/crt0_rle.s,
486         * device/lib/z80/div.s,
487         * device/lib/z80/fstubs.s,
488         * device/lib/z80/heap.s,
489         * device/lib/z80/mul.s,
490         * device/lib/z80/putchar.s,
491         * device/lib/z80/stubs.s: reverted, I was mistaken
492
493 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
494
495         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
496         * support/regression/ports/mcs51/support.c: removed race
497         condition on TI in _putchar allowing to use serial port mode 0
498
499 2006-10-20 Borut Razem <borut.razem AT siol.net>
500
501         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
502
503 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
504
505         * device/lib/gbz80/crt0.s,
506         * device/lib/gbz80/crt0_rle.s,
507         * device/lib/gbz80/div.s,
508         * device/lib/gbz80/fstubs.s,
509         * device/lib/gbz80/heap.s,
510         * device/lib/gbz80/mul.s,
511         * device/lib/gbz80/putchar.s,
512         * device/lib/gbz80/stubs.s,
513         * device/lib/z80/crt0.s,
514         * device/lib/z80/crt0_rle.s,
515         * device/lib/z80/div.s,
516         * device/lib/z80/fstubs.s,
517         * device/lib/z80/heap.s,
518         * device/lib/z80/mul.s,
519         * device/lib/z80/putchar.s,
520         * device/lib/z80/stubs.s: removed all leading underscores from area names
521
522 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
523
524         * support/regression/ports/mcs51/support.c: use highest baudrate so the
525           regression tests are not waiting in the simulator for simulated
526           transmission of debug output
527
528 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
529
530         * device/lib/printf_large.c: slightly smaller
531         * doc/sdccman.lyx: do not use spaces within html links
532
533 2006-10-16 Borut Razem <borut.razem AT siol.net>
534
535         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
536           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
537           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
538           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
539           debugger/mcs51/configure:
540           [ 1185668 ] add gnu readline support to sdcdb - enabled
541
542 2006-10-16 Raphael Neider <rneider AT web.de>
543
544         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
545           fixes #1577882, removes close to all banking optimizations
546
547 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
548
549         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
550           variables in code memory
551         * support/regression/tests/absolute.c: added test for this
552
553 2006-10-15 Raphael Neider <rneider AT web.de>
554
555         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
556           devices,
557           (BankSelect): emit BANKSEL before touching linker-placed regs,
558           fixes #1570934
559
560 2006-10-10 Raphael Neider <rneider AT web.de>
561
562         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
563         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
564         * src/pic/main.c (_pic14_parseOptions),
565         * src/pic/main.h: mostly reverted to previous state, now use results
566             from SDCCmain.c's argument parsing
567
568 2006-10-10 Borut Razem <borut.razem AT siol.net>
569
570         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
571           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
572           [ 1185668 ] add gnu readline support to sdcdb -
573           prepared for READLINE, not enabled yet,
574           thanks to <tal.bav AT gmail.com>
575
576 2006-10-10 Raphael Neider <rneider AT web.de>
577
578         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
579         * src/pic16/devices.inc,
580         * device/include/pic16 (pic18f[24]620.h),
581         * device/include/pic18fregs.h,
582         * device/lib/pic16/pics.all,
583         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
584             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
585             Gary Plumbridge and Anton Strobl
586
587 2006-10-10 Raphael Neider <rneider AT web.de>
588
589         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
590           --stack-siz=NUM options to configure the argument passing stack
591         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
592         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
593           (pic14_getSharebankSize): obey --stack-siz=NUM,
594           (pic14_getSharebankAddress): obey --stack-loc=NUM
595
596 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
597
598         * doc/sdccman.lyx: added to the manual
599         * doc/figures/ddd_example.png: added (neither pdflatex nor
600         most browsers seem to like the .eps file)
601
602 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
603
604         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
605         to /tmp and /var/tmp acc. LSB
606         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
607         RESULT_TYPE_IFX
608         * support/regression/tests/onebyte.c: added test
609
610 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
611
612         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
613
614 2006-10-05 Borut Razem <borut.razem AT siol.net>
615
616         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
617           thanks to dfulab:
618           - sdcc.dsw: changed property eol-style to CRLF
619           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
620
621 2006-10-04 Raphael Neider <rneider AT web.de>
622
623         * device/include/pic/{pic16f84.h,pic16f84a.h},
624         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
625           from patch #1522504, thanks to Robas Teodor
626
627 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
628
629         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
630           fixes bug 1566015
631
632 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
633
634         * src/pic16/glue.c (pic16emitMaps),
635         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
636         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
637         * device/lib/pic16/libc/string/memcpypgm2ram.c,
638         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
639           Philipp Krause
640         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
641         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
642
643 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
644
645         * support/librarian/sdcclib.c: Added option -l.
646         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
647           usage totals.
648         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
649           using Windows command prompt.
650
651 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
652
653         * device/lib/libsdcc.lib: added module rand
654         * src/ds390/ralloc.c (rematStr),
655         * src/hc08/ralloc.c (rematStr),
656         * src/mcs51/ralloc.c (rematStr),
657         * src/z80/ralloc.c (rematStr): made output more consistent
658         * src/mcs51/gen.c: cosmetic changes
659
660 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
661
662         * src/port.h: added mem.cabs_name to PORT
663         * src/ds390/main.c,
664         * src/hc08/main.c,
665         * src/mcs51/main.c,
666         * src/pic16/main.c,
667         * src/pic/main.c,
668         * src/xa51/main.c,
669         * src/z80/main.c: added cabs_name initializers
670         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
671           constants
672           (emitMaps): emit absolutes in code memory into cabs_name
673         * src/SDCCmem.c,
674         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
675         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
676         * support/regression/fwk/include/testfwk.h: added define for at
677         * support/regression/tests/absolute.c: added, new
678
679 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
680
681         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
682           optimizations, see also patch 887161 by Stas Sergeev
683         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
684           to be necessary anymore,
685           (102, 103, 104, 127): renamed all occurances of bp to _bp
686
687 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
688
689         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
690           thanks Weston T. Schmidt for patch 1555221
691         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
692         * src/SDCCicode.c(geniCodeMultiply): small optimization
693
694 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
695
696         * device/include/stdlib.h: added rand prototypes
697         * device/lib/rand.c: new, added
698         * device/lib/Makefile.in: added rand.c
699         * src/z80/peeph.def,
700         * src/z80/peeph-gbz80.def,
701         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
702
703 2006-09-20 Raphael Neider <rneider AT web.de>
704
705         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
706
707 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
708
709         * as/link/aslink.h: cosmetic changes
710         * as/link/mcs51/Makefile.in,
711         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
712
713 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
714
715         * as/link/aslink.h,
716         * as/link/mcs51/aslink.h,
717         * as/link/z80/aslink.h: merged and moved to as/link/
718         * as/link/lkstore.c,
719         * as/link/mcs51/lkstore.c: moved to as/link/
720         * as/link/clean.mk: remove *.o
721         * as/link/mcs51/alloc.h: deleted
722         * as/link/mcs51/lkarea.c: added lnksect prototype
723         * as/link/mcs51/lkdata.c,
724         * as/link/mcs51/lklex.c,
725         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
726         * as/link/mcs51/lkmem.c,
727         * as/link/mcs51/lknoice.c: removed include strcmpi.h
728         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
729         * as/link/mcs51/aslink.dsp,
730         * as/link/mcs51/Makefile.aslink,
731         * as/link/mcs51/Makefile.bcc,
732         * as/link/mcs51/Makefile.in: updated for moved files
733         * as/link/z80/lkarea.c,
734         * as/link/z80/lkhead.c,
735         * as/link/z80/lklex.c,
736         * as/link/z80/lklibr.c,
737         * as/link/z80/lklist.c,
738         * as/link/z80/lkmain.c,
739         * as/link/z80/lkrloc.c,
740         * as/link/z80/lksym.c: synced with mcs51
741         * as/link/z80/lkdata.c,
742         * as/link/z80/lkeval.c,
743         * as/link/z80/lkihx.c,
744         * as/link/z80/lks19.c: cosmetic changes
745         * as/link/z80/Makefile.in,
746         * as/link/z80/linkgbz80.dsp,
747         * as/link/z80/linkz80.dsp: updated for moved files
748
749 2006-09-16 Borut Razem <borut.razem AT siol.net>
750
751         * debugger/mcs51/sdcdb.c: partially fixed
752           [ 1203664 ] sdcdb fails to open files w. two "." periods
753         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
754           debugger/mcs51/symtab.h: fixed indenting
755         * configure.in, configure: up to date with latest Maarten's changes
756
757 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
758
759         as/link/mcs51
760         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
761         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
762         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
763         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
764         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
765         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
766         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
767         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
768         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
769         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
770         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
771         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
772         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
773         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
774         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
775         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
776         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
777         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
778         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
779         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
780         as/link/mcs51/alloc.h,
781         as/link/mcs51/clean.mk,
782         as/link/mcs51/conf.mk,
783         as/link/mcs51/Makefile.bcc,
784         as/link/mcs51/Makefile.in,
785         as/link/mcs51/readme.390,
786         as/link/mcs51/strcmpi.c,
787         as/link/mcs51/strcmpi.h,
788         as/mcs51/clean.mk,
789         as/mcs51/Makefile.bcc,
790         as/mcs51/Makefile.in,
791         configure,
792         Makefile.in,
793         sdcc.dsw: moved mcs51 linker to as/link/mcs51
794
795 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
796
797         * as/link,
798         * as/link/Makefile.in,
799         * as/link/z80/linkgbz80.dsp,
800         * as/link/z80/linkz80.dsp,
801         * configure,
802         * link,
803         * link/clean.mk,
804         * link/Makefile.in,
805         * link/README,
806         * link/z80,
807         * link/z80/aslink.h,
808         * link/z80/clean.mk,
809         * link/z80/conf.mk,
810         * link/z80/linkgbz80.dsp,
811         * link/z80/linkz80.dsp,
812         * link/z80/lkarea.c,
813         * link/z80/lkdata.c,
814         * link/z80/lkeval.c,
815         * link/z80/lkgb.c,
816         * link/z80/lkgg.c,
817         * link/z80/lkhead.c,
818         * link/z80/lkihx.c,
819         * link/z80/lklex.c,
820         * link/z80/lklibr.c,
821         * link/z80/lklist.c,
822         * link/z80/lkmain.c,
823         * link/z80/lkrloc.c,
824         * link/z80/lks19.c,
825         * link/z80/lksym.c,
826         * link/z80/Makefile.in,
827         * Makefile.in,
828         * sdcc.dsw: moved link/ to as/link/
829
830 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * as/mcs51/i51mch.c (machine): fixed warning
833
834 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
835
836         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
837
838 2006-09-09 Borut Razem <borut.razem AT siol.net>
839
840         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
841           sdcdb WIN32 native port
842         * src/clean.mk: fixed
843
844 2006-09-08 Borut Razem <borut.razem AT siol.net>
845
846         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
847
848 2006-09-08 Raphael Neider <rneider AT web.de>
849
850         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
851         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
852             to gplink to disable processor mismatch warning and to allow
853             the use of devices with only aliased (shared) memory banks,
854           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
855
856 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
857
858         * doc/sdccman.lyx: Some re-formating plus example on using
859           #pragma preproc_asm +/-
860
861 2006-09-07 Borut Razem <borut.razem AT siol.net>
862
863         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
864           section
865
866 2006-09-06 Borut Razem <borut.razem AT siol.net>
867
868         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
869           line at sdcc.nsi:153
870         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
871
872 2006-09-05 Borut Razem <borut.razem AT siol.net>
873
874         * configure.in, configure: support for winsock2
875         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
876           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
877           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
878           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
879           debugger/mcs51/symtab.h: sdcdb WIN32 native port
880
881 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
882
883         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
884           and OP_DEFS
885         * support/regression/tests/bug1551947.c: new, added
886         * src/SDCCsymt.h: strings are char* not byte*
887
888 2006-09-05 Raphael Neider <rneider AT web.de>
889
890         * device/lib/pic16/libdev/pic18f4550.c,
891           device/include/pic16/pic18f4550.h: added PORTD/TRISD
892             declarations/definitions from patch #1520949
893
894 2006-09-05 Raphael Neider <rneider AT web.de>
895
896         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
897           byte-aligned bitfields, fixes #1539278
898
899 2006-09-05 Raphael Neider <rneider AT web.de>
900
901         * src/pic/gen.c (genReceive): skip unreferenced arguments,
902           fixes #1544120
903
904 2006-09-04 Borut Razem <borut.razem AT siol.net>
905
906         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
907         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
908           -mno-cygwin is a part of the compiler name
909         * support/scripts/sdcc_mingw32: don't disable ucsim
910
911 2006-09-03 Borut Razem <borut.razem AT siol.net>
912
913         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
914         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
915
916 2006-09-03 Raphael Neider <rneider AT web.de>
917
918         * src/pic/ralloc.c,
919         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
920           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
921           fixes #1550049
922
923 2006-09-01 Borut Razem <borut.razem AT siol.net>
924
925         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
926           to make ppc-osx happy
927
928 2006-08-31 Borut Razem <borut.razem AT siol.net>
929
930         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
931         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
932         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
933         * support/regression/ports/ds390/spec.mk,
934           support/regression/ports/mcs51/spec.mk,
935           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
936           To run regression tests in mingw environment:
937           make DEV_NULL=NUL CC=gcc
938
939 2006-08-30 Borut Razem <borut.razem AT siol.net>
940
941         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
942           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
943           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
944           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
945           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
946           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
947           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
948           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
949           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
950           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
951           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
952           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
953           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
954           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
955           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
956           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
957           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
958           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
959           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
960           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
961           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
962           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
963           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
964           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
965           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
966           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
967           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
968           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
969           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
970           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
971           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
972           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
973           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
974           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
975           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
976           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
977           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
978           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
979           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
980           ucsim WIN32 native port
981
982 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
983
984         * doc/sdccman.lyx: added note on dynamic memory heap initialization
985
986 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
987
988         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
989         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
990
991 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
992
993         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
994         * support/regression/tests/bug1546986.c: new, added
995         * as/mcs51/.cvsignore,
996         * debugger/mcs51/.cvsignore,
997         * src/.cvsignore: deleted
998
999 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1000
1001         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
1002           definitions)
1003
1004 2006-08-20 Borut Razem <borut.razem AT siol.net>
1005
1006         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
1007           removed cl_listen_console::match(), cl_console::match(),
1008           restructured cl_commander::proc_input()
1009
1010 2006-08-16 Borut Razem <borut.razem AT siol.net>
1011
1012         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
1013           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
1014           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
1015
1016 2006-08-14 Borut Razem <borut.razem AT siol.net>
1017
1018         * support/regression/Makefile.in,
1019           support/regression/ports/pic14/gpsim.cmd,
1020           support/regression/ports/pic14/spec.mk,
1021           support/regression/ports/pic14/support.c:
1022           added pic14 regression test
1023
1024 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
1025
1026         * as/doc/asxhtm.html: documented changed ABS behaviour
1027         * as/doc/README: fixed some typos
1028
1029 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
1030
1031         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
1032           not defined on host
1033
1034 2006-08-12 Borut Razem <borut.razem AT siol.net>
1035
1036         * support/regression/fwk/include/testfwk.h,
1037           support/regression/fwk/lib/testfwk.c,
1038           support/regression/generate-cases.py,
1039           support/regression/Makefile.in:
1040           regression test framework does not depend on function pointers and
1041           variable arguments
1042
1043 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1044
1045         * device/include/stddef.h: c temporary hack to fix bug 1518273
1046
1047 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1048
1049         * device/include/mcs51/cc2510fx.h: added
1050         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
1051           to projects.
1052
1053 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
1054
1055         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
1056         * as/z80/Makefile.in: added strcmpi.c
1057         * as/z80/z80adr.c: added upper case registers and lower case conditionals
1058         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
1059
1060 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
1061
1062         * device/lib/gbz80/asm_strings.s,
1063         * device/lib/gbz80/crt0_rle.s,
1064         * device/lib/gbz80/div.s,
1065         * device/lib/gbz80/mul.s,
1066         * device/lib/gbz80/shift.s,
1067         * device/lib/z80/asm_strings.s,
1068         * device/lib/z80/crt0_rle.s,
1069         * device/lib/z80/div.s,
1070         * device/lib/z80/mul.s,
1071         * device/lib/z80/shift.s: changed to all lower case menmonics except the
1072           flags which are all upper case
1073
1074 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1075
1076         * as/z80/asm.h: made CASE_SENSITIVE 1
1077         * link/z80/aslink.h: made CASE_SENSITIVE 1
1078         * src/z80/gen.c (throughout): made all conditionals upper case
1079         * support/regression/tests/bug1503067.c: new
1080
1081 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
1082
1083         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
1084           (shiftIntoPair): added case 2 for PAIR_IY,
1085           (setupToPreserveCarry): replaced parameters with iCode and check if
1086            PAIR_DE is in use to fix bug 1399290,
1087           (genPlus, genMinus): updated call to setupToPreserveCarry
1088         * support/regression/tests/bug1399290.c: new
1089
1090 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
1091
1092         * device/lib/Makefile.in (Z80SOURCES): enabled float support
1093         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
1094         * src/ds390/gen.c (shiftRLong),
1095         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
1096         * src/mcs51/gen.c (sameReg): changed to sameByte,
1097           (xch_a_aopGet): new,
1098           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
1099            shiftRLong): fixed bug 1533966
1100         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
1101           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
1102         * support/regression/Makefile.in: disabled z80, enabled ucz80
1103         * support/regression/tests/float_trans.c: enabled test for z80 and host
1104         * support/regression/tests/shifts2.c: new, for testing bug 1533966
1105
1106 2006-08-01 Borut Razem <borut.razem AT siol.net>
1107
1108         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
1109           comparison is always false due to limited range of data type
1110           on PPC64 machine (openpower-linux1) where "char = unsigned char"
1111
1112 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
1113
1114         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
1115         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
1116         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
1117         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
1118
1119 2006-07-31 Borut Razem <borut.razem AT siol.net>
1120
1121         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
1122           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
1123           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
1124           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
1125           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
1126           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
1127           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
1128           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
1129           enable ucsim mingw compilation. Serial port is disabled,
1130           since it uses termios.h API, which is not available on native
1131           WIN32
1132
1133 2006-07-31 Borut Razem <borut.razem AT siol.net>
1134
1135         * Small Device C Compiler 2.6.0 released
1136         * support/scripts/sdcc.nsi: added FULL_DOC option
1137         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
1138
1139 2006-07-28 Borut Razem <borut.razem AT siol.net>
1140
1141         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
1142         * doc/INSTALL.txt: updated
1143
1144 2006-07-27 Borut Razem <borut.razem AT siol.net>
1145
1146         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
1147           device/lib/pic/libdev/Makefile.in: fixed bug
1148           [ 1438354 ] pic libsdcc: distclean doesn't work
1149         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
1150           device/lib/pic16/libio/Makefile.in: fixed bug
1151           [ 1438344 ] pic16 lib: clean doesn't work properly
1152         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
1153
1154 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * device/lib/pic/libsdcc/fsdiv.c,
1157         * device/lib/pic/libsdcc/fsmul.c,
1158         * device/lib/pic16/libsdcc/float/fsdiv.c,
1159         * device/lib/pic16/libsdcc/float/fsmul.c,
1160         * device/lib/_fsdiv.c,
1161         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
1162         * support/regression/tests/bug1520966.c: added
1163         * doc/knownbugs.html: removed [ 1520966 ] from the list
1164
1165 2006-07-25 Borut Razem <borut.razem AT siol.net>
1166
1167         * configure.in, configure, sdccconf_in.h: fixed bug
1168           [ 1519095 ] regression test onebyte.c fails on ppc64 host
1169         * doc/knownbugs.html: removed [ 1519095 ] from the list
1170
1171 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
1172
1173         * doc/knownbugs.html: added, contains list of known bugs at release
1174         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
1175
1176 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * device/include/mcs51/compiler.h: added SFRX for xdata based special
1179           function registers and corrected defaults with additional warning
1180         * device/lib/malloc.c: cosmetic changes
1181         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
1182         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
1183           (fillGaps): and used it
1184
1185 2006-07-20 Raphael Neider <rneider AT web.de>
1186
1187         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
1188           output unless SDCCPICDEBUG is set
1189         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
1190           output if SILENT is set
1191
1192 2006-07-11 Borut Razem <borut.razem AT siol.net>
1193
1194         * doc/README.txt: updated
1195
1196 2006-07-10 Borut Razem <borut.razem AT siol.net>
1197
1198         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
1199           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
1200           in WIN32 installation
1201         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
1202           release candidate 1
1203
1204 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
1205
1206         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
1207         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
1208
1209 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
1212
1213 2006-07-06 Borut Razem <borut.razem AT siol.net>
1214
1215         * support/regression/tests/bitfields.c:
1216           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
1217         * support/regression/tests/constantRange.c:
1218           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
1219
1220 2006-07-04 Borut Razem <borut.razem AT siol.net>
1221
1222         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
1223           src/port.mk,
1224           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1225           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1226           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1227           reverted changes from 2006-07-03
1228         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
1229         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
1230           added CPPFLAGS, used by the host port
1231
1232 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
1233
1234         * support/regression/valdiag/tests/switch.c,
1235         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
1236         * support/regression/tests/libmullong.c: fixed for host
1237         * support/regression/ports/host/spec.mk: disable all warnings for host,
1238         SDCC runs with --less-pedantic too
1239
1240 2006-07-03 Borut Razem <borut.razem AT siol.net>
1241
1242         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
1243           defined CPPFLAGS
1244         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
1245         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
1246           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
1247           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
1248           include ../port.mk
1249         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
1250           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
1251           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
1252           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
1253
1254 2006-07-02 Raphael Neider <rneider AT web.de>
1255
1256         * src/pic16/devices.inc,
1257         * device/include/pic16/pic18fregs.h,
1258         * device/include/pic16/pic18f4550.h,
1259         * device/lib/pic16/pics.all,
1260         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
1261
1262 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
1263
1264         * as/hc08/lkaomf51.c (OutputName),
1265         * as/mcs51/lkaomf51.c (OutputName),
1266         * as/z80/asmain.c (asmbl),
1267         * src/ds390/main.c (asmLineNodeFromLineNode),
1268         * src/hc08/ralloc.c (hc08_assignRegisters),
1269         * src/mcs51/main.c (asmLineNodeFromLineNode),
1270         * src/xa51/ralloc.c (checkRegMask),
1271         * src/xa51/gen.c (emitcode),
1272         * src/z80/gen.c (_emit2),
1273         * src/SDCCast.c (searchLitOp),
1274         * src/SDCCglobl.h,
1275         * support/packihx/packihx.c,
1276         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
1277         * src/ds390/gen.c (aopPutUsesAcc),
1278         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
1279         * support/regression/tests/libmullong.c (mullong_wrapper),
1280         * src/SDCCsymt.c (powof2),
1281         * src/SDCCast.c,
1282         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
1283         * src/SDCCsymt.h: added TYPE_TARGET_*
1284         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
1285         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
1286         SDCCast because 1) header problems 2) this is the right place
1287         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
1288         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
1289         prototype
1290
1291 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1292
1293         * src/SDCCicode.h: removed buggy semicolon in unused macro
1294         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1295         search for previous definiton of auto symbols too,
1296         (findPrevUse): fixed logic of emitWarnings
1297
1298 2006-06-26 Raphael Neider <rneider AT web.de>
1299
1300         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1301           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1302
1303 2006-06-25 Raphael Neider <rneider AT web.de>
1304
1305         * device/lib/pic/libm: NEW, added math library functions
1306         * device/lib/pic/libsdcc: NEW; added float support functions
1307         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1308         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1309           NEW, added math related headers
1310         * device/include/asm/pic/features.h: NEW
1311         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1312           (popGet): allow larger offsets for AOP_PCODE,
1313           (genDataPointerSet): handle literals explicitly, more debug output,
1314           (genAssign): fixed for float using aopLiteral ;-)
1315         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1316           GOTO initialisation routine
1317         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1318           flag on registers, fixes #1469043 (local variables do not work)
1319         * src/pic/main.c (_pic14_do_link),
1320         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1321           available
1322
1323 2006-06-25 Borut Razem <borut.razem AT siol.net>
1324
1325         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1326           characters printed (not including the trailing '\0' used to end
1327           output to strings). Problem detected in regression test bug-927659.c.
1328           NOTE: printf() family functions should return int instead
1329           unsigned int!
1330         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1331           specifier are printed as themselves
1332         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1333           support flags, width and precision specifiers
1334
1335 2006-06-24 Borut Razem <borut.razem AT siol.net>
1336
1337         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1338           to the list of sdcc tagrets not supporting bit type
1339         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1340           testfor pic16 due to bug:
1341           [ 1511794 ] pic16: regression test bug-895992.c fails
1342
1343 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1344
1345         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1346         * src/SDCCglue.c (initPointer), fixed bug 1496419
1347         * support/regression/tests/bug1496419.c: new, added
1348
1349 2006-06-22 Borut Razem <borut.razem AT siol.net>
1350
1351         * support/regression/ports/pic16/support.c: use gpsim usart module from
1352           libgpsim_modules library
1353
1354 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1355
1356         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1357         IP0H to IPH0.
1358
1359 2006-06-19 Raphael Neider <rneider AT web.de>
1360
1361         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1362         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1363           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1364           (pic14printExterns,pic14printPublics,pic16printPublics,
1365           pic16_printExterns): use new functions to emit symbols
1366           (picglue,pic16glue): emit publics before emitting externs
1367         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1368           locally defined functions to avoid bug #1443651
1369         * support/regression/tests/bug-716242.c: removed pic16 workaround
1370         * support/regression/ports/pic16/spec.mk: ignore errors during build
1371
1372 2006-06-19 Raphael Neider <rneider AT web.de>
1373
1374         * src/pic/glue.h: added pic14aopLiteral prototype
1375         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1376         * src/pic/gen.c: removed stdint.h dependency
1377           (aopGet): use Safe_strdup()
1378           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1379           (genDataPointerSet): use pic14aopLiteral()
1380         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1381           for pic16; thanks to Bernhard and Maarten
1382
1383 2006-06-18 Borut Razem <borut.razem AT siol.net>
1384
1385         * support/regression/tests/structflexarray.c: flexible array members
1386           not supported by gcc < 3
1387         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1388           GUI tool by default
1389         * src/pic/gen.c: don't include [p]strdin.h on solaris
1390         * support/Util/pstdint.h: addad svn attributes
1391         * support/regression/tests/constantRange.c,
1392           support/regression/tests/rotate.c: include inttypes.h instead
1393           stdint.h on solaris, addad svn attributes
1394
1395 2006-06-18 Raphael Neider <rneider AT web.de>
1396
1397         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1398           int for PIC16
1399         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1400           (pic16_genMinusBits): simplified sign-extension
1401           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1402             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1403             adjusted to correctly handle mixed-signed operands, disabled
1404             now unused multiplciation routines
1405         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1406           (assignResultValue): added argument denoting the size of the result
1407             as returned by the function (fixes upcasts in assigning from
1408             function calls: char foo(); int i = foo();)
1409           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1410             function result to assignResultValue
1411           (genMult): disabled inlined multiplication code
1412           (genDiv): augmented to also handle the modulus operator, fixed to
1413             handle mixed-signed operands correctly
1414           (genMod): simply call genDiv, disabled unused code
1415           (genAssign): fixed missing (sign-)extension on result
1416         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1417             valid char operands, allow signed operands for native code, added
1418             division and modulo operator handling
1419         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1420
1421         As a consequence, onebyte.c (if split into two files) and muldiv.c
1422         pass regression tests.
1423
1424 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1425
1426         * doc/Makefile.in: two runs of makeindex seem needed to get
1427         correct page references in the index of sdccman.pdf
1428         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1429
1430 2006-06-17 Borut Razem <borut.razem AT siol.net>
1431
1432         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1433
1434 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1435
1436         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1437         mentioned ec2drv and paulmon
1438
1439 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1440
1441         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1442           consecutive abs areas
1443           (find_empty_space, allocate_space): added map to handle codemap or
1444            xdatamap,
1445           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1446            absolute idata and xdata
1447         * as/mcs51/lkmem.c (summary2): updated legend
1448
1449 2006-06-16 Raphael Neider <rneider AT web.de>
1450
1451         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1452
1453 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1454
1455         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1456           1208515
1457         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1458
1459 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1460
1461         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1462         value of generic pointers,
1463         * src/avr/main.c,
1464           src/ds390/main.c,
1465           src/hc08/main.c,
1466           src/izt/i186.c,
1467           src/izt/tlcs900h.c,
1468           src/mcs51/main.c,
1469           src/pic/main.c,
1470           src/pic16/main.c,
1471           src/xa51/main.c,
1472           src/z80/main.c: PORT structure, added elements for gp_tags field,
1473         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1474         fields in the PORT structure of each port,
1475         * src/SDCCast.c (decorateType): allow processing of generic pointers
1476         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1477         S_FIXED symbols
1478
1479 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1480
1481         * link/z80/lkgb.c,
1482         * link/z80/lkgg.c,
1483         * src/pic16/gen.c,
1484         * src/pic16/main.c,
1485         * src/pic16/pcode.c,
1486         * src/pic/main.c,
1487         * src/pic/pcoderegs.c,
1488         * src/SDCCicode.c,
1489         * src/SDCCmain.c,
1490         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1491           bug 1504689 on minGW
1492
1493 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1494
1495         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1496
1497 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1498
1499         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1500
1501 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1502
1503         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1504           for optimization
1505
1506 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1507
1508         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1509         to a char variable. Fixed bug #1504211
1510         * device/include/pic16/adc.h,
1511         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1512         and fixed bug #1364390
1513
1514 2006-06-10 Borut Razem <borut.razem AT siol.net>
1515
1516         * CVSROOT: removed the CVS left-over
1517
1518 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1519
1520         * as/hc08/asmain.c (asexit),
1521         * as/hc08/lkmain.c (lkexit),
1522         * as/mcs51/asmain.c (asexit),
1523         * as/mcs51/lkmain.c (lkexit),
1524         * src/SDCCglue.c (DEFSETFUNC),
1525         * src/SDCCmain.c (linkEdit, assemble),
1526         * support/librarian/sdcclib.c (AddRel),
1527           replaced unlink() by standard C remove()
1528         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1529         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1530           gatherImplicitVariables): new, added to fix bug 608752,
1531           (createFunction): added gatherImplicitVariables()
1532         * src/SDCCast.h: added createRMW prototype
1533         * src/SDCCsymt.h (struct symbol): added infertype
1534         * support/regression/tests/bug608752.c: new, added
1535
1536 2006-06-10 Raphael Neider <rneider AT web.de>
1537
1538         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1539           multibyte dummy reads (fixes #1503234)
1540
1541 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1542
1543         * device/include/mcs51/compiler.h: new, added header file to enable
1544           creating common sfr definition header files for different compilers
1545
1546 2006-06-05 Raphael Neider <rneider AT web.de>
1547
1548         * src/pic16/{pcode.h,genarith.c}:
1549           introduced pCodeOp combining any two pCodeOps (previously only
1550           two register operands could be combined), removed pcop2 from
1551           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1552         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1553         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1554           rewritten to use new PO_TWO_OPS
1555         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1556         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1557           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1558           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1559           (pic16_get_op): embraced return arg to allow #define return(x),
1560             added new case for combined opcodes
1561           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1562           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1563            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1564
1565 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1566
1567         * src/SDCCval.c (checkConstantRange): added
1568         * src/SDCCval.h: added checkConstantRange
1569         * support/Util/SDCCerr.c,
1570         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1571         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1572         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1573         * src/SDCCast.c (decorateType): added checkConstantRange,
1574         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1575         can be emitted with the correct always true/false warning,
1576         added optimization for double '!';
1577         result of decorateType() must be assigned back to the tree, because
1578         decorateType() can change the tree
1579         * src/SDCCicode.c (geniCodeLogic),
1580         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1581         (checkConstantRange): removed, it was only a fragment which never
1582         emitted a warning
1583         * src/SDCCsymt.c (computeType): fixed promotion for
1584         "-1 < (unsigned bit) b"
1585         * src/pic/ralloc.c (packRegsForAssign),
1586         * src/pic16/ralloc.c (packRegsForAssign),
1587         * src/hc08/ralloc.c (packRegsForAssign),
1588         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1589         from mcs51
1590         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1591         * support/regression/tests/constantRange.c: added
1592         * support/valdiag/tests/constantRange.c: added
1593         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1594
1595 2006-06-02 Borut Razem <borut.razem AT siol.net>
1596
1597         * support/regression/ports/pic16/support.c: increase stack size
1598           to 255 bytes
1599         * support/regression/Makefile.in: sort tests by name so that the
1600           resutlts can be compared on different machines / platforms
1601
1602 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1603
1604         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1605         * src/ds390/gen.c (emitLabel): new, added,
1606           (genDjnz): fixed stack overflow bug,
1607           (throughout): cosmetic changes to sync with mcs51/gen.c,
1608           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1609         * src/mcs51/gen.c (genEndFunction): small optimization,
1610           (throughout): cosmetic changes to sync with ds390/gen.c
1611
1612 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1613
1614         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1615           (_print_format): fixed printing pointers
1616         * src/mcs51/gen.c (emitLabel, movb): new, added,
1617           (genAssign): small optimization,
1618           (genDjnz): fixed stack overflow bug,
1619           (throughout): replaced sprintf with SNPRINTF,
1620           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1621           replaced emitcode("mov", "b,...") with MOVB(...),
1622           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1623           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1624         * src/mcs51/peeph.def: added rules 140 and 264
1625         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1626           so they may get optimized into registers
1627
1628 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1629
1630         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1631           immediately when encountered,
1632           (printUsage): always use stderr even on windows
1633
1634 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1635
1636         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1637         (processParms): fixed bug #1247551
1638         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1639         parseCmdLine, main): print '--version' to stdout,
1640         print 'help' to stdout if --help is given,
1641         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1642         arguments are given; fixed --help
1643
1644 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1645
1646         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1647         * support/regression/tests/bug-1493710.c: added
1648
1649 2006-05-27 Borut Razem <borut.razem AT siol.net>
1650
1651         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1652           static instead auto
1653         * support/regression/ports/pic16/support.c: increase stack size
1654           from default 64 bytes to 128 bytes
1655         * support/regression/tests/staticinit.c,
1656           support/regression/tests/float.c: regression tests fully enabled
1657           for pic16 port by putting the initialized data arrays into the code
1658           section
1659         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1660           This was changed by mistake in the previous version.
1661
1662 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1663
1664         * src/pic16/gen.c (genFunction, genEndFunction): some
1665         beautifications, fixed bug with falsely restoring FSR2 in large
1666         stack model, thanks to Beau E. Cox for reporting the bug
1667
1668 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1669
1670         * debugger/mcs51/break.c,
1671         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1672           use %p to print pointers, made address variables unsigned
1673         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1674         * debugger/mcs51/symtab.c (parseSymbol): must return something
1675         * src/mcs51/gen.c (aopForSym): small optimization,
1676            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1677           (freeAsmop): added missing break,
1678           (aopPut): removed parameter bvolatile, determine it inside the function,
1679           (saveRegisters, unsaveRegisters): small optimization,
1680           (genIpush): removed pointless check,
1681           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1682           replaced sprintf with SNPRINTF,
1683           replaced strcpy with strncpyz,
1684           updated aopPut calls,
1685           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1686         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1687
1688 2006-05-24 Borut Razem <borut.razem AT siol.net>
1689
1690         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1691           modification of test for the pic16 port, put the array to the code
1692           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1693
1694 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1695
1696         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1697         * support/Util/pstdint.h: added
1698
1699 2006-05-22 Borut Razem <borut.razem AT siol.net>
1700
1701         * src/regression/Makefile: removed bool2.c test, added -q linker option
1702         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1703           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1704           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1705           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1706           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1707           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1708           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1709           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1710           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1711
1712 2006-05-22 Raphael Neider <rneider AT web.de>
1713
1714         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1715           bug #1492360 (problematic due to generic pointers, see code)
1716
1717 2006-05-22 Borut Razem <borut.razem AT siol.net>
1718
1719         * support/regression/ports/pic16/specs.mk: removed stack size linker
1720           directive
1721         * support/regression/tests/array.c,
1722           support/regression/tests/bitopcse.c,
1723           support/regression/tests/bug-908454.c,
1724           support/regression/tests/malloc.c: modified for pic16 regression test
1725         * support/regression/tests/bitfields.c:
1726           pic16 - excluded bitfileds of size > 8
1727         * support/regression/tests/bp.c: pic16 - reduced data size
1728         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1729         * support/regression/tests/bug-460010.c:
1730           pic16 - used the absolute address the fits in memory
1731         * support/regression/tests/bug-716242.c:
1732           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1733         * support/regression/tests/float.c:
1734           pic16 - excluded - data size too big
1735         * support/regression/tests/onebyte.c:
1736           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1737         * support/regression/tests/shifts.c:
1738           pic16 - function names probably have to differ in first X characters
1739           (gpasm limitation?)
1740         * support/regression/tests/staticinit.c:
1741           pic16 - excluded some tests due error: no target memory available for
1742           section ".idata"
1743
1744 2006-05-22 Borut Razem <borut.razem AT siol.net>
1745
1746         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1747           second try. Thanks Stas Sergeev once more.
1748
1749 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1750
1751         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1752           (genLeftShift, genRightShift): fixed bug 1491627
1753         * src/hc08/peeph.def (rules 7, 8.x): added
1754         * support/regression/tests/shifts.c (ShiftLeftByParam,
1755           ShiftRightByParam, testShiftByParam): added to test variable shifting
1756
1757 2006-05-20 Raphael Neider <rneider AT web.de>
1758
1759         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1760         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1761           (allocReg): add only new registers to dynAllocRegs,
1762           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1763             #1489055, #1445850, and probably #1483693
1764
1765 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1766
1767         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1768         bug in for-loop that didn't emit the last of CONFIG and ID registers
1769
1770 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1771
1772         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1773           with offset
1774         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1775           1489016, 1434401 and 1490124
1776         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1777           1489016, 1434401 and 1490124
1778
1779 2006-05-17 Borut Razem <borut.razem AT siol.net>
1780
1781         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1782           thanks Stas Sergeev
1783
1784 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1785
1786         * device/include/mcs51/P89c51RD2.h,
1787         * device/include/mcs51/P89LPC901.h,
1788         * device/include/mcs51/P89LPC922.h,
1789         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1790
1791 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1792
1793         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1794         to fix missing stack pragma in compiled binary object file,
1795
1796 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1797
1798         * support/packihx/configure.in,
1799         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1800         determine sizeof basic types even while cross compiling
1801
1802 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1803
1804         * src/avr/gen.c (aopop),
1805         * src/ds390/gen.c (aopOp),
1806         * src/hc08/gen.c (aopOp),
1807         * src/mcs51/gen.c (aopop),
1808         * src/pic16/gen.c (pic16_aopOp),
1809         * src/pic/gen.c (aopOp),
1810         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1811         if size of operand is smaller than spill location
1812
1813 2006-05-12 Borut Razem <borut.razem AT siol.net>
1814
1815         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1816           have to have CR/LF line endings even if they are checked out on *nix
1817           or on WIN32 in cygwin binmode
1818
1819 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1820
1821         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1822         * device/include/ds80c390.h: added sfr16 definitions
1823         * src/ds390/gen.c,
1824         * src/ds390/gen.h,
1825         * src/ds390/main.c,
1826         * src/ds390/ralloc.c,
1827         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1828           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1829           bit returning functions
1830         * support/regression/tests/sfr16.c: enabled test on ds390
1831
1832 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1833
1834         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1835         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1836
1837 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1838
1839         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1840         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1841           (cl_address_space constructor): removed expensive initialization,
1842           (cl_address_space::get_cell): extended for late initialization,
1843           (cl_address_space::*): use late initialization,
1844           (cl_address_decoder::activate): removed expensive initialization,
1845           This reduced regression test running time by 25%
1846
1847 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1848
1849         * packihx/,
1850         * configure.in,
1851         * configure,
1852         * sdcc.dsw,
1853         * Makefile.bcc,
1854         * Makefile.in,
1855         * support/packihx/Makefile.in,
1856         * support/packihx/clean.mk,
1857         * support/packihx/Makefile.bcc,
1858         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1859
1860 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1861
1862         * src/SDCCval.c (valNot): fix for regression test failure
1863           of not.c on big endian hosts
1864
1865 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1866
1867         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1868
1869 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1870
1871         * device/lib/mcs51/Makefile.in: changed string comparison operator
1872           to = for POSIX compliance; == is bash extension
1873
1874 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1875
1876         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1877           kosmonaut_pirx
1878
1879 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1880
1881         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1882         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1883         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1884         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1885         bug report #1478657,
1886
1887 2006-05-05 Borut Razem <borut.razem AT siol.net>
1888
1889         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1890           making the html
1891
1892 2006-05-02 Borut Razem <borut.razem AT siol.net>
1893
1894         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1895           create *.ind, which made make to fail if invoked with -j 2
1896
1897 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1898
1899         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1900           Hubert Sack for patch 1479782
1901
1902 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1903
1904         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1905
1906 2006-05-01 Raphael Neider <rneider AT web.de>
1907
1908         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1909           (create_pic): store only prefix-free device name,
1910           (init_pic): check for device names with "16" prefix,
1911           (list_valid_pics),
1912         * src/pic/device.h (struct PIC_device),
1913         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1914             stored device name,
1915         * device/include/pic/pic12f{635,675,629,683}.h,
1916         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1917         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1918         * device/include/pic/pic16f505.h,
1919         * device/lib/pic/libdev/pic16f505.c: removed
1920         * device/include/pic/pic14devices.txt: added support for pic12f
1921             devices, removed unsupported non 16-bit devices
1922             [above changes provided by patch from Zik Saleeba]
1923         * src/pic/*, src/pic16/*, device/include/pic16/*,
1924           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1925
1926 2006-05-01 Borut Razem <borut.razem AT siol.net>
1927
1928         * configure.in, configure, doc/Makefile.in:
1929           sync with nightly build makefile - latex, dvipdf and dvips
1930           not needed any more
1931
1932 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1933
1934         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1935         in the library source
1936
1937 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1938
1939         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1940
1941 2006-04-28 Raphael Neider <rneider AT web.de>
1942
1943         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1944         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1945           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1946         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1947
1948 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1949
1950         * device/lib/pic/libdev/Makefile.in,
1951         * device/lib/hc08/Makefile.in,
1952         * device/lib/gbz80/Makefile.in,
1953         * device/lib/z80/Makefile.in,
1954         * device/lib/ds390/Makefile.in,
1955         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1956         thanks to Borut for the bug report
1957         * configure.in,
1958         * configure: always create doc/Makefile independent from --enable-doc
1959         * Makefile.in: always install from directory doc independent from
1960         --enable-doc
1961         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1962         removed
1963         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1964         * doc/Makefile.in: install *.txt if present
1965         * device/include/Makefile.in (install): added installation of pic/*.inc
1966         and pic/*.txt files again, they were erroneously removed
1967
1968 2006-04-28 Raphael Neider <rneider AT web.de>
1969
1970         * src/pic/{gen.c,main.h,pcode.c},
1971         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1972             concerning signedness with casts
1973
1974 2006-04-28 Raphael Neider <rneider AT web.de>
1975
1976         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1977             definition of an interrupt handler,
1978         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1979             interrupt handler stuff from picglue() to separate routine,
1980           (picglue): enabled definition of intr handlers in files w/o main()
1981
1982 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1983
1984         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1985           compilation with MSVC 2005 Express Edition (VC8)
1986
1987 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1988
1989         * device/lib/Makefile: fixed build of gbz80 lib
1990
1991 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1992
1993         * support/regression/tests/bug-460010.c,
1994         * support/regression/tests/bug-524691.c,
1995         * support/regression/tests/bug-716242.c: removed conditional defines
1996           that are already in testfwk.h
1997
1998 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1999
2000         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
2001           (AccAXRsh1): added, shift right by 1,
2002           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
2003            AccAXLrl1
2004         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
2005
2006 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
2007
2008         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
2009         remove cast to same type
2010         * src/SDCCast.c (decorateType): fix for RFE 1475742,
2011         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
2012         * as/z80/Makefile,
2013         * link/z80/Makefile: removed, they have moved to
2014         Makefile.in files
2015         * configure,
2016         * configure.in: replaced duplicate message about ucsim by missing sdcpp
2017         * install-sh: fix bug #1204398 by setting umask 0022
2018         * device/lib/Makefile: separate build of z80 and gbz80 lib
2019
2020 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
2021
2022         Enabled VPATH feature: changed nearly all Makefiles (149 files).
2023         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
2024
2025         One basic decision: e.g. src/clean.mk includes further files. In order
2026         to make this work there are two solutions:
2027         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
2028           run configure on them. This way they can use
2029           'include $(srcdir)/port-clean.mk'
2030         - always include clean.mk by the Makefile at the same level. To avoid
2031           that `make clean` tries to include and build Makefile.dep the
2032           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
2033           implemented, because now even `make uninstall` doesn't create
2034           Makefile.in. clean.mk could be eliminated by pasting it in
2035           Makefile.in.
2036
2037         * debugger/mcs51/Makefile.in: build own objects from library sources
2038         (SLIB, SDCC) in current directory
2039
2040         * configure, configure.in: renamed --disable-device-lib-build in
2041         --disable-device-lib; added --enable-doc, the required tools are
2042         searched by configure; added result message; the toolchain for the
2043         belonging ports are now only built, if the port is enabled.
2044
2045         * support/regression/*: all output is written in directory gen, because
2046         the fwk and ports directories don't livet in the build tree using vpath
2047
2048         * doc/sdccman.lyx: renamed --disable-device-lib-build to
2049         --disable-device-lib, added --enable-doc, added section VPATH
2050
2051         * sim/ucsim/configure.in,
2052         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
2053         z80 are enabled by default
2054
2055 2006-04-24 Raphael Neider <rneider AT web.de>
2056
2057         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
2058             to config word, "pic14_"-prefixed some extern functions
2059           (pic14_emitConfigWord): emit __config directive(s) if assignment to
2060             config word has been found
2061         * src/pic/device.h: added prototypes
2062         * src/pic/pcode.c: added "pic14_"-prefix where needed
2063         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
2064             fixup
2065         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
2066             words,
2067           (pic14emitRegularMap): ignore config words,
2068           (pic14createInterruptVect): moved generating __config directives away
2069           (picglue): have __config directives emitted
2070
2071 2006-04-24 Borut Razem <borut.razem AT siol.net>
2072
2073         * doc/Makefile: sync with nightly build makefile
2074
2075 2006-04-24 Raphael Neider <rneider AT web.de>
2076
2077         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
2078             registers that have not been assigned proper liveranges,
2079             fixes #1469504 and #1474602,
2080           (pCodeRegOptimizeRegUsage): fixed typo in comment
2081
2082 2006-04-24 Borut Razem <borut.razem AT siol.net>
2083
2084         * device/examples/main8051.c: deleted - it was removed from CVS
2085           24.mar.2000 and after that modified 18.feb.2001, so it reappered
2086           after the transition to Subversion
2087         * src/SDCCalloc.h: deleted - it was removed  from CVS
2088           3.feb.2001 and after that modified 18.feb.2001, so it reappered
2089           after the transition to Subversion
2090         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
2091           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
2092           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
2093           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
2094
2095 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
2096
2097         * as/asx8051.dsp: added mcs51/strcmpi.h
2098         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
2099         * as/hc08/aslink.h: updated lnksect prototype
2100         * as/hc08/asm.h,
2101         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
2102         * as/hc08/asmain.c,
2103         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
2104           (newdot): handle A_ABS
2105         * as/hc08/asout.c,
2106         * as/mcs51/asout.c (outarea): output address
2107         * as/hc08/lkaomf51.c,
2108         * as/mcs51/lkaomf51.c: disabled unused array UsageType
2109         * as/hc08/m08pst.c,
2110         * as/mcs51/i51pst.c,
2111         * as/z80/z80pst.c: "ABS" is not A_OVR
2112         * as/hc08/lkarea.c (newarea): read a_addr,
2113           (lnkarea): added codemap array, sort absolute areas to the front,
2114            combine all GSINITx/GSFINAL,
2115           (find_empty_space, allocate_space): new functions,
2116           (lnksect): return next address, handle absolute sections
2117         * as/mcs51/lkarea.c (newarea): read a_addr,
2118           lnksect2 prototype changed,
2119           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
2120           (find_empty_space, allocate_space): new, factored out of lnksect2,
2121           (lnksect2): return next address, handle absolute sections
2122         * as/hc08/lkhead.c,
2123         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
2124         * as/hc08/lklibr.c (addfile, fndsym),
2125         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
2126           index out of range and detect both '\' and '/'
2127         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
2128         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
2129           regression tests (ds390 cannot return bool yet)
2130         * doc/sdccman.lyx: changed version number, document changed --no-peep,
2131           document critical interrupts on z80, document changed SDCC define
2132         * src/asm.c (_asxxxx_mapping): fixed .org directive,
2133           (_a390_mapping): added .org directive
2134         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
2135           (genMultOneByte): fixed warnings
2136         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
2137           ones
2138         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
2139         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
2140           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
2141         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
2142         * src/pic16/main.c: removed newReg prototype
2143         * src/pic16/pcode.c,
2144         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
2145           warnings
2146         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
2147           ones
2148         * src/pic16/ralloc.c
2149         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
2150           to fix warnings
2151         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
2152           from short to PIC_OPTYPE
2153         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
2154         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
2155           optype from short to PIC_OPTYPE
2156         * src/port.h: made int_size unsigned to fix warnings
2157         * src/SDCC.y: fixed warning on MSVC
2158         * src/SDCCicode.c (getArraySizePtr): return unsigned int
2159         * src/SDCCopt.c (convertToFcall): fixed warnings
2160         * src/SDCCsymt.h: removed double prototype for genSymName
2161         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
2162           offset int to fix warnings
2163
2164 2006-04-22 Borut Razem <borut.razem AT siol.net>
2165
2166         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2167           references to CVS replaced with Subversion
2168
2169 2006-04-21 Borut Razem <borut.razem AT siol.net>
2170
2171         * doc/sdccman.lyx, */Makefile, */Makefile.in:
2172           references to CVS replaced with Subversion
2173
2174 2006-04-19 Borut Razem <borut.razem AT siol.net>
2175
2176         * src/version.awk: adapted for svn
2177         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
2178           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
2179           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
2180           /binutils-avr/etc/*.vi, *.jin: removed all properties
2181           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
2182
2183 2006-04-19 Borut Razem <borut.razem AT siol.net>
2184
2185         * CVS to Subversion migration completed
2186
2187 2006-04-18 Borut Razem <borut.razem AT siol.net>
2188
2189         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
2190           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
2191
2192 2006-04-17 Borut Razem <borut.razem AT siol.net>
2193
2194         * device/include/Makefile.in: added pic/*.inc to the installation
2195
2196 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
2197
2198         * support/regression/collate-results.py: fixed output in case of
2199         a valdiag error
2200         * support/regression/generate-cases.py: fixed splitting of pathnames
2201         with dots
2202         * as/hc08/lklibr.c (addfile),
2203         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
2204
2205 2006-04-11 Raphael Neider <rneider AT web.de>
2206
2207         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
2208         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
2209         * src/pic16/pcode.c (assignValnums): fixed #1460578
2210
2211 2006-04-11 Raphael Neider <rneider AT web.de>
2212
2213         * device/lib/pic/libdev/*.c,
2214         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
2215           fixes #1468739, enables compilation in --std-c99 mode
2216         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
2217
2218 2006-04-11 Raphael Neider <rneider AT web.de>
2219
2220         * src/pic/device.c (find_device): removed debug output
2221           (list_valid_pics): enabled verbose listing of supported devices
2222         * device/include/stdbool.h: define bool as char for pic14/16 as well
2223
2224 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2225
2226         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
2227
2228 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
2229
2230         * .version: bumped version to 2.5.6
2231         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
2232
2233 2006-04-06 Raphael Neider <rneider AT web.de>
2234
2235         * .version: bumped version to 2.5.6 (pic14 ABI changed)
2236         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
2237         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
2238           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
2239             pic14_constructAbsMap
2240           (pic14printPublics): declare absolute global symbols as global
2241           (pic14createInterruptVect),
2242         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
2243           (newReg): assume new registers unused, use correct name in
2244             hashtable (reg->name instead of name), more debugLog output
2245         * src/pic/device.h (PIC_device): added fields for verbose output
2246         * src/pic/device.c: moved device definition to pic14devices.txt,
2247             added routines for runtime parsing of pic14devices.txt,
2248             added support for second config word
2249         * src/pic/main.c (_process_pragma): removed #pragma maxram,
2250           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
2251           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
2252           (_pic14_parseOptions): moved pCodeInitRegisters here
2253           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
2254         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
2255           (pCodeInitRegisters): rewrapped comments, perpared new approach to
2256             handling the pseudo stack
2257         * device/lib/Makefile.in: ignore failures in objects-pic16,
2258         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
2259         * device/lib/pic/NEWS: document new dependency on picXXX.lib
2260         * device/lib/pic/Makefile.subdir,
2261         * device/lib/pic16/Makefile.subdir: improved clean rules
2262         * device/lib/pic/libdev/: NEW, pic14 device libraries
2263         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
2264         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
2265         * device/include/Makefile.in: create subdir and install pic14 headers
2266         * device/include/pic/p16f_common.inc: removed unused declarations
2267         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
2268             PICs from inc2h.pl v1.6,
2269             replaced BIT_AT macros with struct declarations
2270         * device/include/pic/pic14devices.txt: definition of supported devices,
2271             all above improvements contributed by Zik Saleeba, thanks
2272         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
2273         * support/scripts/sdcc.nsi: also install pic14 device libraries and
2274             headers
2275
2276 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2277
2278         * device/include/mcs51/c8051f410.h: added interrupt numbers,
2279         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
2280           thanks to Charles Olds
2281
2282 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2283
2284         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
2285
2286 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
2287
2288         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
2289         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
2290         * support/regression/bug1464657.c: added, new test
2291
2292 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2295           version number
2296
2297 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2298
2299         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2300           --no-peep and --peep-file <file> are used don't use default rules but
2301           do use the <file>
2302
2303 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2304
2305         * src/mcs51/gen.c (genCall): fixed bug 1457608
2306
2307 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2308
2309         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2310         changes seem to cause (trigger?) problems with the build system.
2311
2312 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2313
2314         * src/SDCCpeeph.c (operandsLiteral): new, added,
2315           (callFuncByName): inserted operandsLiteral
2316         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2317
2318 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2319
2320         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2321         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2322
2323 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2324
2325         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2326           implemented patch 1120823 Thanks to Willy De la Court (normal
2327           interrupts need an interrupt number now if they are made critical),
2328           and enabled nesting of critical functions though not for gbz80
2329           (genCritical, genEndCritical): added functions
2330           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2331         * src/z80/mappings.i: added "ei" to all mappings
2332
2333 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2334
2335         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2336         submitted by the Debian SDCC maintainer Aurelien Jarno:
2337         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2338         archive with gcc 4.1 on mips and wrote the patch"
2339
2340 2006-03-16 Raphael Neider <rneider AT web.de>
2341
2342         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2343           the left operand is shorter than the result (c* = lit-c* + int),
2344           fixes bug #1450796
2345         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2346           OP_SYMBOL
2347
2348 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2349
2350         * src/.version: increased version number to 2.5.5
2351         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2352         linking is done manually in pic16 port's _linkEdit,
2353         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2354         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2355         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2356         allocate asmop as AOP_ACC,
2357         (aopForRemat): added parameter 'bool result' in function declaration,
2358         (pic16_aopGet): return AOP_ACC when accessing WREG,
2359         (pic16_popGetTempReg): minor modification,
2360         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2361         'pic16_allocWithIdx',
2362         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2363         calling function in absolute addresses,
2364         (genAssign): take into account AOP_ACC asmop,
2365         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2366         * src/pic16/pcoderegs.c: some debug functions and lines added,
2367         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2368         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2369         register too,
2370         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2371         call to allocReg, not by manually allocating a new one,
2372         (pic16_assignRegisters): now before going through the register
2373         allocating functions mark all registers as free. This eliminates some
2374         side effects resulting from peephole parser done earlier in the backbone
2375
2376 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2377
2378         * src/SDCCicode.c (geniCodeLogic),
2379         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2380
2381 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2382
2383         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2384           (genSend): bugfix, do not allocate and free twice,
2385           (shiftRLong): handle partially overlapping aops
2386         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2387
2388 2006-03-08 Borut Razem <borut.razem AT siol.net>
2389
2390         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2391           for pic16
2392
2393 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2394
2395         * support/regression/tests/bug1409955.c: new, added
2396         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2397         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2398           (aopForSym, aopOp): increment asmop.allocated if reused,
2399           (freeAsmop): decrement asmop.allocated and check for zero instead of
2400           using asmop.freed,
2401           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2402           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2403            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2404            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2405            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2406            genSignedRightShift, genRightShift, genDataPointerGet,
2407            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2408            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2409             in reverse order from allocation,
2410           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2411             added swappedLR to keep track
2412         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2413           pdata & code for GCC, z80, gbz80 & hc08
2414         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2415
2416 2006-03-08 Raphael Neider <rneider AT web.de>
2417
2418         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2419
2420 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2421
2422         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2423         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2424         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2425
2426 2006-03-06 Borut Razem <borut.razem AT siol.net>
2427
2428         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2429           made the linker quiet
2430
2431 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2432
2433         * src/pic16/gen.c (genPcall): fixed bug #1443644
2434         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2435         which dumps before the function entry point a data byte which represents
2436         the number of the local variables used by the specified function, added
2437         'xinst' for initial support for Extended Instruction Support,
2438         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2439         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2440         port->fun_prefix anymore (may change later),
2441         (genFunction, genEndFunction): do not store/restore local registers for
2442         _main (this should take care the --main-return command line option in
2443         the future),
2444         (genOr): removed some legacy pic-port instructions,
2445         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2446         performing operations with SFR's causes data to be written more than
2447         once to each SFR. Perhaps SFRs should be handled in special cases...
2448         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2449         pcode.h
2450         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2451         into account for stack starting position,
2452         (struct OPTIONS pic16_optionsTable): added command line argument
2453         --extended or -y for Extended Instruction Support,
2454         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2455         (deassignLRs): *** perhaps the most important change, old 'for' code
2456         (commented out for reference), didn't account for some registers which
2457         were left marked 'not free' after a pointer operation. The change
2458         reduces register usage a lot in some cases
2459
2460 2006-03-04 Borut Razem <borut.razem AT siol.net>
2461
2462         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2463           _clean
2464         * support/regression/tests/bug-524697.c: decreased array size for
2465           mcs51 to fit into the internal RAM
2466         * support/regression/Makefile.in: a little bit more verbose
2467
2468 2006-03-03 Borut Razem <borut.razem AT siol.net>
2469
2470         * support/regression/fwk/lib/testfwk.c,
2471           support/regression/fwk/include/testfwk.h: introduced function
2472           _prints(), nonrecursive _printn(), call _initEmu() from main()
2473         * support/regression/ports/gbz80/support.asm,
2474           support/regression/ports/ucz80/support.asm,
2475           support/regression/ports/z80/support.asm,
2476           support/regression/ports/ds390/support.c,
2477           support/regression/ports/hc08/support.c,
2478           support/regression/ports/host/support.c,
2479           support/regression/ports/mcs51/support.c,
2480           support/regression/ports/xa51/support.c: added empty _initEmu()
2481           function
2482         * support/regression/ports/pic16/gpsim.cmd,
2483           support/regression/ports/pic16/spec.mk,
2484           support/regression/ports/pic16/support.c,
2485           support/regression/Makefile.in: added pic16 regression test
2486
2487 2006-03-01 Raphael Neider <rneider AT web.de>
2488
2489         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2490           genConstPointerGet): use safe way of generating MOVFF to cover
2491             literals as well as registers, fixes bug #1440527
2492         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2493             dereference
2494           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2495             more correctly, fixes bug #1232186
2496           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2497         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2498             gplink guess the correct processor in more cases, applied patch
2499             from Till Riedel attached to and fixing bug #1436552
2500
2501 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2502
2503         * support/regression/tests/array.c: added, contains check for #1434401
2504         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2505
2506 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2507
2508         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2509         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2510         * device/include/mcs51/c8051f326.h,
2511         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2512         * device/include/mcs51/c8051f000.h,
2513         * device/include/mcs51/c8051f018.h,
2514         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2515           PCON_IDLE,PCON_STOP and added sfr16 definitions
2516
2517 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2518
2519         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2520           genGetWord): fixed bug 1409955
2521
2522 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2523
2524         * device/include/hc08/mc68hc908gp32.h,
2525         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2526
2527 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2528
2529         * src/SDCCast.c (constExprValue): return NULL if not a value
2530         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2531         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2532         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2533
2534 2006-02-13 Borut Razem <borut.razem AT siol.net>
2535
2536         * src/regression/ptrarg.c: added, fails due to bug #1430967
2537         * src/regression/Makefile: ptrarg.c added, ...
2538
2539 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2540
2541         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2542         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2543
2544 2006-02-11 Borut Razem <borut.razem AT siol.net>
2545
2546         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2547           print "Processor: xxx" message to stdout only if --verbose
2548
2549 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2550
2551         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2552         * support/regression/tests/bug1426356.c: added
2553         * support/regression/tests/bitfields.c: removed 2 tests
2554
2555 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2556
2557         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2558         * device/include/mcs51/c8051f330.h,
2559         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2560           PCON_IDLE,PCON_STOP and added sfr16 definitions
2561         * device/lib/_divsint.c,
2562         * device/lib/_divuint.c,
2563         * device/lib/_divulong.c,
2564         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2565           register bank bug for small stackauto
2566
2567 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2568
2569         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2570
2571 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2572
2573         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2574         * all.dsp: corrected several bin paths
2575         * device/include/mcs51/c8051f120.h,
2576         * device/include/mcs51/c8051f300.h,
2577         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2578           to PCON_IDLE,PCON_STOP
2579         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2580         * device/lib/printf_large.c (output_float): fixed bug 1388703
2581         * support/regression/tests/bug1057979.c: added test for bug 1388703
2582
2583 2006-02-08 Raphael Neider <rneider AT web.de>
2584
2585         * src/pic/pcode.c (pciTRIS): fixed typo,
2586           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2587           (LinkFlow): fixed handling of flows that end in a call,
2588           (ReuseReg): perform safety check earlier
2589         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2590             to work with flows at the beginning of a pBlock,
2591             fixes #1426557 (Symbol not previously defined),
2592           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2593             usage information
2594           (RemoveUnusedRegisters): update register usage info
2595         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2596             created, reuse existing ones instead
2597         * src/pic/gen.c (genPcall): fixed #1424719
2598
2599 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2600
2601         * link/z80/lkmain.c,
2602         * link/z80/lklex.c,
2603         * link/z80/lkdata.c,
2604         * link/z80/aslink.h: fixed build on current cygwin:
2605         replaced getline() by lk_getline()
2606
2607 2006-02-01 Borut Razem <borut.razem AT siol.net>
2608
2609         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2610           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2611           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2612           src/regression/bool1.c, src/regression/bool2.c,
2613           src/regression/bool3.c, src/regression/call1.c,
2614           src/regression/compare.c, src/regression/compare10.c,
2615           src/regression/compare2.c, src/regression/compare3.c,
2616           src/regression/compare4.c, src/regression/compare5.c,
2617           src/regression/compare6.c, src/regression/compare7.c,
2618           src/regression/compare8.c, src/regression/compare9.c,
2619           src/regression/configword.c, src/regression/for.c,
2620           src/regression/inline.c, src/regression/mult1.c,
2621           src/regression/nestfor.c, src/regression/or1.c,
2622           src/regression/pointer1.c, src/regression/ptrfunc.c,
2623           src/regression/rotate1.c, src/regression/rotate2.c,
2624           src/regression/rotate3.c, src/regression/rotate4.c,
2625           src/regression/rotate5.c, src/regression/rotate6.c,
2626           src/regression/rotate7.c, src/regression/string1.c,
2627           src/regression/struct1.c, src/regression/sub.c,
2628           src/regression/sub2.c, src/regression/switch1.c,
2629           src/regression/while.c, src/regression/xor.c,
2630           src/regression/create_stc, src/regression/simulate,
2631           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2632           regression tests
2633         * src/regression/gpsim_assert.h: added
2634
2635 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2636
2637         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2638         ((void (code *) (void)) 0) ();
2639         * as/hc08/aslex.c,
2640         * as/hc08/aslink.h,
2641         * as/hc08/asm.h,
2642         * as/hc08/asmain.c,
2643         * as/hc08/lkdata.c,
2644         * as/hc08/lklex.c,
2645         * as/hc08/lkmain.c,
2646         * as/mcs51/aslex.c,
2647         * as/mcs51/aslink.h,
2648         * as/mcs51/asm.h,
2649         * as/mcs51/asmain.c,
2650         * as/mcs51/lkdata.c,
2651         * as/mcs51/lklex.c,
2652         * as/mcs51/lkmain.c,
2653         * as/z80/aslex.c,
2654         * as/z80/asm.h,
2655         * as/z80/asmain.c: fixed build on current cygwin:
2656         replaced getline() by as_getline()
2657
2658 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2659
2660         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2661         declarator in the symbol chain
2662         * src/SDCCsymt.h,
2663         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2664         parameter list for function pointers
2665         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2666         * support/regression/tests/bug-716242.c: added
2667
2668 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2669
2670         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2671         offset if possible
2672         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2673
2674 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2675
2676         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2677         inifinitely recurseable, added static
2678         * support/regression/tests/bug-1408066.c: added
2679
2680 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2681
2682         * src/SDCCicode.h,
2683         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2684         renamed, added possibility to create "postLoopLbl"-labels
2685         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2686         newiTempLoopHeaderLabel
2687         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2688         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2689         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2690         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2691         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2692         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2693         (basicInduction): fixed bug #136564, made static,
2694         (loopInduction): changed parameter of basicInduction, made static,
2695         (addPostLoopBlock): added
2696         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2697         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2698         findLoopEndSeq
2699         * support/regression/tests/bug-136564.c: added
2700         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2701         --std-sdcc99 to LIBSDCCFLAGS
2702
2703 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2704
2705         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2706         while loop
2707         * support/regression/tests/bug-1406131.c: added
2708
2709 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2710
2711         * src/SDCCast.c (decorateType): fix promotion of unary minus
2712         * src/SDCCsymt.c (computeType): beautified
2713         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2714         (valUnaryPM, valComplement): fix sign and promotion,
2715         (valNot): ANSI: result type is int (SDCC: unsigned char)
2716         * support/regression/tests/uminus.c: speedup by removing superflous
2717         test case 'int'
2718         * support/regression/tests/onebyte.c: added promotion and signedness
2719         tests for unary minus
2720         * support/regressions/tests/bug-477927.c: disable warning about
2721         uninitialized variables
2722         * support/regression/tests/not.c: added
2723
2724 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2725
2726         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2727         * src/mcs51/gen.c (gen51Code): show final register usage after
2728         fillGaps in asm with --i-code-in-asm
2729         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2730         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2731         incUsed, rliveClear, adjustIChain): made static,
2732         (setFromRange): excluded because it's unused,
2733         (findPrevUseSym, markWholeLoop): added,
2734         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2735         through all branches of predecessors enables sdcc to emit the warning
2736         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2737         (rlivePoint): made static, added parameter emitWarnings which is only
2738         true during the first run out of two,
2739         (findRecursiveSucc, findRecursivePred): removed,
2740         (computeLiveRanges): made static, added parameter emitWarnings,
2741         (dumpIcRlive): added for debugging only
2742         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2743         removed prototype of setFromRange()
2744         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2745         in call of computeLiveRanges()
2746         * support/regression/tests/bug-895992.c: added
2747         * support/regression/tests/bug-971834.c: added
2748         * support/valdiag/tests/bug-895992.c: added
2749         * support/valdiag/tests/bug-971834.c: added
2750
2751 2005-12-18 Raphael Neider <rneider AT web.de>
2752
2753         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2754           (genUnpackBits): improved code for direct operands,
2755           (genPackBits): improved code for literal assignment to bitfields
2756             and for direct destination operands (no FSR indirection),
2757             prevented redundant AND, fixes #1362800,
2758           (AccLsh): added parameter to disable masking of the result
2759         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2760           skip instructions with side-effects (like incfsz),
2761           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2762         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2763         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2764           fixes #1375263
2765
2766 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2767
2768         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2769         volatile variables as spill location
2770
2771 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2772
2773         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2774         replacing literals
2775         * support/regression/tests/bug-1376320.c: added
2776
2777 2005-12-08 Raphael Neider <rneider AT web.de>
2778
2779         * src/pic/device.c: renamed is_shared to pic14_is_shared
2780         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2781         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2782           (is_valid_identifier): added for above workaround
2783
2784 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2785
2786         * device/lib/Makefile.in: fixed to enable port-specific-objects
2787         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2788           char, thanks Hubert Sack
2789         * doc/sdccman.lyx: documented --xstack-loc,
2790           elaborated a bit more on interrupts and pitfalls,
2791           removed "setjmp/longjmp unsupported",
2792           documented some unsupported C99 features
2793         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2794         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2795           if, thanks Hubert Sack
2796         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2797         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2798           make make_library
2799         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2800           regression tests can report resource usage (rfe 700441)
2801         * support/regression/collate-results.py: report resource usage
2802         * support/regression/ports/ds390/spec.mk,
2803         * support/regression/ports/hc08/spec.mk,
2804         * support/regression/ports/mcs51/spec.mk,
2805         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2806         * support/regression/ports/ds390/uCsim.cmd,
2807         * support/regression/ports/hc08/uCsim.cmd,
2808         * support/regression/ports/mcs51/uCsim.cmd,
2809         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2810         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2811           library, use the default one
2812         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2813           building the library
2814
2815 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2816
2817         * config.dsp: added dependency on .version and configure_vc.awk
2818         * device/include/setjmp.h: updated for --stack-auto and --xstack
2819         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2820         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2821         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2822         * device/lib/libsdcc.lib: added _setjmp
2823         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2824           (decorateType): fixed bug 1372851,
2825           (optimizeGetHbit): fixed warning
2826         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2827           array initialisation
2828         * support/regression/tests/bug1057979.c: added test for bug 1358192
2829         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2830
2831 2005-12-03 Borut Razem <borut.razem AT siol.net>
2832
2833         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2834           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2835
2836 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2837
2838         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2839         createIval): implement symbol independant "flexible array member",
2840         (createIvalCharPtr): implemented flexible array initialisation with a
2841         string
2842         * src/SDCCsymt.c (copyStruct): removed,
2843         (getSize): fixed misleading comment,
2844         (getAllocSize): removed, the additional allocation size is now in
2845         sym->flexArrayLength,
2846         (checkStructFlexArray): new, syntax checks for flexible array members,
2847         (compStructSize): added syntax checks for "flexible array members"
2848         (copyStruct): removed,
2849         (copyLinkChain): removed inefficient fix for bug 770487
2850         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2851         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2852         symbol->flexArrayLength
2853         * src/SDCCerr.c,
2854         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2855         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2856         * support/regression/tests/structflexarray.c: added
2857         * support/valdiag/tests/structflexiblearray.c: added
2858
2859 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2860
2861         * src/SDCCast.c (decorateType): fixed bug 1368489
2862         * support/Util/SDCCerr.c,
2863         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2864
2865 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2866
2867         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2868           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2869
2870 2005-11-27 Borut Razem <borut.razem AT siol.net>
2871
2872         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2873           support/cpp2/mkdeps.h: added command line option
2874           -obj-ext=<extension> to SDCPP to define object file externion, used
2875           for generation of make dependencies (-M)
2876         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2877
2878 2005-11-26 Borut Razem <borut.razem AT siol.net>
2879
2880         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2881           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2882           added pic and pic16 libraries
2883
2884 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2885
2886         * device/include/float.h: Corrected typo in prototype of __fsgt
2887
2888 2005-11-25 Borut Razem <borut.razem AT siol.net>
2889
2890         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2891           added creation of model-mcs51-stack-auto libraries
2892
2893 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2894
2895         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2896         and fields-list too
2897         * src/SDCCast.c (createIvalArray): removed obsolete comment
2898
2899 2005-11-24 Borut Razem <borut.razem AT siol.net>
2900
2901         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2902           added missing device/lib/mcs51/crt*.asm sources
2903
2904 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2905
2906         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2907
2908 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2909
2910         * device/lib/_fs2schar.c,
2911         * device/lib/_fs2sint.c,
2912         * device/lib/_fs2slong.c: optimized inline asm
2913
2914 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2915
2916         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2917           Better handling of floats between -1.0 and 0.0.
2918
2919 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2920
2921         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2922           (the missing "if"s prohibited removal of redundant labels)
2923
2924 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2925
2926         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2927           Properly convert floats between -1.0 and 0.0 to long, int, and char
2928           types (max integer value of negative floats tends to zero).
2929         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2930           Removed changes made so to work properly with floats between
2931           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2932           and _fs2char.c
2933
2934 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2935
2936         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2937         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2938         (genCast) cosmetic change
2939         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2940         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2941         from mcs51
2942         * support/regression/tests/bitfields (testSignedBitfields): added
2943
2944 2005-11-18 Borut Razem <borut.razem AT siol.net>
2945
2946         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2947         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2948           introduced SILENT option to make building of pic16 libraries less
2949
2950 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2951
2952         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2953           Now they work properly with floats between -1.0 and 0.0
2954         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2955
2956 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2957
2958         * src/SDCCicode.c (printOperand): added missing else
2959
2960 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2961
2962         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2963         reformatted for better readability
2964         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2965         signed bitfields
2966
2967 2005-11-17 Borut Razem <borut.razem AT siol.net>
2968
2969         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2970           introduced SILENT option to make building of pic16 libraries less
2971           verbose - used for nightly snapshot build
2972         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2973           available on Win32 platforms.
2974         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2975           medium, large, pic and pic16
2976
2977 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2978
2979         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2980           printf("%f"...) sets fraction to zero.
2981
2982 2005-11-16 Raphael Neider <rneider AT web.de>
2983
2984         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2985           fixes #1357221
2986         * src/pic/gen.c (genIfx): implemented for CARRY bit
2987         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2988           to generic pointers, fixes #1357332,
2989           (pic16_movLit2f): NEW,
2990           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2991
2992 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2993
2994         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2995
2996 2005-11-11 Raphael Neider <rneider AT web.de>
2997
2998         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2999         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
3000           compute pointer's type from operand,
3001           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
3002           improved single bit reads, fixes bug #1353379
3003
3004 2005-11-09 Borut Razem <borut.razem AT siol.net>
3005
3006         * support/scripts/sdcc.nsi: added lib/pic to the package
3007
3008 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
3009
3010         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
3011
3012 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
3013
3014         * support/regression/tests/bug1348008.c: added
3015         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
3016         * support/regression/tests/bug1337835.c: updated comment
3017
3018 2005-11-06 Borut Razem <borut.razem AT siol.net>
3019
3020         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3021           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3022           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3023           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3024           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
3025           dynamic construction of cl_error_class and derivates - 2.nd try
3026
3027 2005-11-05 Borut Razem <borut.razem AT siol.net>
3028
3029         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
3030           bug, which caused Bus Errors on sparc solaris
3031
3032 2005-11-04 Borut Razem <borut.razem AT siol.net>
3033
3034         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
3035           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
3036           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
3037           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
3038           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
3039           and derivates to resolve the initialization problem on OSX
3040
3041 2005-11-02 Borut Razem <borut.razem AT siol.net>
3042
3043         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3044           corrected typo - #include <winsock2.h>
3045
3046 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
3047
3048         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
3049           (_asxxxx_mapping): added org directive for future enhancements
3050
3051 2005-11-01 Borut Razem <borut.razem AT siol.net>
3052
3053         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
3054           enabled sockets on WIN32
3055         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
3056
3057 2005-10-31 Borut Razem <borut.razem AT siol.net>
3058
3059         * support/regression/generate-cases.py: escape backslashes in {testcase}:
3060           WIN32 backslash path delimiters should be escaped when used in C strings
3061         * support/regression/tests/bitfields.c: exclude failing assertions for
3062           __CYGWIN32__ and __MINGW32__ hosts
3063
3064 2005-10-30 Borut Razem <borut.razem AT siol.net>
3065
3066         * src/SDCCutil.c: corrected double comparison typo
3067
3068 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
3069
3070         * device/lib/medium/Makefile: added for new memory model medium
3071         * device/include/asm/mcs51/features.h: updated for medium/pdata
3072         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
3073           added Multiply & Accumulate sbit's and MAC0_PAGE define
3074         * device/include/mcs51/c8051f300.h: added sfr16 definitions
3075         * device/include/mcs51/c8051f310.h: added sfr16 definitions
3076         * device/lib/_mullong.c: update for medium model
3077         * device/lib/incl.mk: added medium model
3078         * doc/sdccman.lyx: documented medium model
3079         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
3080         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
3081         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
3082         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
3083           (allocParms): set SCLS and OCLS to pdata for medium model
3084         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
3085           for pdata,
3086           (powof2): return <0 if not power of 2
3087         * src/avr/gen.c (genBitWise): use updated powof2
3088         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
3089           (shiftR2Left2Result): small optimization in setup, save acc when storing,
3090           (shiftLLeftOrResult): use B if necessary
3091         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
3092         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
3093         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
3094         * support/regression/Makefile.in: added test-mcs51-medium
3095         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
3096
3097 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
3098
3099         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
3100         specifier unsigned
3101         * device/lib/time.c (mktime): fixed bug 1334315
3102
3103 2005-10-28 Raphael Neider <rneider AT web.de>
3104
3105         * device/include/pic/p16f_common.inc: added common declarations
3106         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
3107
3108 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3109
3110         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
3111           (aopPutUsesAcc): added to predict accumulator use,
3112           (assignResultValue): save acc if necessary,
3113           (genMinusDec): store result if indirectly addressed,
3114           (genDivOneByte):  save acc if necessary,
3115           (movLeft2Result): bugfix if left already in acc,
3116           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
3117             attention to accumulator use (esp. pdata),
3118           (genReceive): receive pdata correctly
3119         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
3120         * src/SDCCicode.h: added isOperandInPagedSpace prototype
3121
3122 2005-10-27 Raphael Neider <rneider AT web.de>
3123
3124         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
3125
3126 2005-10-27 Raphael Neider <rneider AT web.de>
3127
3128         * .version: changed version to 2.5.4
3129         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
3130         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
3131           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
3132             arithmetics support routines
3133         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
3134         * device/lib/Makefile.in: also create installdir for pic
3135
3136         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
3137           pic14 port as well
3138         * src/pic/device.c (dump_sfr): rewritten to delegate register
3139           placement to the linker (use `extern sym' rather than sym EQU addr),
3140           (validAddress): fixed to check last specified address
3141         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
3142           (popGetLit): truncate literal value to 8 bit,
3143           (popGet): moved assert to more appropriate place
3144           (popGetExternal): create pCode operand from and mark the according
3145             symbol as being `extern'
3146           (popGetAddr): added sanity check on immediate's offset, provide
3147             GPOINTER tag on demand
3148           (aopPut): fixed for immediates,
3149           (mov2w_op): move operand's address or contents to WREG (depending on
3150             operand type), safer variant of mov2w,
3151           (movwf,call_libraryfunc): NEW, handy abbreviations,
3152           (get_argument_pcop,get_return_val_pcop,pass_argument,
3153           get_returnvalue): interface for accessing function parameters and
3154             return values,
3155           (assignResultValuei,genRet): use new parameter/return value interface
3156           (pic14_getDataSize): back to old version handling generic pointers,
3157           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
3158             provided implementation and/or fixed old one,
3159           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
3160             calls, removed legacy 8051 reference code
3161           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
3162           (loadSignToC): NEW, move the operands sign bit to CARRY,
3163           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
3164             genRightShiftSigned, accepts negative shift counts,
3165           (setup_fsr): load FSR and adjust IRP (indirect memory access),
3166           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
3167             generic pointers, __data pointers and __code pointers,
3168           (genUnpackBits,genPackBits): rewritten to work with generic pointers
3169             and signed bitfields, limit bitfields to 8 bit,
3170           (genDataPointerGet): fixed number of bytes read,
3171           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
3172           (genPointerGet,genPointerSet): fixed handling of __code pointers,
3173             pointers to constant data are no longer assumed to point to __code
3174             space, removed invalid pointer types,
3175           (bitpatternFromVal): retrieve the PICs representation of an integer
3176             or float literal,
3177           (genDataPointerSet): fixed assigning to po_immediate operands,
3178           (genGenPointerSet): implemented as library call,
3179           (genIfx): fixed incorrect condition,
3180           (genAddrOf): limit generic pointers' addresses to 2 bytes,
3181             provide GPOINTER tag according to destination's storage class,
3182           (genCast): added code to handle casting to generic pointers, added
3183             sign-/zero extension of the result
3184           (aop_isLitLike,op_isLitLike): fixed handling of immediates
3185         * src/pic/gen.h: added macros to access IRP bit in STATUS register
3186         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
3187           extend the result
3188         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
3189           address/register resides in the shared banks
3190           (emitSymbolToFile): improved to handle global and `pinned' symbols,
3191             put all variables into separate sections (have the linker arrange
3192             them)
3193           (picglue): put init code and interrupt handlers in separate sections
3194         * src/pic/main.c: added port specific options table, modified to PORT
3195           structure to make GPOINTERs 3 byte, added pic14_options
3196           (_pic14_do_link): private linking routine (update paths to libraries,
3197             add libsdcc.lib by default)
3198         * src/pic/main.h: declare pic14_options
3199         * src/pic/pcode.c: fixed instructions i/o relations,
3200           (RegCond): reverted to correct version,
3201           (newpCodeOpLit): truncate literals to 8 bit,
3202           (genericPrint): added debug output,
3203           (getRegFromInstruction): fixed for various operand types, simplified
3204           (BuildFlow): fixed broken handling of isntructions with labels
3205           (LinkFlow): start at last instruction in flow (skip trailing comments),
3206             pass the flow on to the next instruction after CALL
3207           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
3208           (insertPCodeInstruction): fixed inserting after a skip instruction,
3209           (DoBankSelect): fixed for labeled instructions
3210           (OptimizepBlock): honor --nopeep switch
3211           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
3212         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
3213         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
3214           (pCodeOptime2pCodes): allow disabling this optimization via
3215             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
3216             but is still buggy), started implementation of a dataflow based
3217             pCode optimization (CSE + dead code elimination)
3218           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
3219         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
3220           names are independant of the stack location and therefore portable across
3221           devices
3222
3223 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
3224
3225         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
3226           (selectSpil): fixed bug 1337835 by not spilling bit variables
3227         * support/regression/tests/bug1337835.c: added test for this bug
3228         * src/mcs51/peeph.def: restart after rule 3.c,
3229           addded rules 263.x to optimize loading constants
3230
3231 2005-10-26 Raphael Neider <rneider AT web.de>
3232
3233         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
3234         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
3235           (genAssign): emit warning when casting literals to generic pointer
3236             type, also applies when taking the address of a fixed variable,
3237           (genCast): improved casting to generic pointers
3238         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
3239           extern variables, added verbose error message
3240         * device/include/pic16/{string.h,errno.h}: added #pragma library c
3241
3242 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
3243
3244         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
3245         carry must be complemented too
3246         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
3247         could be emitted by genMinus
3248         * src/SDCCval.c (constVal): fixed bug 1305065
3249
3250 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
3251
3252         * src/SDCCast.c (addCast): added promotion for bit variables
3253         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
3254         promotion casts + optimisation
3255         (optimizeGetWord): fix warning 'i' might be used uninitialized
3256         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
3257         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
3258
3259 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
3260
3261         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
3262         all chars are promoted to int; promotion should be handled in SDCCast.c
3263
3264 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3265
3266         * device/lib/_strcmp.c: Fixed bug 1326457
3267
3268 2005-10-11 Raphael Neider <rneider AT web.de>
3269
3270         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
3271         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
3272
3273 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
3274
3275         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
3276         * support/regression/tests/sfr16.c: added test for the sfr32 bug
3277
3278 2005-10-04 Raphael Neider <rneider AT web.de>
3279
3280         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
3281           device/lib/pic16/pics.all: added pic18f1320
3282         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
3283
3284 2005-09-30 Raphael Neider <rneider AT web.de>
3285
3286         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
3287         * src/pic16/devices.inc: NEW, provides device descriptions
3288         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
3289
3290 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3291
3292         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3293           GETHBIT
3294
3295 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3296
3297         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3298           documented Any Order Bit, Higher Order Byte and Higher Order Word
3299         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3300         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3301           (optimizeGetAbit): new, to get any bit, not only the high bit,
3302           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3303           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3304           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3305           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3306             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3307             GETABIT, GETBYTE, GETWORD: decorate them,
3308           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3309           (ast_print): added GETABIT, GETBYTE, GETWORD
3310         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3311         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3312           (geniCodeBinary): new generic binary icode,
3313           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3314         * src/port.h: updated comment for PORT.hasExtBitOp
3315         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3316           (genGetByte): new, to get a single byte,
3317           (genGetWord): new, to get a word from a long,
3318           (gen51Code): added GETABIT, GETBYTE, GETWORD
3319         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3320
3321 2005-09-23 Raphael Neider <rneider AT web.de>
3322
3323         * configure.in, configure: have device/lib/pic configured
3324         * device/lib/Makefile.in: added model-pic14
3325         * device/lib/clean.mk: added pic/ to clean rule
3326         * device/lib/pic: added rudimentary pic14 library providing support
3327           functions for multiplication/division/generic pointer access
3328         * src/SDCCopt.c (convilong): mark support functions as extern
3329           for pic14 port as well
3330         * src/pic/gen.c (genMult): added assertions,
3331           (genpic14Code): emit warning on unhandled iCodes
3332         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3333         * src/pic/pcode.c (pCodeOpCopy),
3334         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3335           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3336           SFR_REGISTER}), made safe for future extensions
3337         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3338           instructions even if preceeded by SKIP instructions (also remove
3339           them); removed unused code
3340         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3341           prevents leaving parts of the structure uninitialized after copying
3342
3343 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3344
3345         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3346           ago by me
3347         * support/regression/tests/addsub.c: added test for the bug
3348
3349 2005-09-21 Raphael Neider <rneider AT web.de>
3350
3351         * device/include/pic16/pic18f1220.h,
3352           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3353         * device/lib/pic16/Makefile.rules: added missing opening paren
3354         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3355           are provided in genutils.c,
3356           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3357           operand/result sizes,
3358           (genCmp): assert on NULL pointers first, then check deref'ed values
3359         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3360           result size
3361
3362 2005-09-18 Raphael Neider <rneider AT web.de>
3363
3364         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3365           as these are now unused,
3366           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3367         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3368           local, avoids uninitialized pointer dereference on r->name
3369         * src/pic16/ralloc.c (newReg): fixed indentation
3370
3371 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3372
3373         * src/SDCCval.c (constVal): fixed bug 730366
3374         * support/Util/SDCCerr.c,
3375         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3376
3377 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3378
3379         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3380
3381 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3382
3383         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3384
3385 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3386
3387         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3388           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3389         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3390           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3391         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3392         * packihx/packihx.c (hexDigit): made c unsigned char
3393         * as/mcs51/lklibr.c (fndsym),
3394         * link/z80/lkgb.c (gb),
3395         * link/z80/lklibr.c (fndsym),
3396         * link/z80/lkrloc.c (relr),
3397         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3398         * src/SDCC.lex (checkCurrFile, process_pragma),
3399         * src/SDCCglue.c (spacesToUnderscores),
3400         * src/SDCCmain.c (setParseWithComma, processFile),
3401         * src/asm.c (tvsprintf, printCLine),
3402         * src/avr/gen.c (emitcode, aopPut),
3403         * src/ds390/gen.c (emitcode),
3404         * src/hc08/gen.c (emitcode, emitinline),
3405         * src/mcs51/gen.c (emitcode, genInline),
3406         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3407           tokenizeLineNode),
3408         * src/pic/ralloc.c (debugLog),
3409         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3410           tokenizeLineNode),
3411         * src/pic16/ralloc.c (debugLog),
3412         * src/z80/main.c (_process_pragma):
3413            made all ctype.h function calls safe
3414         * src/SDCCopt.c: include math.h for fabs
3415         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3416           and used them throughout the code to make ctype.h function calls safe
3417         * src/ds390/main.c (asmLineNodeFromLineNode),
3418         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3419         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3420            unsigned char*
3421         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3422           (newpCodeAsmDir): made ctype.h function calls safe
3423         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3424           pic16_emitcode):  made lbp unsigned char*
3425         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3426           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3427         * src/xa51/gen.c (emitcode),
3428         * src/z80/gen.c (_emit2): made lbp unsigned char*
3429         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3430            char*
3431
3432 2005-09-05 Raphael Neider <rneider AT web.de>
3433
3434         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3435           access bank splitpoint
3436
3437 2005-09-05 Raphael Neider <rneider AT web.de>
3438
3439         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3440
3441 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3442
3443         * .version: changed to version 2.5.3
3444         * doc/sdccman.lyx: changed version to 2.5.3,
3445           documented --codeseg and --constseg and pragma codeseg and constseg,
3446           documented bit parameters (reentrant) and bit returning
3447         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3448            currFunc->recvSize, but is this ok for all ports?
3449           (ast2iCode): result of ~ on unsigned char must be cast to int for
3450            bool to work
3451         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3452           function pointers in bit space
3453         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3454           (processFuncArgs): call port.reg_parm() with reentrancy info
3455         * src/port.h,
3456         * src/avr/main.c,
3457         * src/ds390/main.c,
3458         * src/hc08/main.c,
3459         * src/pic/main.c,
3460         * src/pic16/main.c,
3461         * src/xa51/main.c,
3462         * src/z80/main.c: port.reg_parm prototype extended with
3463           "bool reentrant" parameter
3464         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3465           options.stackAuto for allocating bit register parameters
3466         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3467           (genSend): set BitBankUsed if it is,
3468           (selectRegBank): factored out of genCall for use in genPcall,
3469           (genCall): removed redundant dtype assignmen, use selectRegBank,
3470           (genPcall): handle returning in Carry properly, save in F0 if needed,
3471           (genReceive): handle bit register parameters
3472         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3473           (mcs51_assignRegisters): enable bit registers for all reentrant
3474            functions and don't set BitBankUsed unconditionally
3475         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3476         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3477         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3478
3479 2005-08-27 Borut Razem <borut.razem AT siol.net>
3480
3481         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3482         ppc-osx (Darwin) does not support -u option. It seems that it is
3483         supported only on Linux - GNU cp
3484
3485 2005-08-25 Borut Razem <borut.razem AT siol.net>
3486
3487         * sim/ucsim/gui.src/serio.src/Makefile.in,
3488           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3489           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3490           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3491           install and strip, since the strip at /usr/ccs/bin should be used
3492           on solaris
3493
3494 2005-08-24 Borut Razem <borut.razem AT siol.net>
3495
3496         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3497
3498 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3499
3500         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3501         ffffffffu
3502
3503 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3504
3505         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3506         * as/mcs51/lkmain.c (link_main): fixed warning
3507         * device/include/stdbool.h: ds390 has no advanced bit support yet
3508         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3509         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3510         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3511           and updated their macros
3512         * src/SDCCval.c (constVal): updated comment for renamed b_long
3513
3514 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3515
3516         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3517         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3518           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3519           (oprio): set priority for '['
3520         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3521            and adb_24_bit
3522         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3523         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3524         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3525         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3526           added overlayable BIT_BANK area
3527         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3528           (summary2): explain 'T' in legenda
3529         * as/mcs51/lkrloc.c: replaced old K&R style,
3530           (relr): added R_BIT processing,
3531           (errmsg): added "Bit-addressable relocation error",
3532           (adb_bit): added for converting from byte- to bit-addressable space,
3533           (adb_24_bit): added for converting from byte- to bit-addressable space
3534         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3535            used in reentrant functions now even as return value
3536         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3537         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3538           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3539         * src/SDCCglobl.h: added indicator BitBankUsed
3540         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3541            the bit registers b0-b7
3542         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3543           (geniCodeCast): fixed bug 1263853,
3544           (geniCodeLogicAndOr): put result in bool or char,
3545           (geniCodeReceive): added parameter func for accessing the return type,
3546           (geniCodeFunctionBody): pass func to geniCodeReceive
3547         * src/SDCCmain.c: added indicator BitBankUsed
3548         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3549         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3550           (checkSClass): don't put automatic bool/bit on stack,
3551           (checkFunction): removed check on function cannot return bit
3552         * src/SDCCsymt.h: added newBoolLink prototype
3553         * src/mcs51/gen.c (rb1regs): added bit registers,
3554           (movc): created for assigning to carry,
3555           (pushReg, popReg): created for pushing registers,
3556           (sameRegs): check both AOP_REG and AOP_CRY types,
3557           (aopOp): handle bit registers,
3558           (aopPut): optimization no self-assign,
3559           (saveRegisters): push reg->base (bits) only once for bit registers,
3560            and use pushReg,
3561           (unsaveRegisters): pop reg->base only once and use popReg,
3562           (assignResultValue): added parameter func and return in carry for bits,
3563           (genIpush): optimization no reload in A if not changed,
3564           (genSend): bit parameters in reentrant functions are passed in bit
3565            registers by first assigning to bits in B, then save registers and
3566            copy B to bits,
3567           (genCall): handle returning in Carry properly, save it in F0 if needed,
3568           (genPcall): updated assignResultValue call, this is not safe yet for bit
3569            returning function !!!
3570           (genFunction): don't generate equ's for bit registers and use pushReg,
3571           (genEndFunction): take care of bit returning functions and use popReg,
3572           (genRet): return bit in Carry,
3573           (genIfx): optimize bit registers and other directly addressable bits,
3574           (genReceive): updated assignResultValue call
3575         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3576           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3577            registers when using stack-auto
3578         * src/mcs51/ralloc.c (_G): added allBitregs,
3579           (regs8051): added the bit registers,
3580           (createStackSpil): use macro IS_BIT,
3581           (getRegBit): added to allocate a bit register, else spill,
3582           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3583           (updateRegUsage): factored out to ease stepping while debugging,
3584           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3585            also allocate bit registers,
3586           (fillGaps): handle bit registers,
3587           (findAllBitregs): added to create bit vector with all bit registers,
3588           (mcs51_allBitregs): returns this bit vector,
3589           (mcs51_assignRegisters): when using stack-auto use bit registers for
3590            passing parameters and creating local variables
3591         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3592
3593 2005-08-22 Borut Razem <borut.razem AT siol.net>
3594
3595         * device/lib/Makefile.in: replaced find option -or with -o
3596           to make it run on solaris
3597
3598 2005-08-22 Raphael Neider <rneider AT web.de>
3599
3600         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3601           fixes #1265442 (crash on Solaris)
3602
3603 2005-08-20 Borut Razem <borut.razem AT siol.net>
3604
3605         * configure, configure.in: added tests for libsocket and libnsl libraries,
3606           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3607           from support/regression/Makefile.in
3608         * support/regression/Makefile.in: added
3609         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3610         * sim/ucsim/libtool: regenerated on sparc-solaris
3611         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3612           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3613           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3614           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3615           sparc-solaris, which doesn't use GNU ld linker
3616         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3617         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3618
3619 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3620
3621         * src/mcs51/peeph.def: updated comments
3622
3623 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3624
3625         * device/lib/_gptrget.c,
3626         * device/lib/_gptrput.c: slightly shorter
3627         * doc/sdccman.lyx: incremented version
3628         * src/mcs51/peeph.def: moved peephole comments to the line of first
3629           change to better keep line correlation, reanimated 186.e
3630         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3631
3632 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3633
3634         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3635           David Saxton with quotes around file name.
3636
3637 2005-08-15 Borut Razem <borut.razem AT siol.net>
3638
3639         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3640           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3641           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3642           make tests run on x86_64 platform
3643
3644 2005-08-13 Raphael Neider <rneider AT web.de>
3645
3646         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3647           as it might be executed DURING a build (parallel make is wonderful)
3648
3649 2005-08-13 Raphael Neider <rneider AT web.de>
3650
3651         * device/lib/Makefile.in (port-specific-objects-pic16):
3652           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3653         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3654           dependency
3655         * device/lib/pic16/Makefile.rules: build subdirs before creating
3656           the library, removed builddir rule, create $(builddir) early in
3657           recurse rule, use empty recurse rule for leaf directories
3658         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3659           mkdir errors (race condition), removed duplicate suffix "hex"
3660           from clean rules
3661         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3662         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3663           prevents mkdir -p from aborting on Alpha
3664
3665 2005-08-12 Raphael Neider <rneider AT web.de>
3666
3667         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3668           db-statements in order to allow for arrays of pointers in code
3669           sections to be placed without interspersed 0-padding, fixes
3670           bug #1256215
3671         * (emitStatistics): fixed division by zero for pic18f1220
3672         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3673           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3674         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3675         * (pic16_pCodeConstString): keep track of already emitted string
3676           literals to prevent "duplicate definitions of symbol _str_NR"
3677         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3678           debug message
3679         * device/lib/Makefile.in: ignore failing PIC16 library builds
3680         * device/lib/pic16/Makefile: do not build if gputils are missing
3681         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3682
3683 2005-08-10 Raphael Neider <rneider AT web.de>
3684
3685         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3686           my last commit)
3687
3688 2005-08-10 Raphael Neider <rneider AT web.de>
3689
3690         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3691           Rokas' patch to add the new fixed point type "__fixed16x16"
3692         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3693           functions for __fixed16x16 arithmetics
3694         * device/lib/pic16: reimplemented the build system to support
3695           a separate build directory, better handling of libio (create
3696           the library in a separate subdir for each architecture) and
3697           easier configuration (centralized in Makefile.common)
3698
3699 2005-08-07 Raphael Neider <rneider AT web.de>
3700
3701         * src/pic16/gen.c (genrshTwo): fixed sign extension
3702         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3703         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3704           added T0CONbits
3705         * device/include/pic16/pic18f4220.h: NEW, header for
3706           pic18f4220 and pic18f4320
3707         * device/include/pic16/pic18fregs.h: added new devices,
3708           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3709         * device/include/pic16/signal.h: resolved name clashes
3710           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3711           to also allow testing for interrupt enable bits, added
3712           comments on how to use the macros
3713         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3714         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3715           register definitions for the devices
3716         * device/lib/pic16/pics.all: added new devices
3717         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3718           allocated memory
3719         * device/lib/pic16/libc/stdlib/memfree: do not count
3720           the block header as free memory
3721         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3722           simplified and added missing end-of-blocklist-marker
3723           (reported by Peter Onion, fixes #1252814)
3724         * (_mergeHeapBlock): fixed loop condition
3725         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3726           len==0, restructured code
3727         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3728           up a bit, reduced bitfield accesses, prevent endless loops
3729           in case of heap corruption
3730         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3731           "unreferenced arguments/must return a value" warnings
3732         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3733           replaced BAUDREG with SPBRG
3734         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3735           device/lib/pic16/debug/gstack/gstack.c: replaced
3736           _naked, _asm, _endasm with __naked, __asm, __endasm
3737
3738 2005-08-05 Raphael Neider <rneider AT web.de>
3739
3740         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3741           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3742
3743 2005-08-05 Borut Razem <borut.razem AT siol.net>
3744
3745         * device/lib/Makefile.in: added missing ';'
3746         * configure: removed ^M characters
3747
3748 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3749
3750         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3751           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3752           License
3753
3754 2005-08-04 Borut Razem <borut.razem AT siol.net>
3755
3756         * configure.in: pic16 libraries build 2nd try - enable running
3757           configure in device/lib/pic16
3758         * configure: regenerated from configure.in
3759         * device/lib/Makefile.in: create $(PORT)/bin directory
3760
3761 2005-08-03 Raphael Neider <rneider AT web.de>
3762
3763         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3764           to get/set values via pointers
3765         * (genUnpackBits,genPackBits): changed detection of
3766           ptr->bitfield vs. sym.bitfield, fixed access via generic
3767           pointers, removed dead (wrong) code for multibyte bitfields
3768         * (genNearPointerGet, genGenPointerGet): removed useless code,
3769           fixed bitfield detection, fixes #1250594
3770         * (genNearPointerSet): removed useless code
3771         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3772           and introduced macro pic16_emitpcode that conditionally emits
3773           the origin of the following pCode (useful for debugging SDCC)
3774         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3775         * (createDefmap): fixed handling of LFSR for --optimize-df
3776
3777 2005-08-02 Borut Razem <borut.razem AT siol.net>
3778
3779         * device/lib/Makefile.in: pic16 libraries build enabled since
3780           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3781
3782 2005-08-02 Raphael Neider <rneider AT web.de>
3783
3784         * src/pic16/gen.c (genPackBits): removed deprecated warning
3785         * (genGenPointerSet): fixed bitfield detection
3786
3787 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3788
3789         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3790
3791 2005-07-31 Raphael Neider <rneider AT web.de>
3792
3793         * device/lib/pic16/libdev/pic18f458.c,
3794           device/include/pic16/pic18f458.h: added missing T0CONbits
3795
3796 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3797
3798         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3799
3800 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3801
3802         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3803
3804 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3805
3806         * device/include/mcs51/at89c51ed2.h: added.
3807
3808 2005-07-23 Raphael Neider <rneider AT web.de>
3809
3810         * src/pic/gen.h: added emitpcode macro for debugging
3811         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3812           and replace by macro adding debug information on demand
3813         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3814         * (gencjne): tried to fix; replaced with correct (slower) code
3815         * (gen{Unp,P}ackBits): fixed single bit access
3816         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3817         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3818           previous instruction
3819         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3820           register has to be handled with care (forbidding movement
3821           of assignments/uses, removing assignments completely, ...)
3822         * (pCodeOptime2pCodes): make use of regIsSpecial
3823         * added lots of debugging output (commented out)
3824         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3825           from being reused as result UNLESS it is known to work
3826
3827 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3828
3829         * support/Util/dbuf.h: include <stddef.h> for size_t
3830         * .version: changed to version 2.5.2
3831
3832 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3833
3834         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3835
3836 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3837
3838         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3839           (genModOneByte): removed needless psha/pula
3840
3841 2005-07-22 Raphael Neider <rneider AT web.de>
3842
3843         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3844           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3845         * src/pic/gen.c (resolveIfx): do not "invent" labels
3846         * (genSkipc): changed to positive logic
3847         * (genSkipCond): removed as no longer needed
3848         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3849           backport from PIC16
3850         * (genLeftShift): check operands are in different registers
3851         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3852           INCF does not update CARRY...
3853         * src/pic/main.c: fixed _linkCmd
3854         * src/pic/pcode.c (unlinkpCode): added inactive code
3855         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3856           alive (do not assign result and operand overlapping registers)
3857
3858 2005-07-22 Raphael Neider <rneider AT web.de>
3859
3860         * src/pic/device.c (dump_sfr): replaced register declaration with
3861           call to emitSymbolToFile() to avoid duplicate symbols
3862         * (assignRelocatableRegisters): do not declare external symbols
3863         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3864           right (take size of type, not etype)
3865         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3866         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3867         * (packRegsForAccUse): disabled assignment of WREG as
3868           the result reg to prevent occurence of just fixed #1235003,
3869           fixes #1242954
3870         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3871           symbols (avoids duplicate symbols in .asm file)
3872         * (pic14emitRegularMap): use emitSymbolToFile()
3873         * src/pic/gen.c (aopOp): fixed spillLocation handling
3874         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3875         * (genDataPointerSet): removed unneccessary variables/output
3876
3877 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3878
3879         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3880         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3881
3882 2005-07-21 Raphael Neider <rneider AT web.de>
3883
3884         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3885           architecture cannot handle them efficiently, fixes bug #1235003
3886         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3887           check for empty sets before using them (fixes bug #1232190)
3888
3889 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3890
3891         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3892           (lnksect2): generate warnings for memory overlap
3893         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3894           constseg to set the name of these segments so you can instruct the linker
3895           to place them in banks
3896         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3897         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3898           added code_seg and const_seg to options
3899         * src/SDCCglue.c (emitMaps): use options.const_seg,
3900           (createInterruptVect): put interrupt vectors in segment HOME,
3901           (glue): put HOME before static segment and put the main glue in HOME,
3902           (glue): use options.code_seg
3903         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3904         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3905           these segments so you can instruct the linker to place them in banks
3906           (linkEdit): use code_loc for HOME segment which should be the first
3907           segment in code memory now
3908         * src/SDCCmem.c: fixed more stuff like bug 1238386
3909         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3910           (changePointer): don't change function pointers to code pointers for
3911           banked functions,
3912           (compareType): added exceptional check for banked function pointers
3913         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3914         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3915           after static in code memory
3916         * src/mcs51/gen.c: added aopLiteralLong prototype,
3917           (aopForSym): use getSize for functions,
3918           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3919           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3920           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3921           the segment,
3922           (genPcall): use call for literal function pointers and generate banked
3923           calls over the one trampoline so there's only one place for the user to
3924           modify according to his/hers hardware,
3925           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3926           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3927         * src/mcs51/main.c: added keyword banked,
3928           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3929         * support/Util/SDCCerr.c,
3930         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3931           needed for passing the bank and address to the trampoline
3932         * device/lib/mcs51/crtbank.asm: added for bankswitching
3933         * device/lib/mcs51/Makefile: added crtbank
3934
3935 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3936
3937         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3938           for fields at offset 0 of a struct or union as reported
3939           on 2005-07-07 in the developer mailing list.
3940
3941 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3942
3943         * src/SDCCmem.c: fixed bug 1238386
3944
3945 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3946
3947         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3948           (patch #1144962), added peephole 300, enabled 259.x
3949         * doc/sdccman.lyx: removed screenshot and provided link instead
3950
3951 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3952
3953         * doc/sdccman.lyx: added section about debugging with ddd
3954         * doc/figures/ddd_example.eps: screenshot of debugging session
3955
3956 2005-07-04 Raphael Neider <rneider AT web.de>
3957
3958         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3959           like CODE pointers, fixes #1115683
3960         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3961           call, fixes bugs #1232211, #1228110,
3962           fixed wrong casts to pCodeFlow from pCodeInstructions
3963
3964 2005-07-04 Raphael Neider <rneider AT web.de>
3965
3966         * src/pic/gen.c (popGet): changed assert to allow for
3967           bit operands
3968         * (popGetAddr): changed signature to provide
3969           an additional index, patched all call sites
3970         * (genCmpEq): handle literal-like operands correctly
3971         * (genAddrOf): added sanity checks on __code/__data pointers
3972         * (genAssign): added handling of symbols from __code section
3973         * (gencjne): do not generate code for comparisons whose result
3974           is neither stored nor used, fixes bug #1171114
3975         * (AccLsh, AccRsh): operate on operand instead of WREG
3976         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3977           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3978           by known count
3979         * rewrote complete shift-by-literal logic, commented unused
3980           functions out
3981         * (genConstPointerGet): get multiple bytes (if result size > 1),
3982           fixed handling of non-immediate addresses
3983         * (genPointerGet): handle CODE pointers like CONST pointers
3984         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3985         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3986           operand is to be treated as a literal or not
3987         * (mov2w,genPcall,genCmpEq),
3988           src/pic/genarith.c: use aop_isLitLike() to decide between
3989           literal/register contents
3990         * (addSign): added missing offset
3991         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3992           only emit comment in debug-mode,
3993           use {aop,op}_isLitLike throughout the file
3994         * src/pic/glue.c: fix initializers for pointers (work in progress)
3995         * src/pic/pcode.c (get_op): honor index on _const symbols
3996         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3997         * (dumppBlock): added pCode size estimation
3998         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3999           check for IS_SYMOP before OP_SYMBOL'ing
4000         * fixed indentation, compacted switch-statements
4001         * (allocReg): find free register and allocate it instead of
4002           allocating new registers all the time
4003         * (deassignLRs): prevent POINTER_GET's from being assigned the same
4004           registers as its operands (necessary only for multibyte GETs)
4005
4006 2005-07-01 Raphael Neider <rneider AT web.de>
4007
4008         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
4009           debugging .asm-output macros FENTRY + FEXIT
4010         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
4011           way... I wonder...
4012         * (emitpComment): NEW, printf to pCode
4013         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
4014           offset handling
4015         * (popGetAddr): NEW, variant of popGet to access an immediates
4016           high(er) bytes instead of the n'th byte of memory they reference,
4017           replaced popGet with popGetAddr where neccessary
4018         * (genDataPointerGet): reactivated and fixed implementation
4019         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
4020           accesses
4021         * (genDataPointerSet): fixed multibyte assignments
4022         * (genpic14Code): fixed --i-code-in-asm handling
4023         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
4024         * (genPlus): fixed index-out-of-bounds error
4025         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
4026         * src/pic/ralloc.c: added debugging output macro FENTRY2
4027         * (spillThis): fixed indentation, enbraced for-body for clarity
4028         * (rematStr): commented out as now unused
4029         * (regTypeNum): commented out special spill case (overwrites
4030           arbitrary values)
4031         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
4032
4033 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
4034
4035         * doc/sdccman.lyx: documented sfr16/sfr32,
4036           added example for using storage class with function pointers
4037         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
4038
4039 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
4040
4041         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
4042         * device/lib/_itoa.c,
4043         * device/lib/_ltoa.c: optimized codesize
4044         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
4045           but don't know how to suppress the double warning.
4046         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
4047         * support/Util/SDCCerr.c,
4048         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
4049
4050 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
4051
4052         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
4053           fixed old K&R prototypes
4054         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
4055         * device/lib/_gptrget.c,
4056         * device/lib/_gptrgetc.c,
4057         * device/lib/_gptrput.c: changed versions for new memory indicator values,
4058           also new versions for small generic pointers and banked generic pointers
4059         * src/port.h: added const_name
4060         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
4061         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
4062         * src/SDCCcse.c (findPrevIc): check all associative operators
4063         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
4064         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
4065         * src/SDCCmem.c: updated comments,
4066           set far-space to 0 for pdata, results in optimized code
4067         * src/SDCCmem.h: added macro CONST_NAME
4068         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
4069           moving the info into the highest bits, see also gptrget/gptrput
4070         * src/src.dsp: added sdcc.ico to project files
4071         * src/avr/gen.c (genCast): fixed bug 0x%d
4072         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
4073         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
4074           relation between ptr_type and DCL_TYPE,
4075           (genCast): fixed bug 0x%d
4076         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
4077           (CODE)" for const_name
4078         * src/hc08/gen.c (genCast): fixed bug 0x%d
4079         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
4080           (hc08_port): added "CONST (CODE)" for const_name
4081         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
4082           (aopForRemat, adjustArithmeticResult): disconnected direct relation
4083           between ptr_type and DCL_TYPE,
4084           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
4085           operand* and took AOP() inside function so sfr-ness can be checked,
4086           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
4087           new prototype,
4088           (genFunction, genEndFunction): optimized stack setup,
4089           (genMinus): optimized for literals with ending zeroes (in bytes),
4090           (genCast): fixed bug 0x%d
4091         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
4092           (mcs51_port): added "CONST (CODE)" for const_name
4093         * src/mcs51/peeph.def: made rule 226 more generic
4094         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
4095         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
4096         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
4097         * src/z80/main.c (z80_port): added NULL for const_name,
4098           (gbz80_port): added NULL for const_name
4099         * support/regression/tests/bug663539.c,
4100         * support/regression/tests/sfr16.c: new tests
4101
4102 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4103
4104         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
4105
4106 2005-06-24 Raphael Neider <rneider AT web.de>
4107
4108         * device/lib/pic16/libdev/pic18f[68][567]20.c:
4109           corrected typos...
4110         * device/include/pic16/signal.h: added USBIF
4111           and SIG_USB
4112
4113 2005-06-24 Raphael Neider <rneider AT web.de>
4114
4115         * device/lib/pic16/libdev/pic18f2455.c,
4116           device/include/pic16/pic18f2455.h: NEW
4117         * device/include/pic16/pic18fregs.h,
4118           device/lib/pic16/pics.all,
4119           src/pic16/device.c: added 18f2455
4120         * device/lib/pic16/libdev/pic18f[68][567]20.c,
4121           device/include/pic16/{pic18f[68][567].h,usart.h}:
4122           replaced MULTIPLE_USARTS define with more relaible
4123           compatibility sfrs (for USART access)
4124
4125 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
4126
4127         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
4128           and the output asm file line is printed on two lines.
4129
4130 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4131
4132         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
4133           BGT, BLE, BHI, and BLS instructions
4134         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
4135           genCmpEq): removed
4136         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
4137           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
4138           fixes bug #1216342
4139         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
4140
4141 2005-06-15 Raphael Neider <rneider AT web.de>
4142
4143         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
4144         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
4145         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
4146           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
4147           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
4148
4149 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4150
4151         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
4152           Marcel Telka in bug #1215704
4153
4154 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
4155
4156         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
4157           located in shared memory bank.
4158
4159 2005-05-31 Raphael Neider <rneider AT web.de>
4160
4161         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
4162           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
4163           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
4164
4165 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
4166
4167         * device/lib/_strncpy.c: fixed the fix
4168
4169 2005-05-26 Raphael Neider <rneider AT web.de>
4170
4171         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
4172           initializers with \0, bug #1208187
4173         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
4174           intializers with \0, bug #1208187
4175
4176 2005-05-26 Raphael Neider <rneider AT web.de>
4177
4178         * src/pic16/glue.c (pic16_printIvalChar): fixed string
4179           initializers with \0, bug #1208187
4180         * src/pic16/main.c (_process_pragma): added sanity checks
4181           for stack position and size, emit warnings when appropriate
4182
4183 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
4184
4185         * device/lib/_strncpy.c: fixed not filling with \0
4186
4187 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4188
4189         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
4190           createFunction),
4191         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
4192           compound_statement),
4193         * src/SDCCsymt.h,
4194         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
4195
4196 2005-05-24 Raphael Neider <rneider AT web.de>
4197
4198         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
4199
4200 2005-05-24 Raphael Neider <rneider AT web.de>
4201
4202         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
4203           TRISE definitions, closes bug #1162453
4204
4205 2005-05-22 Raphael Neider <rneider AT web.de>
4206
4207         * src/pic16/main.c (_process_pragma): check for missing
4208           arguments to pragmas code and udata
4209         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
4210           consistency fixes to match other headers (thanks to Jim Paris)
4211         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
4212
4213 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
4214
4215         * src/SDCCicode.c (isOperandEqual): fixed missing ;
4216
4217 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
4218
4219         * support/regression/tests/bug1198642.c: new test
4220         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
4221         * src/SDCCcse.c (findPrevIc): added comment, please have a look
4222         * support/scripts/resource.h,
4223         * support/scripts/resource.rc,
4224         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
4225         * support/scripts/sdcc.ico: added 32x32 icon
4226
4227 2005-05-18 Raphael Neider <rneider AT web.de>
4228
4229         * device/lib/pic16/libdev/pic18f*.c,
4230         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
4231           keywords to "__sfr" and "__at (X)"
4232         * device/include/pic16/pic18fregs.h: added pic18f4520
4233         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
4234           #1203088 (MPLAB compatibility)
4235
4236 2005-05-17 Raphael Neider <rneider AT web.de>
4237
4238         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
4239         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
4240         * device/lib/pic16/pics.all: added new devices
4241         * src/pic16/device.c: added support for pic18f4520
4242
4243 2005-05-16 Raphael Neider <rneider AT web.de>
4244         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
4245         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
4246         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
4247           convenience function for bit access
4248
4249 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
4250
4251         * device/lib/printf_large.c: fixed bug 1193299
4252         * support/regression/tests/bug1057979.c: added test %3.3s
4253
4254 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4255
4256         * device/include/mcs51/8051.h,
4257         * device/include/mcs51/8052.h: made parseable with lint
4258         * device/include/mcs51/lint.h: added include file for (sp)lint
4259         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
4260         * doc/cdbfileformat.lyx,
4261         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
4262
4263 2005-05-14 Raphael Neider <rneider AT web.de>
4264
4265         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
4266         * device/lib/pic16/libc/stdlib/itoa.c (new)
4267         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
4268         * device/lib/pic16/libio/Makefile: exclude subdir according to
4269           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
4270         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
4271         * src/pic16/gen.c (genFunction): prevent annoying warning
4272         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
4273           nameclashes on BeOS
4274         * support/cpp2/cppmain.c (cpp_output_string): new
4275         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
4276           fixes bug 1116802
4277
4278 2005-05-13 Borut Razem <borut.razem AT siol.net>
4279
4280         * src/SDCCmain.c (linkEdit): fixed bug 1195202
4281
4282 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4283
4284         * .version: changed to version 2.5.1; back to bleeding edge development
4285
4286 2005-05-11 Borut Razem <borut.razem AT siol.net>
4287
4288         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
4289           generate PDF version 1.3 documents
4290
4291 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4292
4293         * .version: changed to version 2.5.0
4294
4295 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4296
4297         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4298
4299 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4300
4301         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4302         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4303         well as many smaller updates.
4304         * .version: changed to version 2.5.0-pre1
4305
4306 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4307
4308         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4309
4310 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4311
4312         * support/regression/tests/bug1185672.c: added
4313         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4314           bug 1185672
4315         * src/mcs51/gen.c (genCall): added comments, made it look safer
4316         * src/mcs51/gen.c (genEndFunction): simplified
4317
4318 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4319
4320         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4321
4322 2005-04-14 Borut Razem <borut.razem AT siol.net>
4323
4324         * fixed bug 1045046 - SIGSEGV with really simple code?:
4325           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4326           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4327
4328 2005-04-14 Borut Razem <borut.razem AT siol.net>
4329
4330         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4331           src/pic16/device.h: temporarily disabled experimental #inline pragma
4332           for 2.5.0 release
4333
4334 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4335
4336         * device/include/z80/stdio.h,
4337         * device/include/z80/string.h: removed these highly incomplete files so
4338           SDCC can use the default ones in device/include/
4339
4340 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4341
4342         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4343         gcc warning.
4344         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4345         fix sdcpp warnings.
4346
4347 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4348
4349         * device/include/malloc.h: removed redundant __reentrant prototypes
4350         * device/lib/_mullong.c: added working xstack variant in asm (C version
4351           doesn't pass regression tests)
4352         * device/lib/bpx.c: used __data and made bpx char for mcs51
4353         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4354           (createFunction): fixed bug with xstackPtr
4355         * src/SDCCcse.c: corrected comments
4356         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4357           (killDeadCode, eBBlockFromiCode): removed unused code
4358         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4359           corrected comments
4360         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4361           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4362           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4363           (genModOneByte): fixed warning in MSVC
4364         * src/mcs51/main.c (): added comments
4365         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4366
4367 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4368
4369         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4370
4371 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4372
4373         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4374
4375 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4376
4377         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4378         characters arrays of larger size than the declared one.
4379
4380 2005-04-10 Borut Razem <borut.razem AT siol.net>
4381
4382         * src/pic/gen.c (genInline),
4383           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4384           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4385           (findNextInstruction), (findPrevInstruction),
4386           (findInstructionUsingLabel),
4387           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4388         * src/pic/pcode.c (findLabel): added missing '\n'
4389         * src/src.dsp: added SDCCdwarf2.c to the project
4390
4391 2005-04-09 Borut Razem <borut.razem AT siol.net>
4392
4393         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4394
4395 2005-04-08 Raphael Neider <rneider AT web.de>
4396
4397         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4398           into the chain after a given one) and mergeDefmapSymbols (combine
4399           defmap entries for each symbol per pcode)
4400         * (createDefmap): have defmap entries merged in the end
4401         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4402           a symbol before replacing one access type's symbol, merge symbols in
4403           the end (replacement symbol might already have an entry)
4404         * (assignValnums): keep reference to written WREG intact
4405
4406 2005-04-08 Raphael Neider <rneider AT web.de>
4407
4408         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4409           Alpha)
4410
4411 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4412
4413         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4414         bytes
4415
4416 2005-04-07 Raphael Neider <rneider AT web.de>
4417
4418         * device/include/pic16/usart.h: added compatibility defines for
4419           devices with more than one USART
4420         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4421
4422 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4423
4424         * device/lib/Makefile.in: updated for port specific include
4425
4426 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4427
4428         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4429
4430 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4431
4432         * device/include/8051.h,
4433         * device/include/8052.h,
4434         * device/include/at89S8252.h,
4435         * device/include/at89c55.h,
4436         * device/include/at89x051.h,
4437         * device/include/at89x51.h,
4438         * device/include/at89x52.h,
4439         * device/include/mcs51reg.h,
4440         * device/include/reg51.h,
4441         * device/include/reg764.h,
4442         * device/include/regc515c.h,
4443         * device/include/sab80515.h: (re)moved these 12 files
4444         * device/include/mcs51/8051.h,
4445         * device/include/mcs51/8052.h,
4446         * device/include/mcs51/at89S8252.h,
4447         * device/include/mcs51/at89c55.h,
4448         * device/include/mcs51/at89x051.h,
4449         * device/include/mcs51/at89x51.h,
4450         * device/include/mcs51/at89x52.h,
4451         * device/include/mcs51/mcs51reg.h,
4452         * device/include/mcs51/reg51.h,
4453         * device/include/mcs51/reg764.h,
4454         * device/include/mcs51/regc515c.h,
4455         * device/include/mcs51/sab80515.h: and added them here
4456
4457 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4458
4459         * device/include/stdarg.h: changed SDCC specific keywords to double
4460           underlined form.
4461         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4462           mcs51 and ds390.
4463         * device/include/hc08/mc68hc908gp32.h,
4464         * device/include/hc08/mc68hc908jb8.h,
4465         * device/include/hc08/mc68hc908jkjl.h,
4466         * device/include/hc08/mc68hc908qy.h: fixed comments
4467         * device/include/mcs51/README: updated
4468         * device/include/mcs51/c8051f120.h: added PINRSF
4469         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4470         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4471           amidst code. Also inline is not supported.
4472
4473 2005-04-06 Raphael Neider <rneider AT web.de>
4474
4475         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4476         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4477           callers stack/frame pointers
4478
4479 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4480
4481         * device/include/pic16/usart.h: added, missing in previous commit,
4482         * device/include/pic16/adc.h: fixed typo,
4483         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4484         commit,
4485         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4486         <p18fxxx.inc>
4487         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4488         uninitialized because a bug appears with gplink
4489         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4490         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4491         complains for unrecognised option
4492
4493 2005-04-05 Raphael Neider <rneider AT web.de>
4494
4495         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4496           structs as well (using memcpy)
4497         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4498           on ISRs (GOTO has no label)
4499         * src/pic16/device.h: added OF_OPTIMIZE_DF
4500         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4501           new data flow analysis/optimization
4502         * src/pic16/pcode.c: added (prototypes for and implementation of)
4503           dataflow analysis functions, fixed pCodeInstructions' inCond and
4504           outCond values, made RCALL a branch instruction
4505         * (pic16_unlinkpCode): keep C line if possible
4506         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4507           C line moved if possible
4508         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4509         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4510           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4511         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4512           new flow)
4513         * (pic16_getJumptabpCode): NEW, needed in...
4514         * (LinkFlow): fixed handling of jumptables, calls and conditional
4515           branches
4516         * (pic16_InsertCommentAfter): NEW
4517         * (pic16_pCodeReplace): made verbose and flow preserving
4518         * (AnalyzeFlow): added call to data flow analysis
4519         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4520         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4521         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4522
4523 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4524
4525         * src/SDCCast.c (decorateType): fixed bug #1105626
4526
4527 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4528
4529         * device/include/asm/pic16/features.h,
4530         * pic18f*.h headers,
4531         * device/include/pic16/adc.h,
4532         * device/include/pic16/delay.h,
4533         * device/include/pic16/i2c.h,
4534         * device/include/pic16/malloc.h,
4535         * device/include/pic16/stdio.h,
4536         * device/include/pic16/stdlib.h,
4537         * device/include/pic16/string.h,
4538         * device/lib/pic16/libc/stdio/printf_tiny.c,
4539         * device/lib/pic16/libc/stdio/printf_small.c,
4540         * device/lib/pic16/libc/stdio/strmgpsim.c,
4541         * device/lib/pic16/libc/stdio/strmmssp.c,
4542         * device/lib/pic16/libc/stdio/strmusart.c,
4543         * device/lib/pic16/libc/stdio/vfprintf.c,
4544         * device/lib/pic16/libc/stdlib/ltoa.c,
4545         * device/lib/pic16/libc/stdlib/putchar.c,
4546         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4547         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4548         * device/lib/pic16/libc/stdlib/memchrram.c,
4549         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4550         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4551         * device/lib/pic16/libio/adc/adcbusy.c,
4552         * device/lib/pic16/libio/adc/adcread.c,
4553         * device/lib/pic16/libio/adc/adcsetch.c,
4554         * device/lib/pic16/libio/usart/ubaud.c,
4555         * device/lib/pic16/libio/usart/ubusy.c,
4556         * device/lib/pic16/libio/usart/udrdy.c,
4557         * device/lib/pic16/libio/usart/uopen.c,
4558         * device/lib/pic16/libio/usart/uputc.c,
4559         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4560         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4561         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4562         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4563         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4564         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4565         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4566         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4567         specific keywords to double underlined form,
4568         * device/lib/pic16/libc/Makefile.rules,
4569         * device/lib/pic16/libsdcc/Makefile.rules,
4570         * device/lib/pic16/libm/Makefile,
4571         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4572         to compile with C standard set in Makefile.common
4573         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4574         rand.c and crc.c in compilation process,
4575         * device/lib/pic16/libsdcc/int/divuint.c,
4576         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4577         `c' from signed to unsigned,
4578         * device/lib/pic16/startup/crt0.c,
4579         * device/lib/pic16/startup/crt0i.c,
4580         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4581         keywords to double underlined form, bug fixes in _do_cinit function
4582         which prevented the correct initialization of the .idata segment,
4583         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4584         core to enter a infinite loop
4585         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4586
4587 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4588
4589         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4590
4591 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4592
4593         * device/include/Makefile.in: add support for hc08 subdirectory
4594         * device/include/hc08/: new subdirectory
4595         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4596         Lucas Loizaga, thanks!
4597         * device/include/hc08/mc68hc908qy.h,
4598         * device/include/hc08/mc68hc908gp32.h,
4599         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4600         their own directory. Changed internal macro names to use the compiler
4601         reserved namespace. Changed SDCC specific keywords to double
4602         underlined form.
4603         * device/include/math.h,
4604         * device/include/malloc.h,
4605         * device/include/stdarg.h,
4606         * device/include/stdbool.h
4607         * device/include/string.h,
4608         * device/include/tinibios.h,
4609         * device/include/ds400rom.h,
4610         * device/include/8051.h,
4611         * device/include/8052.h,
4612         * device/include/80c51xa.h,
4613         * device/include/at89c55.h,
4614         * device/include/at89S8252.h,
4615         * device/include/at89x51.h,
4616         * device/include/at89x52.h,
4617         * device/include/ds80c390.h,
4618         * device/include/reg764.h,
4619         * device/include/regc515c.h,
4620         * device/include/sab80515.h,
4621         * device/include/mcs51/c8051f000.h,
4622         * device/include/mcs51/c8051f018.h,
4623         * device/include/mcs51/c8051f020.h,
4624         * device/include/mcs51/c8051f040.h,
4625         * device/include/mcs51/c8051f060.h,
4626         * device/include/mcs51/c8051f120.h,
4627         * device/include/mcs51/c8051f300.h,
4628         * device/include/mcs51/c8051f310.h,
4629         * device/include/mcs51/c8051f320.h,
4630         * device/include/mcs51/c8051f330.h,
4631         * device/include/mcs51/c8051f350.h,
4632         * device/include/z180.h: Changed SDCC specific keywords to double
4633         underlined form.
4634
4635 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4636
4637         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4638         18F4455,
4639         * (pic16_assignConfigWordValue): disable testing of configuration
4640         register value with config mask,
4641         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4642         function with port->fun_prefix,
4643         * (genFunction): when generating a naked interrupt function never
4644         create an absolute segment placed in interrupt vector address, place
4645         the actual interrupt function at IVA instead, when an interrupt
4646         function is generated with unspecified interrupt then do not create
4647         the absolute section,
4648         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4649         code for generating a call to generic pointer get/put function with
4650         a call to function pic16_callGenericPointer(),
4651         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4652         the call to the generic pointer get/put functions with prefixing the
4653         function name with port->fun_prefix,
4654         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4655         * src/pic16/main.c (_process_pragma): prefix function with
4656         port->fun_prefix,
4657         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4658         calling assembler, old 18Fxxxx macro is deprecated,
4659         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4660         PC_ASMDIR in while condition,
4661         * (findInstruction): add PC_ASMDIR in while condition,
4662         * (buildCallTree): prefix main with port->fun_prefix,
4663         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4664         identifier for variable with banked access in instructions BTFSS,
4665         BTFSC, BCF, BSF, BTG
4666         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4667         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4668         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4669         perform optimization when enviroment variable NO_REG_OPT is set,
4670         * (insideLRBlock): NEW, return 1 if register is inside an
4671         INF_LOCALREGS block,
4672         * (RemoveRegFromLRBlock): remove a register that is completely
4673         eliminated by register optimization, but it is still left in local
4674         register store/restore in/from stack block,
4675         * (Remove2pcodes): after removing register, check to see if it
4676         should be removed from local register store/restore in/from stack
4677         block,
4678         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4679         DUMMY_READ_VOLATILE,
4680
4681         * device/include/pic16/adc.h: minor prototype modifications and
4682         update,
4683         * device/include/pic16/malloc.h: added GPL notice various
4684         modifications,
4685         * device/include/pic16/stdint.h: NEW, standard header for ints
4686         * device/include/pic16/delay.h: NEW, header for delay functions,
4687         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4688         delay1mtcy,
4689         * device/include/pic16/signal.h: NEW, header providing helper macros
4690         for implementing signal handlers,
4691         * device/include/pic16/stdio.h: added prototypes for functions,
4692         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4693         prototypes for stdin and stdout, added macro PUTCHAR to
4694         automatically implement putchar function prototype,
4695         * device/include/pic16/usart.h: modified and updated USART library,
4696         * device/lib/pic16/libio/adc/,
4697         * device/lib/pic16/libio/i2c: some modifications to improve library
4698         performance,
4699         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4700         family of functions,
4701         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4702         family of functions and other sources,
4703         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4704         of the PIC18Fxx[28] devices,
4705         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4706         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4707         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4708         _do_cinit function, because the previous failed when local variables
4709         where not placed in the same memory bank,
4710         * device/lib/pic16/libsdcc/char/: various modifications to improve
4711         library performance,
4712         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4713         information on the new functions of the c library and more...
4714
4715 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4716
4717         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4718
4719 2005-03-26 Raphael Neider <rneider AT web.de>
4720
4721         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4722           if condition == CARRY)
4723         * (genCmp): adapted to new genSkipc semantics
4724         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4725           on rIfx (genCmp was broken)
4726
4727 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4728
4729         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4730         * src/z80/main.c (_keywords[]),
4731         * src/SDCCglobal.h (struct options),
4732         * src/SDCC.y,
4733         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4734         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4735         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4736         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4737         always available in leading double underscore form. The C99 support is
4738         mostly missing, but it's a start.
4739         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4740         reserved identifier "__data".
4741
4742 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4743
4744         * src/mcs51/peeph.def: fixed bug 1170013
4745
4746 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4747
4748         * device/include/mcs51reg.h: fixed bug 842007
4749
4750 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4751
4752         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4753         last time.
4754
4755 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4756
4757         * src/port.h (struct PORT),
4758         * src/avr/ralloc.c (avr_assignRegisters),
4759         * src/avr/main.c,
4760         * src/ds390/ralloc.c (ds390_assignRegisters),
4761         * src/ds390/main.c,
4762         * src/hc08/ralloc.c (hc08_assignRegisters),
4763         * src/hc08/main.c,
4764         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4765         * src/mcs51/main.c,
4766         * src/pic/ralloc.c (pic14_assignRegisters),
4767         * src/pic/main.c,
4768         * src/pic16/ralloc.c (pic16_assignRegisters),
4769         * src/pic16/main.c,
4770         * src/xa51/ralloc.c (xa51_assignRegisters),
4771         * src/xa51/main.c,
4772         * src/z80/ralloc.c (z80_assignRegisters),
4773         * src/z80/ralloc.h,
4774         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4775         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4776         * src/SDCCcse.h,
4777         * src/SDCCdflow.c (computeDataFlow),
4778         * src/SDCCdflow.h,
4779         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4780         * src/SDCCloop.h,
4781         * src/SDCCcflow.c (*),
4782         * src/SDCCcflow.h,
4783         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4784         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4785         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4786         immedDom() returning wrong block; probably fixes bug #1160833)
4787
4788 2005-03-20 Borut Razem <borut.razem AT siol.net>
4789
4790         * support/scripts/inc2h.pl: WIN32 port
4791
4792 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4793
4794         * device/lib/makefile.in: added abs.c and labs.c
4795
4796 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4797
4798         * device/include/stdint.h: added
4799         * device/lib/abs.c: added
4800         * device/lib/labs.c: added
4801         * device/include/stdlib.h: added abs() and labs() prototypes
4802         * device/lib/libsdcc.lib: added abs and labs
4803         * device/include/float.h,
4804         * device/lib/_fsmul.c,
4805         * device/lib/printf_fast.c,
4806         * device/lib/printf_tiny.c: updated comments
4807
4808 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4809
4810         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4811         bug #1164313
4812
4813 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4814
4815         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4816         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4817
4818 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4819
4820         * device/lib/printf_large.c: removed inline assembly for portability and
4821           readability. Use printf_fast if speed or size are more important.
4822         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4823         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4824
4825 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4826
4827         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4828         prevent compiler warning
4829
4830 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4831
4832         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4833         moved to level 0 and declared as static. Also they are explicit
4834         placed in access bank. This was necessery because some times they
4835         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4836         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4837         optimizations. Currently only compare to unsigned char is implemented,
4838         * src/pic16/gen.c: added fReturnIdx array,
4839         * (struct resolvedIfx) is moved to gen.h and made public,
4840         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4841         * (aopForSym): added an optimization to directly store in stack of
4842         the operand of a SEND iCode,
4843         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4844         but as registers instead (AOP_REG) using the fReturnIdx array,
4845         * (pic16_freeAsmop): remove the freed register from the
4846         _G.sregsAlloc field,
4847         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4848         a compare of 'WREG',
4849         * (pic16_popGetTempRegCond): changed function prototype, now
4850         function takes also a bitVector argument v which holds the current
4851         set of registers that are allocated for stack access by aopForSym,
4852         registers allocated in aopForSym for accessing stack symbols are not
4853         any more part of the functions usedRegs field,
4854         * (genCall): some times aopOp is called for a stack variable to be
4855         send, aopForSym might perform the push, if this is true make sure
4856         that genCall doesn't push the variable twice by testing _G.resDirect,
4857         * (genFunction): changed testing for unspecified interrupt number
4858         from 256 to INTNO_UNSPEC,
4859         * modified selection scheme of frame pointer generation. Previously
4860         if function did use local registers a frame pointer was generated,
4861         now a frame pointer is generated only if function has arguments
4862         (that need PLUSW2 register access), or has stack arguments, or the
4863         compiler is not instructed to omit the frame pointer,
4864         * (genEndFunction): before restoring local registers that were saved
4865         in the function preamble, also restore the registers that *might*
4866         have been allocated for stack access,
4867         * (genRet): removed some old comments,
4868         * (genCmp, the active (RN's) version): added a call to the
4869         pic16_genCmp_special function to perform the compare with a more
4870         robust and optimized way,
4871         * (genInline): a feature has been added in inline code generation,
4872         which allows a wildcard variable substitution when writing inline
4873         assembly. Code is incomplete and experimental therefore undocumented,
4874         * (genCast): changed order of aopOp for result and right to allow
4875         aopForSym to directly load the result if possible,
4876         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4877         perform an optimized compare on some selected special occasions,
4878         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4879         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4880         generate an IVT any more,
4881         * src/pic16/main.c (pic16_optionsTable): added command line option
4882         --optimize-cmp,
4883         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4884         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4885         macros,
4886         * src/pic16/NOTES: Raphael Neider added in list of active developers
4887         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4888         jumptable_end to prevent bug #,
4889         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4890         inCond and outCond fields,
4891         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4892         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4893         turn off register spilling,
4894         * (packRegsForOneUse): synced with other ports' versions although it
4895         is not used currently,
4896         * (pic16_packRegisters): added an optimization while reading
4897         structure bitfields, some registers may be saved (malloc code is
4898         decreased by 80 bytes)
4899
4900 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4901
4902         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4903         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4904         this can be optimized more?
4905
4906 2005-03-10 Raphael Neider <rneider AT web.de>
4907
4908         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4909           genNearPointerGet): (hopefully) fixed access to bitfields via
4910           pointers (p->bitN = x; and x = p->bitN; failed)
4911
4912 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4913
4914         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4915
4916 2005-03-09 Raphael Neider <rneider AT web.de>
4917
4918         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4919
4920 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4921
4922         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4923         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4924           (regTypeNum): set REG_BIT type if necessary
4925         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4926         * support/regression/tests/critical.c: check bug 1144613
4927
4928 2005-03-02 Raphael Neider <rneider AT web.de>
4929
4930         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4931
4932 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4933
4934         * src/avr/ralloc.c (serialRegAssign),
4935         * src/ds390/ralloc.c (serialRegAssign),
4936         * src/hc08/ralloc.c (serialRegAssign),
4937         * src/mcs51/ralloc.c (serialRegAssign),
4938         * src/pic/ralloc.c (serialRegAssign),
4939         * src/pic16/ralloc.c (serialRegAssign),
4940         * src/xa51/ralloc.c (serialRegAssign),
4941         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4942
4943 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4944
4945         * src/SDCCast.c (decorateType): fixed bug 1124787
4946
4947 2005-02-20 Hubert Sack <sack AT digiplan.de>
4948         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4949
4950         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4951         patch #1121755
4952
4953 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4954
4955         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4956         to keep the correct label reference count when adding/removing references
4957         to labels. A peephole file using this is appended to patch #1144962.
4958
4959 2005-02-14 Raphael Neider <rneider AT web.de>
4960
4961         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4962         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4963         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4964           retrievals of result operand's value on assignment
4965
4966 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4967
4968         * device/include/pic16/string.h: modified prototype for memccpy()
4969         to memccpy(void *, void *, char, size_t)
4970         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4971         check whether to omit frame pointer or not,
4972         * (genInline): convert all occurences of "\n" to LF in inline
4973         assembler blocks, this helps formatting the inline text,
4974         * (pic16_loadFSR0): modified prototype,
4975         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4976         removed some 8051 legacy code,
4977         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4978         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4979         before allocating temporary registers in functions,
4980
4981 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4982
4983         * support/regression/tests/bitvars.c: corrected the "fix"
4984
4985 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4986
4987         * support/regression/tests/bitvars.c,
4988         * support/regression/tests/bitwise.c,
4989         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4990
4991 2005-02-10 Raphael Neider <rneider AT web.de>
4992
4993         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4994           different size for Alpha
4995         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4996
4997 2005-02-09 Raphael Neider <rneider AT web.de>
4998
4999         * src/SDCC.lex(doPragma) : save and restore warning options as well
5000           (also added new stack plus clone- and copyAndFreeSDCCERRG())
5001         * have #pragma less_pedantic set the errorlevel to WARNING
5002           (fixes #1117001)
5003         * (cloneOptimize) : fixed wrong malloc's size
5004         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
5005           facilitate correct handling of #pragma (save|restore)
5006
5007 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
5008
5009         * src/mcs51/gen.c: removed non-standard C nameless struct/union
5010
5011 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
5012
5013         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
5014
5015 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
5016
5017         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
5018
5019 2005-02-02 Raphael Neider <rneider AT web.de>
5020
5021         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
5022         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
5023         * (pic16_storeForReturn): fixed to allow returning function pointers
5024         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
5025         * device/include/pic16/{stddef.h,stdbool.h}: added
5026
5027 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
5028
5029         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
5030
5031 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
5032
5033         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
5034         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
5035          appeared to be required
5036
5037 2005-01-31 Borut Razem <borut.razem AT siol.net>
5038
5039         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
5040           include/mcs51 and include/z80 directories to the package
5041
5042 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5043
5044         * src/hc08/gen.c (genFunction): fixed bug #1112752
5045
5046 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5047
5048         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
5049
5050 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5051
5052         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
5053
5054 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
5055
5056         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
5057
5058 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
5059
5060         * device/include/c8051fxxx.h: removed these 6 files
5061         * device/include/mcs51/c8051fxxx.h: added these 11 new files
5062
5063 2005-01-26 Raphael Neider <rneider AT web.de>
5064
5065         * src/pic16/gen.c (genAssign): fixed assignment from longs
5066           in codespace (were cut to three bytes)
5067         * (genDummyRead): implemented (except for CODESPACE...),
5068           fixed bug #1108575
5069         * src/pic16/glue.c (emitStatistics): beautified
5070         * device/lib/pic16/libm/Makefile: added include path
5071
5072 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5073
5074         * src/z80/gen.c (aopPut): fixed bug #1103902
5075
5076 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5077
5078         * device/lib/expf.c: fixed bug #1095792
5079
5080 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
5081
5082         * device/lib/pic16/libm: added Math library sources
5083
5084 2005-01-24 Raphael Neider <rneider AT web.de>
5085
5086         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
5087           to enable upcast to pCodeOpReg2 (there is no type tag to
5088           differenciate the two and pic16_popGet2p cast into PCOR2)
5089         * src/pic16/main.c (_process_pragma): fixed another malloc bug
5090           (sizeof(sectNames) changed to sizeof(sectName))
5091           Both patches fix segfaults under MinGW.
5092
5093 2005-01-23 Raphael Neider <rneider AT web.de>
5094
5095         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
5096           Safe_[mc]?alloc()'ed variables
5097         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
5098           of (byte sized) temporaries (assign them to WREG for now)
5099         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
5100           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
5101           this might fix SIGSEGVs on MinGW...
5102         * src/SDCCopt.c (killDeadCode): restored original behaviour
5103           (volatile operands might get thrown away though)
5104
5105 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
5106
5107         * src/pic16/gen.c: fixed bug #1106975,
5108         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
5109         pointer update, INTCON is saved, global interrupts are disabled and
5110         restored after updateing TOS.
5111         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
5112         * added function attribute 'shadowregs' to take advantage of shadow
5113         registers,
5114         * added function attribute 'wparam' as an alternative to the wparam
5115         pragma,
5116         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
5117         user declares a non-ISR function as 'shadowregs',
5118         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
5119
5120 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
5121
5122         * .version: bumped version number to 2.4.8
5123         * device/lib/pic16/pics.all: list of PIC18F devices supported by
5124         pic16 port,
5125         * device/lib/pic16/libio/i2c/: I2C module support library,
5126         * device/include/pic16/i2c.h: I2C support library header,
5127         * device/lib/pic16/libc/stdio/: standard IO support sources,
5128         * (printf_small.c): printf_small() source, supports float print,
5129         * (printf_tiny.c): printf_tiny() source, does not support floats,
5130         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
5131         enable global optimizations for entire library source, other
5132         Makefiles in the source tree are also modified to reflect this,
5133         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
5134         function,
5135         * doc/sdccman.lyx: updated to reflect new changes,
5136         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
5137         sym->onStack if-case,
5138         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
5139         sbit, idata, _idata, xdata, _xdata,
5140         * added pragma library, to link an external library, (see doc),
5141         * removed command line options, --pomit-config-words, --pomit-ivt,
5142         --pleave-reset-vector,
5143         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
5144         when calling assembler to reflect memory model used, also define
5145         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
5146         reflect stack model used,
5147         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
5148         on stack return NULL,
5149
5150 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5151
5152         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
5153           of the operands is volatile. Fixes #1020220
5154
5155 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
5156
5157         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
5158         * (OptimizeRegUsage): make sure that there is really no other flow where
5159           the first pCode is used
5160
5161 2005-01-22 Raphael Neider <rneider AT web.de>
5162
5163         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
5164           to fix #1106967 (pCode->seq are not set up correctly)
5165
5166 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5167
5168         * src/SDCCglue.c (glue): make sure code area is declared before the
5169         static initialization area.
5170
5171 2005-01-21 Raphael Neider <rneider AT web.de>
5172
5173         * device/lib/Makefile.in: fixed test for pic16 install dir
5174         * device/lib/pic16/*/Makefile*: modified compile flags to enable
5175           optimizations
5176         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
5177           added --optimize-goto compiler switch and pragma wparam documentation
5178         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
5179         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
5180           and PRODH closing bug #1071770 (peephole optimizer)
5181
5182 2005-01-19 Raphael Neider <rneider AT web.de>
5183
5184         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
5185           cmdLine buffers (used when calling sdcpp...) are large enough
5186           (MAX_PATH=256 truncates arguments leading to system halts when
5187           used in MinGW...)
5188         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
5189         * (genUminus): rewritten to for efficiency
5190         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
5191           used uninitialized in some cases)
5192         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
5193           copy the third byte from the int -- now assumes 0x80 (data memory)
5194         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
5195           operands (genAddLit expects the iCode's operands to swapped as
5196           well), fixed leftover bytes (crashed for short left operands)
5197         * (pic16_genMinusDec): performance improvements, removed false
5198           PIC14 emitSKPNCs
5199         * (pic16_genMinus): fixed to cope with differently sized operands
5200         * src/pic16/glue.c (pic16_glue): added new banksel optimization
5201           for --obanksel > 1
5202         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
5203         * src/pic16/graph.[ch]: implementation of directed graphs, used by
5204           new banksel optimization
5205         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
5206           analysis for temporary registers (segfaults...)
5207         * src/pic16/peeph.def: added rule
5208
5209 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
5210
5211         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
5212         which converts a float number to its ASCII representation
5213         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
5214         functions to convert the fractional and integer part of a float to ASCII,
5215         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
5216         realloc.c): added _MALLOC_SPEC to explicit place variables in data
5217         ram
5218         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
5219         _STATMEM macros,
5220         * device/include/pic16/adc.h: added GPL info,
5221         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
5222         a pCodeOp as tested operand,
5223         * (genNearPointerGet): optimized bit testing, does not use
5224         intermediate register for bit value, test directly instead with
5225         BTFSS, BTFSC, works only for single bits,
5226         * (genpic16Code): dump the name of the iCode in the asm,
5227         * src/pic16/ralloc.c (decodeOp): removed static declaration and
5228         renamed to pic16_decodeOp,
5229         * (serialRegAssign): do not allocate a temporary register for iCode
5230         sequences that test a single bit for 1/0
5231
5232 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
5233
5234         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
5235         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
5236         access stack and frame pointers. They are initially assigned to
5237         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
5238         accessing SFRs. Updated all occurences of modification of stack or
5239         frame pointer in gen.c and pcode.c,
5240         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
5241         assigning of a literal value to pointers,
5242         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
5243         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
5244         selected
5245
5246 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
5247
5248         * doc/sdccman.lyx: update documentation about stack pragma, added
5249         some info for stack memory models
5250
5251 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5252
5253         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
5254
5255 2005-01-08 Raphael Neider <rneider AT web.de>
5256
5257         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
5258           udata sections to fix bug #1097823
5259
5260 2005-01-05 Raphael Neider <rneider AT web.de>
5261
5262         * src/pic16/gen.c (genGenericShift): added handling of differently
5263           sized left operand and result
5264
5265 2005-01-04 Raphael Neider <rneider AT web.de>
5266
5267         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
5268         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
5269           to hold the condition bit)
5270         * added new version of genCmp (old code available via #define)
5271         * added new version of genShiftLeft/genShiftRight in a generic
5272           way, now supports shifting by negative values
5273         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
5274           shiftCount (expected by genGenericShift)
5275         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
5276         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
5277           dump
5278         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
5279           is an invalid literal too...)
5280
5281 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
5282
5283         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
5284         from Raphael Neider,
5285         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
5286         for 8-bit literals. This fixes some literal operands which are sign
5287         extended to 16-bits ints when instruction needs only 8-bits.
5288
5289 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
5290
5291         * device/lib/logf.c: added mcs51 assembly version
5292         * device/lib/expf.c: added mcs51 assembly version
5293         * device/lib/_logexpf.c: new shared asm code for expf and logf
5294         * device/include/math.h: add defines for assembly math library
5295         * device/lib/Makefile.in: build new _logexpf.c
5296         * device/lib/libfloat.lib: use new _logexpf.c
5297
5298 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5299
5300         * src/pic/device.c
5301         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5302           device types which have less than 0x7f registers.
5303
5304 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5305
5306         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5307
5308 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5309
5310         * device/lib/printf_fast.c: only build on supported arch.
5311         * device/lib/printf_tiny.c: only build on supported arch.
5312         * device/lib/printf_fast_f.c: only build if asm float lib
5313         * device/lib/_fsget1arg.c: only build if asm float lib
5314         * device/lib/_fsget2args.c: only build if asm float lib
5315         * device/lib/_fsnormalize.c: only build if asm float lib
5316         * device/lib/_fsreturnval.c: only build if asm float lib
5317         * device/lib/_fsrshift.c: only build if asm float lib
5318         * device/lib/_fsswapargs.c: only build if asm float lib
5319         * device/include/stdio.h: don't provide print_fast,
5320           print_fast_f, print_tiny prototypes if --xstack used
5321
5322 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5323
5324         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5325         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5326           to the SOURCES
5327
5328 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5329
5330         * device/lib/printf_fast_f.c: same as printf_fast, but
5331           with floating point enabled
5332         * device/lib/printf_fast.c: minor tweaks
5333         * device/include/stdio.h: add printf_fast_f
5334
5335 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5336
5337         * src/SDCCmain.c: make --float-reent default for mcs51
5338         * device/lib/_fsadd.c: added mcs51 assembly version
5339         * device/lib/_fssub.c: added mcs51 assembly version
5340         * device/lib/_fsmul.c: added mcs51 assembly version
5341         * device/lib/_fsdiv.c: added mcs51 assembly version
5342         * device/lib/_fseq.c: added mcs51 assembly version
5343         * device/lib/_fsneq.c: added mcs51 assembly version
5344         * device/lib/_fsgt.c: added mcs51 assembly version
5345         * device/lib/_fslt.c: added mcs51 assembly version
5346         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5347         * device/lib/Makefile.in: add _fscmp to build
5348         * device/lib/libfloat.lib: add _fscmp to build
5349
5350 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5351
5352         * device/lib/_fs2slong.c: added mcs51 assembly version
5353         * device/lib/_fs2sint.c: added mcs51 assembly version
5354         * device/lib/_fs2schar.c: added mcs51 assembly version
5355         * device/lib/_fs2ulong.c: added mcs51 assembly version
5356         * device/lib/_fs2uint.c: added mcs51 assembly version
5357         * device/lib/_fs2uchar.c: added mcs51 assembly version
5358         * device/lib/_slong2fs.c: added mcs51 assembly version
5359         * device/lib/_sint2fs.c: added mcs51 assembly version
5360         * device/lib/_schar2fs.c: added mcs51 assembly version
5361         * device/lib/_ulong2fs.c: added mcs51 assembly version
5362         * device/lib/_uint2fs.c: added mcs51 assembly version
5363         * device/lib/_uchar2fs.c: added mcs51 assembly version
5364         * device/include/float.h: added #define to select asm vs c
5365
5366 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5367
5368         * device/lib/printf_fast.c: improvements to float output
5369         * device/include/float.h: add defines for assembly float library
5370         * device/lib/_fsget1arg.c: receive 1 float arg
5371         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5372         * device/lib/_fsnormalize.c: normalize a float
5373         * device/lib/_fsreturnval.c: return float, various helper routines
5374         * device/lib/_fsrshift.c: right shift a float's mantissa
5375         * device/lib/_fsswapargs.c: swap 2 floats
5376         * device/lib/Makefile.in: build these 6 new files for mcs51
5377         * device/lib/libfloat.lib: add these 6 files to the library
5378
5379 2004-12-26 Borut Razem <borut.razem AT siol.net>
5380
5381         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5382           built by gcc 3.4.2
5383
5384 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5385
5386         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5387           and fully reentrant and register bank neutral.
5388         * device/lib/printf_fast.c: added float (not enabled by default),
5389           added compact/slower integer (also not enabled by default),
5390           improved size/speed of fast integer code, other minor changes
5391         * device/include/stdio.h, device/lib/Makefile.in,
5392           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5393
5394 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5395
5396         * src/pic16/pcode.c: declaring variables other than at the start of a
5397           block is not supported in C by VC6.
5398
5399 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5400
5401         * applied a previous patch from Raphael Neider that wasn't included
5402         in the previous commits, which fixes infinite loops within jumptable
5403         improvements,
5404         * made some fixes that previous patches introduced
5405
5406 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5407
5408         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5409         that fixes an issue with AOP_PCODE asmop's offset,
5410         * (pic16_popCopyReg): update instance field too,
5411         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5412         function of pic port,
5413         * (genCmp, genAnd, genAssign),
5414         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5415
5416 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5417
5418         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5419         variables initial values to idata section,
5420         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5421         variables in some functions. This utilizes parmBytes field of iCode
5422         structure to hold the offset of the variable in stack. (might be
5423         able to use the stack field too?)
5424         * applied patch from Raphael Neider # ### , # ###
5425         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5426         variable initial values in idata section,
5427         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5428         for static variables with initial value
5429         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5430         applied fix in while loop from Raphael Neider.
5431
5432 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5433
5434         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5435         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5436         * src/ds390/ralloc.c (serialRegAssign): spill bits
5437         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5438         * support/Util/SDCCerr.c,
5439         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5440         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5441         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5442
5443 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5444
5445         * device/include/sdcc-lib.h: inserted LGPL, added includes
5446           asm/ds390/features.h and asm/mcs51/features.h
5447         * device/include/asm/default/features.h,
5448         * device/include/asm/gbz80/features.h,
5449         * device/include/asm/z80/features.h: added empty _AUTOMEM
5450           and _STATMEM
5451         * device/include/asm/ds390/features.h,
5452         * device/include/asm/mcs51/features.h: added files with defines for
5453           _AUTOMEM and _STATMEM indicating automatic and static storage class
5454         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5455         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5456         * src/SDCCicode.c (geniCodeCast),
5457         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5458         * src/SDCCloop.c (loopInduction): removed unused variable lr
5459         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5460           to convertToFcall to include char modulo (RFE 1065037), added check
5461           if left operand is unsigned and use abs of literal value
5462         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5463           as it doesn't work after conversion from peephole.def to peephole.rul
5464         * src/mcs51/gen.c (toBoolean): added check for size,
5465           (genModOneByte): optimized code for signed char modulo a literal
5466           power of 2 (thanks to Hubert Sack),
5467           (genRRC): removed unnecessary "clr c",
5468           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5469         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5470           jump optimization,
5471           swapped rules 256.c and 256.d,
5472           extended 256.d by using new multiple checks (thanks Erik),
5473           added rules 256.e and 256.f,
5474           updated rule 261.a and 261.b to new generated code
5475         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5476
5477 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5478
5479         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5480           induction related bugs, including first part of bug #1074377
5481
5482 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5483
5484         * applied patch from bug-report #1076292,
5485         * applied patches for genAnd and Goto-optimizations for Raphael
5486         Neider,
5487         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5488         dump a less iCode information,
5489         * src/pic16/device.h (pic16_options_t): added field debgen,
5490         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5491         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5492         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5493         puclic,
5494         * (various functions): added macros FENTRY and FENTRY2 to functions,
5495         to emit function prologue,
5496         * (various functions): fixed indentation,
5497         * (genNearPointerGet): fixed loading of FSR0,
5498         * (genPackBits): applied patch from Raphael Neider to fix updating
5499         of FSR0 and touching only the modified bits,
5500         * src/pic16/genarith.c (various functions): added macros FENTRY to
5501         emit function prologue in comments,
5502         * src/pic16/pcode.h: added functions debugf2, debugf3,
5503         * src/pic16/ralloc.c: partial fix for packForPush caused
5504         segmentation fault,
5505
5506 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5507
5508         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5509           <stsp AT users.sourceforge.net> with reversed byte order
5510         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5511
5512 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5513
5514         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5515           bug #1074377
5516         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5517         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5518
5519 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5520
5521         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5522
5523 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5524
5525         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5526           conditions,
5527           (setFromConditionArgs): friendly operand parser for peephole rules,
5528           (operandBaseName, operandsNotRelated): new peephole condition
5529           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5530           architecture specific register naming into account, handles n-way
5531           comparisons, and supports quoted literals
5532         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5533
5534 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5535
5536         * src/mcs51/peeph.def: fixed bug #1076940
5537
5538 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5539
5540         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5541
5542 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5543
5544         Adding support for replacing ljmps with sjmps in jumptables
5545         generated for switch statements. For now you need to set the
5546         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5547         Now 4 algorithms for mcs51 jumptable generation are used:
5548         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5549         addresses loaded pc-relative for up to 112 cases and stack-pushing
5550         target addresses loaded with offset from dptr for up to 256 cases.
5551
5552         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5553         * src/mcs51/main.c: adapted constants for switch table generation
5554         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5555
5556 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5557
5558         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5559         * support/regression/tests/bug1057979.c: added test for bug 1073386
5560
5561 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5562
5563         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5564         compilers
5565
5566 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5567
5568         * src/pic16/device.h,
5569         * src/pic16/genarith.c,
5570         * src/pic16/glue.c,
5571         * src/pic16/main.c,
5572         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5573
5574 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5575
5576         Large cummulative patch for pic16 port.
5577         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5578         to call when a stack overflow occurs,
5579         * (malloc.h): added CVS Id tag,
5580         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5581         variable,
5582         * added libc directory. The current version of LibC contains string
5583         functions, ctype functions and macros and some functions of the
5584         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5585         be extensively tested in the future. Standard disclaimer here.
5586         Library is not automatically build yet. But one can build it by
5587         invoking 'make' inside the libc directory.
5588         * added ADC library under libio. Preliminary version yet.
5589
5590         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5591         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5592         aopForRemat() now and not by pic16_aopOp(),
5593         * (pic16_popGetTempReg): removed warning messgae when allocating
5594         temporary registers, its a buggy feature and will be removed,
5595         * (pic16_popGet): set register instance field in AOP_CRY,
5596         * (pic16_outBitC): fixed for results in size greater than 1,
5597         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5598         * (pic16_storeForReturn): optimized return of 0,
5599         * (genCmp): experimental code for new genCmp which uses PIC18's
5600         special compare&skip instructions. Initial tests fail some times
5601         with variables grater than 1 byte in size, so new code is disabled,
5602         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5603         a single bit,
5604         * (genCast): began a fix to optimize the casting of a bit to another
5605         bit, now assigning a bitfield to another bitfield will fail, sorry,
5606         * src/pic16/main.c: disabled the use of lr-support feature,
5607         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5608         * added some function prototypes, added function _debugf prototype,
5609         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5610         bits with offset (case PO_GPR_BIT),
5611         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5612         command line,
5613         * (isBankInstruction): modified to return 0 for no banking instruction,
5614         and 1 for banking instruction,
5615         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5616         caused stop processing pCodes after a inline assembly block,
5617         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5618         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5619         registers when it shouldn't,
5620         * src/pic16/ralloc.c (allocReg): add preliminary support for
5621         supporting a limited set of temporary registers,
5622
5623 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5624
5625         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5626           genDataPointerSet): ensure assignments always copy in MSB to LSB
5627           order,
5628           (loadRegFromAop): recognize CLRH optimization,
5629           (genFunction): optimize RECEIVE iCodes in reentrant functions
5630
5631 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5632
5633         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5634           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5635           selected.
5636         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5637         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5638           contiguous with data
5639
5640 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5641
5642         * device/lib/_gptrget.c (_gptrget),
5643         * device/lib/_gptrgetc.c (_gptrgetc),
5644         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5645           instead of sjmp to ret
5646         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5647           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5648
5649 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5650
5651         * .version: bumped version to 2.4.7
5652         * device/lib/_gptrget.c (_gptrget): is now _naked
5653         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5654         * device/lib/_gptrput.c (_gptrput): is now _naked
5655         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5656           (createFunction): fixed xstack
5657         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5658         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5659           or bit either,
5660           (geniCodeCritical): store original interrupt state in an iTemp bit
5661           var unless stack-auto
5662         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5663         * src/SDCCmain.c (setIncludePath): added include/target to search path
5664         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5665         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5666           prototype,
5667           (processFuncArgs): put bit vars in bit area
5668         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5669           unsaveRBank): fixed xstack,
5670           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5671           (genFunction, genEndFunction): fixed xstack,
5672           (genAssign): optimization don't walk backwards through mem
5673         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5674         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5675         * support/regression/Makefile: also make library (for stack-auto) when
5676           making "all" and added "test-mcs51-xstack-auto"
5677         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5678         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5679         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5680         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5681         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5682           make-library by MAKE_LIBRARY
5683         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5684           regression tests for xstack
5685         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5686         * support/regression/tests/critical.c: test for critical on mcs51
5687
5688 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5689
5690         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5691           built version of sdcc instead of installed version
5692
5693 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5694
5695         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5696         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5697           vprintf.c now
5698         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5699         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5700           WARNING: remove device/lib/build/z80/printf.o by hand when
5701           updating from previous build!
5702         * device/lib/z80/printf.c: updated comment
5703         * support/regression/tests/bug1057979.c: test all ports now
5704         * support/regression/tests/bug1065458.c: file added
5705
5706 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5707
5708         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5709           *_start and *_end symbols for static functions
5710
5711 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5712
5713         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5714           and search crt0.o in all library paths,
5715           (setIncludePath): proper handling of --nostdinc,
5716           (setLibPath): proper handling of --nostdlib
5717         * support/regression/Makefile,
5718         * support/regression/ports/ds390/spec.mk,
5719         * support/regression/ports/gbz80/spec.mk,
5720         * support/regression/ports/hc08/spec.mk,
5721         * support/regression/ports/mcs51/spec.mk,
5722         * support/regression/ports/mcs51-large/spec.mk,
5723         * support/regression/ports/mcs51-stack-auto/spec.mk,
5724         * support/regression/ports/z80/spec.mk: use include and lib files from
5725           built version of sdcc instead of installed version
5726         * doc/sdccman.lyx: fixed typo in --nostdinc
5727
5728 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5729
5730         * src/pic/pcode.c,
5731         * src/pic/device.c,
5732         * src/pic/ralloc.c,
5733         * src/pic/gen.c : added support to generate code for struct bit fields.
5734
5735 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5736
5737         * as/xa51/xa_version.h,
5738         * device/include/errno.h,
5739         * device/include/regc515c.h,
5740         * device/lib/_itoa.c,
5741         * device/lib/_ltoa.c,
5742         * device/lib/ser_ir_cts_rts.c,
5743         * sim/ucsim/xa.src/glob.cc,
5744         * sim/ucsim/xa.src/inst_gen.cc,
5745         * sim/ucsim/xa.src/xa_bit.cc,
5746         * sim/ucsim/xa.src/xa_sfr.cc,
5747         * sim/ucsim/z80.src/inst_dd.cc,
5748         * sim/ucsim/z80.src/inst_fdcb.cc,
5749         * support/scripts/keil2sdcc.pl,
5750         * src/pic16/pic16.dsp,
5751         * src/pic16/pic16a.dsp: corrected cvs line endings
5752         * device/lib/printf_large.c: fixed bug 1057979
5753         * src/pic16/gen.c: fixed non-C standard code
5754         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5755         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5756         * support/regression/ports/mcs51/support.c: reload T1 asap
5757         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5758           pdata use and clear idata startup behaviour
5759         * support/regression/tests/bug1057979.c: added
5760
5761 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5762
5763         * device/examples/ds390/ow390/ad26.h,
5764         * device/examples/ds390/ow390/cnt1d.h,
5765         * device/examples/ds390/ow390/crcutil.c,
5766         * device/examples/ds390/ow390/ownet.h,
5767         * device/examples/ds390/ow390/owsesu.c,
5768         * device/examples/ds390/ow390/swt12.h,
5769         * device/examples/ds390/ow390/swtoper.c,
5770         * device/examples/ds390/ow390/temp10.h,
5771         * device/examples/ds390/ow390/thermodl.c,
5772         * device/examples/ds390/tinitalk/tinitalk.dsp,
5773         * device/examples/ds390/tinitalk/tinitalk.dsw,
5774         * device/examples/mcs51/clock/hw.h,
5775         * device/examples/mcs51/simple2/go.bat,
5776         * device/examples/serialcomm/windows/serial.h,
5777         * device/examples/xa51/dummy.c,
5778         * device/examples/xa51/hello.c,
5779         * device/include/80c51xa.h,
5780         * device/include/at89x051.h: corrected cvs line endings
5781
5782 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5783
5784         * src/pic16/main.c (options): added command line --gstack, to trace
5785         stack over/under flows,
5786         * added pragma 'wparam' to allow passing first byte of function
5787         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5788         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5789         call to __gstack_test function and sets up the symbol as extern,
5790         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5791         * popaop): added call to pic16_testStackOverflow,
5792         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5793         wparamList list,
5794         * (genCall, genPcall): now all parameters are passed via stack
5795         except in functions that are pass to wparam pragma in which WREG is
5796         used too,
5797         * (genPcall): REENTRANT flag is checked to see if variable prototype
5798         contains reentrant keyword, don't call a non-reentrant function, via
5799         a reentrant function pointer or vice versa, functions are never
5800         passed via WREG,
5801         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5802         D.Winkler,
5803         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5804         SIGSEGV when accessing a NULL register stucture,
5805         * (pic16_printGPointerType): modified to handle UPPER modifier for
5806         function initializers, changed prototype of function to simpler one,
5807         * (pic16_printIvalFuncPtr): check to see if function is already
5808         added in externs list,
5809         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5810         optimized a move from W to SFR with a move to the same register
5811         later after a CALL,
5812         * device/lib/pic16/debug: NEW directory, contains debug features
5813         which are enabled when linking with libdebug.lib, currently command
5814         line option --gstack enables stack pointer tracing for over/under
5815         flow, corresponding sources are in debug/gstack
5816
5817 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5818
5819         * doc/sdccman.lyx: updated SDCC version,
5820         * (PIC16 port): update list of command line options,
5821         * src/pic16/device.h (structure pic16_options_t): added field gstack
5822         to enable stack overflow tracing on push/pops,
5823         * src/pic16/device.c (statistics structure): added statistics
5824         structure,
5825         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5826         pic16_dump_int_registers): increase statistics counters for each
5827         * variable which is encountered
5828         * (pic16_dump_usection): emit each .udata variable to its own udata
5829         section,
5830         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5831         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5832         parameters via stack, otherwise use old scheme,
5833         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5834         assembler output file,
5835         * src/pic16/main.c: added command line options --gstack to enable
5836         push/pop tracing for stack overflow,
5837         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5838         instructions): added size of each instruction,
5839         * (pic16_countInstruction): estimate size of instructions in
5840         the_pFile list, inline assembly blocks are not counted,
5841         * (pic16_FixRegisterBanking): trace previous register usage, when
5842         banksel optimizations is greater than 0, don't emit a redudant
5843         banksel directive,
5844
5845 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5846
5847         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5848         * src/pic16/ralloc.c : applied same fix for pic16.
5849         * src/pic/gen.c : tidied it up a little.
5850
5851 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5852
5853         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5854         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5855
5856 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5857
5858         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5859
5860 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5861
5862         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5863         non-reentrant function __modsint in the interrupt function (thus
5864         corrupting math operations during serial I/O)
5865         * device/lib/ser_ir.c: as above, changed buffersize
5866         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5867         256.c,d for zeroing
5868         * doc/Makefile: added option -t for rsync
5869
5870 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5871
5872         * src/SDCCast.h (struct ast),
5873         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5874
5875 2004-10-20 Borut Razem <borut.razem AT siol.net>
5876
5877         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5878         package
5879
5880 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5881
5882         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5883         makefile targets,
5884         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5885         support functions to replace long sequences of MOVFF's from access
5886         bank registers to stack and vice versa,
5887         * src/pic16/device.h: added new field opt_flags, where optimization
5888         flags can be set to enable certain features,
5889         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5890         * pBlock, (genFunction, genEndFunction): surroung loop for
5891         saving/loading used registers in stack with PC_INFO pCodes,
5892         INF_LREGS. Code in between can then be optimized by pCode optimizer
5893         to support function calls,
5894         * (genDataPointerSet): fixed bug which loaded float fields in
5895         structures with corrupt data,
5896         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5897         in a standard way debug info on stderr. Feature used for developing
5898         and debugging only,
5899         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5900         obsolete chunks of code,
5901         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5902         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5903         * pic16/src/pcode.c (pic16_newpCodeInfo,
5904         * (pic16_newpCodeOpLocalRegs),
5905         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5906         feature,
5907         * (pic16_pCodeConstString): printing of the initial value of a
5908         symbol as a comment is inhibited since parsing was already done by
5909         copyStr and output is corrupt,
5910         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5911
5912 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5913
5914         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5915
5916 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5917
5918         * as/mcs51/lkarea.c: removed old K&R style,
5919           (lnksect): changed check on boundary error,
5920           (lnksect2): changed check on boundary error,
5921           (lnksect2): extend XSTK to end of page if size = 1
5922         * as/mcs51/lkmain.c: removed old K&R style,
5923           (Areas51): create l_IRAM symbol
5924         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5925         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5926           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5927         * device/lib/_mullong.c: added version to be compiled with xstack
5928         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5929         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5930         * device/lib/mcs51/crtxstack.asm: fixed comment
5931         * src/SDCCglue.c: maxInterrupts defaults to 0,
5932           (emitMaps): added pdata,
5933           (createInterruptVect): (re)moved default,
5934           (glue): added pdata,
5935           (glue): moved __start__xstack to XSTK with default size 1
5936         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5937           and options.float_rent when options.stackAuto is set,
5938           (linkEdit): only write XDATA_NAME if provided on command line
5939         * src/SDCCmem.h,
5940         * src/SDCCmem.c: added pdata
5941         * src/port.h: added pdata_name to PORT
5942         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5943           (saveRegisters, unsaveRegisters): removed usage of B,
5944           (genMinus): fixed accumulator clash,
5945           (genJumpTab): added comment, this needs another look
5946         * src/mcs51/gen.c: added check for "B in use" paranoia,
5947           added pushB() and popB()
5948         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5949           chance
5950         * src/avr/main.c,
5951         * src/ds390/main.c,
5952         * src/hc08/main.c,
5953         * src/mcs51/main.c,
5954         * src/pic/main.c,
5955         * src/pic16/main.c,
5956         * src/xa51/main.c,
5957         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5958           added PSEG (PAG,XDATA) or NULL to port specifier
5959         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5960         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5961           (_mcs51_genInitStartup): removed __start__xstack equ,
5962           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5963         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5964         * src/z80/gen.c (_rleAppend): fixed warnings
5965         * support/regression/tests/zeropad.c: added pdata test
5966         * .version: bumped to 2.4.6
5967
5968 2004-10-17 Borut Razem <borut.razem AT siol.net>
5969
5970         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5971         as a part of nightly build
5972
5973 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5974
5975         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5976         WREG holds the first byte function parameters,
5977         * (aopForSym): take special case for symbols which are in FARSPACE
5978         but in CODESPACE too,
5979         * (assignResultValue): modified to take into account _G.useWreg,
5980         * (genCall): don't use wreg for parameter passing when function is
5981         declared as reentrant, too, added optimization INCF to stack
5982         pointer when stack parameter count is 1,
5983         * (genFunction, genEndFunction): refurnished and fixed to not using
5984         wreg for passing parameters when function has varargs or is
5985         reentrant, fixed bug with symbol name compare for generating
5986         functions in absolute address,
5987         * (pic16_storeForReturn): refurnished,
5988         * (genCmp): began writing a new version of the function, not ready
5989         yet, therefore it is disabled,
5990         * (genAssign): do not read code memory when assigning a function to
5991         a pointer function,
5992         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5993         array of characters, not pointer,
5994         * (pic16initialComments): in debug mode emit an .ident directive for
5995         the assembler,
5996         * (_process_pragma): emit a new warning type (internal to pic16)
5997         when setting stack to default length, emit a similar warning when
5998         placing a function at absolute address and address is not word aligned
5999         * (_pic16_parseOptions): added 'return TRUE' statement,
6000         * (_pic16_linkEdit): if compiling a source, then add the source's
6001         file object, first in the list of objects to link,
6002
6003 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
6004
6005         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
6006         * src/pic/main.c : removed VC warning.
6007         * src/pic/gen.c : changed comment.
6008
6009 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
6010
6011         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
6012         reference to a deprecated symbol _GPTRREG was causing failure to
6013         link. Thanks G. M. Gallant for the info.
6014
6015 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
6016
6017         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
6018         comments for Bugs item #954788.
6019
6020 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
6021
6022         * src/pic16/device.c (pic16_dump_gsection,
6023         * pic16_groupRegistersInSection): handle symbols declared to be in
6024         access bank differently,
6025         * src/pic16/gen.c (struct _G): added field resDirect,
6026         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
6027         send values read from stack directly to result and don't allocate
6028         temporary values,
6029         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
6030         same registers,
6031         * (pic16_sameRegsOfs): NEW,
6032         * (freeAsmop): if _G.resDirect is set then do not mark registers as
6033         free because they were not allocated from temporary pool,
6034         * pic16_popRegFromString): workaround to fix a problem with
6035         allocating variables twice or never,
6036         * (genGenPointerGet): using PRODL instead of FSR0H,
6037         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
6038         instead of FSR0H,
6039         * (genAssign): take advantage of the _G.resDirect flag,
6040         * (genCast): around line 11844, use mov2f instead of directly
6041         MOVFF'ing between operands to account for literal values,
6042         * src/pic16/genutils.c: some new debug functions for gpsim have been
6043         added,
6044         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
6045         float with integer part only,
6046         * src/pic16/main.c (_process_pragma): handle pragma udata access to
6047         place variables in access bank
6048         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
6049         updated sources to reflect recent changes in gen.c
6050
6051 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
6052
6053         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
6054         sources that searched for headers in installation path, now the
6055         device/include/pic16 is used,
6056         * src/pic16/glue.c (pic16glue),
6057         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
6058         .line directives if not in debug mode, this suppresses assembler's
6059         warnings for ignored directives
6060
6061 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
6062
6063         * src/port.h: made reset_regparms prototype void parameter explicit.
6064         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
6065         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
6066         * doc/sdccman.lyx: documented warning disabling and how to use
6067           printf_large to make it print floats.
6068         * device/include/stdbool.h: NEW
6069         * device/lib/_atof.c,
6070         * device/lib/_divuint.c,
6071         * device/lib/_divulong.c,
6072         * device/lib/expf.c,
6073         * device/lib/printf_large.c,
6074         * device/lib/sincosf.c,
6075         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
6076         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
6077           a completely reentrant lib.
6078
6079 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
6080
6081         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
6082         * device/include/pic16/stdio.h: fixed bug with colon
6083
6084 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
6085
6086         * device/include/pic16/stdio.h,
6087         * device/include/pic16/stdlib.h,
6088         * device/include/pic16/math.h: NEW
6089         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
6090         declared as _naked to reduce overhead
6091         * device/lib/Makefile.in (target port-specific-objects-pic16):
6092         changed * to *.* so to ignore the CVS directory,
6093         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
6094         stacked variables back in stack,
6095         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
6096         corruption
6097
6098 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
6099
6100         * .version: bumped version number to 2.4.5
6101         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
6102         * support/Util/SDCCerr.c (messages structure): added entry for
6103         W_POSSBUG2
6104
6105         Large cumulative patch for pic16 port and libraries.
6106         * device/include/pic16/sdcc-lib.h,
6107         * device/include/pic16/stdarg.h,
6108         * device/include/asm/pic16/features.h,
6109         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
6110         * device/include/pic16/float.h: changes reentrant keyword with
6111         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
6112         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
6113         updated target build-libraries to include objects from gptr,
6114         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
6115         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
6116         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
6117         all function headings,
6118         * src/SDCCmain.c: added global parameter userIncDirsSet,
6119         * (parseCmdLine): when option -I is encountered add directory to
6120         userIncDirsSet too,
6121         * src/version.awk: added space between control and long,
6122         * src/pic16/NOTES: added some notes for the port,
6123         * src/pic16/gen.c: added prototype for mov2fp function,
6124         * (fReturnpic16[]): properly named return value registers,
6125         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
6126         * (aopForSym): added code to handle symbols with onStack flag set,
6127         symbols onStack are allocated PTRSIZE bytes,
6128         * (aopFreeAsmop): handles special case where asmops are stack objects,
6129         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
6130         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
6131         added argument lock to trace flaws in allocating temporary registers
6132         when developing port,
6133         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
6134         * (pic16_popRegFromString): reenabled allocating a direct register
6135         from string,
6136         * (assignResultValue): various beautifications,
6137         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
6138         referenced function argument,
6139         * (genIpush): reenabled to allow stacked arguments, handles only
6140         ic->parmPush iCodes,
6141         * (genCall, genPcall): major changes to allow for variable argument
6142         functions, fixed a bug with falsely restoring stack pointer after
6143         returning from call,
6144         * (genFunction): pending code for critical function,
6145         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
6146         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
6147         * (genNearPointerGet): fixed bug with indirect reading, was always
6148         reading from INDF0
6149         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
6150         pointers,
6151         * (genAddrOf): rewrote code to take address of a stacked function parameter
6152         * (genCast): fixed casting to generic pointer type,
6153         * src/pic16/gen.h: added AOP_STA,
6154         * (struct asmop): added field stk,
6155         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
6156         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
6157         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
6158         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
6159         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
6160         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
6161         generic pointers,
6162         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
6163         and library paths,
6164         * (pic16_port structure): generic pointer size is set to 3,
6165         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
6166         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
6167         compiler warning,
6168         * src/pic16/ralloc.c (allocReg): prevent allocating register when
6169         operand is an iTemp,
6170
6171 2004-09-24 Martin Helmling <mh AT octo-soft.de>
6172
6173         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
6174         * debugger/mcs51/simi.c: addapt new syntax of s51
6175
6176 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
6177
6178         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
6179         * src/pic16/pcode.c: commented out some calls to free() in order to
6180         fix bug #989576,
6181
6182 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6183
6184         * src/SDCCicode.h,
6185         * src/SDCCicode.c (isiCodeInFunctionCall),
6186         * src/avr/ralloc.c (selectSpil),
6187         * src/pic/ralloc.c (selectSpil),
6188         * src/pic16/ralloc.c (selectSpil),
6189         * src/ds390/ralloc.c (selectSpil),
6190         * src/hc08/ralloc.c (selectSpil),
6191         * src/xa51/ralloc.c (selectSpil),
6192         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
6193         stack in the middle of a function call sequence (fixes bug #1020268)
6194         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
6195         costs associated with the minimum switch case.
6196
6197 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * src/SDCC.lex: fixed bug #1030549
6200
6201 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6202
6203         * src/SDCCcse.h (struct cseDef),
6204         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
6205         over a function call if the CSE is derived from a symbol whose
6206         address has been taken (fixes bug #1029883)
6207         * support/regression/tests/bug-1029883: a new regression test for
6208         this bug
6209
6210 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6211
6212         * src/hc08/gen.c (emitinline): fixed bug #1029778
6213         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
6214         to a cast object is no longer a syntax error ("fixes" bug #1030006,
6215         and starts toward RFE #905167)
6216
6217 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
6218
6219         * src/pic16/gen.c (mov2f): New function to move an operand to
6220         another without considering if it is a literal or a register,
6221         * (pic16_sameRegs): don't check if they are both AOP_REG,
6222         * (AccRsh): removed andmask=0 lines,
6223         * (genLeftShift): duplicated to be improved in future versions,
6224         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
6225         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
6226         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
6227         * (pic16initMnemonics): added initialization for POC_INFSNZW,
6228         * (insertBankSwitch): fixed inserting banksel directives algorithm
6229         for instructions that follow a skip instruction, this fixes a report
6230         for broken subtraction code generation,
6231         * src/pic16/ralloc.c (deassignLRs): do not free register if current
6232         iCode is a left op, just in case result and right share the same
6233         registers
6234
6235 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6236
6237         * src/hc08/main.c,
6238         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
6239         preservation of HX
6240         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
6241         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
6242         on 2004-09-12; it was buggy
6243
6244 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
6245
6246         * src/SDCCsymt.h: removed RESULT_CHECK
6247         * src/SDCCast.c,
6248         * src/SDCCglue.c,
6249         * src/SDCCval.c,
6250         * src/pic/glue.c,
6251         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
6252
6253 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
6254
6255         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
6256         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
6257         configuration values no more rejected by compiler, they are assigned
6258         to configuration registers with a warning message instead,
6259         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
6260         the for-loop so last conf register is emitted too,
6261         * (_pic16_initPaths): link library libsdcc.lib by default,
6262         * (_hasNativeMulFor): modified test for multiplication according to
6263         Raphael Neider's remarks. Integer multiplication is also done with
6264         support functions,
6265         * device/include/pic16/pic18fregs.h: corrected type error in while
6266         testing and including 18f6720 header file
6267
6268 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
6269
6270         * src/pic16/device.h (pic16_options): removed field use_crt,
6271         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
6272         until an optimization to handle single bits is added,
6273         * (pic16_loadFSR0): moved before genUnpackBits,
6274         * (genAnd): some white lines removed,
6275         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
6276         leave_reset flags in pic16_options when using crt modules,
6277
6278 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
6279
6280         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
6281           for bugs 898889 & 979599. Also used some safer print instructions.
6282
6283 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
6284
6285         * src/pic16/device.h (pic16_options_t): added field use_crt,
6286         crt_name, no_crt,
6287         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
6288         catch a probable future bug,
6289         * src/pic16/gen.c: aopIdx function commented out,
6290         * (genAssign): commented out old code which used aopIdx,
6291         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6292         code, added if conditionals to take into account the --use-crt
6293         command line options,
6294         * src/pic16/main.c (pic16_optionsTable): added new command line
6295         options, --use-crt= and --no-crt,
6296         * (_pic16_linkEdit): now the proper crt object is added in the
6297         linker command line except than when --no-crt is specified,
6298         * src/pic16/pcode.c,
6299         * src/pic16/pcode.h: added some structures and functions for a new
6300         optimization scheme to compansate for instruction overhead between
6301         same iCodes, this scheme is currently under development and is not
6302         working in any way,
6303         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6304         to && operator,
6305         * device/lib/pic16/startup/crt0i.c,
6306         * device/lib/pic16/startup/crt0iz.c: added global char variable
6307         __uflags to force the generation of an idata section
6308
6309 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6310
6311         * doc/Makefile,
6312         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6313         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6314
6315 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6316
6317         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6318         Frieder) and clarified the default code optimization mode
6319
6320 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6321
6322         * src/SDCC.lex (doPragma, process_pragma),
6323         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6324         "opt_code_size", and "opt_code_balanced"
6325         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6326         regrouped options by category, added support for category headers
6327         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6328         and "--opt-code-size"
6329         * doc/sdccman.lyx: documented these new options and pragmas
6330         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6331         preference into account
6332
6333 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6334
6335         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6336           geniCodePreDec): Fixed bug 904237 by generating a warning
6337         * src/SDCCerr.h,
6338         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6339
6340 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6341
6342         * src/pic/device.c : When no max ram set validate full memory range.
6343         * src/pic/pcode.c,
6344         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6345
6346 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6347
6348         * device/lib/_gptrget.c,
6349         * device/lib/_gptrput.c: updated comment
6350         * device/lib/calloc.c,
6351         * device/lib/free.c,
6352         * device/lib/malloc.c,
6353         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6354         * src/SDCCcse.c (cseBBlock),
6355         * src/SDCCicode.c (printOperand, geniCodeArray),
6356         * src/SDCCicode.h (struct operand): fixed bug 868103
6357         * support/regression/tests/bug-868103.c: added
6358         * src/SDCCast.c (searchLitOp),
6359         * src/SDCCcse.h (struct cseDef),
6360         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6361         * src/SDCCicode.h (struct operand),
6362         * src/SDCCsymt.h (struct sym_link),
6363         * src/avr/gen.c (hasInc),
6364         * src/ds390/gen.c (hasInc),
6365         * src/hc08/gen.c (genPlusIncr, hasInc),
6366         * src/mcs51/gen.c (hasInc),
6367         * src/pic16/glue.c (pic16_printIvalChar),
6368         * src/pic16/ralloc.c (regWithIdx),
6369         * src/xa51/gen.c (hasInc) : removed warnings
6370         * src/SDCCast.c (createBlock): added comment ???
6371         * src/hc08/ralloc.c: updated comments
6372
6373 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6374
6375         * doc/sdccman.lyx: updated section on switch statements, added
6376         section about semaphore locking
6377         * doc/Makefile: added option -info for latex2html
6378         * device/lib/_gptrget.c,
6379         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6380
6381 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6382
6383         * src/pic/device.h,
6384         * src/pic/device.c,
6385         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6386          maxram is less than 0x100.
6387
6388 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6389
6390         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6391
6392 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6393
6394         * src/port.h,
6395         * src/mcs51/main.c,
6396         * src/ds390/main.c,
6397         * src/z80/main.c,
6398         * src/hc08/main.c,
6399         * src/pic/main.c,
6400         * src/pic16/main.c,
6401         * src/avr/main.c,
6402         * src/xa51/main.c
6403         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6404         a jump table is the best form for a switch statement, including
6405         automatic insertion of missing cases to make the case range
6406         continuous. Developed in collaboration with Frieder Ferlemann.
6407
6408 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6411         accumulator result if it needs sign extension
6412
6413 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6414
6415         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6416
6417 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6418
6419         * device/lib/gbz80/printf.c,
6420         * device/lib/z80/printf.c: removed define for NULL
6421
6422 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6423
6424         * as/xa51/xa_link.c,
6425         * device/examples/ds390/ow390/ad26.c,
6426         * device/examples/ds390/ow390/cnt1d.c,
6427         * device/examples/ds390/ow390/counter.c,
6428         * device/examples/ds390/ow390/ds2480.h,
6429         * device/examples/ds390/ow390/ds2480ut.c,
6430         * device/examples/ds390/ow390/findtype.c,
6431         * device/examples/ds390/ow390/gethumd.c,
6432         * device/examples/ds390/ow390/owllu.c,
6433         * device/examples/ds390/ow390/ownetu.c,
6434         * device/examples/ds390/ow390/swt12.c,
6435         * device/examples/ds390/ow390/swtloop.c,
6436         * device/examples/ds390/ow390/temp.c,
6437         * device/examples/ds390/ow390/temp10.c,
6438         * device/examples/ds390/ow390/thermo21.c,
6439         * device/examples/ds390/ow390/tinilnk.c,
6440         * device/examples/ds390/ow390/tstfind.c,
6441         * device/examples/serialcomm/windows/serial.cpp,
6442         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6443         * device/include/reg51.h: fixed line endings for cvs
6444
6445 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6446
6447         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6448         packRegsForAccUse, packRegisters): new accumulator register
6449         packing algorithm
6450         * support/regression/ports/hc08/support.c (_putchar): suppress
6451         warning of unused variable
6452         * src/SDCCicode.c: added SWAP entry to codeTable
6453
6454 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6455
6456         * device/lib/sprintf.c: forgot to add this file before previous commit
6457
6458 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6459
6460         * src/pic16/gen.c (genPackBits): added operand right in function
6461         parameters, load result directly if p_type is POINTER (that is
6462         called by genNearPointerSet)
6463         * (genUnPackBits): added operand left in function parameters,
6464         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6465         FSR0 if accessing bitfields,
6466
6467 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6468
6469         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6470           _print_format; updated printf, sprintf, vsprintf
6471         * device/include/asm/default/features.h: corrected comment/define
6472         * device/lib/Makefile.in: added sprintf.c
6473         * device/lib/libsdcc.lib: added sprintf module
6474         * device/lib/printf_large.c,
6475         * device/lib/vprintf.c,
6476         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6477           into these 3 files
6478         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6479         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6480         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6481           hc08 test
6482         * support/regression/tests/zeropad.c: define idata as data for hc08
6483
6484 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6485
6486         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6487         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6488         labels are referenced at least once (even if a reference is not found)
6489         * src/hc08/gen.c (emitcode): set isComment flag for comments
6490         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6491         loads), rules 6a..6b (optimize jumps to return)
6492
6493 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6494
6495         * device/lib/acosf.c (acosf),
6496         * device/lib/asinf.c (asinf),
6497         * device/lib/atanf.c (atanf),
6498         * device/lib/ceilf.c (ceilf),
6499         * device/lib/cosf.c (cosf),
6500         * device/lib/coshf.c (coshf),
6501         * device/lib/cotf.c (cotf),
6502         * device/lib/fabsf.c (fabsf),
6503         * device/lib/floorf.c (floorf),
6504         * device/lib/log10f.c (log10f),
6505         * device/lib/logf.c (logf),
6506         * device/lib/sinf.c (sinf),
6507         * device/lib/sinhf.c (sinhf),
6508         * device/lib/sqrtf.c (sqrtf),
6509         * device/lib/tanf.c (tanf),
6510         * device/lib/tanhf.c (tanhf),
6511         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6512         replaced all instances of "reentrant" in the library functions
6513         defined in math.h with this macro.
6514         * support/regression/tests/float_trans.c: reenabled test for hc08
6515
6516 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6517
6518         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6519         erroneously deleted
6520
6521 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6522
6523         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6524         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6525         multi-byte volatile operands are used
6526         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6527         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6528         initialization to area GSINIT0 so that it would always precede
6529         any static initializers in GSINIT
6530         * support/regression/tests/zeropad.c: fixed idata define for hc08
6531         * support/regression/tests/bug-927659.c,
6532         * support/regression/tests/float_trans.c: disabled tests for hc08
6533         pending missing library routines
6534         * .version: increased version number to 2.4.4 - hc08 port now passes
6535         regression tests
6536
6537
6538 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6539
6540         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6541         * Makefile.common.in,
6542         * as/Makefile,
6543         * as/hc08/Makefile.in,
6544         * as/mcs51/Makefile.in,
6545         * as/z80/Makefile.in,
6546         * debugger/mcs51/Makefile.in,
6547         * device/include/Makefile.in,
6548         * device/lib/Makefile.in,
6549         * doc/Makefile,
6550         * link/Makefile,
6551         * link/z80/Makefile.in,
6552         * packihx/Makefile.in,
6553         * sim/ucsim/main_in.mk,
6554         * sim/ucsim/avr.src/Makefile.in,
6555         * sim/ucsim/doc/Makefile.in,
6556         * sim/ucsim/gui.src/serio.src/Makefile.in,
6557         * sim/ucsim/hc08.src/Makefile.in,
6558         * sim/ucsim/s51.src/Makefile.in,
6559         * sim/ucsim/xa.src/Makefile.in,
6560         * sim/ucsim/z80.src/Makefile.in,
6561         * src/Makefile.in,
6562         * support/cpp2/Makefile.in,
6563         * support/librarian/Makefile,
6564         * support/makebin/Makefile: added DESTDIR to the install path proposed
6565         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6566         * doc/sdccman.lyx: added DESTDIR documentation
6567
6568 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6569
6570         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6571         instruction for interrupt handlers, use fast returns when returning
6572         from high priority interrupts
6573
6574 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6575
6576         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6577         code generation
6578         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6579         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6580         bugs, ported much of Bernhard's code from mcs51
6581         * src/mcs51/gen.c (genSend),
6582         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6583         than one when calling a reentrant function
6584         * device/lib/_mullong.c: defined an alternate struct layout for big
6585         endian ports (hc08)
6586
6587 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6588
6589         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6590         test
6591
6592 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6593
6594         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6595         are sane and complete before asking the port its prefered parameter
6596         passing method (fixes bug #1017633)
6597         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6598         and _ret3
6599
6600 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6601
6602         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6603         problem in bitfields >= 8 bits.
6604
6605 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6606
6607         * src/SDCCsymt.c: undid changes that were not meant to be committed
6608
6609 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6610
6611         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6612
6613 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6614
6615         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6616           copied and wrong bit got inverted
6617
6618 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6619
6620         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6621         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6622         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6623         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6624         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6625         assignments to bitfields at known addresses
6626         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6627         reads from bitfields at known addresses
6628         * src/hc08/ralloc.c (packRegisters),
6629         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6630         genhc08Code): optimize pointer get values used as conditionals
6631         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6632         and branch
6633
6634 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6637         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6638         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6639         as conditionals
6640
6641 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6642
6643         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6644
6645 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6646
6647         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6648         related problems
6649
6650 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6651
6652         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6653
6654 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6657         mcs51 port
6658
6659 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6660
6661         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6662
6663 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6664
6665         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6666         cases use more compact code.
6667
6668 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6669
6670         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6671
6672 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6673
6674         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6675
6676 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6677
6678         * src/SDCCsymt.h,
6679         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6680         parameter of changePointer() from symbol* to sym_link*
6681         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6682         * src/SDCCsymt.c (compareType): void* type is castable to other
6683         pointers, but not necesarily an exact match.
6684         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6685         is no longer blindly treated as an exact match.
6686         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6687
6688 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6689
6690         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6691
6692 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6693
6694         * src/pic/gen.c,
6695         * src/pic/pcode.c,
6696         * src/pic/ralloc.h,
6697         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6698
6699 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6700
6701         * src/pic/device.c,
6702         * src/pic/device.h,
6703         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6704
6705 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6706
6707         * src/mcs51/gen.c (emitcode): fixed bug #992819
6708
6709 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6710
6711         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6712           there's no need to make it worse
6713
6714 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6715
6716         * src/mcs51/ralloc.c (deassignLR),
6717         * src/ds390/ralloc.c (deassignLR),
6718         * src/hc08/ralloc.c (deassignLR),
6719         * src/z80/ralloc.c (deassignLR),
6720         * src/pic/ralloc.c (deassignLR),
6721         * src/pic16/ralloc.c (deassignLR),
6722         * src/avr/ralloc.c (deassignLR),
6723         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6724         rlivePoint): fixed another part of bug #971834
6725
6726 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6727
6728         * src/z80/main.c: enabled "critical" keyword
6729         * src/z80/mappings.i,
6730         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6731         functions (fixes bug #979646)
6732         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6733
6734 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6735
6736         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6737           such as c:\mydir.
6738
6739 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6740
6741         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6742           doesn't disable too much optimizations
6743
6744 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6745
6746         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6747
6748 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6749
6750         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6751
6752 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6753
6754         * src/pic/gen.c tidied up tabs
6755         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6756         * src/pic/main.c tidied up tabs
6757         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6758         * src/pic/pcoderegs.c tidied up tabs
6759         * src/pic/ralloc.c tidied up tabs
6760
6761 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6762
6763         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6764         to S_FIXED for pic16 port and when symbol is not in level 0,
6765         allocate for S_REGISTER storage class and pic16 port, too,
6766         * src/pic16/device.h: prototype for checkSym,
6767         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6768         * (pic16_assignConfigWordValue): test the value and the mask to
6769         validate that the value is suitable for the configuration word,
6770         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6771         collect extern declared symbols, don't emit symbol twice, check
6772         first if symbol is in publics set first,
6773         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6774         * added command line '--fstack' which enables an experimental
6775         feature for stack access, too buggy to be used yet...
6776         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6777         * (pic16_allocDirReg): when register has storage class S_REGISTER
6778         allocate in pic16_dynAccessRegs,
6779         * device/include/pic16/pic18f????.h: modified configuration word
6780         naming convention, words started as CONFIG0H but should be CONFIG1H
6781
6782 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6783
6784         * device/include/mcs51reg.h: fixed bug 970993
6785
6786 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6787
6788         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6789         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6790         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6791         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6792         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6793         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6794           error/warning numbers,
6795           added function setWarningDisabled()
6796         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6797         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6798           _memcmp.c _memmove.c calloc.c realloc.c free.c
6799         * support/regression/tests/malloc.c: added tests for new functionality
6800         * support/regression/tests/zeropad.c: added tests for truncated initializers
6801           and initialized char arrays starting with '\x0'
6802         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6803
6804 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6805
6806         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6807
6808 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6809
6810         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6811         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6812         peephole 177.e. Thanks to anonymous
6813
6814 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6815
6816         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6817         function isn't used in the source but referenced as a
6818         variable initializer then declare it as extern in .asm file
6819
6820 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6821
6822         * .version: increased version number to 2.4.3
6823
6824         Adding version extension according to ChangeLog CVS revision
6825         * src/Makefile.in (target all): added dependency 'version.h'
6826         * (rule version.h): added rule to create version.h from ChangeLog,
6827         * (rule dep): added dependency version.h,
6828         * src/version.awk: AWK script to create version.h
6829         * src/SDCCdwarf2.c (dwWriteModule),
6830         * src/SDCCglue.c (initialComments),
6831         * src/SDCCmain.c (printVersionInfo): modified to write after
6832         version string the version extension number,
6833         * src/SDCCutil.c: included "version.h"
6834         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6835         number,
6836         * src/SDCCutil.h: added prototype for getBuildNumber
6837
6838         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6839         includeDirsSet, too,
6840         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6841         const char [] is found in function prototype...
6842
6843         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6844         moving to WREG with source is already in WREG,
6845         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6846         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6847         * (aopForSym): stack'ed symbols are partially supported, added
6848         if-clause to support symbols in FARSPACE,
6849         * (sameRegs): added test for AOP_ACC to see if registers are same,
6850         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6851         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6852         * (pic16_popRegFromString): will not allocate a new register if it
6853         doesn't find one by name, bug may have introduced...
6854         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6855         * (genIpush): revived to use pic16 port's stack,
6856         * (genAddrOf): added incomplete case for stack'ed operand,
6857         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6858         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6859         can handle multibyte operands,
6860         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6861         * (pic16initialComments): added message for MPLAB compatibility
6862         mode enabled,
6863         * src/pic16/main.h: prototype for pic16_mplab_comp,
6864         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6865         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6866         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6867         because of increased complexity of procedure,
6868         * (_process_pragma): stack pragma changed to format 'stack pos len',
6869         emit symbol '_stack_end' to conform with gplink,
6870         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6871         to search for register,
6872         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6873         PO_GPR_REGISTER,
6874         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6875         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6876         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6877         case for PO_GPR_REGISTER,
6878         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6879         dies, the new era is ahead !...
6880         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6881         pic16_dynInternalRegs,
6882         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6883         * (pic16_allocDirReg): minor optimizations and bug fixes,
6884         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6885
6886         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6887         load stack and frame pointer with address of 'stack_end' symbol
6888
6889 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6890
6891         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6892         without source code but only variable initializers
6893
6894 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6895
6896         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6897         external are not declared as extern to reduce overhead while linking
6898
6899 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6900
6901         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6902
6903 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6904
6905         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6906           Yee Keat for the patch
6907         * src/SDCCast.c (decorateType): fixed bug #979599
6908         * src/ds390/gen.h: removed local fReturnSizeDS390
6909         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6910         * src/ds390/gen.c (genAnd, genOr, genXor),
6911         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6912
6913 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6914
6915         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6916         add relFilesSet to $3, manipulate $2 to handle linking of object
6917         files without source files in command line,
6918         * device/include/pic16 (all headers): added ID location macros,
6919         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6920         entries for ID location bytes,
6921         * (pic16_assignIdByteValue): NEW,
6922         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6923         added field dumpcalltree to pic16_options_t,
6924         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6925         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6926         emitting rFalseIfx label after check_carry label,
6927         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6928         pic16_emitDIRegs), NEW
6929         * (pic16glue): dump .calltree file when option --calltree found,
6930         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6931         * (_pic16_genAssemblerPreamble): emit ID locations after
6932         configuration registers,
6933         * (pic16_linkCmd): modifications of the link command,
6934         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6935         * (pic16_pCodeInitRegisters): don't init stack registers,
6936         * (pic16_findPrevInstruction): fixed bug,
6937         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6938         bug with immediate registers,
6939         * (buildCallTree): traces stack push and pop,
6940         * (pct2): dump also stack usage for each function,
6941         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6942         * (pic16_allocDirReg): various modifications,
6943         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6944         fixed to 1,
6945
6946 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6947
6948         * src/pic16/pcode.c: removed buggy double colon
6949
6950 2004-07-01 Borut Razem <borut.razem AT siol.net>
6951
6952         * support/scripts/sdcc.nsi: added include/pic16 to setup
6953
6954 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6955
6956         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6957         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6958         target 'clean',
6959         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6960         specific command line arguments. Also added sample lkr script
6961         for placing a variable at a specific memory bank.
6962         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6963         at a specific memory bank,
6964         * (pic16_dump_isection): fixed bug which caused string literals to
6965         be omitted when dumping idata section,
6966         * (pic16_groupRegistersInSection): added code to handle registers
6967         in specific memory banks,
6968         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6969         public, all references are renamed too,
6970         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6971         AOP_DPTR2,
6972         * (pic16_storeForReturn): added case to handle when dest is WREG,
6973         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6974         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6975         pic16_rel_udata, check to see if that register is marked as being
6976         a member of a specific memory bank,
6977         * (pic16_printIvalCharPtr): added code to add string literals either
6978         to code or the idata sections,
6979         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6980         also accept the 'udata' pragma,
6981         * src/pic16/main.h: new structure types sectName and sectSym
6982         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6983         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6984         * (pic16_findPrevInstruction): fixed, it returned nothing,
6985         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6986         instruction combinations,
6987         * (pic16_FixRegisterBanking): heavily reorganised,
6988         * (pic16_AnalyzeBanking): if generating banksel directives is
6989         disabled, then don't call FixRegisterBanking at all,
6990         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6991         completely removed,
6992         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6993
6994 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6995
6996         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6997         Phuah Yee Keat <yk.phuah AT nestac.com>
6998
6999 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7000
7001         * src/pic16/glue.c (pic16createInterruptVect): function now emits
7002         correctly the IVT even if it is relocated to some other location
7003
7004 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
7005
7006         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
7007         * device/include/pic16/pic18f2220.h: NEW,
7008         * device/lib/pic16/libdev/pic18f2220.c: NEW,
7009         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
7010         * src/pic16/device.c (struct Pics16): added info for 18f2220,
7011         * src/pic16/device.h (struct pic16_options): added ivt_loc and
7012         nodefaultlibs, ivt_loc is the location of the interrupt vector
7013         table, and nodefaultlibs signs that default libraries should not be
7014         linked in link stage,
7015         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
7016         according to --ivt-loc argument,
7017         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
7018         when pragma stack is found,
7019
7020 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7021
7022         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
7023         256 (range check), 257 (do while), 258.a-f (bit banging
7024         f.e. on 3-wire SPI bus)
7025
7026 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7027
7028         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
7029         variables used exclusively within a loop
7030
7031 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
7032
7033         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
7034
7035 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7036
7037         * src/SDCClrange.c (computeClash): fixed bug #971834
7038
7039 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7040
7041         * src/mcs51/gen.c (genCmp): fixed bug #975903
7042         * src/hc08/gen.c (operandsEqu),
7043         * src/ds390/gen.c (operandsEqu),
7044         * src/z80/gen.c (operandsEqu),
7045         * src/pic/gen.c (operandsEqu),
7046         * src/pic16/gen.c (operandsEqu),
7047         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
7048         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
7049
7050 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7051
7052         * src/SDCCcse.c (cseBBlock): fixed bug #966963
7053
7054 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
7055
7056         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
7057         default case in switch statement,
7058         * glue.c (pic16_initPointer): expr is initialised via decoarteType
7059         to eliminate problem with initialisation of pointers, but problem
7060         still exists,
7061         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
7062         * (emitStaticSegment): removed various lines emitting debug info,
7063         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
7064         added processor registers for utilizing EEPROM,
7065         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
7066         configurable and set 8
7067
7068 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
7069
7070         * .version: increased version number to 2.4.2,
7071
7072         Cumulative patch for pic16 port
7073         * src/pic16/device.c: changed scheme to dump initial values for
7074         variables in idata segment, all print_idata* functions were removed,
7075         now the pic16_printIval* will be called,
7076         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
7077         * _pic16_printPointerType, pic16_printPointerType,
7078         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
7079         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
7080         NEW, similar to the respective functions in SDCCglue.c,
7081         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
7082         way, emitting hex bytes,
7083         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
7084
7085 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7086
7087         * src/avr/ralloc.c (serialRegAssign),
7088         * src/xa51/ralloc.c (serialRegAssign),
7089         * src/pic/ralloc.c (serialRegAssign),
7090         * src/pic16/ralloc.c (serialRegAssign),
7091         * src/hc08/ralloc.c (serialRegAssign),
7092         * src/z80/ralloc.c (serialRegAssign),
7093         * src/ds390/ralloc.c (serialRegAssign),
7094         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
7095
7096 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7097
7098         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
7099         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
7100
7101 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
7102
7103         Cumulative patch for pic16 port:
7104         * src/pic16/device.h (typedef PIC16_device) modified fields for
7105         defining microcontrollers,
7106         * src/pic16/device.c: added new info for all devices in Pics16 array,
7107         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
7108         to be optimised out by the pCode optimiser,
7109         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
7110         specially, bug reported by G.M. Gallant,
7111         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
7112         as force'd so that cannot be optimised out by pCode optimiser,
7113         * src/pic16/pcode.c,
7114         * src/pic16/pcodepeeph.c,
7115         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
7116         they are disabled by default, but can be enabled explicit with
7117         command argument --denable-peeps, for testing,
7118         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
7119         --pomit-ivt in COMPILE_FLAGS
7120
7121 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7122
7123         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
7124           compilation on MSVC
7125
7126 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
7127
7128         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
7129
7130 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7131
7132         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
7133         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
7134
7135 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
7136
7137         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
7138         would only assign 0x300001 register.
7139
7140 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
7141
7142         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
7143         in COMPILE_FLAGS. Thanks to G. Gallant for report.
7144
7145 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7146
7147         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
7148         for ds80c400
7149         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
7150         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
7151         added peephole 254 (left shift), 255 (jump table)
7152
7153 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
7154
7155         * device/lib/Makefile.in: removed comment line with model-pic16,
7156         * (target port-specific-objects-pic16): the libraries and objects
7157         are copied to the build directory form the device/lib/pic16/bin
7158         directory
7159
7160         Cumulative patch concerning pic16 port:
7161         * library directory has been re-organized,
7162         * added support for PIC18F1220,
7163         * added headers and library sources for chips 18f1220,18f6520,
7164         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
7165
7166         * configuration registers setting has changed, now each supported
7167         device has a complete description of the registers it uses,
7168         * all initialisations are moved to idata sections, these section
7169         can be absolute or relocatable,
7170         * fixed initialisation of codespace variables,
7171         * fixed warning about PCLATU and gpsim,
7172         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
7173         * (genAssign): use table reads when assigning from variables in codespace,
7174         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
7175         char/int variables placed in codespace,
7176         * (pic16_emitConfigRegs): NEW, emits a list with configuration
7177         registers set in .asm file, no need for --pomit-config-words anymore,
7178         * (pic16glue): some 8051 legacy segments are commented out
7179         (to be removed completely),
7180         * added support for alternative assembler and linker with --asm=
7181         and --link= command line arguments,
7182         * peepholes are disabled automatically in the port, no need to
7183         specify on command line,
7184         * port supports natively char/int/long multiplication, but converts
7185         all divisions to support functions,
7186         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
7187         to the file set in variable $2,
7188         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
7189         strings in ASCII format and not in hex,
7190         * ralloc.c (serialRegAssign): added a triplet of conditional calls
7191         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
7192         allocate proper register if iCodes aren't temporary,
7193
7194 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
7195
7196         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
7197
7198 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
7199
7200         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
7201         is commented out
7202
7203 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
7206         computed address is reused
7207         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
7208         multi-byte bitfields
7209
7210 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7211
7212         * src/z80/gen.c: (genArrayInit): must check for pointers too
7213
7214 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
7215
7216         * support/regression/tests/zeropad.c: never meant to commit the
7217           nestedstruct test: removed, added check for GCC version
7218
7219 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
7220
7221         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
7222         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
7223         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
7224           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
7225           bugs 928906 and 954082 half-empty initializers
7226         * src/SDCCsymt.h,
7227         * src/SDCCsymt.c (getAllocSize): added for above fix
7228         * src/z80/gen.c (genArrayInit): fixed bug 741044
7229         * support/regression/tests/zeropad.c: added tests
7230
7231 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
7232
7233         * src/pic16/device.c (pic16_dump_section): corrected bug which
7234         caused some symbols of the libraries to be misplaced
7235
7236 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7237
7238         * src/pic16/glue.c,
7239         * src/pic16/ralloc.h,
7240         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
7241         to fix conflict with pic port
7242
7243 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
7244
7245         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
7246         externs configuration variables,
7247         * src/pic16/ralloc.h,
7248         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
7249         prototype in header, commented out some debug messages
7250
7251 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
7252
7253         * src/pic16/glue.c,
7254         * src/pic16/main.c,
7255         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
7256         for gpasm COFF object generation. Thanks to D. Hawkins for
7257         his patch info
7258
7259 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7260
7261         * src/ds390/main.c,
7262         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
7263         Brock for spotting this)
7264         * src/ds390/gen.c (genEndFunction),
7265         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
7266         interrupt handler and critical. Disable push/pop optimizations when
7267         peephole optimizations disabled.
7268
7269 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7270
7271         Updated pic16 library sources and headers.
7272         * device/lib/pic16/pic18f*/ ,
7273         * device/include/pic16/*.h: modified to handle structured SFR
7274         definitions
7275
7276 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
7277
7278         * src/port.h (PORT structure): added hook initPaths, now each
7279         port can declare its own default search paths,
7280         which can been seen with the --print-search-dirs option,
7281         see pic16 port for example,
7282         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
7283         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
7284         * (doPrintSearchDirs): NEW, replaces in a central manner the
7285         printing of search dirs which was split in set*Paths functions,
7286         * (main): added call to port->initPaths and doPrintSearchDirs,
7287         * src/avr/main.c,
7288         * src/ds390/main.c,
7289         * src/hc08/main.c,
7290         * src/izt/i186.c,
7291         * src/izt/tlcs900h.c,
7292         * src/mcs51/main.c,
7293         * src/pic/main.c,
7294         * src/pic16/main.c: modified port structures to reflect addition of
7295         initPaths hook,
7296
7297         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7298         * (pic16_dump_section): for registers in same address reserve memory once,
7299         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7300         to no_banksel,
7301         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7302         result is greater in size than right or left,
7303         * (pic16_genUMult8X8_8): there are some cases where the result can
7304         be 16 bits size, so handle these,
7305         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7306         * (pic16_outBitC): modified to emit pcodes,
7307         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7308         or not,
7309         * (genDivOneByte): implemented algorithm to divide 8-bits,
7310         * (genCmp): uncommented goto, but issues still exist,
7311         * (genAnd): fixed a bug with variables >8bits,
7312         * (genPackBits): optimization added that uses BCF/BSF to change a
7313         single bit,
7314         * (genAssign): fixed bug when assigning floating point literals,
7315         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7316         __sdcc_gsinit_startup label,
7317         * src/pic16/main.c (_pic16_init): removed search directory
7318         initialisations,
7319         * (_pic16_initPaths): NEW, used to initialise search directories,
7320         * (_hasNativeMulFor): support functions for all except char/int
7321         multiplication, and char division,
7322         * (PIC16_port struct): modified entry for native mul support,
7323         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7324         no_banksel option,
7325         * (buildCallTree): call to register_usage is ifdef'ed out,
7326
7327 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7328
7329         * device/include/string.h: applied Stas Sergeev's patch to make this
7330         header file compatible with the preprocessor -Wundef option
7331         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7332         failure (fixes bug #941458)
7333
7334 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7335
7336         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7337         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7338         that the variable, not the function, should be static
7339         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7340         to be consistent with non-literal case
7341
7342 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/SDCCast.c (isConformingBody): fixed bug #949967
7345         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7346         convilong): fixed bug #952086
7347
7348 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7349
7350         * src/SDCCmem.c (allocVariables): fixed bug #955321
7351
7352 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7353
7354         * src/hc08/main.c (_hc08_genAssemblerEnd),
7355         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7356         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7357         completely eliminated the use of a temporary file
7358         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7359         when more than one file linked
7360         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7361
7362 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7365         which fixes bug #543481
7366         * support/regression/tests/bug-751703.c: fixed comments left from a
7367         cut and paste error
7368         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7369         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7370         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7371         scopes
7372         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7373         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7374         are now changed to underscores in moduleName
7375
7376 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7377
7378         * as/mcs51/lkmem.c: better fix for bug #954173
7379
7380 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7381         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7382
7383         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7384         * device/include/c8051f000.h,
7385         * device/include/c8051f120.h,
7386         * device/include/c8051f300.h,
7387         * device/include/c8051f310.h,
7388         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7389         PWM16) and detab'ed
7390
7391 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7392
7393         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7394         and mailing lists, doc'ed --no-peep-comments, removed reference
7395         to knoppix (newest version has no LyX/LaTeX), other minor changes
7396         * src/SDCCglue.c (glue): save 2 bytes stack space with
7397         option --main-return. The ljmp could probably be avoided too
7398
7399 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7400
7401         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7402
7403 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7404
7405         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7406         * src/SDCCopt.c (isLocalWithoutDef),
7407         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7408         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7409         (credit to Maarten Brock for patch #949363, on which this is based)
7410         * support/regression/tests/bug-751703.c: some test cases of extern used
7411         within inner scopes.
7412
7413 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7414
7415         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7416         SPEC_STRUCT
7417         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7418         struct definitions
7419         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7420         dwWriteLabel): fix to create valid debugger symbols even when
7421         the module name has non-alphanumeric symbols in it
7422         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7423         when a variable's allocation has been optimized away
7424
7425
7426 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7427
7428         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7429         * src/hc08/main.c,
7430         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7431         * src/mcs51/main.c,
7432         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7433         * src/ds390/main.c,
7434         * src/z80/gen.c (z80_emitDebuggerSymbol),
7435         * src/z80/main.c,
7436         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7437         * src/pic/main.c,
7438         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7439         * src/pic16/main.c,
7440         * src/avr/gen.c (avr_emitDebuggerSymbol),
7441         * src/avr/main.c,
7442         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7443         * src/xa51/main.c,
7444         * src/SDCCdebug.c (emitDebuggerSymbol),
7445         * src/SDCCdebug.h,
7446         * src/port.h: added a debugger struct to the port struct. Added a
7447         callback for defining debugger symbols
7448
7449         * src/SDCCast.c (createLabel),
7450         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7451         with isitmp = 1
7452         * src/SDCCicode.h,
7453         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7454         iCode back to the ast for the function
7455
7456         * src/hc08/ralloc.c (hc08_assignRegisters),
7457         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7458         unneeded fields from the regs struct.
7459         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7460         pushReg() & pullReg() functions instead of emitcode()
7461
7462         * src/hc08/gen.c (genLabel, genhc08Code),
7463         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7464
7465         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7466         debugger hooks
7467
7468         * src/hc08/gen.c (genEndFunction, genhc08Code),
7469         * src/hc08/gen.h,
7470         * src/mcs51/gen.c (genEndFunction, gen51Code),
7471         * src/mcs51/gen.h,
7472         * src/ds390/gen.c (genEndFunction, gen390Code),
7473         * src/ds390/gen.h,
7474         * src/z80/gen.c (genEndFunction, genZ80Code),
7475         * src/z80/gen.h,
7476         * src/z80/z80.h,
7477         * src/pic/gen.c (genEndFunction, genpic14Code),
7478         * src/pic/gen.h,
7479         * src/pic16/gen.c (genEndFunction, genpic16Code),
7480         * src/pic16/gen.h,
7481         * src/avr/gen.c (genEndFunction, genAVRCode),
7482         * src/avr/gen.h,
7483         * src/xa51/gen.c (genEndFunction, genXA51Code),
7484         * src/xa51/gen.h,
7485         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7486         specific code to cdbFile.c and out of the backend code generators
7487
7488         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7489         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7490         starting address is now 0
7491
7492         * as/hc08/asm.h,
7493         * as/hc08/m08pst.c,
7494         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7495         assembler directive for DWARF support
7496         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7497
7498         * src/src.dsp,
7499         * src/Makefile.in,
7500         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7501
7502 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7503
7504         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7505         and inappropriate peephole optimization in jump tables
7506
7507 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7508
7509         * as/hc08/m08pst.c,
7510         * src/SDCCglue.c: sdccopt works for the hc08 port now
7511
7512 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7513
7514         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7515
7516 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7517
7518         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7519
7520 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7521
7522         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7523         rules
7524         * src/SDCCmain.c,
7525         * src/SDCCglobl.h,
7526         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7527         comments from the peephole optimizer replacement rules
7528         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7529         symbols
7530         * src/SDCCcse.c (updateSpillLocation),
7531         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7532         equivalents
7533         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7534         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7535         objects far pointers
7536
7537 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7538
7539         * src/SDCCsymt.h: a missing part of my last change
7540         * src/pic/ralloc.c (regTypeNum),
7541         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7542
7543 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         * src/SDCCicode.h,
7546         * src/SDCCicode.c (aggrToPtrDclType),
7547         * src/SDCCptropt.h,
7548         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7549         ptrPseudoSymConvert),
7550         * src/pic/ralloc.c (regTypeNum),
7551         * src/pic16/ralloc.c (regTypeNum),
7552         * src/hc08/ralloc.c (regTypeNum),
7553         * src/ds390/ralloc.c (regTypeNum),
7554         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7555         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7556
7557 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7558
7559         * link/z80/lkmain.c (afile),
7560         * as/hc08/lkmain.c (afile),
7561         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7562         prevent a pointer problem when a filename has no directory and
7563         no extension specified.
7564
7565 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7566
7567         * link/z80/lkmain.c (afile): allow periods in directory names
7568         * link/z80/lkmain.c (afile),
7569         * as/mcs51/lkmain.c (afile),
7570         * as/hc08/lkmain.c (afile): allow linker script file to have an
7571         extension other than ".lnk"
7572         * link/z80/lklex.c (getfid),
7573         * link/z80/lkmain.c (parse),
7574         * as/mcs51/lklex.c (getfid),
7575         * as/mcs51/lkmain.c (parse),
7576         * as/hc08/lklex.c (getfid),
7577         * as/hc08/lkmain.c (parse): Support comments in the linker script
7578         file on lines by themselves and after filenames
7579
7580 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7581
7582         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7583
7584 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7585
7586         * src/z80/peeph-z80.def: removed some peephole rules that don't
7587         work with multibyte arithmetic (fixed bug #937126)
7588         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7589         to registers and not global variables
7590         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7591         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7592         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7593         checking for assignments not internally generated (fixed bug #931895)
7594         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7595         structure member (fixed bug #930072)
7596
7597 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7598
7599         * src/SDCCmain.c (linkEdit),
7600         * src/hc08/main.c (_hc08_parseOptions),
7601         * as/hc08/Makefile.in,
7602         * as/hc08/aslink.h,
7603         * as/hc08/asm.h,
7604         * as/hc08/m08pst.c,
7605         * as/hc08/lkrloc.c (relr, rele),
7606         * as/hc08/lkarea.c (lnkarea)
7607         * as/hc08/lkmain.c (afile, parse),
7608         * as/hc08/lkelf.c: support for ELF output
7609         * as/hc08/lks19.c (s19),
7610         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7611
7612 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7613
7614         * as/mcs51/lkihx.c: Fixed bug #899105.
7615
7616 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7617
7618         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7619         .dsp files from Unix to DOS.
7620
7621 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7622
7623         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7624         function pointers; we have been compliant for several months now.
7625         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7626         change that was accidently commented out
7627         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7628         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7629         bug #922319
7630
7631 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         * src/hc08/gen.c: output of all of the internal debugging information
7634         is now controlled by the D() macro; it is disabled by default
7635
7636 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7637
7638         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7639         harder to keep the same registers during a CAST iCode
7640         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7641         long via int can be done in a single cast, if the signedness is
7642         correct.
7643         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7644         putchar() in tinibios.c in ds390's library
7645
7646 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7647
7648         * src/SDCCast.c (decorateType): fixed bug #898889,
7649         cast result of a literal complement too
7650         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7651         fixed check for bitfields
7652
7653 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7654
7655         * src/SDCCicode.c (geniCodeLogic): made it static,
7656         (geniCodeLogicAndOr): added in order to fix bug #905492,
7657         (ast2iCode): fixed bug #905492
7658         * support/regression/tests/bug-905492.c: added
7659         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7660         (processParms): fixed bug #927659: don't copy parms, this will clear
7661         decorated flag
7662         * support/regression/tests/bug-927659.c: added
7663
7664 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7665
7666         * src/SDCCast.c (addCast): don't cast float to char
7667         * device/lib/libsdcc.lib: added _memmove
7668
7669 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7670
7671         * device/lib/large/Makefile: fixed parallel execution by
7672         replacing `make` by `$(MAKE)`
7673
7674 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7675
7676         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7677         offsets (fixes bug #923936)
7678
7679 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7680
7681         * device/lib/small/Makefile: fixed parallel execution by
7682         replacing `make` by `$(MAKE)`
7683
7684 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7685
7686         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7687
7688 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7689
7690         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7691         * src/regression/Makefile: Regression test was not running.
7692
7693 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7694
7695         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7696         complement if possible
7697         * src/SDCCval.c (valComplement),
7698         * src/SDCCicode.c (operandOperation): fixed complement of literal
7699         * support/regression/tests/onebyte.c (testComplement): added
7700
7701 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7702
7703         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7704         return an optimized tree; actually replace actParm with the new tree
7705         * src/SDCCast.h: added some parantheses to remove side effects
7706         * support/regression/tests/bug-920866.c
7707
7708 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7709         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7710         Bit operands were not being handled properly in the pic14 port.
7711         (now src/regression/add.c passes again).
7712
7713 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7714
7715         * src/SDCC.y (labeled_statement): case and default no longer require
7716         a following statement (RFE #893037)
7717
7718 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7719
7720         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7721         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7722         disabled (fixes bug #916294)
7723         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7724         "mov a,acc"; patch provided by Lenny Story
7725         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7726
7727 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7728
7729         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7730         functions
7731         * src/ds390/gen.c (genFunction, genEndFunction),
7732         * src/ds390/ralloc.c (ds390_assignRegisters),
7733         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7734         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7735         pushed if there are parameters passed on the stack. Also, a cleaner
7736         way to decide if r0/r1 should be pushed/popped. (Together they fix
7737         bug #918693)
7738
7739 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7740
7741         * doc/sdccman.lyx,
7742         * device/lib/mcs51/crtpagesfr.asm,
7743         * device/lib/mcs51/crtxinit.asm,
7744         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7745         to avoid confusion with Si Lab's SFRPAGE register.
7746
7747 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7748
7749         * src/SDCCglue.c (emitMaps): allow public sfr variables
7750         * src/SDCCglue.c (initialComments): include compiler build date
7751         with compiler version and put the timestamp of the generated
7752         assembly file on a serperate line to be less confusing.
7753         * src/port.h: added genInitStartup hook
7754         * src/avr/main.c,
7755         * src/ds390/main.c,
7756         * src/hc08/main.c,
7757         * src/pic/main.c,
7758         * src/pic16/main.c,
7759         * src/xa51/main.c,
7760         * src/z80/main.c: genInitStartup initialize as NULL (default to
7761         historical behaviour)
7762         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7763         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7764         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7765         library instead of hard coding it into the compiler.
7766         * support/regression/ports/mcs51-stack-auto/spec.mk,
7767         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7768         * device/lib/mcs51/Makefile,
7769         * device/lib/small/Makefile,
7770         * device/lib/large/Makefile,
7771         * device/lib/mcs51/crtpagesfr.asm,
7772         * device/lib/mcs51/crtstart.asm,
7773         * device/lib/mcs51/crtxclear.asm,
7774         * device/lib/mcs51/crtxinit.asm,
7775         * device/lib/mcs51/crtclear.asm,
7776         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7777         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7778         and into user configurable files.
7779         * device/lib/clean.mk: clean mcs51 directory too
7780         * support/regression/tests/longlit.c: added static to T1 declaration
7781         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7782         accesses in the initialization code
7783
7784 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7785
7786         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7787         OSCTRIMVAL as noted in bug #916008
7788
7789 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7790
7791         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7792         in loops with multiple exits (reported as incorrect registers
7793         used by Martin Helmling in Sdcc-user list)
7794
7795 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7796
7797         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7798         made ds390 register extensions look less like error messages
7799
7800 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7801
7802         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7803         reported by Adam Wozniak in Sdcc-user list
7804
7805 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7806
7807         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7808         arithmetic optimizations, added debug output
7809
7810 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7811
7812         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7813         * sdcc.spec: updated and split sdcc into 3 rpms
7814         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7815         needed for literals of LEFT_OP and '+'
7816         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7817         introduced RESULT_TYPE_NOPROM
7818         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7819         left shift
7820         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7821         limited promotion to int only for '*'
7822         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7823
7824 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7825
7826         * src/pic16/gen.c (genSkip),
7827         (genc16bit2lit), (gencjneshort): commented out
7828         (is_LitOp): new helper function, checks operand type
7829         (genCmpEq): rewritten
7830
7831 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * support/regression/tests/bug-908454.c: added
7834
7835 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7836
7837         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7838         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7839         (geniCodeCast): cosmetic, don't preserve bit storage class
7840         (geniCodeLeftShift): added promotion
7841         (geniCodeLogic): fixed regression
7842         * src/SDCCsymt.c (computeTypeOr): accept bits too
7843         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7844
7845 2004-03-07  Borut Razem <borut.razem AT siol.net>
7846
7847         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7848
7849 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7850
7851         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7852         version of pic16_genPackRegisters which does not check if ic is a
7853         CAST operator,
7854         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7855         function cause string1.c regression test fails
7856
7857 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7858
7859         * sim/ucsim/configure.in,
7860         * sim/ucsim/configure,
7861         * sim/ucsim/doc/Makefile.in: use docdir
7862         * src/SDCC.y: fixed sbit atrributes
7863         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7864         * src/SDCCast.c (decorateType): |^& need special promotion handling
7865         * src/SDCCast.h,
7866         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7867         * src/SDCCsymt.h (computeType),
7868         * src/SDCCicode.c: computeType() needs op
7869         * src/SDCCsymt.c (checkTypeSanity),
7870         * doc/sddman.lyx: "plain" bitfields are unsigned
7871         * src/SDCCsymt.c (computeTypeOr): added
7872         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7873         |^& ops
7874         * src/SDCCval.c (val*): computeType() needs op
7875         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7876         * support/regression/tests/onebyte.c: added tests for |^&
7877
7878 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7879
7880         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7881         for writing icode into asm output.
7882
7883 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7884
7885         * src/pic16/device.c: added some debug lines enabled
7886         with macro DEBUG_CHECK,
7887         * src/pic16/genarith.c: more debug in genPlus,
7888         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7889         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7890         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7891         * (aopForSym): onStack symbols are re-placed in data memspace,
7892         and onStack flag is cleared,
7893         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7894         copy temporary pcodeop,
7895         * (genPcall): added warning for not updating PCLATU,
7896         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7897         always true for pic16 port,
7898         * (genMultOneWord): NEW, supports integer multiplication,
7899         * (genMult): modified to call genMultOneWord,
7900         * (ifxForOp): added warning when return NULL,
7901         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7902         flag is set before call to operandFromSymbol for implicit
7903         added structures,
7904         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7905         options.intlong_rent are set by default,
7906         * (_hasNativeMulFor): modified to allow port generation of integer
7907         multiplication,
7908         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7909         set regtype to REG_SFR for all registers, restricting seting the
7910         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7911
7912 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7913
7914         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7915         more than 500 times in the regression tests
7916
7917 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7918
7919         * support/Util/SDCCerr.h,
7920         * support/Util/SDCCerr.c,
7921         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7922         enumerator_list),
7923         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7924         for symbol conflicts.
7925         * support/valdiags/tests/enum.c,
7926         * support/valdiags/tests/tentdecl.c,
7927         * support/valdiags/tests/struct.c: expect possible error messages
7928         referring to original symbol definitions.
7929         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7930         * src/SDCCsymt.h,
7931         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7932
7933 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7934
7935         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7936
7937 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7938
7939         * src/pic16/ralloc.c (newReg): fixed bug #908929
7940
7941 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7942
7943         * src/ds390/gen.c: added missing #include "main.h"
7944
7945 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7946
7947         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7948         checking if symbol is already in set,
7949         * src/pic16/device.h: prototype for checkAddSym,
7950         * src/pic16/gen.c: (_G): added entry interruptvector,
7951         * (assignResultValue): removed some commented out lines,
7952         * (genFunction): check for ISR via sym->type, absolute section for
7953         interrupt code is created via a new pBlock, the goto instruction is
7954         placed now correctly at the interrupt vector position, changed all
7955         references from ivec to _G.interruptvector,
7956         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7957         is the interrupt is a high priority one, same for return from ISR,
7958         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7959         externs to calls of checkAddSym,
7960         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7961         pic16_pcode_verbose flag is set,
7962         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7963         * src/pic16/pcoderegs.c: message about how many registers are saved
7964         will only be emitted if pic16_pcode_verbose flag is set,
7965
7966 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7967
7968         * src/ds390/ralloc.h,
7969         * src/ds390/ralloc.c (ds390_regWithIdx),
7970         * src/ds390/gen.c (emitcode),
7971         * src/ds390/main.h,
7972         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7973         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7974         ds390operandCompare, getRegsRead, getRegsWritten,
7975         initializeAsmLineNode): customized instruction size calculation for
7976         ds390, started basis for some register optimizations
7977         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7978         corresponding assembly output
7979         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7980         missing push/pop of r0/r1. Optimized push/pops
7981
7982 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7983
7984         * src/mcs51/main.c (instructionSize): fixed ACALL size
7985         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7986
7987 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7988
7989         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7990         the sorting of rlist with NULL elements
7991         * (print_idataType, print_idata): NEW to create idata sections
7992         * src/pic16/device.h: idataSymSet new variable
7993         * src/pic16/gen.c (genFunction): fixed some bugs in string
7994         comparing, improved the absolute section creation for ISRs,
7995         added FSR0L/FSR0H in registers that are saved in an ISR,
7996         * (genInline): fixed the processing of inline snippets,
7997         now they undergo no process by the peephole optimizer
7998         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7999         are placed in idataSymSet,
8000         * (pic16emitStaticSeg): extern symbols are added in externs,
8001         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
8002         switching when aboslute variables are placed in access bank memory
8003         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
8004         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
8005         commented out with #if,
8006         * (pic16_packRegisters): reintroduce the check for CAST because some
8007         symbols are not correctly handled,
8008         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
8009         pCodeInstruction instead of pCode,
8010         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
8011         pCodeAsmDir definition,
8012         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
8013         directive, then the argument directive is emitted without the leading
8014         tab, hack for inline labels which must be in the first column,
8015         * (compareLabel,pic16_findNextInstruction),
8016         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
8017         * (insertBankSwitch): modified for the new pCodeAsmDir,
8018
8019 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8020         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
8021
8022         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
8023         instance,
8024         * (pushSide): commented out with #if,
8025         * (assignResultValue): fixed some typos in saving
8026         registers,
8027         * (genPcall): FIXED and sync'ed with genCall,
8028         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
8029         * (genNearPointerGet): fixed to handle some more cases,
8030         implementation scheme via table reads,
8031         * (genConstPointerGet): modified to access code memory correct,
8032         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
8033         and improved to handle some cases
8034         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
8035         instead of "RETLW" for init data
8036         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
8037         not IN_DIRSPACE, work around to reduce bank switching when aboslute
8038         variables are placed in access bank memory (<0x80 and >=0xf80),
8039         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
8040         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
8041         TBLWT_POSTDEC,TBLWT_PREINC
8042         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
8043         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
8044         directives
8045         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
8046         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
8047         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
8048         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
8049
8050 2004-02-29  Borut Razem <borut.razem AT siol.net>
8051
8052         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
8053         support/Util/findme.h, support/Util/system.h: enhance binary relative
8054         search for lib and include by using findProgramPath()
8055
8056 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8057
8058         * src/SDCCpeeph.h,
8059         * src/SDCCpeeph.c (pcDistance),
8060         * src/port.h,
8061         * src/mcs51/ralloc.h,
8062         * src/mcs51/ralloc.c (mcs51_regWithIdx),
8063         * src/mcs51/main.h,
8064         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
8065         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
8066         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
8067         size calculation port specific, started basis for some register
8068         optimizations
8069         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
8070         missing push/pop of r0/r1. Optimized push/pops
8071         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
8072         * device/lib/_modsint.c (_modsint),
8073         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
8074         and stack version so regression tests pass
8075
8076 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
8077
8078         * src/Makefile.in (dep): include SLIBOBJS in dependency check
8079         * src/SDCCast.c (decorateType): catch another small optimization
8080         with '?' operator
8081         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
8082         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
8083         modified to finally use computeType() all over SDCC,
8084         see Feature Request #877103
8085         * src/SDCCval.h: cosmetic
8086         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
8087         valCompare(); regression tested in muldiv.c
8088         * support/regression/tests/muldiv.c (testMod): mod sign follows
8089         dividend only
8090
8091 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
8092
8093         * src/SDCCast.c (decorateType): fixed bug #902362
8094         * doc/INSTALL.txt: fixed install instructions for win32
8095
8096 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
8097
8098         * device/include/Makefile.in (install): fixed by replacing spaces
8099         by tabs
8100         * doc/README.txt,
8101         * doc/INSTALL.txt: updated for release
8102         * doc/sdccman.lyx: added warning for --xstack being buggy
8103
8104 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
8107         to eliminate build warnings.
8108         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
8109
8110 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
8111            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8112
8113         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
8114         removed -penable-stack, added comment for stack pragma, added
8115         warning for not initializing the stack/frame registers, removed
8116         comment at interrupts section
8117
8118         Stack is made permanent, there is no ability to disable stack usage.
8119         * src/pic16/device.h,
8120         * src/pic16/device.c: removed all references to USE_STACK macro,
8121         * src/pic16/device.c (pic16_dump_section): when no elements in
8122         rlist, free rlist before return,
8123         * (pic16_dump_int_registers): NEW, internal registers are a new set
8124         of general purpose registers reused by each function,
8125         * (checkAddReg): returns 1 if registers is added to set,
8126         * (pic16_groupRegistersInSection): when a registers is of type
8127         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
8128         * src/pic16/device.h: memRange and Assigned Memory are deleted,
8129         SRCASECMP macro is moved here from device.c
8130         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
8131         PO_PCLATU, PO_PRODL, PO_PRODH,
8132         * (pic16_pCodeOpType, genMinus,
8133         changed compares to "a" register, with AOP_ACC,
8134         * (pic16_genPlus): fixed some bugs and indented properly,
8135         * (pic16_addSign): changed size to size+offset in the MOVWF
8136         instruction,
8137         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
8138         multiply 8-bit operand by literal, result is 8-bit,
8139         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
8140         multiply 2 8-bit operand, result is 8-bit,
8141         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
8142         genUMult8X*_16,
8143         * src/pic16/gen.c: changed accUse to contain WREG only,
8144         * (pic16_emitcomment): renamed to pic16_emitpcomment,
8145         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
8146         true, do not use immediate addressing any more unless sym is a
8147         pointer in codespace,
8148         * (aopForRemat): do not use immediate addressing when symbol not in
8149         codespace and when symbol's address is requested,
8150         * (aopOp): for-loop in if(sym->accUse) is modified for the new
8151         accUse size (= 1),
8152         * (aopGet): added case for AOP_ACC and don't return "accumulator
8153         bug" but WREG instead,
8154         * (popGetTempReg): pushes contents of temporary register in stack,
8155         * (popReleaseTempReg): pops contents of temporary register from
8156         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
8157         * (pic16_popGet): separated case AOP_ACC to return register WREG
8158         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
8159         or PO_IMMEDIATE and initializes their instance/offset appropriately,
8160         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
8161         the use of immediate pointers to certain cases only.
8162
8163         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
8164         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
8165         * (assignResultValue, genCall, genRet): modified to use the new
8166         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
8167         genPcall is still broken,
8168         * (genFunction): added code to create 'A' type pBlocks when
8169         interrupt functions are generated, code not extensively tested yet,
8170         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
8171         * (genEndFunction): modified so ISRs pop stored registers from stack,
8172         * (genMultOneByte): cleanup,
8173         * (AccRsh): added flag andmask, to and result with appropriate mask,
8174         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
8175         * (genDataPointerGet): fixed and reenabled its use,
8176         * (genNearDataPointerGet): bugs fixed,
8177         * (genDataPointerSet): bugs fixed,
8178         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
8179         pic16_DumpSymbol, pic16_DumpOp,
8180         * src/pic16/genutils.h: function prototypes for the above functions,
8181         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
8182         pointers,
8183         * (pic16emitRegularMap): many many many improvements, but needs a
8184         major cleanup,
8185         * src/pic16/main.c: enable_stack in pic16_options is removed,
8186         * (_pic16_parseOptions): removed command line options -penable-stack,
8187         * (_process_pragma): emit stack symbol only when stack pragma is
8188         processed,
8189         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
8190         redirected to FSR0L/FSR0H pair,
8191         * (pic16_get_op, pic16_get_op2): modifications and improvements,
8192         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
8193         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
8194         for immediates,
8195         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
8196         * (dumpPicOptype): NEW,
8197         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
8198         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
8199         with movff instruction,
8200         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
8201         added pic16_int_regs, some packRegsFor* functions are commented out,
8202         because produce errors,
8203         * src/pic16/NOTES: minor modifications
8204
8205 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8206
8207         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
8208         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
8209         --pack-iram.
8210         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
8211         * as/mcs51/lkaomf51.c: fixed bug #895763
8212
8213 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
8214
8215         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
8216
8217 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8218
8219         * doc/sdccman.lyx: added details about the HC08 storage classes and
8220         interrupts, fixed the register usage info for z80 & gbz80
8221
8222 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
8223
8224         * doc/sdccman.lyx: added more pic16 port documentation
8225         * device/include/pic16/: added header pic18fregs.h
8226
8227 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
8228
8229         * doc/sdccman.lyx: added Vangelis' contribution
8230
8231 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
8234         extend to the next CALL or PCALL, not just to the next CALL.
8235
8236 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
8237
8238         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
8239
8240 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
8243         bug #895752 and a better fix for bug #716790
8244
8245 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8246
8247         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
8248
8249 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8250
8251         * doc/sdccman.lyx: minor changes, minor changed
8252
8253 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
8254
8255         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
8256         which can't handle SDCC_NEWONEBYTEOPS,
8257         (geniCodeMultiply): removed conversion from mult to shift for pic14
8258         and pic16
8259
8260 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8261
8262         * src/hc08/gen.h,
8263         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
8264         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
8265         thus fixing bug #895406
8266
8267 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * device/lib/_modsint.c,
8270         * device/lib/_modslong.c: sign follows divisor only
8271         * src/hc08/gen.c (genMultOneByte): if result size is 1,
8272         signs or signedness can be ignored
8273         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
8274         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
8275         added optimization for IFX,
8276         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
8277         arguments;
8278         reenabled optimization for IFX, which was removed on 2004-01-11
8279         * src/SDCCast.h: added return type IFX
8280         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
8281         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
8282         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
8283         SDCC_OLDONEBYTEOPS selects the old behaviour
8284         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
8285         changed again and commented promotion rule
8286         * src/SDCCval.c (valDiv): promotion no longer necessary
8287         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
8288         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
8289         rewritten
8290         * support/regression/tests/onebyte.c: added
8291
8292 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8293
8294         * gen.c (genInline): reverted to old code for assemnling inline
8295         code because of bug reported James Chadd
8296
8297 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8298
8299         * ralloc.h: missing declarations from previous patch,
8300         seems that patch for ralloc.h was never applied, fixed
8301
8302 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8303            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8304
8305         * pcode.c,
8306         * pcode.h,
8307         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8308         indirect addressing. Marked FSR0 as deprecated
8309         * gen.c (pointerCode): commented out, not needed now
8310         (pic16_popGet2p): new MOVFF helper function
8311         (genGenPointerGet),
8312         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8313         (shiftRLong): removed duplicate debugging info
8314
8315 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8316
8317         * src/ds390/gen.c (genNearPointerGet),
8318         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8319         optimization with bits, but not bitfields.
8320         * src/ds390/ralloc.c (packRegisters),
8321         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8322
8323 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8324
8325         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8326
8327 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8328
8329         * src/SDCCsymt.h,
8330         * src/SDCCicode.c (operandFromSymbol),
8331         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8332         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8333         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8334         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8335         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8336         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8337         bug #892038
8338         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8339         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8340         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8341         * src/SDCCsymt.c (newSymbol),
8342         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8343         enumerator_list),
8344         * src/SDCCval.h,
8345         * src/SDCCval.c (newiList): fixed bug #885705
8346
8347 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8348
8349         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8350         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8351
8352 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8353
8354         * device/include/c8051f120.h,
8355         * device/include/c8051f300.h,
8356         * device/include/c8051f310.h: added/updated header files for Silicon
8357         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8358         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8359         in new section Submitting patches
8360
8361 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8362
8363         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8364         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8365         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8366         genGenPointerSet),
8367         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8368         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8369         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8370         genGenPointerSet),
8371         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8372         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8373         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8374         genGenPointerSet),
8375         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8376         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8377         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8378         genGenPointerSet): fixed bug #892400
8379         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8380         to eliminate build warnings.
8381         * src/SDCCast.c (processParms),
8382         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8383         fixed bug 751859
8384         * support/valdiag/valdiag.py: added GCC to the list of defines active
8385         when compiling with gcc
8386
8387 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8388
8389         * support/Util/SDCCerr.h,
8390         * support/Util/SDCCerr.c,
8391         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8392         with an incomplete type (fixed bug #883734)
8393         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8394
8395 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8396
8397         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8398
8399 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8400
8401         * src/SDCCast.c (decorateType),
8402         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8403         function pointer implementation
8404         * support/regression/tests/funptrs.c: added tests to verify both forms
8405         of function pointers work correctly. Added tests to verify parameters
8406         are passed in the correct order.
8407
8408 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8409
8410         * device.c (regCompare): registers are sorted by ascending
8411         address and increasing size,
8412         * main.c (_pic16_finaliseOptions): removed the declaration
8413         of compiler macro MCU. Now a macro of the format pic18fxxxx
8414         will be defined from the command line
8415
8416 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8417             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8418
8419         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8420         PCOP_RLCF was overwritten!
8421         * gen.c (genSkip): commented out calls to pic16_emitcode,
8422         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8423         * (genlshTwo),
8424         * (genRRC): added debugging info,
8425         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8426         overwritten while shifting,
8427         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8428         overwritten while shifting,
8429         * (AccLsh),
8430         * (AccRsh),
8431         * (shiftLLeftOrResult),
8432         * (shiftRLeftOrResult),
8433         * (shiftRLong),
8434         * (shiftLLong): Implemented with pic16_emitpcode
8435         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8436         * (genLeftShift): Fixed bug, operand for shift by variable always
8437         was "and"ed with 0x0f,
8438         * (genLeftShiftLiteral),
8439         * (genrshTwo),
8440         * (genRightShiftLiteral): added debugging info,
8441         * (genrshFour): added comment,
8442         * (genRightShift): determined signedness from operand "left"
8443         instead of "result"
8444
8445 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8446
8447         * src/SDCCicode.c (geniCodeParms),
8448         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8449         function pointers, fixed function pointer bugs #861242 and #861896
8450
8451 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8452
8453         * device/include/c8051f000.h,
8454         * device/include/c8051f120.h,
8455         * device/include/c8051f300.h: added header files for Silicon
8456         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8457
8458 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8459
8460         * src/SDCCast.c (processParams): added new type flow and restructured
8461         (gatherAutoInit): added new type flow
8462         (addCast): cosmetic changes
8463         (getLeftResultType): added new type flow for array indices, patch
8464         provided by Stas, see FR #877103
8465         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8466         array index patch by Stas
8467         * src/SDCCast.h: added prototype getResultTypeFromType()
8468         * src/SDCCval.h,
8469         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8470         * src/pic/glue.c (pic14emitStaticSeg),
8471         * src/pic16/glue.c (pic16emitStaticSeg),
8472         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8473         for initialization of symbols
8474         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8475         * support/Util/SDCCerr.h:
8476         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8477         * .version: bumped version number to 2.3.8
8478         * device/include/Makefile.in (install),
8479         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8480         avoid warnings
8481
8482 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8483
8484         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8485         Slade Rich fixed an optimization bug
8486         * src/pic/pcodepeep.c,
8487         * src/pic/pcoderegs.c
8488         * doc/Makefile (install): added test for directory
8489
8490 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8491
8492         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8493         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8494         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8495         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8496         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8497         * as/mcs51/asexpr.c (term),
8498         * as/hc08/asexpr.c (term): fixed bug #887146
8499
8500 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8501
8502         * src/z80/gen.c (genMult): handle single byte result product
8503         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8504         DUMMY_READ_VOLATILE (fixed bug #886367)
8505
8506 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8507
8508         * support/regression/tests/libmullong.c: fixed logic, on little endian
8509         hosts we ended without a mullong_wrapper()
8510
8511 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8512
8513         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8514         virus/worm forged address usage.
8515
8516 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8517
8518         Fixed promotion, it should be done on AST level:
8519         * src/SDCCast.c (addCast): added promotion to int
8520         (decorateType): updated call to upCast()
8521         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8522         usualUnaryConversions()
8523
8524 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8525
8526         * support/regression/tests/literalop.c (mulWrapper): Added a
8527         wrapper to remove integer overflow warnings.
8528
8529         * support/regression/tests/float_trans.c: Made work on host.
8530
8531         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8532         location of sz80.
8533
8534         * support/regression/generate-cases.py (main): Changed from inline
8535         to a main method.
8536
8537         * doc/Makefile (install): Changed to depth first to get rid of
8538         missing directory install warning.
8539
8540         * as/Makefile (install-doc): Made work on Mac.
8541
8542 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8543
8544         * src/SDCCast.c: added an additional type flow in decorateType() of
8545         opposite direction, see feature request #860006; it's enabled at runtime
8546         by setting the environment variable SDCC_NEWTYPEFLOW
8547         * src/SDCCast.h: changed prototype of decorateType()
8548         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8549         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8550         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8551         see feature request #877103
8552         * src/SDCCval.c: updated call of decorateType()
8553         (valBitwise): fixed bug #882876
8554         (valMinus): added promotion
8555         (valLogicAndOr): result is unsigned
8556         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8557         * src/SDCCsymt.c (computeType),
8558         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8559         must not cause an unsigned operation
8560         * src/pic/glue (pic14emitRegularMap),
8561         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8562
8563 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8564
8565         * src/pic/pcode.c (PCodeID): commented out left over debug code
8566
8567 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8568
8569         * support/valdiag/tests/overflow.c: added shift tests
8570         * src/pic/device.c,
8571         * src/pic/gen.c,
8572         * src/pic/gen.h,
8573         * src/pic/glue.c,
8574         * src/pic/main.c,
8575         * src/pic/pcode.c,
8576         * src/pic/pcode.h,
8577         * src/pic/pcodepeep.c,
8578         * src/pic/pcoderegs.c,
8579         * src/pic/ralloc.c,
8580         * src/pic/ralloc.h: applied patch from Slade Rich;
8581         added support for multiple code pages and multiple RAM banks on the
8582         PIC 14 port. The ASM files now no longer simply assume all the
8583         code / RAM are in the same page / bank. This means the linker can
8584         safely allocate code/RAM of separate ASM files to different pages/banks.
8585         * doc/sdccman.lyx: added Slade's tips
8586         * src/mcs51/peeph.def: fixed bug #880768
8587
8588 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8589
8590         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8591         * src/SDCCast.c (decorateType): fixed bug #880197
8592
8593 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8594
8595         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8596         getopt.h.
8597
8598         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8599         strtof is not part of C89 and isn't included with Mac OS X.
8600
8601 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8602
8603         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8604         shiftL2Left2Result): fixed bug #879326
8605         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8606         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8607         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8608         address fetch for clr instruction
8609         * device/lib/hc08/_mulint.c: created optimized assembly version
8610         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8611
8612 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8613
8614         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8615         proposed in FR #877103
8616
8617 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8618
8619         * src/SDCCval.c (cheapestVal): added missing checks
8620         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8621         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8622
8623 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8624
8625         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8626         equal operands
8627
8628 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8629
8630         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8631         loaded with the linker search paths (-L arguments) and the libraries
8632         to be linked with the current source (-l arguments). Changes
8633         currently will affect only the pic16 port.
8634         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8635         include path the port specific paths and port specific libraries,
8636         * gplink command now contains the $3 argument,
8637         * src/pic16/device.h,
8638         * src/pic16/device.c,: structure PIC_device is made public and
8639         renamed to PIC16_device, the same for variable Pics which is renamed
8640         to Pics16. Updated all references to them.
8641         * src/pic16/glue.c (pic16glue): corrected bug with code
8642         initialization which bypassed the variable initializations block.
8643
8644         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8645         COMPILE_FLAGS and added the --nostdinc option
8646
8647 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8648
8649         * device/include/mc68hc908jb8.h: Register defs for another member
8650         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8651
8652 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8653
8654         Documenting changes from previous commits.
8655         * configure.in (version 1.56),
8656         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8657         when generating output files to configure the pic16 library,
8658         but now I've commented it out, since gputils aren't installed in the
8659         SF compile farm, so library won't compile
8660
8661         * device/lib/Makefile.in (version 1.56): initially I've added in
8662         target 'all' the prerequestive 'model-pic16' so it compiled the
8663         pic16 library, but now I've commented it out for the same reasons
8664         above,
8665         * added targets 'model-pic16' and 'objects-pic16' to compile the
8666         library
8667         * added target 'port-specific-objects-pic16' to handle the
8668         generated libraries and copy them into the build/ directory
8669         * added target 'clean-intermediate-pic16' to clean intermediate
8670         files into pic16 directory
8671         * in target 'installdirs' added line to create directory pic16 in
8672         the installation path
8673
8674         * device/include/Makefile.in (version 1.11): in target 'install'
8675         added lines to copy all header files to installation path,
8676         * in target 'installdirs' added line create directory for pic16
8677         headers in the installation path
8678
8679 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8680
8681         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8682          a function call
8683
8684 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8685
8686         * configure,
8687         * device/lib/configure.in,
8688         * device/lib/configure: fixed for autoconf 2.57
8689
8690 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8691
8692         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8693         option so that it actually works. Made it specific to the z80, since
8694         the gbz80 doesn't have these kinds of I/O ports.
8695
8696 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8697
8698         * device/include/z180.h,
8699         * device/lib/_memcpy.c,
8700         * device/lib/_memmove.c,
8701         * device/lib/_mulint.c,
8702         * device/lib/ser_ir.c,
8703         * device/lib/ser_ir_cts_rts.c,
8704         * device/lib/_strcmp.c,
8705         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8706         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8707         portmode; added deprecation warning for bank= and protmode= forms.
8708         Also, guard against buffer overflow.
8709         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8710
8711 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8712
8713         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8714         changed interrupt vector table generation to only emit declared vectors.
8715         * device/include/Makefile.in: added missing backslash
8716         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8717
8718 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8719
8720         Mainly changes to support compilation of the device libraries
8721         * src/pic16/device.c: stack is allocated via symbol and not
8722         via literal number. The symbol is placed in the corresponding
8723         position of the data ram
8724         * (pic16_dump_section): relocatable and absolute uninitialized
8725         data are now emitted in sorted order to reduce section naming,
8726         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8727         weren't marked as being in the access bank,
8728
8729 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8730
8731         Added portion of GNU PIC Library under the directory
8732         device/include/pic16 and device/lib/pic16. These files
8733         contain the declarations of SFRs for the PIC18Fxx2 devices.
8734         The directory is initialized via configure from toplevel.
8735
8736 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8737
8738         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8739         the spilllocations to be compared correctly
8740
8741 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8742
8743         * src/SDCCast.c (decorateType): fixed bug introduced today
8744
8745 2004-01-12  Borut Razem <borut.razem AT siol.net>
8746
8747         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8748         doc/sdccman.lyx: upper case pragmas are deprecated
8749
8750 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8751
8752         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8753         in simpler and even better code
8754
8755 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8756
8757         * src/SDCCicode.c (operandOperation): fixed bug #874819
8758         * src/SDCCast.c (decorateType): fixed
8759         char foo (unsigned long ul) { return ul > 0; }
8760
8761 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8762
8763         * doc/sdccman.lyx: Moved and added some sections, small changes
8764         all over. Telling LaTeX to be less strict with word spacing
8765         to better keep the right margin. Changed some notes about
8766         maintainance of the ports in section 3.2.1 - is it OK like this?
8767
8768 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8769
8770         SDCC source changes:
8771         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8772         convilong): modified to inform the pic16 port that builtin functions
8773         are external
8774
8775         PIC16 PORT specific changes:
8776         * src/pic16/device.c pic16_dump_equates() added,
8777         processor registers declared internally by the port are emitted in
8778         the translation as equates,
8779         * src/pic16/gen.c: inline code is passed unprocessed to the
8780         translation,
8781         * (pic16_popGetLit2): fnuction modified to take second operand as
8782         pCodeOp pointer and not as literal,
8783         * (popRegFromIdx): prefixed with pic16_,
8784         * (pic16_popCombine2): modified to receive already allocated pCode
8785         operands,
8786         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8787         * (genFunction): initializes local stack frame and pushes on stack
8788         all the registers used by this function,
8789         * (genEndFunction): restores all registers from stack and restores
8790         stack frame,
8791         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8792         improvements,
8793         * (pic16glue): changed the program startup sequence,
8794         * added new dbName code 'A' for functions placed in absolute section
8795         * src/pic16/main.c: added function attribute _naked,
8796         * added pragma 'code' to place a fnuction at an absolute address,
8797         * added command line arguments --debug-ralloc and --pcode-verbose,
8798         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8799         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8800         * (pic16_newpCodeOpLit2): modified to take the second operand as
8801         pCodeOp pointer,
8802         * (pic16_printpBlock): modified to emit each function in a separate
8803         section,
8804         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8805         UPPER for immediate operands,
8806         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8807         instruction,
8808         * src/pic16/peeph.def: all peepholes with movff are commented out,
8809         because there is a problem in the pcode peep optimizer,
8810         * src/pic16/ralloc.c: the register allocator can now reuse local
8811         function symbols for another function. This saves register usage.
8812         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8813
8814         Added file src/pic16/NOTES with information about program writing on
8815         the current port version.
8816
8817 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8818
8819         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8820         and peephole 252 (array access)
8821
8822 2004-01-09  Borut Razem <borut.razem AT siol.net>
8823
8824         * src/SDCCmain.c : fixed #872250: -l command line defined library
8825           files are scanned before standard library files
8826
8827 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         * src/SDCCast.c (decorateType): fixed bug #874046
8830
8831 2004-01-09  Borut Razem <borut.razem AT siol.net>
8832
8833         * support/scripts/sdcc.nsi: remove previous installation
8834
8835 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8836
8837         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8838         bytes for last interrupt vector (mcs51)
8839         * sdcc.spec: fixed typo
8840
8841 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8842
8843         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8844         gen51Code): more efficient parameter receive for --model-large
8845         ("bug" #845294)
8846
8847 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8848
8849         * src/ds390/main.c,
8850         * src/z80/main.c: added missed needLinkerScript flags (more than
8851         one port structure defined in these file)
8852         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8853         bug #795325
8854
8855 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8856
8857         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8858         * src/port.h: added flag needLinkerScript in port->linker
8859         structure to inform whether to create a .lnk file or not,
8860         * src/avr/main.c,
8861         * src/ds390/main.c,
8862         * src/hc08/main.c,
8863         * src/mcs51/main.c,
8864         * src/pic/main.c,
8865         * src/pic16/main.c,
8866         * src/xa51/main.c,
8867         * src/z80/main.c: changed appropriately to configure
8868         needLinkerScript flag
8869         * src/pic/gen.c,
8870         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8871         * src/pic/glue.c: added variable udata_section_name to
8872         override default uninitialized data segment definition for
8873         devices only with SHAREBANK memory (reported from Erik Epetrich)
8874         * (pic14emitOverlay): modified to emit a commented overlay segment
8875         directive when no overlay data exist
8876         * (picglue): modified to emit uninitialized data segment
8877         according to udata_section_name
8878         * src/pic/main.c (_pic14_parseOptions): added command line
8879         options --udata-section-name=[name] to override default
8880         udata definition name
8881         * modified _linkCmd and _asmCmd to include compiler passed
8882         arguments via -W option
8883         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8884         object file from '.rel' to '.o' in port->linker structure,
8885         changed size of fptr from 2 to 3 in port structure
8886
8887 2004-01-07  Borut Razem <borut.razem AT siol.net>
8888
8889         * support/scripts/sdcc.nsi: update PATH
8890         * support/scripts/sdcc.ico: craeted
8891
8892 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8893
8894         * device/include/Makefile.in: fix install
8895         * doc/Makefile: fix install
8896
8897 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8900         in bug #860505
8901         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8902         how the function variable allocation summary is displayed; also
8903         include information about variables allocated to the overlay
8904         segment
8905
8906 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8907
8908         * as/mcs51/lkmain.c: Help about -Y option
8909         * as/mcs51/lkarea.c: Fixed gcc warnings
8910
8911 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8914         fixed warning
8915         * support/valdiag/tests/overflow.c: added
8916         * src/SDCCast.c (decorateType),
8917         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8918         LEFT_OP (left shift)
8919
8920 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8921
8922         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8923         (default behaviour).
8924
8925 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8926
8927         A python script to validate compiler diagnostic messages. It can be
8928         used to verify that sdcc complains about bad c source code and
8929         gives a good location of the error.
8930         * support/valdiag/Makefile,
8931         * support/valdiag/valdiag.py,
8932         * support/valdiag/tests/*
8933
8934 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8935
8936         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8937         * src/SDCCsymt.c (newEnumType),
8938         * src/SDCCsymt.h
8939         * support/Util/SDCCerr.c,
8940         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8941         enum related bugs.
8942         * support/regression/tests/enum.c: added test for enum values that
8943         require at least 2 bytes of storage.
8944
8945 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8946
8947         * src/common.h: added ifndef/define/endif macros
8948         around the header file.
8949         Bug reported from Jesus Calvino-Fraga
8950
8951 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8952
8953         * sdcc.spec: updated
8954         * device/include/Makefile.in: don't install CVS directories
8955         * device/lib/Makefile.in: added removal of CVS directories after install
8956         * doc/Makefile: fixed install, added local_icons
8957         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8958         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8959         * src/ds390/gen.c (genRightShift): fixed bug #870788
8960         * src/SDCCast.c (decorateType): fixed bug #870781
8961
8962 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8963
8964         PIC16 port related changes:
8965         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8966         added variable stackPos,
8967
8968         * gen.c: genCall, assignResultValue: added support for
8969         pushing/retrieving function parameters to/from stack,
8970         genFunction,genEndFunction: setup stack frame for the
8971         generated function,
8972         genAddrOf: will be changed according to bug 863624
8973
8974         * added files genutils.c and genutils.h which contain gen*
8975         debugged and optimised functions extracted from gen.c
8976
8977         * glue.c: added variable 'externs' which holds extern symbols,
8978         pic16emitRegularMap: is modified to properly handle relocatable
8979          symbols under the new scheme,
8980         pic16createInterruptVect: is modified
8981         pic16printPublics: is modified to emit 'global' assembler directives,
8982         added pic16_printExterns to print extern symbols,
8983         pic16glue: initializes stack/frame pointer in the beginning of
8984         the assembly output. Temporary hack, will be corrected later,
8985         because gplink yet does not support stack and SDCC does not
8986         yet support a type of crt0.o object to create the final binary.
8987
8988         * Removed many lines that contain 8051 legacy code.
8989         * The code is finally placed under a 'code' directive.
8990         * Added port specific options.
8991
8992         * _process_pragma: simplified since now we do not need *special*
8993         include file to define SFR registers. But a separate header
8994         will be needed. This will be developed later.
8995         * _pic16_parseOptions: added, parses port specific options:
8996         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8997         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8998         --preplace-udata-with=
8999
9000         * _pic16_setDefaultOptions: modified to initialize section names,
9001         but hack is temporarly out of order since it needs improvement.
9002         * _pic16_genAssemblerPreamble: configuration words are emitted by
9003         their address instead of their name. This part is incomplete and
9004         supports only the 18Fxx2 devices. Other devices will emit an error
9005         during assembly since they do not contain the same set of config
9006         registers
9007         * _pic16_genIVT: is modified,
9008
9009         * pcode.c: added definitions for some hardware registers that are needed
9010         for stack support
9011         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
9012         All PCI entries are updated. Now LFSR is supported.
9013         * Removed pic16_pciTRIS is mentioned by mdubuc in source
9014         * added pic16_newpCodeOpLit2 to support instructions with
9015         two literal arguments
9016         * pic16_pCode2str: corrected code that emits assembler instructions
9017         with two literal operands and those that have an access bit modifier
9018         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
9019         this fixes a bug which caused some labels to be lost, when an
9020         assembler directive was added, i.e. banksel,
9021         * pic16_FixRegisterBanking: improved logic that causes the insertion
9022         of bank switching,
9023         * InlineFunction: functions that are called once, are not any more
9024         inlined. This can be a port option in the future,
9025
9026         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
9027
9028         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
9029         hold the corresponding uninitialized symbols,
9030         * pic16_allocProcessorRegister: registers have explicit marked the
9031         accessBank field,
9032         * pic16_allocInternalRegister: registers are explicit marked as
9033         not used,
9034         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
9035         processing list, so bit registers were lost,
9036         *
9037
9038         * ralloc.h: added field 'accessBank' and original symbol operand
9039         in register definition,
9040         * removed the field isMapped from register definition,
9041
9042         ** Several functions have been removed from various sources:
9043         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
9044         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
9045         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
9046         pic16_assignRelocatableRegisters
9047
9048         ** others have been introduced:
9049         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
9050         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
9051
9052 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
9053
9054         * support/scripts/inc2h.pl: changed definition of BIT_AT
9055         to emit 'sbit at' instead of 'bit at'. This was a request.
9056
9057         PIC16 port related preliminary changes:
9058         * gen.c: prefixed function popRegFromString with
9059         pic16_ and all references to it corrected
9060         * pcode.c: all pic16_pc_* hardware registers prefixed
9061         with underscore (_),
9062         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
9063         * ralloc.c: newReg(): when register is REG_SFR then
9064         set address to rIdx,
9065         pic16_allocProcessorRegister(): marks register wasUsed=0
9066         pic16_writeUsedRegs(): added a call to assign processor
9067         registers via pic16_assignFixedRegisters
9068
9069 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9070
9071         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
9072         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
9073         variables in unused register banks.  Also the SSEG is placed
9074         wherever there is enough space for it, and IDATA can be anywhere
9075         in internal RAM.  For now compile using -Wl-Y[stack_size].
9076         The mem file is different for this option as well, since it
9077         makes no sense of talking about DSEG lenght.
9078
9079 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
9080
9081         * src/SDCClrange.c: fixed bug 869095 that caused segfault
9082         in certain cases, e.g. when ROM assignment, patch provided
9083         from Albert den Haan.
9084
9085 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
9086
9087         Many signedness and type propagation fixes:
9088         * src/SDCCicode.c: made geniCodeCast() static
9089         replaced SPEC_ by IS_ (cosmetic)
9090         (operandOperation): fixed div and mod operation
9091         (usualBinaryConversions): added support for promotion of char
9092         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
9093         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
9094         (geniCodeAdd): an array index will stay unsigned, even if promoted
9095         from char to int
9096         (geniCodeArray): ditto
9097         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
9098         * src/SDCCsymt.c (computeType): added more support for char;
9099         promotion of char is selectable by promoteCharToInt, fixed signedness
9100         for all cases
9101         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9102         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
9103         * src/SDCCval (val*): replaced signedness calculation by
9104         computeType()
9105         rearranged if-branches (cosmetic)
9106         (valShift): added warning W_SHIFT_CHANGED
9107         (valCompare): fixed problem with different types
9108         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
9109         * support/regression/tests/literalop.c: added many cases
9110         * support/regression/tests/ast_constant_folding.c: changed finally to
9111         'unsigned int'
9112         * .version: new year, new version: 2.3.7
9113         * src/SDCCmain.c (main): applied patch #866468
9114         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
9115         provided by Scott Bronson
9116         * doc/sdccman.lyx: updated documentation for sdcdb
9117         updated and added chapter tips
9118
9119 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9120
9121         * src/SDCCsymt.h: missing from yesterday's commits
9122
9123 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9124
9125         * src/SDCC.y (struct_or_union_specifier),
9126         * support/Util/SDCCerr.c,
9127         * support/Util/SDCCerr.h: verify that struct & union tags are used
9128         as declared.
9129
9130 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9131
9132         * src/SDCCglobl.h: missing from yesterday's commits
9133
9134 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9135
9136         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
9137         sft_attributes, struct_declaration, parameter_declaration,
9138         type_name, start_block, declaration_list),
9139         * src/SDCC.lex (check_type): support redefinition of typedef names
9140
9141 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9142
9143         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
9144         aligned xdata arrays. Erik helped me with the if clause.
9145
9146 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9147
9148         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
9149         warning
9150
9151 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9152
9153         * src/SDCCast.h,
9154         * src/SDCCast.c (newAst_),
9155         * src/SDCCicode.h,
9156         * src/SDCCicode.c (ast2iCode, newiCode),
9157         * src/SDCCglobl.h,
9158         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
9159         expr, statement, expression_statement, selection_statement,
9160         iteration_statement, expr_opt, jump_statement): foundation for tracking
9161         sequence points
9162         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
9163         point code too)
9164
9165 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9166
9167         * support/Util/SDCCerr.c,
9168         * src/SDCCast.h,
9169         * src/SDCCast.c (createCase, createDefault, decorateType),
9170         * src/SDCClabel.c (labelUnreach),
9171         * src/SDCC.y (labeled_statement, jump_statement): More improvements
9172         to error messages.
9173         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
9174         (with thanks to Stas Sergeev)
9175         * device/include/time.h,
9176         * device/lib/time.c (CheckTime): suppress unreachable code warning
9177
9178 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9179
9180         * src/SDCCast.c (createIvalCharPtr),
9181         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
9182         bug #753752)
9183         * support/regression/tests/nullstring.c: tests for these two bugs
9184
9185 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9186
9187         * support/Util/SDCCerr.h,
9188         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
9189         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
9190         about storage class and 'at' used inside struct or union
9191         * src/SDCCBBlock.c (iCodeFromeBBlock),
9192         * src/SDCCcse.c (ifxOptimize),
9193         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
9194         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
9195         printIval, emitStaticSeg, emitOverlay),
9196         * src/SDCClabel.c (deleteIfx),
9197         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
9198         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
9199         gatherAutoInit, processParms),
9200         * support/Util/SDCCerr.h,
9201         * support/Util/SDCCerr.c (werrorfl): Support for better error location
9202         reporting for post-parse errors.
9203
9204 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9205
9206         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
9207         implicit casts via union; they don't work on big endian systems
9208         (possible fix for bug #861138)
9209
9210 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9211
9212         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
9213         * src/mcs51/main.c: fixed the fix for bug #737001
9214
9215 2003-12-15  Borut Razem <borut.razem AT siol.net>
9216
9217         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
9218
9219 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9220
9221         * support/makebin/makebin.c: put output in binary mode
9222
9223 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9224
9225         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
9226         xdata and data memory on startup. Set the environment variable
9227         SDCC_NOGENRAMCLEAR to disable this.
9228         * src/mcs51/peephole.def,
9229         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
9230         (allows non-interrupt and interrupt code to safely compete for a resource
9231         without the non-interrupt code having to disable interrupts)
9232
9233 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9234
9235         * src/SDCCicode.c (geniCodeAdd),
9236         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
9237         with valFromType if type might be a pointer and host is big endian).
9238         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
9239         types, not just integer types.
9240         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
9241         multiply defined with mismatching "at" address.
9242
9243 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9244
9245         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
9246         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
9247         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
9248         with embedded nulls (fixed bug #753752)
9249
9250 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9251
9252         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
9253         Apparently this did not see much testing (endless loop)
9254
9255 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9256
9257         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
9258
9259 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9260
9261         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
9262         gracefully handle NULL memmap pointers
9263
9264 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9265
9266         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
9267         instead of deleting the iCode when an operand is volatile
9268         * src/z80/gen.c (genDummyRead),
9269         * src/mcs51/gen.c (genDummyRead),
9270         * src/ds390/gen.c (genDummyRead),
9271         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
9272         not just IC_RIGHT
9273         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
9274         * src/SDCC.y: fixed bug #850420
9275
9276 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9277
9278         Applied z80 i/o port patch from Peter Townson and fixed some operators
9279         to better handle operands in A register.
9280         * device/include/z180.h
9281         * src/SDCC.y
9282         * src/SDCCglue.c
9283         * src/z80/gen.c
9284         * src/z80/gen.h
9285         * src/z80/main.c
9286         * src/z80/peeph-z80.def
9287         * src/z80/peeph.def
9288         * src/z80/z80.h
9289
9290 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9291
9292         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9293
9294 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9295
9296         * device/lib/hc08/_mullong.c: Removed extra #endif
9297
9298 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9299
9300         * sim/ucsim/hc08.src/inst.cc,
9301         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9302         carries from x to h
9303         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9304         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9305         * device/include/stdarg.h: fixed varargs for hc08
9306         * device/lib/Makefile.in,
9307         * device/lib/hc08/Makefile,
9308         * device/lib/hc08/_mulint.c,
9309         * device/lib/hc08/_mullong.c: fixed some endian problems
9310
9311 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9312
9313         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9314         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9315         * device/lib/_gptrget.c,
9316         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9317
9318 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9319
9320         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9321         * src/SDCCast.c (astErrors): fixed bug #846007
9322         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9323
9324 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9325
9326         * src/SDCCast.c (decorateType): disabled a transformation I added in
9327         revision 1.188 (access to fields of a structure at an absolute address);
9328         it breaks with bitfields, extern declarations, and gcse analysis.
9329         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9330         could be assigned through a pointer, so don't complain.
9331         * src/SDCCast.c (astErrors),
9332         * src/SDCCast.h,
9333         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9334
9335 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9336
9337         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9338         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9339         output of __config directives, since gpasm now supports them
9340         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9341         pre-processor macro, i.e. -DMCU=p18f452
9342         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9343         and modified to handle 'cast' icode similarly to '=' icode
9344         * src/pic16/device.h (typedef struct PIC_device): added field
9345         'extMIface' to indicate that chip has external memory interface
9346         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9347         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9348         18F8720
9349
9350 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9351
9352         * src/SDCC.y (pointer): fixed bug #846006
9353         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9354         * src/SDCCast.c (decorateType): fixed bug #846009
9355         * src/ds390/peeph.def,
9356         * src/ds390/gen.c (genAnd, genOr),
9357         * src/mcs51/peeph.def,
9358         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9359
9360 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9361
9362         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9363         * src/SDCCdflow.c
9364         * src/SDCCcse.c
9365         * src/SDCCcse.h
9366         * src/SDCCBBlock.h
9367         * src/SDCCBBlock.c
9368
9369 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9370
9371         fixed bug #845089
9372         * src/SDCCbitv.h,
9373         * src/SDCCbitv.c: added function to free a bitvector
9374         * src/SDCClrange.h,
9375         * src/SDCClrange.c: added function to recompute the liveranges
9376         * src/avr/ralloc.c,
9377         * src/ds390/ralloc.c,
9378         * src/hc08/ralloc.c,
9379         * src/mcs51/ralloc.c,
9380         * src/pic/ralloc.c,
9381         * src/pic16/ralloc.c,
9382         * src/xa51/ralloc.c,
9383         * src/z80/ralloc.c: recompute the liveranges after register packing
9384
9385 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9386
9387         * src/SDCCloop.c (newInduction): fixed bug #845630
9388
9389 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9390
9391         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9392         inadvertantly left behind from my 2003-11-12 change
9393
9394 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9395
9396         Updated headers I neglected to commit yesterday.
9397         * src/SDCClrange.h,
9398         * src/SDCCicode.h
9399
9400 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9401
9402         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9403         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9404         * src/SDCCopt.c (eBBlockFromiCode),
9405         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9406         the creation of the key hash table from the sequencing so it can be used
9407         earlier (for some GCSE bug fixes still pending)
9408
9409 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9410
9411         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9412         * support/regression/tests/addsub.c: testing genPlus shortcut
9413
9414 2003-11-15  Borut Razem <borut.razem AT siol.net>
9415
9416         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9417
9418 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9419
9420         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9421         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9422         ordering is immaterial.
9423         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9424
9425 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9426
9427         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9428         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9429         (SIGSEV) of bug #840381
9430         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9431         unlink new file before rename if new and old filenames are the same)
9432
9433 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9434
9435         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9436         uninitialized variables) for the mcs51. Set environment variable
9437         SDCC_GENRAMCLEAR to test.
9438         xdata initialization slightly shorter
9439
9440 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9441
9442         * src/SDCCsymt.h,
9443         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9444         #838241 & 780691 (basicly the same bug)
9445         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9446         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9447
9448 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9449
9450         * src/SDCCmain.c (linkEdit): "fix" #834252
9451
9452 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9453
9454         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9455         * src/SDCCast.h,
9456         * src/SDCC.y: fixed bug #819403
9457
9458 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9459
9460         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9461         the reentrant attribute.
9462         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9463         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9464         simulation
9465         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9466         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9467         erroneously reduced to a literal.
9468         * src/hc08/ralloc.c (packRegisters, rematStr),
9469         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9470         some cases
9471
9472 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9473
9474         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9475         * doc/sdccman.lyx: changed from 'article' to 'book'
9476         * doc/Makefile: readded test_suite_spec and cdbfileformat
9477
9478 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9479
9480         * device/include/stdlib.h: include malloc.h to comply with ANSI
9481         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9482
9483 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9484
9485         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9486         * doc/clean.mk: also remove *.out files
9487         * doc/sdccman.lyx: some additions, larger top/bottom margins
9488
9489 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9490
9491         * src/SDCC.y: fixed bug #837365
9492         * support/regression/tests/bitopcse.c
9493         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9494         a symbol (might be valop instead)
9495         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9496         * device/lib/clean.mk: added hc08 to the cleaning list
9497
9498 2003-11-04  Borut Razem <borut.razem AT siol.net>
9499
9500         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9501           made 2003-11-04
9502         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9503           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9504           malloc is declared in standard stdlib.h
9505
9506 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9507
9508         * device/lib/hc08/Makefile: need to clean .rel not .o files
9509         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9510
9511 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9512
9513         * src/port.h,
9514         * src/hc08/main.c,
9515         * src/mcs51/main.c,
9516         * src/ds390/main.c,
9517         * src/z80/main.c,
9518         * src/avr/main.c,
9519         * src/pic/main.c,
9520         * src/pic16/main.c,
9521         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9522         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9523         tests (which uses the port's oclsExpense function)
9524         * src/SDCC.y,
9525         * src/SDCCast.c,
9526         * src/SDCCicode.c,
9527         * src/hc08/gen.c,
9528         * src/ds390/gen.c,
9529         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9530
9531 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9532
9533         * src/SDCCcse.c (ifxOptimize),
9534         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9535         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9536         deleting the IFX iCode.
9537         * src/hc08/ralloc.c: reduced unneeded slocs
9538         * src/hc08/gen.c: fixed bug in asmopToBoolean
9539
9540 2003-11-04  Borut Razem <borut.razem AT siol.net>
9541
9542         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9543           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9544           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9545           transferred to configure
9546
9547 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9548
9549         Use headers defined in the C[++] standards:
9550         * sim/ucsim/gui.src/serio.src/fileio.cc
9551         * sim/ucsim/gui.src/serio.src/frontend.cc
9552         * sim/ucsim/gui.src/serio.src/main.cc
9553         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9554         * support/Util/NewAlloc.c
9555         * as/hc08/lklibr.c
9556         * as/mcs51/lklibr.c
9557         * as/z80/aslist.c
9558         * as/z80/assym.c
9559
9560 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9561
9562         * Added MSVC projects for hc08 assembler and linker:
9563         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9564         /as/hc08/link_hc08.dsp
9565
9566 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9567
9568         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9569
9570 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9571
9572         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9573
9574 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9575
9576         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9577
9578 2003-10-31  Borut Razem <borut.razem AT siol.net>
9579
9580         * support/cpp2/cpplib.h,
9581           support/cpp2/cpplib.c,
9582           support/cpp2/cpplex.c,
9583           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9584           to switch _asm block preprocessing on / off. Default is
9585           #pragma preproc_asm +
9586
9587 2003-10-31  Borut Razem <borut.razem AT siol.net>
9588
9589         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9590           when outputting comment blocks (when executed with -C option) and
9591           _asm (SDCPP specific) blocks
9592
9593 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9594
9595         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9596
9597 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9598
9599         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9600
9601 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9602
9603         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9604         * src/SDCCast.c (decorateType): fixed bug #832664
9605
9606 2003-10-31  Borut Razem <borut.razem AT siol.net>
9607
9608         * support/cpp2/cpplex.c: fixed for SDCPP:
9609           comments(when executed with -C option) and _asm blocks
9610           were included even if they where in skipped #if block.
9611           Applied solution from GCC cpp 3.3.2
9612
9613 2003-10-31  Borut Razem <borut.razem AT siol.net>
9614
9615         * src/SDCC.lex: sdcc now understands both formats:
9616           '# <line_number> <file_name>' and
9617           '#line <line_number> <file_name>'
9618         * support/cpp2/cppmain.c: sdcpp now generates the standard
9619           '# <line_number> <file_name>' instead of former
9620           '#line <line_number> <file_name>'
9621
9622 2003-10-30  Borut Razem <borut.razem AT siol.net>
9623
9624         * support/cpp2/cpphash.h,
9625         * support/cpp2/cpplib.h
9626         * support/cpp2/cpplex.c,
9627         * support/cpp2/cppmain.c,
9628         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9629
9630 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9631
9632         Fixed a number of problems revealed by bug #827883.
9633         * src/SDCCloop.c (loopInvariants): Spill location of the
9634         result operand should be recomputed if extracted from
9635         a loop. Also, don't extract assignments of an iTemp
9636         from a literal.
9637         * src/SDCCast.c (isConformingBody): loop reversal should
9638         not occur if the control variable is involved with a
9639         relational operator.
9640
9641 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9642
9643         * .version: bumped to 2.3.6 to reflect the big improvements
9644         made by Erik and Klaus. Thanks!
9645
9646 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9647
9648         Replaced the livrange code.
9649         * src/SDCClrange.c: added new LR code
9650         * src/SDCCloop.c,
9651         * src/SDCCBBlock.h: removed remainig parts from old LR code
9652         * src/ds390/ralloc.c,
9653         * src/ds390/gen.c: minor fixes to make it work with new code
9654
9655 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9656
9657         * as/hc08/asm.h,
9658         * as/hc08/lkrloc.c,
9659         * src/hc08/gen.c,
9660         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9661         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9662         (tweaked fix for bug #818696)
9663
9664 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9665
9666         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9667
9668 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9669
9670         * src/SDCCmain.c,
9671         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9672         * src/mcs51/gen.c (gencjneshort),
9673         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9674         more efficient (per Scott Bronson's suggestion)
9675
9676 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9677
9678         Extended the semantics of the critical keyword to include
9679         individual statements. See RFE #827755 and #799831
9680         * src/SDCC.y
9681         * src/SDCCicode.c
9682         * src/SDCCopt.c
9683         * src/SDCCast.c
9684         * support/Util/SDCCerr.c
9685         * support/Util/SDCCerr.h
9686         * src/mcs51/gen.c
9687         * src/ds390/gen.c
9688         * src/hc08/gen.c
9689
9690 2003-10-19  Borut Razem <borut.razem AT siol.net>
9691
9692         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9693
9694 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9695
9696         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9697         Fixed bug #818696
9698         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9699         and predecrement operand is displayed
9700
9701 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9702
9703         * src/SDCCval.c (valMinus): fixed bug #826041
9704
9705 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9706
9707         Some hc08 related updates that I missed earlier
9708         * sim/ucsim/stypes.h
9709         * support/regression/ports/hc08/spec.mk
9710
9711 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9712
9713         New target "hc08" for the Motorola 68hc08 family of micros
9714
9715         * configure
9716         * configure.in
9717         * Makefile
9718         * src/hc08/*
9719         * src/SDCCmain.c
9720         * src/port.h
9721         * sim/ucsim/hc08.src/*
9722         * sim/ucsim/configure.in
9723         * src/ucsim/configure
9724         * sim/ucsim/packages_in.mk
9725         * as/hc08/*
9726         * as/Makefile
9727         * device/include/mc68hc908qy.h
9728         * device/lib/hc08/*
9729         * device/lib/Makefile.in
9730         * support/regression/ports/hc08/*
9731         * support/regression/Makefile
9732
9733 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9734
9735         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9736         regression test
9737         * src/ds390/gen.c (genCast): fixed bug #821957
9738
9739 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9740
9741         * device/lib/logf.c: "fixed" overlay bug
9742         * support/regression/ports/host/spec.mk: added m library
9743         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9744         * support/regression/tests/float_trans: added (for Eric)
9745
9746 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9747
9748         * src/mcs51/gen.c (genCpl): fixed bug
9749         http://sf.net/mailarchive/message.php?msg_id=6263915
9750
9751 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9752
9753         * src/SDCCast.c (decorateType): added extended constant folding
9754         * src/SDCCsymt.c (computeType): cleanup
9755         * src/SDCCval.c (valShift): minor optimization
9756         * support/regression/tests/ast_constant_folding.c: added
9757
9758 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9759
9760         * src/SDCCmain.c: removed some unintended changes
9761
9762 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9763
9764         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9765         * src/z80/gen.c: fixed part of bug #817589
9766         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9767
9768 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9769
9770         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9771         * src/SDCCcflow.c
9772         * src/SDCCcse.c
9773         * src/SDCCdflow.c
9774         * src/SDCClabel.c
9775         * src/SDCClrange.c
9776         * src/SDCCmem.c
9777         * src/SDCCopt.c
9778         * src/SDCCpeeph.c
9779         * src/SDCCset.c
9780         * src/avr/ralloc.c
9781         * src/ds390/ralloc.c
9782         * src/izt/ralloc.c
9783         * src/mcs51/ralloc.c
9784         * src/pic/ralloc.c
9785         * src/pic16/ralloc.c
9786         * src/xa51/ralloc.c
9787         * src/z80/ralloc.c
9788         * src/z80/gen.c: removed unused label "release:"
9789
9790 2003-10-06  Borut Razem <borut.razem AT siol.net>
9791
9792         * src/SDCC.lex: removed definition of unused variables
9793           save_optimize and save_options
9794
9795 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9796
9797         * clean.mk: removed '=' in "-maxdepth=1"
9798         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9799         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9800
9801 2003-10-06  Borut Razem <borut.razem AT siol.net>
9802
9803         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9804           my_unput() replaced by unput()
9805
9806 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9807
9808         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9809         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9810         type-punned pointer will break strict-aliasing rules"
9811         Old LR behaviour is again default; Klaus' LR can be choosen by
9812         defining the environment variable LRKLAUS
9813         * src/SDCCBBlock.h
9814         * src/SDCCloop.c
9815         * src/SDCClrange.c
9816         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9817         * clean.mk: fixed removal of files in bin/CVS/
9818         * device/lib/clean.mk: fixed removal of directories small and large
9819         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9820         * src/SDCCicode.c,
9821         * src/SDCCval.c: removed superflous test for pedantic
9822
9823 2003-10-05  Borut Razem <borut.razem AT siol.net>
9824
9825         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9826           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9827           message "unmatched #pragma SAVE and #pragma RESTORE"
9828
9829 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9830
9831         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9832           assembly, critical functions, atomic, nojtbound)
9833
9834 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9835
9836         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9837         * src/SDCCBBlock.h
9838         * src/SDCCloop.c
9839         * src/SDCCloop.h
9840         * src/SDCClrange.c
9841
9842 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9843
9844         * src/z80/gen.h,
9845         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9846         * src/mcs51/gen.h
9847         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9848         * src/ds390/gen.h
9849         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9850         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9851         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9852
9853 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9854
9855         * src/z80/gen.c (genRet): fixed bug #524753
9856         * src/z80/gen.c (genCast): fixed internal error on cast from
9857         pointer to long
9858         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9859         fix for bug #477835 to the z80
9860         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9861         for tracking iCodes in the peephole optimizer for z80
9862
9863 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9864
9865         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9866         the other part of bug #814548
9867         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9868
9869 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9870
9871         * src/SDCCcse.c: fixed part of bug #814548
9872
9873 2003-09-28  Borut Razem <borut.razem AT siol.net>
9874
9875         * src/asm.c: rewrite of printILine() to use temporary file instead
9876           a pipe
9877         * src/xa51/main.c: commented out declaration of int rewinds
9878
9879 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9880
9881         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9882
9883 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9884
9885         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9886         * src/asm.c (printILine): Fixed bug #811015
9887
9888 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9889
9890         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9891         freeing.
9892
9893 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9894
9895         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9896         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9897         to correctly handle general case of AOP_PAIRPTR
9898         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9899
9900 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9901
9902         * src/mcs51/ralloc.c (fillGaps),
9903         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9904         register positioning bug)
9905
9906 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9907
9908         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9909
9910 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9911
9912         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9913         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9914         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9915         (ralloc doesn't intentionally do this now, but perhaps later)
9916         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9917         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9918         register positioning bugs (Fixed bug #762602 and #795325)
9919         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9920         (Fixed bug #808779)
9921         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9922         lines that --i-code-in-asm generates
9923
9924 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9925
9926         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9927         trying to fclose a FILE* that was already closed.
9928
9929 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9930
9931         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9932         of const struct should be treated as if const themselves)
9933
9934 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9935
9936         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9937
9938 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9939
9940         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9941         Unix (/n) and DOS (/r/n) line terminations.
9942
9943 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9944
9945         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9946         bug #613775
9947
9948 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9949
9950         * src/mcs51/gen.c (genFunction, genEndFunction),
9951         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9952         and restore of EA so that stack offsets to parameters are
9953         correct when using both critical and reentrant/stack-auto.
9954         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9955         size (can be triggered in error if sloc is shared between
9956         different sized objects)
9957         * device/include/float.h: fixed macros to explicitly use
9958         unsigned long where needed
9959
9960 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9961
9962         Feature req. 799831: added code to allow nesting of critical functions
9963         * src/mcs51/gen.c (genFunction, genEndFunction)
9964         * src/ds390/gen.c (genFunction, genEndFunction)
9965
9966 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9967
9968         * src/SDCCsymt.c (sclsFromPtr),
9969         * src/SDCCsymt.h,
9970         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9971         support for standard C idiom of memory mapped variables; for
9972         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9973         to xdata int at 0x1234 tempvar = 1.
9974         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9975         provided by Akiya ISHIDA
9976
9977 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9978
9979         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9980         * src/SDCCval.c (constVal): added reduction from int to char
9981         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9982         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9983         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9984         to ignore the sign
9985         * support/regression/tests/shifts.c: fixed
9986
9987 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9988
9989         * src/z80/gen.c (genXor): Fixed bug #805445
9990
9991 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9992
9993         Fixed bug #621531 (const & volatile confusion in the type chain).
9994         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9995         refer to the const or volatile state of the pointer itself.
9996
9997         * src/SDCCast.c
9998         * src/SDCCglue.c
9999         * src/SDCCicode.c
10000         * src/SDCCsymt.c
10001         * src/SDCCval.c
10002         * src/SDCC.y
10003         * src/SDCCsymt.h
10004         * src/pic/gen.c
10005         * src/pic/ralloc.c
10006         * src/pic16/gen.c
10007         * src/pic16/ralloc.c
10008         * support/regression/tests/const.c
10009
10010 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10011
10012         When checking for duplicated modules, use absolute paths
10013         instead of relative paths.  Files changed:
10014
10015         * as/mcs51/lklib.c
10016         * link/z80/lklib.c
10017
10018 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10019
10020         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
10021
10022 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10023
10024         * device/include/string.h: added size_t typedef, changed
10025         prototypes to use size_t, eliminated separate reentrant and
10026         non-reentrant declarations, added _memmove declaration
10027         * device/lib/_memcpy.c: changed to use size_t instead of int,
10028         changed /4 to >>2 to avoid division library call
10029         * device/lib/_memcmp.c,
10030         * device/lib/_memset.c,
10031         * device/lib/_strncat.c,
10032         * device/lib/_strncpy.c,
10033         * device/lib/_strncmp.c: changed to use size_t instead of int
10034         * device/lib/_memmove.c: new file (fixed bug #772294)
10035         * device/lib/Makefile.in: added _memmove.c
10036         * device/lib/z80/asm_strings.s: fixed bug #772290
10037         * support/regression/tests/bitfields.c: attempt to fix host assertion
10038         failure on amd64-unknown-linux2.2
10039
10040 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10041
10042         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
10043         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
10044         * as/z80/asmain.c (main): fixed bug #801766
10045
10046 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
10047
10048         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
10049         compilers
10050
10051 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10052
10053         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
10054         reported in bug #800609
10055
10056 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
10057
10058         * Top header beautifications in src/pic16 directory:
10059           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
10060           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
10061           pcoderegs.h, ralloc.c, ralloc.h
10062         * main.c: added top header and GPL license notice
10063         * pcode.c: fixed the if-conditional warning
10064
10065 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
10066
10067         * device/lib/_mullong.c: replaced int by short for gcc
10068
10069 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10070
10071         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
10072         and JUMPTABLE iCodes properly now (worked by accident before)
10073         * src/mcs51/gen.c (leftRightUseAcc),
10074         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
10075         iCode properly now. Use getSize instead of nRegs since a & b
10076         aren't part of the nRegs tally.
10077
10078 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
10079
10080         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
10081         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
10082           before instructions that use the _STATUS register
10083
10084 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
10085
10086         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
10087         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
10088         fetching of the pointer
10089         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
10090         copied from genNearPointerSet()
10091         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
10092         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
10093         If they pop r0/r1 they must be called in the opposite order than aopOp().
10094         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
10095         (resp. --stack-auto), prepared for --xstack
10096
10097 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10098
10099         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
10100
10101 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10102
10103         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
10104         these ports have their own __sdcc_external_start()
10105
10106 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
10107
10108         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10109         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
10110         type for bits was changed. It resulted in bit variables becoming
10111         global, which is not permitted in PIC 14 assembly output.
10112
10113 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10114
10115         * doc/sdccman.lyx: various additions and updates. Rearranged sections
10116
10117 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10118
10119         Z80 and MCS51 linkers complaint if a public symbol is defined
10120         in more than one library module:
10121
10122         * as/mcs51/lklib.c
10123         * link/z80/lklib.c
10124         * as/mcs51/Makefile.in
10125
10126 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10127
10128         A few small changes that speed up the peephole optimizer.
10129
10130         * src/SDCCpeeph.c
10131
10132 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10133
10134         Try to make the peephole optimizer smarter by maintaining
10135         an association between the assembly source code and the
10136         iCodes that originated them. Put this information to use
10137         with a new peephole rule condition "notVolatile" so that
10138         the rules can be aggressive yet still safe.
10139
10140         * src/SDCCpeeph.c
10141         * src/SDCCpeeph.h
10142         * src/mcs51/gen.c
10143         * src/mcs51/peeph.def
10144
10145 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10146
10147         Fixed bug #741761
10148
10149         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
10150         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
10151         if the left or right operand symbols have the accuse flag set.
10152
10153 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10154
10155         Changed the type of the result of the ! (NOT) operator to char;
10156         previously it returned the same type as the source. This allows
10157         us to eliminate all the genFloatNot functions (all of its target
10158         implementations were very buggy) since !float can use the same
10159         code as !long now.
10160
10161         * src/SDCCicode.c (ast2iCode): ! returns char
10162         * src/mcs51/gen.c (genNot, genNotFloat),
10163         * src/ds390/gen.c (genNot, genNotFloat),
10164         * src/z80/gen.c (genNot, genNotFloat),
10165         * src/pic/gen.c (genNot, genNotFloat),
10166         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
10167
10168 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
10169
10170         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
10171         1. Interrupt would not compile properly. Ensure PCLATH register is saved
10172            during interrupts. Ensure WSAVE is located at a shared bank address.
10173         2. Fixed page selection in some places
10174         3. Fixed BTFSS/C to where necessary use registers directly and not simply
10175            the registers name strings.
10176         4. Fixed "signed / unsigned compare" compiler warnings.
10177         5. The PIC port manages its own allocation of the general purpose
10178            registers, but makes no attempt to reuse them. As a result when
10179            compiling it soon runs out of general purpose registers. Some
10180            additional code was added to the files pcode.c and device.c to walk
10181            through the function call tree and rename the registers so that they
10182            get reused.
10183
10184         * src/pic/device.c
10185         * src/pic/gen.c
10186         * src/pic/glue.c
10187         * src/pic/pcode.c
10188         * src/pic/pcode.h
10189         * src/pic/ralloc.c
10190         * src/pic/ralloc.h
10191         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
10192         genPlus() & genMinus() when the result is the same as left or right
10193
10194 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10195
10196         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
10197
10198 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10199
10200         Made bitfield a distinct type from bit so that bitfields
10201         convert as per ANSI C and bits retain their traditional
10202         boolean style behaviour. Implemented bitfield support in
10203         the z80 port.
10204
10205         * src/SDCCsymt.h,
10206         * src/SDCCsymt.c,
10207         * src/SDCCast.c,
10208         * src/cdbFile.c,
10209         * src/mcs51/gen.c,
10210         * src/ds390/gen.c: bit v bitfield split
10211         * src/z80/gen.c: New support for bitfields
10212         * support/regression/tests/bitfields.c: reenabled z80,
10213         added more tests
10214
10215 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10216
10217         Rules 246.x, 247.x relate to bitfields, the others speed up
10218         access to xdata mapped I/O devices.
10219
10220         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
10221
10222 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10223
10224         Cleaned up genPackBits and genUnpackBits and added two helper
10225         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
10226         for literal assignments in genPackBits (thanks to Frieder for
10227         reminding me).
10228
10229         * src/mcs51/gen.c
10230         * src/ds390/gen.c
10231
10232 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10233
10234         Fixed bug #748310 (pointer to function type mishandled when the
10235         function name is omitted). Also fixed a SIGSEGV when a function
10236         attribute (reentrant, etc) is used on a non-function or on a
10237         function but misplaced before the parameter list.
10238
10239         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
10240         bug #748310
10241         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
10242         * support/Util/SDCCerr.h,
10243         * support/Util/SDCCerr.c: Added func attr misuse error msg
10244
10245 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10246
10247         Fixed bug #787649 by anonymous
10248         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
10249         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
10250
10251 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10252
10253         Fixed numerous bitfield problems.
10254
10255         * src/SDCC.y: More bitfield related error checking
10256         * src/SDCCsymt.h,
10257         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
10258         * support/Util/SDCCerr.h,
10259         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
10260         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10261         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
10262         * support/regression/tests/bitfields.c: tests added
10263
10264 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10265
10266         Made the constant following the "interrupt" keyword optional. If
10267         omitted, the function will not automatically be given an entry
10268         in the interrupt vector table (similar to #pragma NOIV, but
10269         less syntacticly kludgy). The interrupt number is also now
10270         range checked. Also fixed a bug in the high order bit example
10271         in the manual.
10272
10273         * src/SDCC.y
10274         * src/SDCCmem.c
10275         * src/SDCCglue.c
10276         * src/SDCCsymt.h
10277         * support/Util/SDCCerr.c
10278         * support/Util/SDCCerr.h
10279         * doc/sdccman.lyx
10280
10281 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
10282
10283         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
10284         * src/SDCCicode.c (operandOperation): rewritten some ops
10285         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
10286         * src/SDCCsymt.c (computeType): literals are handled the same way as any
10287         other type
10288         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
10289         be re-activated by defining REDUCE_LITERALS)
10290         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10291         unsigned, but are signed by default
10292         * src/SDCCval.c (constVal): rearranged
10293         * src/SDCCval.c (valMod): preliminary fix
10294         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10295         * support/regression/literalop.c: added, work in progress
10296
10297 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10298
10299         Generate warnings for useless declarations like "char data;"
10300         that don't do what new users expect.
10301
10302         * src/SDCC.y
10303         * support/Util/SDCCerr.h
10304         * support/Util/SDCCerr.c
10305
10306 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10307
10308         * src/SDCCval.c (valMult): fix overflow detection of negative int
10309
10310 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10311
10312         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10313
10314         Changes to support big endian targets:
10315
10316         * src/ports.h
10317         * src/SDCCglue.c
10318         * src/avr/main.c
10319         * src/ds390/main.c
10320         * src/izt/i186.c
10321         * src/mcs51/main.c
10322         * src/pic/main.c
10323         * src/pic16/main.c
10324         * src/xa51/main.c
10325         * src/z80/main.c
10326
10327 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10328
10329         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10330         * device/lib/time.c: fixed warning "integer overflow in expression"
10331
10332 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10333
10334         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10335         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10336         constants are unsigned; added recognition of "u" flag for unsigned
10337         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10338         * src/SDCCval.c (valDiv, valMod): fixed signdness
10339         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10340         signedness of modulo, left and right shift
10341         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10342         * support/Util/SDCCerr.h: added warning W_INT_OVL
10343         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10344         * src/SDCCast.c (ast_print): improved output of constants
10345
10346 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10347
10348         Fixed some warnings when building with MSVC:
10349
10350         * as/mcs51/asdata.c
10351         * as/z80/asdata.c
10352         * as/mcs51/asm.h
10353         * as/z80/asm.h
10354         * link/z80/aslink.h
10355         * link/z80/lkdata.c
10356         * link/z80/lkeval.c
10357         * link/z80/lkgb.c
10358         * link/z80/lkihx.c
10359         * link/z80/lks19.c
10360         * link/z80/lksym.c
10361         * support/cpp2/cpplib.c
10362         * src/ds390/gen.c
10363         * src/mcs51/gen.c
10364
10365 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10366
10367         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10368
10369 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10370
10371         * support/librarian/clean.mk: Do not remove Makefile.
10372         * support/librarian/Makefile: added.
10373
10374 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10375
10376         Added librarian to MSVC build:
10377         * all.dsp
10378         * sdcc.dsw
10379         * support/librarian/librarian.dsp
10380
10381         'configure' not needed for librarian, removed:
10382         * support/librarian/configure
10383         * support/librarian/configure.in
10384         * support/librarian/config_in.h
10385         * support/librarian/Makefile.in
10386
10387         Hopefully these ones built the librarian and the rest of sdcc properly:
10388         * Makefile
10389         * Makefile.common.in
10390
10391         Messed up 'configure', so revert to previous version:
10392         * configure
10393         * configure.in
10394
10395 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10396
10397         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10398         there, while the mantissa of a double is "only" 53 bits wide.
10399
10400 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10401
10402         Adding sdcclib to the build.  MSVC project coming soon.
10403         Files added/changed:
10404
10405         * support/librarian/clean.mk
10406         * support/librarian/configure
10407         * support/librarian/configure.in
10408         * support/librarian/config_in.h
10409         * support/librarian/Makefile.bcc
10410         * support/librarian/Makefile.in
10411         * support/librarian/sdcclib.c
10412         * Makefile.bcc
10413         * Makefile
10414         * Makefile.common.in
10415         * configure
10416         * configure.in
10417
10418 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10419
10420         Linker now complaints if linked modules have conflicting options, for
10421         example, one compiled using --model-large and another one compiled with
10422         --model-small.  The following files were modified:
10423
10424         * as/mcs51/asdata.c
10425         * as/mcs51/aslink.h
10426         * as/mcs51/asm.h
10427         * as/mcs51/asmain.c
10428         * as/mcs51/asout.c
10429         * as/mcs51/i51pst.c
10430         * as/mcs51/lkdata.c
10431         * as/mcs51/lklibr.c
10432         * as/mcs51/lkmain.c
10433         * as/z80/asdata.c
10434         * as/z80/asm.h
10435         * as/z80/asmain.c
10436         * as/z80/asout.c
10437         * as/z80/z80pst.c
10438         * link/z80/aslink.h
10439         * link/z80/lkdata.c
10440         * link/z80/lklibr.c
10441         * link/z80/lkmain.c
10442         * src/SDCCglue.c
10443
10444 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10445
10446         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10447         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10448
10449 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10450
10451         * src/z80/mappings.i: fix _mul[us][int,long] entries
10452
10453 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10454
10455         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10456
10457 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10458
10459         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10460         * support/regression/tests/bitopcse.c: added
10461         fixed warning:
10462         * src/avr/gen.c:
10463         * src/pic/gen.c:
10464         * src/pic16/gen.c:
10465         * src/z80/gen.c:
10466         * src/xa51/gen.c:
10467
10468 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10469
10470         added support for new library format to z80, gbz80 linkers:
10471         *link/z80/aslink.h
10472         *link/z80/lklex.c
10473         *link/z80/lklib.c
10474         *link/z80/lklist.c
10475
10476 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10477
10478         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10479         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10480
10481 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10482
10483         added DUMMY_READ_VOLATILE:
10484         * src/SDCC.y:
10485         * src/avr/gen.c:
10486         * src/xa51/gen.c:
10487         * src/z80/gen.c:
10488         * src/pic/gen.c:
10489         * src/pic16/gen.c:
10490         * src/mcs51/gen.c:
10491         * src/ds390/gen.c:
10492         * src/SDCCcse.c (algebraicOpts): many improvements
10493         * src/SDCCcse.h: removed algebraicOpts()
10494         * src/SDCCicode.c (picDummyRead): added
10495
10496 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10497
10498         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10499         "Insufficient space in data memory".
10500
10501 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10502
10503         * src/mcs51/gen.c: fixed bug #771358
10504         * src/z80/gen.c: fixed bug #759087
10505
10506 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10507
10508         * src/pic16/glue.c: minor cleanup by Vangelis
10509
10510 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10511
10512         * device/include/regc515c.h: fixed #758477
10513         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10514         * device/lib/_gptrput.c: saved a few bytes
10515         * my tab spacing is 8, yours too?)
10516         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10517         * device/lib/serial.c: process RX bytes earlier than TX bytes
10518         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10519
10520 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10521
10522         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10523
10524 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10525
10526     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10527
10528 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10529
10530         * device/lib/Makefile.in: bad fix, reverted to 1.43
10531
10532 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10533
10534         * device/lib/Makefile.in: added missing z80 object files
10535
10536 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10537
10538         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10539         pic16 progress by Vangelis:
10540         * src/SDCCglobl.h:
10541         * src/SDCCmain.c:
10542         * src/pic/Makefile:
10543         * src/pic:
10544         * pic/Makefile:
10545         * pic16/device.c:
10546         * pic16/device.h:
10547         * pic16/gen.c:
10548         * pic16/gen.h:
10549         * pic16/genarith.c:
10550         * pic16/glue.c:
10551         * pic16/main.c:
10552         * pic16/pcode.c:
10553         * pic16/pcode.h:
10554         * pic16/pcodepeep.c:
10555         * pic16/peeph.def:
10556
10557 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10558
10559     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10560
10561 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10562
10563     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10564     added gbz80 build to MSVC project.
10565     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10566     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10567     from 8051 stuff and setup so it links using a .lnk file.
10568
10569 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10570
10571     * support/librarian/sdcclib.c: sdcc librarian.
10572     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10573     with sdcclib.
10574
10575 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10576
10577     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10578
10579 2003-07-02  Borut Razem <borut.razem AT siol.net>
10580
10581         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10582         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10583         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10584         src/xa51/main.c, src/z80/main.c:
10585         virtualization of glue() function: each port has it's own glue function,
10586         which is accessed by do_glue function pointer in PORT.general structure
10587
10588 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10589
10590         * DS800C400 fun, improved ROM interface and tinibios.
10591
10592 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10593
10594         * More support for DS80C400. Now includes beginning of interface to ROM.
10595
10596 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10597
10598         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10599
10600 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10601
10602         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10603
10604 2003-06-19  Borut Razem <borut.razem AT siol.net>
10605
10606         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10607
10608 2003-06-19  Borut Razem <borut.razem AT siol.net>
10609
10610         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10611         fixed Z80 port - crt0.o: cannot open.
10612
10613 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10614
10615         * support/Util/MySystem.c (merge_command): revert bad fix
10616
10617 2003-06-18  Borut Razem <borut.razem AT siol.net>
10618
10619         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10620
10621 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10622
10623         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10624         option --use-stdout sends errors to stdout instead of stderr.
10625
10626 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10627
10628         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10629
10630 2003-06-15  Borut Razem <borut.razem AT siol.net>
10631
10632         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10633         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10634         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10635         fixed width array of pointers replaced with sets;
10636         multiple include and lib paths ared transferred to preprocessor and linker
10637         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10638         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10639         fixed width array of pointers
10640         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10641         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10642         fixupPath(), getPathDifference()
10643         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10644         fixed width array of pointers
10645
10646 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10647
10648         * src/pic16/ralloc.c: fix warnings
10649         * src/pic16/pcode.c: fix warning
10650
10651 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10652
10653          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10654         know all the details, but essentially this set of changes enable
10655         the pic16 port to generate movff instructions and generate assembler
10656         directives,
10657         * src/SDCCmain.c:
10658         * src/pic16/gen.c:
10659         * src/pic16/glue.c:
10660         * src/pic16/pcode.c:
10661         * src/pic16/device.c:
10662         * src/pic16/main.c:
10663         * src/pic16/pcode.h:
10664         * src/pic16/pcoderegs.c:
10665         * src/pic16/ralloc.c:
10666         * src/pic16/ralloc.h:
10667
10668 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10669
10670         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10671         added option --vc, so sdcc errors and warnings are compatible with
10672         Microsoft Visual Studio.
10673
10674 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10675
10676         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10677           device/lib/libfloat.lib: added atof function.
10678
10679 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10680
10681         * doc/sdccman.lyx: updated to Lyx 1.3
10682         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10683         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10684         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10685
10686 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10687
10688         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10689
10690 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10691
10692         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10693           additions to the "related tools/documentation" section
10694
10695 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10696
10697         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10698
10699 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10700
10701         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10702         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10703
10704 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10705
10706         * doc/sdccman.lyx: fix double dash and other minor things
10707         * doc/Makefile: fix double dash
10708
10709 2003-05-28  Karl Bongers(patches from Martin Helmling)
10710         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10711           condition and ignore commands.
10712
10713 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10714
10715         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10716           is in parts still quite out of date, I did changes as far as I felt makes sense
10717           for a non-native english speaker.
10718           Please feel free to add to the manual or to correct my changes.
10719         * doc/Makefile: undid touching the date of intermediate tex files.
10720
10721 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10722
10723         * doc/sdccman.lyx: Manual has an index now
10724
10725 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10726
10727         Finalize muluint/mulsint and mululong/mulslong merging:
10728         * device/lib/_mulint.c
10729         * device/lib/_mullong.c
10730         * device/lib/gbz80/mul.s
10731         * device/lib/gbz80/stubs.s
10732         * device/lib/z80/mul.s
10733         * device/lib/z80/stubs.s
10734         * src/SDCCsymt.c (initCSupport)
10735
10736 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10737
10738         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10739         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10740           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10741           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10742           instead of /Zm500.
10743
10744 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10745
10746         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10747           the regression tests I'm not brave enough to enable 245.b, 245.c
10748         * doc/sdccman.lyx: added latex preamble for hyperref package.
10749           Using pdflatex this will give you a hyperlinked pdf file with
10750           bookmarks. (prepend '%' before /usepackage if this breaks something)
10751
10752 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10753
10754          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10755
10756 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10757
10758         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10759
10760 2003-05-21    <johan AT balder>
10761
10762         * src/SDCCglue.c (printIval): fixed bug #739934
10763
10764 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10765
10766         Applied patch from bug 737905 (renamed yylineo to mylineno):
10767         * src/altlex.c
10768         * src/SDCCast.c
10769         * src/SDCglobl.h
10770         * src/SDCC.lex
10771         * src/SDCCsymt.c
10772         * src/SDCCval.c
10773         * src/pic16/pcode.c: Cleaned warnings
10774         * src/pic16/pcodeflow.c: Cleaned warnings
10775         * src/pic16/pcoderegs.c: Cleaned warnings
10776
10777 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10778
10779         * src/pic16/pcode.c: Cleaned warnings
10780         * src/pic16/pcodepeep.c: Cleaned warnings
10781         * src/pic16/ralloc.c: Cleaned warnings
10782
10783 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10784
10785         * doc/sdccman.lyx: fixed bug 739745
10786         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10787
10788 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10789
10790         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10791         it can be defined with CFLAGS when running configure
10792         * src/SDCCmain.c: fixed compiling + linking with object files
10793
10794 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10795
10796         * configure.in: configure for pic16 port,
10797             added --disable-pic16-port
10798         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10799         * src/SDCCmain.c: linkOptions is changed to set *,
10800             added if/endif conditional macros to remove options help
10801             messages from optionsTable when a port is not configured, added
10802             support for the PIc16 port in the ports table, when executing
10803             the compiler with no port specified on command line, a default
10804             port is selected with the new macro DEFAULT_PORT which is
10805             defined in port.h, in setDefaultOptions() linkOptions is removed
10806             from initialization assignment, since now it is a set,
10807             parseCmdLine uses setParseWithComma for linkOptions, in
10808             linkEdit() linkOptions are accessed with new function indexSet()
10809             which returns the i'th item of a set variable. See SDCCset.c, in
10810             linkEdit() when calling buildCmdLine(), added linkOptions as
10811             last argument. Now users can pass arguments to gplink via the
10812             -Wl option, main() uses pic16glue() to glue up pic16 programs
10813         * src/SDCCpeeph.c: various changes to support pic16
10814         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10815             return the i'th item of the set
10816         * src/SDCCset.h: added function prototype for indexSet()
10817         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10818         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10819         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10820             added macro DEFAULT_PORT
10821         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10822         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10823             generated
10824         * src/pic16/glue.c: commented out some error producing lines
10825         * src/pic16/main.c: __config directives are commented out to stop
10826             gpasm complaining and test the linkage with gplink, _linkCmd and
10827             _asmCmd changed to be more gplink and gpasm friendly
10828         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10829             produced an error when parsed, peep rule 12 is added to utilize
10830             movff, but it is commented out since the pCode does not support
10831             yet a command with 2 address arguments
10832
10833 2003-05-18    <johan AT balder>
10834
10835         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10836         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10837 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10838
10839         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10840   Added feature to script commands from file.
10841
10842 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10843
10844         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10845         * src/SDCCutil.c: include ctype.h for win32
10846
10847 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10848
10849         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10850
10851 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10852
10853         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10854   Fixed so you can set breakpoints prior to run, run does not stop
10855   on entry now.  Add tbreak.  Other enhancements and fixes for use
10856   with ddd.
10857
10858 2003-05-12  Borut Razem <borut.razem AT siol.net>
10859
10860         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10861
10862 2003-05-11  Borut Razem <borut.razem AT siol.net>
10863
10864         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10865         the path of bin directory, so that PATH is the only env. variable, which has to be set
10866         in case of standard installation.
10867         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10868         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10869         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10870
10871 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10872
10873         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10874         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10875         temp files are in the port dir; clean the gen/test directory when
10876         generating new test.c
10877         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10878         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10879         * support/regression/tests/zeropad.c: added
10880
10881 2003-05-09    <johan AT balder>
10882
10883         * src/SDCCglue.c: fixed bug #597940
10884
10885 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10886
10887         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10888   cache sfr, optimize next,step, fix off by one sourceline,
10889   support ddd list function.
10890         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10891
10892 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10893
10894         * support/regression/HTMLgen.py: added compare_s2f()
10895         * support/regression/Makefile: redo 1.27
10896         * support/regression/generate-cases.py: redo 1.5
10897
10898 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10899
10900         * support/regression/tests/float.c: workaround 33 bit hex constant
10901         * support/regression/tests/simplefloat.c: fix division for host
10902
10903 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10904
10905         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10906         that tame's the PIC's over-aggressive optimizer.
10907
10908 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10909
10910          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10911          support for MSVC.
10912
10913 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10914
10915         Initial support for DS80C400. "Hello world" runs on TINIm400
10916         (with polled I/O).
10917
10918 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10919
10920          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10921          * Some notes on ddd usage added in debugger/README
10922          Martin Helmling adding more features and fixes for ddd GUI debugger.
10923          Code added for nexti, stepi, up, down, and other adjustments.
10924
10925 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10926
10927         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10928         * src/pic/peeph.def Added two rules to optimize carry manipulation
10929         * src/pic/* removed debug printfs
10930
10931 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10932
10933         * debugger/mcs51/cmd.c: added header newalloc.h
10934
10935 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10936
10937         * as/Makefile: new EXEEXT
10938         * as/z80/Makefile: remove trailing slash of BUILDIR
10939         * as/z80/clean.mk: new EXEEXT
10940         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10941         * support/cpp2/Makefile.in: new EXEEXT
10942         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10943
10944 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10945
10946         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10947         EXEEXT was introduced to fix all related problems with targets
10948         "clean", "install" and "uninstall"; a couple of further flaws
10949         especially with "clean" have been fixed too
10950         * as/mcs51/Makefile.in
10951         * as/mcs51/clean.mk
10952         * as/z80/Makefile
10953         * Makefile
10954         * clean.mk
10955         * debugger/mcs51/Makefile.in
10956         * debugger/mcs51/clean.mk
10957         * link/z80/Makefile
10958         * link/z80/Makefile.in
10959         * link/z80/clean.mk
10960         * link/Makefile
10961         * packihx/Makefile.in
10962         * packihx/clean.mk
10963         * sim/ucsim/Makefile
10964         * sim/ucsim/clean.mk
10965         * sim/ucsim/avr.src/Makefile.in
10966         * sim/ucsim/avr.src/clean.mk
10967         * sim/ucsim/s51.src/Makefile.in
10968         * sim/ucsim/s51.src/clean.mk
10969         * sim/ucsim/xa.src/Makefile.in
10970         * sim/ucsim/xa.src/clean.mk
10971         * sim/ucsim/z80.src/Makefile.in
10972         * sim/ucsim/z80.src/clean.mk
10973         * sim/ucsim/main_in.mk
10974         * sim/ucsim/packages_in.mk
10975         * sim/ucsim/gui.src/Makefile.in
10976         * sim/ucsim/gui.src/serio.src/Makefile.in
10977         * sim/ucsim/gui.src/serio.src/clean.mk
10978         * src/Makefile.in
10979         * src/clean.mk
10980         * support/cpp2/Makefile.in
10981         * support/cpp2/clean.mk
10982         * support/makebin/Makefile
10983         * support/makebin/clean.mk
10984         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10985         * doc/sdccman.lyx: --program-suffix no longer needed
10986
10987 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10988
10989          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10990          Martin Helmling added support for ddd GUI debugger.
10991          Code added to display assembly, set variables, and other commands
10992          to interface to ddd.
10993
10994 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10995
10996         * as/Makefile: fix target clean
10997         * as/clean.mk: fix target clean
10998         * as/z80/clean.mk: fix target clean
10999
11000 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
11001
11002         * Makefile.common.in: added  AT EXEEXT AT
11003         * configure.in: removed all mingw32 stuff
11004         * configure: rebuilt from configure.in
11005         * doc/sdccman.lyx: updated section "installation"
11006         * support/scripts/sdcc_mingw32: adapted to configure
11007         * support/scripts/sdcc_cygwin_mingw32: added
11008
11009 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
11010
11011         * src/pic Added object file support for the PIC port
11012         * src/pic Applied patch from Craig Franklin (this started the object file support)
11013         * src/regression Updated the PIC regression tests for object files
11014
11015 2003-04-20  Borut Razem <borut.razem AT siol.net>
11016
11017         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
11018           lklex.c: In function `getfid':
11019           lklex.c:203: warning: array subscript has type `char'
11020         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
11021           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
11022         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
11023           stack handling macros
11024
11025 2003-04-19  Borut Razem <borut.razem AT siol.net>
11026
11027         * "handling space characters in file path" task:
11028         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
11029         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
11030         * support/Util/MySystem.h: make it self-sufficient
11031         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
11032           src/z80/main.c, sdcc/as/mcs51/lklex.c:
11033           handling space characters in file path
11034         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
11035           (it will be used by assemblers, which have their own includes, e.g. gpasm)
11036         * support/Util/MySystem.c: handling space characters in executable's path
11037
11038 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
11039
11040         * as/z80/Makefile: fix permanent rebuild of z80
11041         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
11042         * support/regression/tests/bitfields.c: added Johan's bitfields.c
11043
11044 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
11045
11046         * src/SDCCopt.c: add special case optimization to replace modulo by
11047           a power of two with a bitwise AND.
11048
11049 2003-04-18    <johan AT balder>
11050
11051         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
11052
11053 2003-04-17    <johan AT balder>
11054
11055         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
11056         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
11057
11058 2003-04-13  Borut Razem <borut.razem AT siol.net>
11059
11060         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
11061         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
11062           fixed mingw problem in adl_NORMALIZE_PATH
11063
11064 2003-04-12  Borut Razem <borut.razem AT siol.net>
11065
11066         * fixed "#pragma SAVE/RESTORE can not be nested":
11067         * src/SDCC.lex: reworked pragma handling functions
11068         * sdcc/src/SDCCglobl.h: reworked stack handling macros
11069         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
11070
11071 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11072
11073         * src/SDCCutil.c (pathEquivalent): defined but not used
11074         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
11075         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
11076         * configure: rebuilt from configure.in
11077         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11078         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
11079         * device/include/Makefile.in: replace sdcc_datadir
11080         * device/lib/Makefile.in: replace sdcc_datadir
11081         * Makefile.common.in: add LDFLAGS from configure
11082         * packihx/Makefile.in: use LDFLAGS
11083         * src/Makefile.in: use LDFLAGS
11084         * support/cpp2/Makefile.in: add LDFLAGS from configure
11085         * support/makebin/Makefile: use LDFLAGS
11086         * .version: bumped version number to 2.3.5
11087
11088 2003-04-12  Borut Razem <borut.razem AT siol.net>
11089
11090         * completed "different paths" task:
11091         * src/SDCCmacro.c: fixed bug in handling quotes
11092         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
11093         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
11094
11095 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
11096
11097         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
11098
11099 2003-04-11 kevin Vigor <kevin AT vigor.nu>
11100
11101         * ds390/gen.c ds390/peeph.def: fix bug 706781
11102
11103 2003-04-11  Borut Razem <borut.razem AT siol.net>
11104
11105         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
11106
11107 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
11108
11109         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
11110         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
11111          set - this bit used to not be set...).
11112         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
11113           bad code in PIC Port
11114         * src/regression/and2.c added to test bug 609268
11115         * src/regression/Makefile added and2.c to regression test
11116
11117
11118 2003-04-08    <johan AT CP255758-A>
11119
11120         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
11121         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
11122         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
11123
11124 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
11125
11126         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
11127         fix bug #487815
11128         * support/cpp2/Makefile.in: fix bug #487815
11129         * configure: rebuilt from configure.in
11130         * Makefile.common.in: docdir changed, new path suffixes
11131         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11132         * sdcc_vc_in.h: reflect changes from sdccconf.h
11133         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
11134         * src/SDCCutil.h: remove BINDIR hack
11135         * doc/sdccman.lyx: update new path hierarchy
11136
11137 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11138
11139         * src/SDCCpeeph.c: added okToRemoveSLOC test
11140
11141 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11142
11143         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
11144
11145 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
11146
11147         * src/SDCCpeeph.c: added labelIsReturnOnly test
11148         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
11149
11150 2003-04-05    <johan AT balder>
11151
11152         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
11153         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
11154         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
11155         * src/SDCCast.c: fixed a warning
11156         * src/SDCCast.h: fixed a warning
11157         * src/SDCCicode.c (operandFromAst): fixed a warning
11158
11159 2003-04-04    <johan AT balder>
11160
11161         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
11162         * src/SDCCast.c (decorateType): fixed bug #715076
11163         * src/SDCC.y: fixed bug #702907
11164
11165 2003-04-03    <johan AT balder>
11166
11167         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
11168         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
11169         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
11170         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
11171         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
11172
11173 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
11174
11175         * _decdptr.c: fix return values
11176         * _gptrget.c: fix return values
11177         * _gptrgetc.c: fix return values
11178         * _gptrput.c: fix return values
11179         * _mulint.c: fix return values
11180         * as/z80/Makefile: fix 'make -j' problem
11181
11182 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
11183
11184         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
11185         * configure.in: big cleanup, updated to autoconf 2.5x
11186         * configure: rebuilt from configure.in
11187         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
11188         * sdcc_vc_in.h: reflect changes from sdccconf.h
11189         * doc/Makefile: fixed a flaw in "make install"
11190
11191 2003-04-02    <johan AT balder>
11192
11193         * src/ds390/gen.c (genCmp): no comments
11194         * src/mcs51/gen.c (genCmp): no comments
11195         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
11196         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
11197
11198 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
11199
11200         * support/regression/generate-cases.py: place generated file in given sub directory
11201         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
11202         * support/regression/Makefile: improvements for 'make -j';
11203         side effect: it's simpler and faster now
11204
11205 2003-03-31  Borut Razem <borut.razem AT siol.net>
11206
11207         * src/z80/main.c: link-{port} and as-{port} defined without path
11208         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
11209
11210 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
11211
11212         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
11213
11214 2003-03-30  Borut Razem <borut.razem AT siol.net>
11215
11216         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
11217           changed type of list parameter to set
11218         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
11219         * src/port.h: changed type of do_assemble() parameter to set
11220         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
11221           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
11222           definition of "cppoutfilename" macro with NULL value in preProcess()
11223         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
11224         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
11225         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
11226           replaced with set *binPathSet
11227         * shash_add() deallocates the item, if allready exsists, before adding the new one
11228         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
11229
11230 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
11231
11232         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
11233           a nested for loop bug in the PIC port
11234         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
11235           for loops
11236
11237 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
11238
11239         * support/Util/dbuf.h: remove C++ stuff to make it portable
11240
11241 2003-03-28  Borut Razem <borut.razem AT siol.net>
11242
11243         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
11244           literal strings in stringLiteral()
11245         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
11246         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
11247           to the project
11248
11249 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
11250
11251         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
11252
11253 2003-03-26    <johan AT balder>
11254
11255         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
11256         * src/ds390/gen.c (saveRegisters): catched symbol abuse
11257         * src/SDCCast.c (decorateType): fixed " -v < 3"
11258
11259 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
11260
11261         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
11262         Added Lenny Story's debug infrastructure changes:
11263         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
11264         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
11265         * src/cdbFile.c: added
11266         * src/SDCCdebug.c: added
11267         * src/SDCCdebug.h: added
11268         * src/SDCCast.c (createFunction)
11269         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
11270         * src/SDCCmain.c (parseCmdLine, main)
11271         * src/SDCCmem.c (redoStackOffsets)
11272         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
11273         * src/SDCCsymt.h
11274         * src/common.h
11275         * src/avr/gen.c (genAVRCode)
11276         * src/ds390/gen.c (gen390Code)
11277         * src/mcs51/gen.c (gen51Code)
11278         * src/pic/gen.c (genpic14Code)
11279         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
11280         * src/xa51/gen.c (genXA51Code)
11281         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
11282
11283 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11284
11285         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
11286         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
11287
11288 2003-03-22    <johan AT balder>
11289
11290         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11291
11292 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11293
11294         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11295         * doc/cdbfileformat.lyx: added, written by Lenny Story
11296         * doc/Makefile: added cdbfileformat.lyx
11297         * doc/clean.mk: added cdbfileformat.lyx
11298
11299 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11300
11301         * src/mcs51/peeph.def: fix bug #705773
11302
11303 2003-03-20    <johan AT balder>
11304
11305         An sfr/sbit can have an "at #" AND an initializer
11306         * src/SDCCsymt.c (checkSClass):
11307         * src/SDCCmem.c (allocGlobal):
11308         * src/SDCCmem.c (allocLocal):
11309         * src/SDCCast.c (createBlock):
11310
11311 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11312
11313         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11314
11315 2003-03-16    <johan AT balder>
11316
11317         Undid the hackup of const and volatile, the problem is much bigger
11318         * src/SDCC.y:1.65
11319         * src/SDCCast.c:1.171
11320         * src/SDCCglue.c:1.138
11321         * src/SDCCicode.c:1.146
11322         * src/SDCCsymt.c:1.150
11323         * src/SDCCval.c:1.65
11324
11325 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11326
11327         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11328         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11329
11330 2003-03-13    <johan AT balder>
11331
11332         Hackup const and volatile modifiers in type chains a bit:
11333         * src/SDCC.y:1.63
11334         * src/SDCCast.c:1.169
11335         * src/SDCCglue.c:1.136
11336         * src/SDCCicode.c:1.143
11337         * src/SDCCsymt.c1.146
11338         * src/SDCCsymt.h1.59
11339         * src/SDCCval.c:1.63
11340
11341 2003-03-12    <johan AT balder>
11342
11343         * src/SDCCBBlock.h: more LRH debugging junk
11344         * src/SDCCcflow.h: more LRH debugging junk
11345         * src/SDCCloop.c: more LRH debugging junk
11346         * src/SDCC.y (struct_declaration): fixed bug #697590
11347         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11348         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11349         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11350
11351 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11352         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11353         test function names must now match exactly).
11354         * src/SDCCcse.c: added special case in findCheaperOp to allow
11355         extending a short integer. Makes less awful code for bug 700121 test case.
11356
11357 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11358
11359         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11360         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11361
11362 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11363
11364         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11365         actually called (operandsNotEqual() was called for all
11366         operandsNotEqualX tests).
11367
11368 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11369
11370         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11371         with shorter literals. Fixes bug 700121.
11372
11373 2003-03-11    <johan AT balder>
11374
11375         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11376
11377 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11378
11379         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11380         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11381
11382 2003-03-10  Borut Razem <borut.razem AT siol.net>
11383
11384         * src/SDCCmain.c: pipe preprocessor's output
11385         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11386         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11387         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11388         which closes all pipes in pipeSet set
11389         * src/SDCCset.c: free deleted item in function deleteSetItem()
11390         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11391         moved from z80 to src subproject
11392         * .version: increased version number to 2.3.4
11393
11394 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11395
11396         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11397         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11398         * support/regression/ports/xa51/spec.mk: fix typo
11399
11400 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11401
11402         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11403
11404 2003-03-09  Borut Razem <borut.razem AT siol.net>
11405
11406         * src/SDCCmain.c: pipe preprocessor's output
11407         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11408         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11409         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11410         which closes all pipes in pipeSet set
11411         * src/SDCCset.c: free deleted item in function deleteSetItem()
11412         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11413         moved from z80 to src subproject
11414
11415 2003-03-09  Borut Razem <borut.razem AT siol.net>
11416
11417         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11418         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11419         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11420         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11421         * src/SDCCglobl.h: unification of WIN32 native definitions
11422
11423 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11424
11425         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11426
11427 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11428
11429         * src/configure.in:   check for endianess (even while cross-compiling)
11430         * src/configure:      check for endianess (even while cross-compiling)
11431         * src/configure_in.h: check for endianess (even while cross-compiling)
11432         * src/avr/gen.c:        remove old endianess stuff
11433         * src/mcs51/gen.c:      remove old endianess stuff
11434         * src/ds390/gen.c:      remove old endianess stuff
11435         * src/pic/gen.c:        remove old endianess stuff
11436         * src/pic/genarith.c:   remove old endianess stuff
11437         * src/pic/glue.c:       fix endianess check
11438         * src/pic16/gen.c:      remove old endianess stuff
11439         * src/pic16/genarith.c: remove old endianess stuff
11440         * src/pic16/glue.c:     fix endianess check
11441         * src/xa51/gen.c:       remove old endianess stuff
11442         * src/z80/gen.c:        fix endianess check
11443         * src/SDCCglue.c:       fix endianess check
11444         * src/ds390/peeph.def: fix bug 700036
11445
11446 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11447
11448         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11449         * src/configure: find appropriate data-types on host for SDCC's int and long
11450         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11451         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11452         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11453
11454 2003-03-07    <johan AT balder>
11455
11456         Just a big NOOP:
11457                 some minor cleanups before the big shot
11458                 OP_DEFS and OP_USES now use Kevin's protection
11459                 new option --nolabelopt
11460
11461         * src/SDCCBBlock.c:
11462         * src/SDCCast.c,:
11463         * src/SDCCcflow.c:
11464         * src/SDCCcse.c:
11465         * src/SDCCicode.c:
11466         * src/SDCCicode.h:
11467         * src/SDCClabel.c:
11468         * src/SDCCloop.c:
11469         * src/SDCCmain.c:
11470         * src/ds390/ralloc.c:
11471         * src/mcs51/ralloc.c:
11472         * src/pic/ralloc.c:
11473         * src/xa51/ralloc.c:
11474         * src/z80/ralloc.c:
11475
11476 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11477
11478         * src/pic/pcode.c (get_op): fix 64 bit warnings
11479         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11480         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11481         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11482         * support/regression/tests/malloc.c: fix 64 bit warnings
11483
11484 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11485
11486         * src/mcs51/gen.c (genMinus): fixed bug 696436
11487
11488 2003-03-02  Borut Razem <borut.razem AT siol.net>
11489
11490         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11491
11492 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11493
11494         * configure.in: test for mkstemp
11495         * sdccconf_in.h: add HAVE_MKSTEMP
11496
11497 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11498
11499         * device/include/ctype.h: removed warning while using --stack-auto
11500         * device/include/malloc.h: removed warning while using --stack-auto
11501         * device/include/string.h: removed warning while using --stack-auto
11502
11503 2003-02-23  Borut Razem <borut.razem AT siol.net>
11504
11505         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11506         because NDEBUG is defined (see man assert)
11507         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11508
11509 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11510
11511         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11512         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11513
11514 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11515
11516         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11517         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11518
11519 2003-02-18    <johan AT balder>
11520
11521         * as/mcs51/asmain.c (asmbl): module can start with a digit
11522         * as/z80/asmain.c (asmbl): module can start with a digit
11523
11524 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11525
11526         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11527         * src/asm.c: fix pipe() for Mingw32
11528
11529 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11530
11531         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11532         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11533         make -V work again; --c1mode reads now from stdin
11534         * doc/sdccman.lyx: added --c1mode
11535         * support/Util/SDCCerr.c: new messages for c1 mode
11536         * support/Util/SDCCerr.h: new messages for c1 mode
11537         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11538
11539 2003-02-15    <johan AT balder>
11540
11541         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11542
11543 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11544
11545         * doc/sdccman.lyx: Environment variables, -o and other minor things
11546
11547 2003-02-14    <johan AT balder>
11548
11549         * src/xa51/main.c: before anyone really tries to use it :)
11550
11551         * Install doc's in share/sdcc/doc
11552         * removed some obsolete files
11553         * Do a proper make distclean and uninstall
11554         M Makefile.common.in
11555         R sdccbuild.sh
11556         M as/Makefile
11557         M device/include/Makefile.in
11558         M device/lib/Makefile.in
11559         M doc/sdccman.lyx
11560         M link/Makefile
11561         M sim/ucsim/doc/Makefile.in
11562         M src/clean.mk
11563         R src/avr/peeph.rul
11564         R src/xa51/peeph.rul
11565         M support/cpp2/Makefile.in
11566         M support/makebin/Makefile
11567
11568
11569 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11570
11571         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11572
11573 2003-02-10  Borut Razem <borut.razem AT siol.net>
11574
11575         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11576         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11577         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11578         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11579         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11580         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11581         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11582         src/z80/Makefile.bcc: Borland Makefile cleanup
11583         * as/z80/Makefile.bcc: Added Borland Makefile
11584         * support/cpp2/borland.h: Removed
11585
11586 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11587
11588         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11589         * src/SDCC.lex: new pragma NOIV
11590         * src/SDCCglobl.h: new pragma NOIV
11591         * src/SDCCmem.c: new pragma NOIV
11592
11593 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11594
11595         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11596
11597 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11598
11599         * src/SDCCmain.c: signal handling is switched off by --debug
11600         * doc/Makefile: small fix for install; use clean.mk again
11601         * doc/clean.mk: clean *.pdf and *.html too
11602
11603 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11604
11605         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11606         * device/lib/printfl.c: fix a ds390 bug by making it portable
11607         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11608         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11609         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11610         * debugger/mcs51/cmd.c: converted multi-line string literals
11611         * sim/ucsim/globals.cc: converted multi-line string literals
11612         * src/SDCCmain.c: introduced signal handler to remove temp files
11613         * doc/Makefile: small tweaks, implement clean
11614         * doc: removed generated files
11615
11616 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11617
11618         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11619         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11620         Address Record is not correctly generated for DS390."
11621
11622 2003-02-02  Borut Razem <borut.razem AT siol.net>
11623
11624         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11625         * as/mcs51/asm.h: fixed compilation with Borland C
11626         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11627         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11628         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11629         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11630         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11631         src/z80/Makefile.bcc: delete $(LIB) only if exist
11632         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11633
11634 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11635
11636         * device/include/malloc.h: introduced NULL
11637         * device/include/string.h: introduced NULL
11638         * device/include/stdlib.h: introduced NULL
11639         * device/lib/_memcpy.c: removed NULL
11640         * device/lib/_strcat.c: removed NULL
11641         * device/lib/_strchr.c: removed NULL
11642         * device/lib/_strcmp.c: removed NULL
11643         * device/lib/_strcpy.c: removed NULL
11644         * device/lib/_strcspn.c: removed NULL
11645         * device/lib/_strlen.c: removed NULL
11646         * device/lib/_strncat.c: removed NULL
11647         * device/lib/_strncmp.c: removed NULL
11648         * device/lib/_strncpy.c: removed NULL
11649         * device/lib/_strpbrk.c: removed NULL
11650         * device/lib/_strrchr.c: removed NULL
11651         * device/lib/_strspn.c: removed NULL
11652         * device/lib/_strstr.c: removed NULL
11653         * device/lib/_strtok.c: removed NULL
11654         * device/lib/malloc.c: removed NULL, include own header
11655
11656 2003-02-02    <johan AT balder>
11657
11658         * 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
11659         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11660         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11661         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11662         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11663         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11664
11665 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11666
11667         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11668         area 'DATA'"
11669
11670 2003-02-01    <johan AT balder>
11671
11672         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11673
11674 2003-01-31    <johan AT CP255758-A>
11675
11676         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11677
11678 2003-01-30    <johan AT balder>
11679
11680         * src/SDCCBBlock.c: automatic bug detection
11681         * src/SDCCicode.c: automatic bug detection
11682
11683 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11684
11685         * src/SDCCglobl.h:   now --xram-size 0 works
11686         * src/SDCCmain.c:    now --xram-size 0 works
11687
11688 2003-01-29    <johan AT balder>
11689
11690         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11691
11692 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11693
11694         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11695         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11696         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11697         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11698         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11699         * src/SDCCmain.c:    Added options --xram-size and --code-size
11700
11701 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11702
11703         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11704         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11705
11706 2003-01-27    <johan AT balder>
11707
11708         * src/SDCC.y: fixed bug #613764
11709
11710 2003-01-26    <johan AT balder>
11711
11712         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11713         * src/SDCCsymt.h: fixed bug #673374
11714         * src/SDCCglue.c: fixed bug #661910
11715         * src/SDCCast.c: fixed bug #458099 and 673374
11716
11717 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11718
11719         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11720         * as/mcs51/strcmpi.h: added
11721         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11722         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11723         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11724         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11725         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11726         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11727         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11728         * as/mcs51/Makefile.aslink: new module strcmpi
11729         * as/mcs51/Makefile.asx8051: new module strcmpi
11730         * as/mcs51/Makefil.bcc: new module strcmpi
11731         * as/mcs51/Makefile.in: new module strcmpi
11732         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11733
11734 2003-01-26    <johan AT balder>
11735
11736         * src/SDCCglue.c: reverted back to 1.124
11737         * src/SDCCast.c: reverted back to 1.156
11738         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11739
11740 2003-01-25    <johan AT balder>
11741
11742         * src/SDCCglue.c: A better fix for bug #661910
11743         * src/SDCCast.c: A better fix for bug #661910
11744         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11745
11746 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11747
11748         * src/Makefile.in: remove spawn.o
11749         * src/SDCCmain.c: remove spawn.h
11750         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11751         * src/spawn.c: removed
11752         * src/spawn.h: removed
11753         * support/regression/ports/ds390/spec.mk: link with -r
11754
11755 2003-01-24    <johan AT CP255758-A>
11756
11757         * src/ds390/gen.c (aopOp): fixed bug #667458
11758         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11759         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11760         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11761
11762 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11763
11764         * src/mcs51/peeph.def: better assembler identation by Frieder
11765         * src/mcs51/gen.c: better assembler identation by Frieder
11766
11767 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11768
11769         * as/z80/string.h: removed for gcc 3.2
11770         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11771         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11772
11773 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11774
11775         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11776         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11777         * support/regression/Makefile: separate temp files for ports
11778         * support/regression/generate-cases.py: separate temp files for ports
11779         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11780         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11781
11782 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11783
11784         * moved tinitalk to device/examples/ds390
11785
11786 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11787
11788         * as/mcs51/lkmem.c: rflag is for DS390
11789         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11790         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11791                          (linkEdit): move mem- and map-files the same way as ihx-files
11792         * src/z80/main.c (_setDefaultOptions): removed --generic
11793         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11794         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11795         * src/pic/glue.c (picglue): --c1mode works again
11796         * src/pic16/glue.c (pic16glue): --c1mode works again
11797         * src/asm.c (printCLine): fix #660034
11798
11799 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11800
11801         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11802         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11803         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11804         * as/mcs51/lkmem (summary): better fix for sp problem
11805         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11806         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11807         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11808                                               remove --stack-after-data
11809
11810 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11811
11812         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11813         * src/SDCCutil.c (join): ugly bug: missing '\0'
11814         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11815
11816 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11817
11818         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11819         * src/port.h: typo
11820         * src/pic/main.c (_asmCmd): gpasm supports -o
11821         * src/z80/main.c: more general macros
11822         * device/lib/Makefile.in: remove intermediate files
11823
11824 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11825
11826         * .version: Bumped version number to 2.3.3
11827         * src/SDCCBBlock.c: new option -o
11828         * src/SDCCglobl.h: new option -o
11829         * src/SDCCglue.c: new option -o
11830         * src/SDCCmain.c: new option -o
11831         * src/asm.c: new option -o
11832         * src/ds390/main.c: new option -o
11833         * src/pic/glue.c: new option -o
11834         * src/pic/pcode.c: new option -o
11835         * src/pic/ralloc.c: new option -o
11836         * src/pic16/glue.c: new option -o
11837         * src/pic16/pcode.c: new option -o
11838         * src/pic16/ralloc.c: new option -o
11839         * src/z80/main.c: new option -o
11840         * device/lib/Makefile.in: use -o
11841         * support/regression/ports/ds390/spec.mk: use -o
11842         * support/regression/ports/gbz80/spec.mk: use -o
11843         * support/regression/ports/mcs51/spec.mk: use -o
11844         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11845         * support/regression/ports/z80/spec.mk: use -o
11846         * support/regression/ports/ucz80/spec.mk: use -o
11847         * support/regression/ports/xa51/spec.mk: use -o
11848         * support/regression/fwk/lib/timeout.c: fix usage string
11849
11850 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11851         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11852
11853 2003-01-07    <johan AT balder>
11854
11855         * src/SDCCast.c (decorateType): fixed bug #600035
11856
11857 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11858         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11859         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11860         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11861         * src/pic/pcode.c: outcommented unused variable to remove warnings
11862         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11863
11864 2003-01-06    <karl AT turbobit.com>
11865         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11866    regression tests.
11867
11868 2003-01-06    <johan AT balder>
11869
11870         * src/SDCCicode.c: fixed array add
11871
11872 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11873         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11874         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11875
11876 2003-01-04    <johan AT balder>
11877
11878         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11879
11880 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11881         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11882
11883 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11884         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11885         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11886
11887 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11888         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11889
11890 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11891         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11892
11893 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11894         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11895
11896 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11897
11898     * in /sdcc/as/mcs51/ changed these files in order to create an
11899     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11900     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11901     following files to include the previous two files: aslink.dsp,
11902     Makefile.aslink, Makefile.bcc, and Makefile.in.
11903
11904     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11905     .adb instead of .cdb
11906
11907 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11908
11909         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11910         value from option --iram-size.
11911
11912 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11913
11914         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11915         dram[] array.
11916
11917 2002-09-18    <wiml AT hhhh.org>
11918
11919         * SDCClrange.h: exposed setFromRange() and setToRange()
11920         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11921           packRegsForAccUse() (bug 542397)
11922         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11923           multiple times and emitting the fetch operations more than once
11924           added aopGetUsesAcc() function to allow binary operators to
11925           fetch their operands in the correct order; made genMinus() emit
11926           compact code for X = LITERAL - Y
11927
11928 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11929         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11930         sprintf() in line 1267.
11931
11932 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11933         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11934         like ports.
11935
11936 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11937         Changes to aslink (All the changes are marked with 'JCF'):
11938
11939         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11940         summary().
11941
11942         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11943         area BSEG.  Also moves, if possible, the DATA area down into the internal
11944         ram so more space is available.
11945
11946         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11947         sflag.
11948
11949         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11950         not bytes.  Function summary() which creates a memory usage summary
11951         file with extension .mem.  Reports of overlaping stack and small stack
11952         size.  If the space for the stack is less than 16 bytes aslink trows a
11953         warning.
11954
11955         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11956         the 8051.  Option 'y' for memory summary output file.
11957
11958         Changes to sdcc (All the changes are marked with 'JCF'):
11959
11960         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11961
11962         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11963         overlaying area for it (uses RegBankUsed[4]).
11964
11965         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11966         bank zero as used by default.  By default aslink locates the stack
11967         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11968         the creation of the .mem file.  Delegates the allocation of data area
11969         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11970         the begining of the stack area to aslink.
11971
11972         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11973         glue() in SDCCglue.c creates an area for it.
11974
11975 2002-09-03  Borut Razem <borut.razem AT siol.net>
11976         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11977         sdcc/src/pic/glue.c:
11978         introduced atexit() handler for teporay files removal in case of
11979         errors, assertions, ...
11980
11981 2002-08-29  Borut Razem <borut.razem AT siol.net>
11982         * sdcc/support/cpp2/auto-host_vc_in.h:
11983         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11984         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11985         Maybe there is a similar problem with BORLANDC? It should be checked!
11986
11987         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11988         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11989         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11990         was not executed, and the compiler (cl) launched a warning:
11991         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11992
11993 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11994         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11995
11996 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11997         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11998
11999         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12000           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
12001           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
12002           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12003           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
12004           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
12005           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
12006         - added Release configuration in VS projects
12007         - review of compiler an linker options
12008         - VC .exe files are generated in bin_vc directory, not to interfere
12009           with binaries generated from other projects (cygwin, mingw, bcc ...)
12010
12011         * sdcc/src/yacc.dsp: added
12012
12013         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
12014         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
12015         and insert the version number definitions from .version
12016
12017         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
12018
12019         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
12020         added - genarate auto-host.h using auto-host_vc_in.h as template
12021
12022         * sdcc/sdcc_vc.h,
12023         removed from CVS, generated automatically
12024
12025 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
12026         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
12027
12028 2002-08-11  Borut Razem <borut.razem AT siol.net>
12029         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
12030
12031 2002-08-10  Borut Razem <borut.razem AT siol.net>
12032         * src/SDCCmain.c (main):
12033         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
12034         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
12035         The consequence was that some temporary files were not removed.
12036
12037         * src/SDCCglue.c:
12038         unification of code in functions tempfilename() and tempfile():
12039         function tempnam() is defined in Visual Studio 6.0 and .NET
12040
12041         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
12042
12043         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
12044           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
12045         - removed compiler command line option /WX: Treats all warnings as errors
12046         - update a list of source files, included into the project
12047
12048         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
12049           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
12050         changed project type to Generic Project so that can be correcly converted to VS.NET project
12051
12052         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
12053
12054         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
12055
12056         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
12057
12058         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
12059         added return 0 statements after assert() to make compiler happy
12060
12061         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
12062         added newline in the def file to keep MSC compiler satisfied
12063
12064         * sdcc/src/z80/gen.c:
12065         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
12066           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
12067         - solved MSC error in function aopDump()
12068
12069         * sdcc_vc.h: define PREFIX as "\\sdcc"
12070
12071 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
12072         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
12073
12074 2002-06-22  Scott Dattalo <scott AT dattalo.com>
12075         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
12076         - Rewrote the register banking algorithm.
12077         - Added pCode live-range analysis to registers (for now, only non-used and
12078         singly-used registers optimized away)
12079
12080         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
12081
12082         * 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.
12083
12084 2002-05-10  Scott Dattalo <scott AT dattalo.com>
12085         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
12086
12087 2002-04-22  Michael Hope  <michaelh AT vroom>
12088
12089         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
12090
12091         * configure.in (DD_COPT): Added include support required for gbdk.
12092
12093         * .version: Bumped version number just to increase it.
12094
12095         * src/SDCCmain.c: Added -nostdinc to the default options.
12096
12097 2002-04-15  Michael Hope  <michaelh AT vroom>
12098
12099         * device/lib/z80/printf.c (sprintf): Added.
12100
12101         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
12102
12103         * src/z80/peeph.def: Added transpose redundent load rule.
12104
12105         * src/z80/main.c: Added force callee saves for jaune.
12106
12107         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
12108
12109         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
12110
12111 2002-03-28  Johan Knol  <johan AT balder>
12112
12113         * src/SDCCval.c: fixed bug #532436
12114
12115 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12116         * /src/port.h:
12117         Added "char *Processor" field to the port structure.
12118
12119         * /src/SDCCmain.c:
12120         Added -p option. Allows port dependent processor to be specified.
12121
12122         * all ports:
12123         Initialized the new field char *Processor field to NULL in all ports
12124
12125         * /src/pic/*:
12126         Compiler generated registers for interrupt context saving
12127         were not getting allocated.
12128
12129 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
12130
12131         * /src/SDCCast.c:
12132         Fixed left shift. Will promote the left side of a left shift
12133         if a) left shifting more than size of operand or b) when assigned
12134         to something size > size of left side
12135
12136 2002-03-14  Scott Dattalo <scott AT dattalo.com>
12137         * src/pic/*
12138         tons of changes. Register allocation has been
12139         rewritten. Added customization for the various PICs. Flow
12140         analysis is restructured. ...
12141
12142         * src/pic/device.h:
12143         Added
12144
12145         * src/pic/device.c:
12146         Added. device.c is a PIC port hack to accomodate variations
12147         in PIC devices.
12148
12149 2002-03-13  Michael Hope  <michaelh AT vroom>
12150
12151         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
12152
12153 2002-03-04  johanknol  <johanknol AT manik>
12154
12155         * /src/SDCCval.c: fixed
12156
12157         const unsigned char arr[][2] = { { 0, 1 } };
12158         t18.c:1: error: Initializer element is not constant
12159
12160 2002-03-04  bela  <bela AT manik>
12161
12162         * /device/include/mcs51reg.h:
12163         ds89c420 register definition update
12164
12165 2002-03-03    <johan AT FRIJA>
12166
12167         * support/Util/SDCCerr.c: did something, but don't no why anymore
12168
12169         * support/regression/tests/bug-524691.c: made it a little less shy
12170
12171         * src/SDCCast.c (decorateType): fixed bug #524697
12172
12173         * src/SDCCast.c: made some lineno improvements
12174
12175         * src/SDCCval.c (getNelements): changed warning to error
12176
12177         * src/SDCCglue.c (printIvalArray): changed warning to error
12178
12179         * src/SDCCicode.c: fixed a warning for mingw
12180
12181         * src/SDCCast.c (decorateType): fixed the << promotion for ops
12182
12183         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
12184
12185 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
12186
12187         * src/ds390/peeph.def:
12188         Added some more peephole rules
12189
12190         * src/ds390/gen.c: Various fixes & enhancements
12191
12192         * src/SDCClrange.c, src/SDCClrange.h:
12193         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
12194
12195         * src/ds390/ralloc.c:
12196         various fixes & enhancements (ds390) specific
12197
12198         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
12199         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
12200         from rallocs.
12201
12202         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
12203
12204 2002-03-02    <johan AT FRIJA>
12205
12206         * src/SDCCast.c (decorateType): fixed bug #524708
12207
12208         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
12209
12210         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
12211
12212 2002-03-01  Michael Hope  <michaelh AT vroom>
12213
12214         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
12215
12216         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
12217
12218 2002-03-01    <johan AT FRIJA>
12219
12220         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
12221
12222         * src/SDCCast.c (decorateType): fixed bug #524209
12223
12224         * src/SDCCval.c (valNot): fixed bug #524195
12225
12226 2002-02-26    <johan AT balder>
12227
12228         * src/xa51/gen.c: fixed a warning
12229
12230         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
12231
12232         * src/SDCCast.c (decorateType): fixed bug #522534
12233
12234 2002-02-23    <johan AT balder>
12235
12236         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
12237
12238 2002-02-22    <johan AT balder>
12239
12240         * src/SDCCast.c: fixed bug #514865
12241
12242         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
12243
12244 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
12245
12246         * sdcc/src/SDCCloop.c:
12247         Previous fix was not good. basic blocks that have "break" or "return" are
12248         not really partof a loop , but live ranges used in these blocks should
12249         be live thru the entire loop, so set partOfLoop but don't add them to
12250         loop region
12251
12252 2002-02-21    <johan AT FRIJA>
12253
12254         * src/SDCCcse.c: fixed bug #514308
12255
12256 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
12257
12258         * src/SDCCloop.c:
12259         Fixed BUG #519583. If a conditional block ended in a return/break
12260         statement inside a loop, it was not being considered part of the loop.
12261
12262         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
12263
12264 2002-02-10  Karl Bongers <karl AT turbobit.com>
12265
12266         * debugger/*:
12267         Fixed up SDCDB debugger somewhat.  Updated debugger/README
12268         with lots of comments and notes.
12269
12270         * device/examples/test2.c:
12271         Fix bug, "red" variable not being initialized(compiler complained).
12272
12273         * device/examples/Makefile, examples/test3.c:
12274         Add Makefile in device/examples folder, compiles test3.c
12275         for use as a multiple module SDCDB test case.
12276
12277         * sim/ucsim/cmd.src/cmdset.cc:
12278         Took out debug printfs in ucsim "next" command.
12279
12280         * sim/ucsim/xa.src:
12281         Karl and Johan start ucsim XA support.  Most dissassembly working,
12282         about 75% emulation done(plenty of work remaining).
12283
12284         * sim/ucsim/z80.src:
12285         Add Z80 support to ucsim, add test-ucz80 regression test,
12286         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
12287         Notice z80 compiler fails on examples/test3.c/crc code.
12288
12289 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
12290
12291         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12292         Added support for --parms-in-bank1
12293
12294         * src/ds390/peeph.def:
12295         added a few more peephole optimzations
12296
12297         * src/ds390/main.c:
12298         1) added __builtin_inp & __builtin_outp used to read in data of given length
12299            from a memory mapped port
12300         2) added __builtin_memcmp
12301         3) added __builtin_swapw swap bytes of a short
12302
12303         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12304         1) handle multiple send & receives from register bank1
12305         2) ralloc can now allocate DPTR1 to some liveRanges
12306
12307         * src/SDCCsymt.c, src/SDCCsymt.h:
12308         changes to handle multiple sends & receives
12309
12310         * src/SDCCptropt.h:
12311         added some pointer arithmetic optimization
12312
12313         * src/SDCCptropt.c:
12314         added some pointer arithmetic optimizations but not stable yet so not
12315         called from anywhere (will get this working shortly)
12316
12317         * src/SDCCopt.c: fixed for multiple sends & receives
12318
12319         * src/SDCCmain.c:
12320         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12321         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12322            set preprocessor defines (depending on options)
12323
12324         * src/SDCCicode.c, src/SDCCicode.h:
12325         changes made to handle multiple sends & receives
12326
12327         * src/SDCCglobl.h:
12328         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12329
12330         * src/SDCCcse.c, src/SDCCcse.h:
12331         added function findbackward def (to be used in upcoming optimization)
12332
12333         * src/SDCCcflow.c, src/SDCCcflow.h:
12334         added function returnAtEnd - to determine if a basic block terminates with
12335         a RETURN iCode
12336
12337         * src/SDCCast.c, src/SDCCast.h:
12338         added option parms-in-bank1
12339
12340         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12341         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12342         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12343         adjusted for --parms-in-bank1 option
12344
12345         * device/include/string.h:
12346         donot redefine "reentrant" keyword
12347
12348         * device/include/ds80c390.h: Added some more SFRs
12349
12350 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12351
12352         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12353
12354 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12355
12356         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12357
12358 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12359
12360         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12361
12362 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12363
12364         * Added --xram-movc option
12365
12366 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12367
12368         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12369
12370 2002-01-11  Johan Knol
12371
12372         * Added math lib of Jesus Calvino-Fraga
12373
12374 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12375
12376         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12377         * support/regression/Makefile: new target test-mcs51-stack-auto
12378         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12379
12380 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12381
12382         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12383
12384 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12385
12386         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12387
12388 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12389
12390         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12391
12392         * src/SDCCglue.h: add definition for printIvalChar()
12393
12394 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12395
12396         * src/SDCCast.c: fix #498138 by Johan
12397
12398         * src/SDCCglue.c: fix #498138 by Johan
12399
12400 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12401
12402         * support/regression/Makefile: fix clean
12403
12404         * support/regression/ports/ds390/support.c: fix transmission of last character
12405
12406 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12407
12408         * /sdcc/src/ds390/gen.c:
12409         a) improved computing address of stack variable
12410         b) took out some #if 0 code
12411         c) improved parmBytes adjustment
12412         d) improved genPlusIncr & genMinusIncr
12413         e) genCmp could generate bad code (when left assigned to DPTR)
12414         f) Fixed bug in hasInc
12415
12416         * /sdcc/src/ds390/ralloc.c:
12417         a) packRegsForSupport could mess up live information (Fixed)
12418         b) packRegsDPTRuse could be incorrect for left & right shift
12419
12420         * /sdcc/src/mcs51/ralloc.c:
12421         packRegsForSupport could mess up the live information (Fixed)
12422
12423         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12424
12425         * /sdcc/src/SDCCast.c:
12426         can reverse a loop even if function call is present as long
12427         as the loop control variable is local & is not passed as parameter
12428
12429 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12430
12431         * /sdcc/ChangeLog: *** empty log message ***
12432
12433         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12434         More builtin function additions for TININative
12435
12436         * /sdcc/src/ds390/ralloc.c:
12437         Had broken the regression testsuite
12438
12439         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12440
12441         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12442         Added funcattr hasStackParms will be set for reentrant functions when there
12443         are paramteres on the stack, this helps in minimizing frame pointer generation
12444         typeFromStr can handle function pointers now
12445
12446         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12447         *** empty log message ***
12448
12449 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12450
12451         * /src/ds390/gen.c, /src/ds390/main.c:
12452         More builtin function additions for TININative
12453
12454         * /src/ds390/ralloc.c:
12455         Had broken the regression testsuite
12456
12457         * /src/SDCCast.c: Fixed a bug in dumptree
12458
12459         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12460         Added funcattr hasStackParms will be set for reentrant functions when there
12461         are paramteres on the stack, this helps in minimizing frame pointer generation
12462         typeFromStr can handle function pointers now
12463
12464         * /doc/builtins.txt, /doc/TININative.txt:
12465         *** empty log message ***
12466
12467
12468 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12469
12470         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12471         ALPHA version for -mTININative
12472
12473         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12474         updated to reflect changes in the port structure
12475
12476         * /src/port.h:
12477         added function do_assemble (similar to do_link) if non-null this function
12478         will be called to do assembly (-mTININative) requires a multi command
12479         assembly
12480         added function genAssemblerEnd will be called to generate assembler Epilogue
12481
12482         * /src/SDCCsymt.c:
12483         added _JavaNative to debug info printing
12484
12485         * /src/SDCCmain.c: added option --tini-libid
12486         added port->do_assemble function (-mTININative) has a multi command assemble
12487
12488         * /src/SDCCglue.c: Disabled "constExpr" check
12489         added port->genAssemblerEnd function
12490
12491         * /src/SDCCglobl.h: Added option --tini-libid value
12492
12493         * /src/SDCCast.h:
12494         tookout optimizeCompare from the header (has no external references)
12495
12496         * /src/SDCCast.c: made one more function "static"
12497
12498 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12499
12500         * src/z80/mappings.i: Added z80asm support.
12501
12502         * src/z80/main.c: Added z80asm support on --asm=z80asm
12503
12504         * src/z80/gen.c: Fixed asm portability issues.
12505
12506         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12507
12508         * src/SDCCglue.c (printExterns): Added global/extern split.
12509
12510 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12511
12512         * support/regression/Makefile: added test for mcs51 model large
12513
12514         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12515
12516         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12517
12518 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12519
12520         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12521
12522 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12523
12524         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12525
12526         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12527
12528 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12529
12530         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12531
12532         * support/regression/tests/simplefloat.c: Port to mcs51.
12533
12534 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12535         * support/regression/tests/bug-485362.c: Added.
12536
12537         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12538
12539         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12540
12541         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12542
12543         * src/z80/gen.c (aopDump): Added a dump function.
12544
12545 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12546         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12547
12548         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12549
12550         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12551
12552         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12553
12554         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12555
12556         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12557
12558         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12559
12560         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12561
12562         * support/regression/ports/ds390/support.c: Use tinibios.
12563
12564         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12565
12566 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12567
12568         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12569         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12570
12571         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12572
12573         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12574
12575 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12576
12577         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12578
12579         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12580         (packRegsForIYUse): Created and optimised.
12581
12582 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12583
12584         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12585 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12586
12587         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12588
12589         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12590
12591         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12592
12593 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12594
12595         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12596
12597         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12598
12599 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12600
12601         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12602
12603         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12604
12605         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12606
12607 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12608
12609         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12610         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12611         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12612
12613         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12614
12615         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12616         (genNotFloat): Added.
12617         (genUminusFloat): Added.
12618
12619         * device/lib/z80/Makefile: Added floating pt stubs.
12620
12621         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12622
12623         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12624
12625         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12626
12627 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12628
12629         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12630
12631         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12632
12633         * sdcc/support/regression/Makefile: Add port ds390.
12634
12635         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12636
12637         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12638
12639         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12640
12641         * sdcc/support/regression/ports/ds390/support.c: Added.
12642
12643         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12644
12645         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12646
12647         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12648
12649 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12650
12651         * device/include/malloc.h: Added z80 and gbz80 support.
12652
12653         * device/lib/gbz80/heap.s: Added.
12654
12655         * device/lib/z80/heap.s: Added.
12656
12657         * device/lib/malloc.c: Added z80 and gbz80 support.
12658
12659         * support/regression/tests/malloc.c (testMalloc): Added.
12660
12661         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12662
12663         * support/regression/tests/bug-478094.c: Added.
12664
12665         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12666
12667 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12668
12669         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12670
12671         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12672
12673         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12674
12675         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12676
12677         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12678
12679 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12680
12681         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12682
12683 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12684
12685         * support/regression/tests/bug-477927.c: Added.
12686
12687         * src/z80/peeph.def: Added minor rules.
12688
12689         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12690
12691         * src/z80/peeph.def: Added jump optimisation modification.
12692
12693 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12694
12695         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12696
12697 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12698
12699         * support/regression/tests/funptrs.c: Added.
12700
12701 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12702
12703         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12704
12705 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12706
12707         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12708
12709         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12710
12711         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12712         (movLeft2ResultLong): Created.
12713
12714         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12715         (joinPushes): Added.  Joins two char pushes into a word push.
12716
12717 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12718
12719         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12720
12721         * support/makebin/Makefile (install): Added creation of dest dir.
12722
12723 2001-10-24 Karl Bongers <karl AT turbobit.com>
12724
12725         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12726
12727 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12728
12729         * src/z80/ralloc.c: Turned off faulty pack for one use.
12730
12731         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12732
12733         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12734
12735 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12736
12737         * support/regression/Makefile: Improved clean
12738
12739         * support/regression/ports/gbz80/spec.mk: Added clean
12740
12741         * support/regression/ports/host/spec.mk: Added clean
12742
12743         * support/regression/ports/z80/spec.mk: Added clean
12744
12745         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12746
12747         * support/regression/ports/mcs51/timeout.c: little improvements
12748
12749 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12750
12751         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12752
12753         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12754
12755         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12756
12757 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12758
12759         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12760
12761         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12762
12763 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12764         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12765
12766         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12767
12768         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12769
12770         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12771
12772         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12773
12774         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12775
12776         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12777
12778         * support/regression/tests/longor.c: Added.
12779
12780 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12781
12782         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12783
12784         * as/mcs51/aslink.h: define PATH_MAX
12785
12786         * as/mcs51/asm.h: define PATH_MAX
12787
12788         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12789
12790         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12791
12792         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12793
12794         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12795
12796         * src/SDCCglobl.h: define PATH_MAX
12797
12798         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12799
12800         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12801
12802 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12803
12804         * src/z80/gen.c (gencjneshort): Fixed
12805
12806         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12807
12808 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12809
12810         * support/regression/tests/bug-469671.c: Added.
12811
12812         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12813
12814 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12815
12816         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12817
12818         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12819
12820 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12821
12822         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12823
12824         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12825
12826         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12827
12828         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12829
12830         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12831
12832         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12833
12834         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12835
12836 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12837
12838         * 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.
12839
12840         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12841
12842         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12843
12844 2001-10-07    <johan AT FRIJA>
12845
12846         * device/lib/gets.c (gets): fixed the return value.
12847
12848 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12849         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12850
12851         * 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.
12852
12853         * 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.
12854
12855         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12856
12857         * src/pic/gen.c: Removed Safe_strdup.
12858
12859         * configure.in: Added option to enable libgc support.
12860
12861         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12862         (bitVectUnion): Optimised.
12863         (bitVectIntersect): Optimised.
12864         (bitVectBitsInCommon): Optimised.
12865         (bitVectCplAnd): Optimised.
12866
12867         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12868
12869 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12870
12871         * src/SDCCmain.c: distinguish between assembler debug and plain options
12872
12873         * src/avr/main.c:   remove standard assembler options
12874
12875         * src/ds390/main.c: remove standard assembler options
12876
12877         * src/mcs51/main.c: remove standard assembler options
12878
12879         * src/port.h: removed "PENDING" comment
12880
12881 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12882
12883         * src/device/lib/_mulint.c  : new, with assember functions
12884
12885         * src/device/lib/_mullong.c : new, with assember functions
12886
12887         * src/device/lib/_divuint.c : with assember functions
12888
12889         * src/device/lib/_divsint.c : with assember functions
12890
12891         * src/device/lib/_divulong.c: with assember functions
12892
12893         * src/device/lib/_divslong.c: with assember functions
12894
12895         * src/device/lib/_moduint.c : with assember functions
12896
12897         * src/device/lib/_modsint.c : with assember functions
12898
12899         * src/device/lib/_modulong.c: with assember functions
12900
12901         * src/device/lib/_modslong.c: with assember functions
12902
12903         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12904
12905         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12906
12907         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12908                                       replaced _mululong.c and _mulslong.c by _mullong.c
12909
12910 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12911
12912         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12913
12914 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12915
12916         * src/SDCCglue.c: test, if win32api is available for MINGW
12917
12918 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12919
12920         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12921         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12922         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12923         * support/regression/ports/host/spec.mk: removed GENERIC
12924         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12925         * support/regression/ports/z80/spec.mk: removed GENERIC
12926
12927 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12928
12929         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12930
12931         * support/regression/tests/bug-467035.c: Created.
12932
12933 2001-10-01    <johan AT FRIJA>
12934
12935         * src/SDCC.y: fixed bug #466586 part 1
12936
12937 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12938
12939         * SDCCicode.c: z80 has no generic pointers
12940         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12941
12942 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12943
12944         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12945
12946 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12947
12948         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12949
12950         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12951
12952 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12953
12954         * configure.in: Fixed up so that ucsim is only configured once.
12955
12956         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12957
12958         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12959         (getPathDifference): As above.
12960
12961         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12962
12963         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12964
12965 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12966         * .version: Updated to 2.3.1
12967
12968         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12969         Added copyright header.
12970
12971         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12972         (assemble): Added support for macro based assembler commands.
12973         (linkEdit): Added support for macro based linker commands.
12974         (preProcess): Changed the pre-processor to use macros.
12975         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12976         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12977
12978         * device/lib/z80/crt0.s: Added module name for debugging.
12979
12980 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12981
12982         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12983
12984         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12985
12986         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12987
12988         * src/Makefile.in: Added SDCCmacro and SDCCutil
12989
12990 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12991
12992         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12993
12994 2001-09-16    <johan AT FRIJA>
12995
12996         * 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.
12997
12998 2001-09-15    <johan AT FRIJA>
12999
13000         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
13001         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
13002
13003 2001-09-11    <johan AT FRIJA>
13004
13005         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
13006
13007 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
13008
13009         * support/regression/tests/bug-460444.c: Added test case.
13010
13011         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
13012         (genCast): Added justification for all of the asserts.
13013
13014 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
13015
13016         * support/regression/support.c: _xdata replaced by xdata
13017
13018         * support/regression/spec.mk: removed _generic
13019
13020 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
13021
13022         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
13023
13024         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
13025         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
13026
13027         * src/z80/peeph.def: Added a rule to optimise shift then compare.
13028
13029         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
13030
13031         * support/regression/tests/bug-460010.c: Added test case.
13032
13033         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
13034
13035 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
13036
13037         * support/regression/Makefile: inter-port-clean adjusted for mcs51
13038
13039         * support/regression/testfwk.c: removed workaround for bug #436344
13040
13041         * support/regression/tests/bp.c: use less memory with mcs51
13042
13043         * support/regression/tests/bug-441448.c: use less memory
13044
13045         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
13046
13047         * support/regression/collate-results.py: typo
13048
13049 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
13050
13051         * support/regression/tests/fetchoverlap.c: Added new test case.
13052
13053         * support/regression/tests/bp.c: Added new test case.
13054
13055         * support/regression/tests/bug-448984.c: Added new test case.
13056
13057         * support/regression/tests/pow2shifts.c: Added new test case.
13058
13059         * src/z80/gen.c: Turned off the noise it normally generates for the release.
13060         (genlshTwo): Fixed right shift for count > 8.
13061
13062         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
13063
13064 2001-09-08    <johan AT FRIJA>
13065
13066         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
13067
13068 2001-09-07    <johan AT FRIJA>
13069
13070         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
13071
13072         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
13073
13074 2001-09-06    <johan AT FRIJA>
13075
13076         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
13077         * bernhard noted me at this: "() equals to (void)" (1.38)
13078
13079 2001-09-05    <johan AT FRIJA>
13080
13081         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
13082
13083 2001-09-04    <johan AT FRIJA>
13084
13085         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
13086
13087
13088 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
13089
13090         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
13091
13092 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
13093
13094         * link/z80/aslink.h: Fixed path for PATH_MAX
13095
13096 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
13097
13098         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
13099
13100         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
13101
13102         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
13103
13104         * 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.
13105
13106 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
13107
13108         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
13109         (genCmp): Fixed up genCmp for the GB with longs.
13110
13111         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
13112
13113         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
13114
13115         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
13116
13117         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
13118
13119 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
13120
13121         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
13122
13123 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
13124
13125         * 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.
13126
13127         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
13128
13129 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
13130
13131         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
13132
13133         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
13134
13135 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
13136
13137   * sim/ucsim/configure:    little improvement of Cygwin-detection
13138   * sim/ucsim/configure.in: little improvement of Cygwin-detection
13139   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
13140   * support/regression/tests/bug-221100.c: small changes for mcs51
13141   * support/regression/tests/bug-221168.c: small changes for mcs51
13142   * support/regression/tests/bug-227710.c: small changes for mcs51
13143   * support/regression/tests/staticinit.c: small changes for mcs51
13144   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
13145   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13146   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
13147
13148 $Revision$