* src/pic/device.{c,h}: added pic14_getPIC()
[fw/sdcc] / ChangeLog
1 2006-11-21 Raphael Neider <rneider AT web.de>
2
3         * src/pic/device.{c,h}: added pic14_getPIC()
4         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
5           (genAnd): added PIC code for one case, fixes #1597044
6         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
7           SFRs that are present in all banks (e.g., STATUS)
8
9 2006-11-20 Raphael Neider <rneider AT web.de>
10
11         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
12           INCFSZ/INCFSZW and declared them as changing Z bit,
13           (insertPCodeInstruction): correctly invert the above instructions,
14           fixes #1599333,
15           (DoBankSelect): don't panic on po_immediates
16
17 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * as/link/aslink.h,
20         * as/link/mcs51/lkihx.c (newArea),
21         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
22         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
23
24 2006-11-11 Raphael Neider <rneider AT web.de>
25
26         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
27           bitfield symbols, fixes #1579535 (once more...).
28
29 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
30
31         * support/regression/generate-cases.py,
32         * support/regression/fwk/include/testfwk.h,
33         * support/regression/fwk/lib/testfwk.c: used code pointers,
34           (about 50kByte less code generated for mcs51)
35
36 2006-11-06 Borut Razem <borut.razem AT siol.net>
37
38         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
39           debugger/mcs51/configure: fixed failed check because the function
40           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
41           who submitted the patch for gpsim.
42         * debugger/mcs51/configure.in: removed the result message
43         * debugger/mcs51/Makefile.in: fixed the config.status warning
44           "... seems to ignore the --datarootdir setting"
45
46 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
47
48         * device/include/mcs51/c8051f020.h,
49         * device/include/mcs51/c8051f040.h,
50         * device/include/mcs51/c8051f060.h,
51         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
52         * src/z80/gen.c (gencjneshort),
53         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
54
55 2006-10-31 Borut Razem <borut.razem AT siol.net>
56
57         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
58           debugger/mcs51/configure: get readline version
59
60 2006-10-30 Borut Razem <borut.razem AT siol.net>
61
62         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
63         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
64           debugger/mcs51/configure: locate readline even when cross compiling
65         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
66
67 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
68
69         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
70           serial port.
71
72 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
73
74         * device/include/malloc.h,
75         * device/lib/calloc.c,
76         * device/lib/free.c,
77         * device/lib/malloc.c,
78         * device/lib/realloc.c: moved definition of struct into sources
79         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
80
81 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
82
83         * as/asx8051.dsp: corrected output directories
84         * as/link/hc08: new directory for hc08 linker
85         * as/hc08/aslink.h,             as/link/aslink.h,
86         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
87         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
88         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
89         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
90         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
91         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
92         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
93         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
94         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
95         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
96         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
97         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
98         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
99         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
100         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
101         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
102         * as/link/hc08/conf.mk,
103         * configure,
104         * configure.in,
105         * Makefile.in,
106         * sdcc.dsw: moved hc08 linker to as/link/hc08
107         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
108         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
109         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
110         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
111         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
112         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
113         * as/link/mcs51/aslink.dsp,
114         * as/link/mcs51/Makefile.in: factored out the common files
115         * as/hc08/lkstore.c: deleted, use the one already in as/link/
116         * as/clean.mk: extra cleaning common files
117         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
118         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
119         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
120
121 2006-10-29 Raphael Neider <rneider AT web.de>
122
123         * src/pic/ralloc.c (newReg): create aliases for registers with
124           multiple names to fix #1579535 and #1584001,
125           (regWithIdx,dirregWithName): resolve aliases on lookup
126         * src/pic/pcode.c (DoBankSelect): die with error message on failing
127           bankselect
128         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
129           to prevent build errors on small devices
130
131 2006-10-28 Raphael Neider <rneider AT web.de>
132
133         * src/pic/gen.c (genFunction,genCall): drop "same code page"
134           assumption within interrupt handlers, fixes #1584940
135         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
136           "emitted" to avoid emitting them again in udata
137
138 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
139
140         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
141         Removed.
142
143 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
144
145         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
146         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
147         on/off CR to CRLF conversion.
148
149 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
150
151         * doc/sdccman.lyx: updated IRQ section
152
153 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
154
155         * device/lib/serial_io.c: removed
156         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
157         replacements for serial_io.c
158
159 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
162
163 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
164
165         * device/lib/serial_io.c: Default putchar() and getchar() for
166           mcs51 uses serial port.
167
168 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
169
170         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
171
172 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
173
174         * support/regression/ports/mcs51/support.c: smaller
175         _sdcc_external_startup()
176         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
177
178 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
179
180         * device/lib/gbz80/crt0.s,
181         * device/lib/gbz80/crt0_rle.s,
182         * device/lib/gbz80/div.s,
183         * device/lib/gbz80/fstubs.s,
184         * device/lib/gbz80/heap.s,
185         * device/lib/gbz80/mul.s,
186         * device/lib/gbz80/putchar.s,
187         * device/lib/gbz80/stubs.s,
188         * device/lib/z80/crt0.s,
189         * device/lib/z80/crt0_rle.s,
190         * device/lib/z80/div.s,
191         * device/lib/z80/fstubs.s,
192         * device/lib/z80/heap.s,
193         * device/lib/z80/mul.s,
194         * device/lib/z80/putchar.s,
195         * device/lib/z80/stubs.s: reverted, I was mistaken
196
197 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
198
199         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
200         * support/regression/ports/mcs51/support.c: removed race
201         condition on TI in _putchar allowing to use serial port mode 0
202
203 2006-10-20 Borut Razem <borut.razem AT siol.net>
204
205         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
206
207 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
208
209         * device/lib/gbz80/crt0.s,
210         * device/lib/gbz80/crt0_rle.s,
211         * device/lib/gbz80/div.s,
212         * device/lib/gbz80/fstubs.s,
213         * device/lib/gbz80/heap.s,
214         * device/lib/gbz80/mul.s,
215         * device/lib/gbz80/putchar.s,
216         * device/lib/gbz80/stubs.s,
217         * device/lib/z80/crt0.s,
218         * device/lib/z80/crt0_rle.s,
219         * device/lib/z80/div.s,
220         * device/lib/z80/fstubs.s,
221         * device/lib/z80/heap.s,
222         * device/lib/z80/mul.s,
223         * device/lib/z80/putchar.s,
224         * device/lib/z80/stubs.s: removed all leading underscores from area names
225
226 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
227
228         * support/regression/ports/mcs51/support.c: use highest baudrate so the
229           regression tests are not waiting in the simulator for simulated
230           transmission of debug output
231
232 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
233
234         * device/lib/printf_large.c: slightly smaller
235         * doc/sdccman.lyx: do not use spaces within html links
236
237 2006-10-16 Borut Razem <borut.razem AT siol.net>
238
239         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
240           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
241           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
242           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
243           debugger/mcs51/configure:
244           [ 1185668 ] add gnu readline support to sdcdb - enabled
245
246 2006-10-16 Raphael Neider <rneider AT web.de>
247
248         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
249           fixes #1577882, removes close to all banking optimizations
250
251 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
252
253         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
254           variables in code memory
255         * support/regression/tests/absolute.c: added test for this
256
257 2006-10-15 Raphael Neider <rneider AT web.de>
258
259         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
260           devices,
261           (BankSelect): emit BANKSEL before touching linker-placed regs,
262           fixes #1570934
263
264 2006-10-10 Raphael Neider <rneider AT web.de>
265
266         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
267         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
268         * src/pic/main.c (_pic14_parseOptions),
269         * src/pic/main.h: mostly reverted to previous state, now use results
270             from SDCCmain.c's argument parsing
271
272 2006-10-10 Borut Razem <borut.razem AT siol.net>
273
274         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
275           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
276           [ 1185668 ] add gnu readline support to sdcdb -
277           prepared for READLINE, not enabled yet,
278           thanks to <tal.bav AT gmail.com>
279
280 2006-10-10 Raphael Neider <rneider AT web.de>
281
282         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
283         * src/pic16/devices.inc,
284         * device/include/pic16 (pic18f[24]620.h),
285         * device/include/pic18fregs.h,
286         * device/lib/pic16/pics.all,
287         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
288             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
289             Gary Plumbridge and Anton Strobl
290
291 2006-10-10 Raphael Neider <rneider AT web.de>
292
293         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
294           --stack-siz=NUM options to configure the argument passing stack
295         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
296         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
297           (pic14_getSharebankSize): obey --stack-siz=NUM,
298           (pic14_getSharebankAddress): obey --stack-loc=NUM
299
300 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
301
302         * doc/sdccman.lyx: added to the manual
303         * doc/figures/ddd_example.png: added (neither pdflatex nor
304         most browsers seem to like the .eps file)
305
306 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
307
308         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
309         to /tmp and /var/tmp acc. LSB
310         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
311         RESULT_TYPE_IFX
312         * support/regression/tests/onebyte.c: added test
313
314 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
315
316         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
317
318 2006-10-05 Borut Razem <borut.razem AT siol.net>
319
320         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
321           thanks to dfulab:
322           - sdcc.dsw: changed property eol-style to CRLF
323           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
324
325 2006-10-04 Raphael Neider <rneider AT web.de>
326
327         * device/include/pic/{pic16f84.h,pic16f84a.h},
328         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
329           from patch #1522504, thanks to Robas Teodor
330
331 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
332
333         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
334           fixes bug 1566015
335
336 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
337
338         * src/pic16/glue.c (pic16emitMaps),
339         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
340         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
341         * device/lib/pic16/libc/string/memcpypgm2ram.c,
342         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
343           Philipp Krause
344         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
345         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
346
347 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
348
349         * support/librarian/sdcclib.c: Added option -l.
350         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
351           usage totals.
352         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
353           using Windows command prompt.
354
355 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * device/lib/libsdcc.lib: added module rand
358         * src/ds390/ralloc.c (rematStr),
359         * src/hc08/ralloc.c (rematStr),
360         * src/mcs51/ralloc.c (rematStr),
361         * src/z80/ralloc.c (rematStr): made output more consistent
362         * src/mcs51/gen.c: cosmetic changes
363
364 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
365
366         * src/port.h: added mem.cabs_name to PORT
367         * src/ds390/main.c,
368         * src/hc08/main.c,
369         * src/mcs51/main.c,
370         * src/pic16/main.c,
371         * src/pic/main.c,
372         * src/xa51/main.c,
373         * src/z80/main.c: added cabs_name initializers
374         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
375           constants
376           (emitMaps): emit absolutes in code memory into cabs_name
377         * src/SDCCmem.c,
378         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
379         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
380         * support/regression/fwk/include/testfwk.h: added define for at
381         * support/regression/tests/absolute.c: added, new
382
383 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
384
385         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
386           optimizations, see also patch 887161 by Stas Sergeev
387         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
388           to be necessary anymore,
389           (102, 103, 104, 127): renamed all occurances of bp to _bp
390
391 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
392
393         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
394           thanks Weston T. Schmidt for patch 1555221
395         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
396         * src/SDCCicode.c(geniCodeMultiply): small optimization
397
398 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
399
400         * device/include/stdlib.h: added rand prototypes
401         * device/lib/rand.c: new, added
402         * device/lib/Makefile.in: added rand.c
403         * src/z80/peeph.def,
404         * src/z80/peeph-gbz80.def,
405         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
406
407 2006-09-20 Raphael Neider <rneider AT web.de>
408
409         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
410
411 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
412
413         * as/link/aslink.h: cosmetic changes
414         * as/link/mcs51/Makefile.in,
415         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
416
417 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
418
419         * as/link/aslink.h,
420         * as/link/mcs51/aslink.h,
421         * as/link/z80/aslink.h: merged and moved to as/link/
422         * as/link/lkstore.c,
423         * as/link/mcs51/lkstore.c: moved to as/link/
424         * as/link/clean.mk: remove *.o
425         * as/link/mcs51/alloc.h: deleted
426         * as/link/mcs51/lkarea.c: added lnksect prototype
427         * as/link/mcs51/lkdata.c,
428         * as/link/mcs51/lklex.c,
429         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
430         * as/link/mcs51/lkmem.c,
431         * as/link/mcs51/lknoice.c: removed include strcmpi.h
432         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
433         * as/link/mcs51/aslink.dsp,
434         * as/link/mcs51/Makefile.aslink,
435         * as/link/mcs51/Makefile.bcc,
436         * as/link/mcs51/Makefile.in: updated for moved files
437         * as/link/z80/lkarea.c,
438         * as/link/z80/lkhead.c,
439         * as/link/z80/lklex.c,
440         * as/link/z80/lklibr.c,
441         * as/link/z80/lklist.c,
442         * as/link/z80/lkmain.c,
443         * as/link/z80/lkrloc.c,
444         * as/link/z80/lksym.c: synced with mcs51
445         * as/link/z80/lkdata.c,
446         * as/link/z80/lkeval.c,
447         * as/link/z80/lkihx.c,
448         * as/link/z80/lks19.c: cosmetic changes
449         * as/link/z80/Makefile.in,
450         * as/link/z80/linkgbz80.dsp,
451         * as/link/z80/linkz80.dsp: updated for moved files
452
453 2006-09-16 Borut Razem <borut.razem AT siol.net>
454
455         * debugger/mcs51/sdcdb.c: partially fixed
456           [ 1203664 ] sdcdb fails to open files w. two "." periods
457         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
458           debugger/mcs51/symtab.h: fixed indenting
459         * configure.in, configure: up to date with latest Maarten's changes
460
461 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
462
463         as/link/mcs51
464         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
465         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
466         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
467         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
468         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
469         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
470         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
471         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
472         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
473         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
474         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
475         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
476         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
477         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
478         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
479         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
480         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
481         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
482         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
483         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
484         as/link/mcs51/alloc.h,
485         as/link/mcs51/clean.mk,
486         as/link/mcs51/conf.mk,
487         as/link/mcs51/Makefile.bcc,
488         as/link/mcs51/Makefile.in,
489         as/link/mcs51/readme.390,
490         as/link/mcs51/strcmpi.c,
491         as/link/mcs51/strcmpi.h,
492         as/mcs51/clean.mk,
493         as/mcs51/Makefile.bcc,
494         as/mcs51/Makefile.in,
495         configure,
496         Makefile.in,
497         sdcc.dsw: moved mcs51 linker to as/link/mcs51
498
499 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
500
501         * as/link,
502         * as/link/Makefile.in,
503         * as/link/z80/linkgbz80.dsp,
504         * as/link/z80/linkz80.dsp,
505         * configure,
506         * link,
507         * link/clean.mk,
508         * link/Makefile.in,
509         * link/README,
510         * link/z80,
511         * link/z80/aslink.h,
512         * link/z80/clean.mk,
513         * link/z80/conf.mk,
514         * link/z80/linkgbz80.dsp,
515         * link/z80/linkz80.dsp,
516         * link/z80/lkarea.c,
517         * link/z80/lkdata.c,
518         * link/z80/lkeval.c,
519         * link/z80/lkgb.c,
520         * link/z80/lkgg.c,
521         * link/z80/lkhead.c,
522         * link/z80/lkihx.c,
523         * link/z80/lklex.c,
524         * link/z80/lklibr.c,
525         * link/z80/lklist.c,
526         * link/z80/lkmain.c,
527         * link/z80/lkrloc.c,
528         * link/z80/lks19.c,
529         * link/z80/lksym.c,
530         * link/z80/Makefile.in,
531         * Makefile.in,
532         * sdcc.dsw: moved link/ to as/link/
533
534 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
535
536         * as/mcs51/i51mch.c (machine): fixed warning
537
538 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
539
540         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
541
542 2006-09-09 Borut Razem <borut.razem AT siol.net>
543
544         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
545           sdcdb WIN32 native port
546         * src/clean.mk: fixed
547
548 2006-09-08 Borut Razem <borut.razem AT siol.net>
549
550         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
551
552 2006-09-08 Raphael Neider <rneider AT web.de>
553
554         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
555         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
556             to gplink to disable processor mismatch warning and to allow
557             the use of devices with only aliased (shared) memory banks,
558           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
559
560 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
561
562         * doc/sdccman.lyx: Some re-formating plus example on using
563           #pragma preproc_asm +/-
564
565 2006-09-07 Borut Razem <borut.razem AT siol.net>
566
567         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
568           section
569
570 2006-09-06 Borut Razem <borut.razem AT siol.net>
571
572         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
573           line at sdcc.nsi:153
574         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
575
576 2006-09-05 Borut Razem <borut.razem AT siol.net>
577
578         * configure.in, configure: support for winsock2
579         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
580           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
581           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
582           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
583           debugger/mcs51/symtab.h: sdcdb WIN32 native port
584
585 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
586
587         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
588           and OP_DEFS
589         * support/regression/tests/bug1551947.c: new, added
590         * src/SDCCsymt.h: strings are char* not byte*
591
592 2006-09-05 Raphael Neider <rneider AT web.de>
593
594         * device/lib/pic16/libdev/pic18f4550.c,
595           device/include/pic16/pic18f4550.h: added PORTD/TRISD
596             declarations/definitions from patch #1520949
597
598 2006-09-05 Raphael Neider <rneider AT web.de>
599
600         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
601           byte-aligned bitfields, fixes #1539278
602
603 2006-09-05 Raphael Neider <rneider AT web.de>
604
605         * src/pic/gen.c (genReceive): skip unreferenced arguments,
606           fixes #1544120
607
608 2006-09-04 Borut Razem <borut.razem AT siol.net>
609
610         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
611         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
612           -mno-cygwin is a part of the compiler name
613         * support/scripts/sdcc_mingw32: don't disable ucsim
614
615 2006-09-03 Borut Razem <borut.razem AT siol.net>
616
617         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
618         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
619
620 2006-09-03 Raphael Neider <rneider AT web.de>
621
622         * src/pic/ralloc.c,
623         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
624           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
625           fixes #1550049
626
627 2006-09-01 Borut Razem <borut.razem AT siol.net>
628
629         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
630           to make ppc-osx happy
631
632 2006-08-31 Borut Razem <borut.razem AT siol.net>
633
634         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
635         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
636         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
637         * support/regression/ports/ds390/spec.mk,
638           support/regression/ports/mcs51/spec.mk,
639           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
640           To run regression tests in mingw environment:
641           make DEV_NULL=NUL CC=gcc
642
643 2006-08-30 Borut Razem <borut.razem AT siol.net>
644
645         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
646           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
647           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
648           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
649           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
650           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
651           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
652           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
653           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
654           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
655           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
656           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
657           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
658           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
659           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
660           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
661           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
662           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
663           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
664           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
665           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
666           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
667           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
668           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
669           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
670           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
671           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
672           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
673           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
674           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
675           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
676           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
677           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
678           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
679           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
680           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
681           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
682           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
683           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
684           ucsim WIN32 native port
685
686 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
687
688         * doc/sdccman.lyx: added note on dynamic memory heap initialization
689
690 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
691
692         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
693         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
694
695 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
696
697         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
698         * support/regression/tests/bug1546986.c: new, added
699         * as/mcs51/.cvsignore,
700         * debugger/mcs51/.cvsignore,
701         * src/.cvsignore: deleted
702
703 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
704
705         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
706           definitions)
707
708 2006-08-20 Borut Razem <borut.razem AT siol.net>
709
710         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
711           removed cl_listen_console::match(), cl_console::match(),
712           restructured cl_commander::proc_input()
713
714 2006-08-16 Borut Razem <borut.razem AT siol.net>
715
716         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
717           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
718           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
719
720 2006-08-14 Borut Razem <borut.razem AT siol.net>
721
722         * support/regression/Makefile.in,
723           support/regression/ports/pic14/gpsim.cmd,
724           support/regression/ports/pic14/spec.mk,
725           support/regression/ports/pic14/support.c:
726           added pic14 regression test
727
728 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
729
730         * as/doc/asxhtm.html: documented changed ABS behaviour
731         * as/doc/README: fixed some typos
732
733 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
736           not defined on host
737
738 2006-08-12 Borut Razem <borut.razem AT siol.net>
739
740         * support/regression/fwk/include/testfwk.h,
741           support/regression/fwk/lib/testfwk.c,
742           support/regression/generate-cases.py,
743           support/regression/Makefile.in:
744           regression test framework does not depend on function pointers and
745           variable arguments
746
747 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
748
749         * device/include/stddef.h: c temporary hack to fix bug 1518273
750
751 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
752
753         * device/include/mcs51/cc2510fx.h: added
754         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
755           to projects.
756
757 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
758
759         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
760         * as/z80/Makefile.in: added strcmpi.c
761         * as/z80/z80adr.c: added upper case registers and lower case conditionals
762         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
763
764 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
765
766         * device/lib/gbz80/asm_strings.s,
767         * device/lib/gbz80/crt0_rle.s,
768         * device/lib/gbz80/div.s,
769         * device/lib/gbz80/mul.s,
770         * device/lib/gbz80/shift.s,
771         * device/lib/z80/asm_strings.s,
772         * device/lib/z80/crt0_rle.s,
773         * device/lib/z80/div.s,
774         * device/lib/z80/mul.s,
775         * device/lib/z80/shift.s: changed to all lower case menmonics except the
776           flags which are all upper case
777
778 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
779
780         * as/z80/asm.h: made CASE_SENSITIVE 1
781         * link/z80/aslink.h: made CASE_SENSITIVE 1
782         * src/z80/gen.c (throughout): made all conditionals upper case
783         * support/regression/tests/bug1503067.c: new
784
785 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
786
787         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
788           (shiftIntoPair): added case 2 for PAIR_IY,
789           (setupToPreserveCarry): replaced parameters with iCode and check if
790            PAIR_DE is in use to fix bug 1399290,
791           (genPlus, genMinus): updated call to setupToPreserveCarry
792         * support/regression/tests/bug1399290.c: new
793
794 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
795
796         * device/lib/Makefile.in (Z80SOURCES): enabled float support
797         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
798         * src/ds390/gen.c (shiftRLong),
799         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
800         * src/mcs51/gen.c (sameReg): changed to sameByte,
801           (xch_a_aopGet): new,
802           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
803            shiftRLong): fixed bug 1533966
804         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
805           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
806         * support/regression/Makefile.in: disabled z80, enabled ucz80
807         * support/regression/tests/float_trans.c: enabled test for z80 and host
808         * support/regression/tests/shifts2.c: new, for testing bug 1533966
809
810 2006-08-01 Borut Razem <borut.razem AT siol.net>
811
812         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
813           comparison is always false due to limited range of data type
814           on PPC64 machine (openpower-linux1) where "char = unsigned char"
815
816 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
817
818         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
819         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
820         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
821         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
822
823 2006-07-31 Borut Razem <borut.razem AT siol.net>
824
825         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
826           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
827           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
828           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
829           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
830           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
831           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
832           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
833           enable ucsim mingw compilation. Serial port is disabled,
834           since it uses termios.h API, which is not available on native
835           WIN32
836
837 2006-07-31 Borut Razem <borut.razem AT siol.net>
838
839         * Small Device C Compiler 2.6.0 released
840         * support/scripts/sdcc.nsi: added FULL_DOC option
841         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
842
843 2006-07-28 Borut Razem <borut.razem AT siol.net>
844
845         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
846         * doc/INSTALL.txt: updated
847
848 2006-07-27 Borut Razem <borut.razem AT siol.net>
849
850         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
851           device/lib/pic/libdev/Makefile.in: fixed bug
852           [ 1438354 ] pic libsdcc: distclean doesn't work
853         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
854           device/lib/pic16/libio/Makefile.in: fixed bug
855           [ 1438344 ] pic16 lib: clean doesn't work properly
856         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
857
858 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
859
860         * device/lib/pic/libsdcc/fsdiv.c,
861         * device/lib/pic/libsdcc/fsmul.c,
862         * device/lib/pic16/libsdcc/float/fsdiv.c,
863         * device/lib/pic16/libsdcc/float/fsmul.c,
864         * device/lib/_fsdiv.c,
865         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
866         * support/regression/tests/bug1520966.c: added
867         * doc/knownbugs.html: removed [ 1520966 ] from the list
868
869 2006-07-25 Borut Razem <borut.razem AT siol.net>
870
871         * configure.in, configure, sdccconf_in.h: fixed bug
872           [ 1519095 ] regression test onebyte.c fails on ppc64 host
873         * doc/knownbugs.html: removed [ 1519095 ] from the list
874
875 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
876
877         * doc/knownbugs.html: added, contains list of known bugs at release
878         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
879
880 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
881
882         * device/include/mcs51/compiler.h: added SFRX for xdata based special
883           function registers and corrected defaults with additional warning
884         * device/lib/malloc.c: cosmetic changes
885         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
886         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
887           (fillGaps): and used it
888
889 2006-07-20 Raphael Neider <rneider AT web.de>
890
891         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
892           output unless SDCCPICDEBUG is set
893         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
894           output if SILENT is set
895
896 2006-07-11 Borut Razem <borut.razem AT siol.net>
897
898         * doc/README.txt: updated
899
900 2006-07-10 Borut Razem <borut.razem AT siol.net>
901
902         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
903           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
904           in WIN32 installation
905         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
906           release candidate 1
907
908 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
909
910         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
911         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
912
913 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
914
915         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
916
917 2006-07-06 Borut Razem <borut.razem AT siol.net>
918
919         * support/regression/tests/bitfields.c:
920           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
921         * support/regression/tests/constantRange.c:
922           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
923
924 2006-07-04 Borut Razem <borut.razem AT siol.net>
925
926         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
927           src/port.mk,
928           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
929           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
930           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
931           reverted changes from 2006-07-03
932         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
933         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
934           added CPPFLAGS, used by the host port
935
936 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
937
938         * support/regression/valdiag/tests/switch.c,
939         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
940         * support/regression/tests/libmullong.c: fixed for host
941         * support/regression/ports/host/spec.mk: disable all warnings for host,
942         SDCC runs with --less-pedantic too
943
944 2006-07-03 Borut Razem <borut.razem AT siol.net>
945
946         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
947           defined CPPFLAGS
948         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
949         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
950           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
951           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
952           include ../port.mk
953         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
954           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
955           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
956           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
957
958 2006-07-02 Raphael Neider <rneider AT web.de>
959
960         * src/pic16/devices.inc,
961         * device/include/pic16/pic18fregs.h,
962         * device/include/pic16/pic18f4550.h,
963         * device/lib/pic16/pics.all,
964         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
965
966 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
967
968         * as/hc08/lkaomf51.c (OutputName),
969         * as/mcs51/lkaomf51.c (OutputName),
970         * as/z80/asmain.c (asmbl),
971         * src/ds390/main.c (asmLineNodeFromLineNode),
972         * src/hc08/ralloc.c (hc08_assignRegisters),
973         * src/mcs51/main.c (asmLineNodeFromLineNode),
974         * src/xa51/ralloc.c (checkRegMask),
975         * src/xa51/gen.c (emitcode),
976         * src/z80/gen.c (_emit2),
977         * src/SDCCast.c (searchLitOp),
978         * src/SDCCglobl.h,
979         * support/packihx/packihx.c,
980         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
981         * src/ds390/gen.c (aopPutUsesAcc),
982         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
983         * support/regression/tests/libmullong.c (mullong_wrapper),
984         * src/SDCCsymt.c (powof2),
985         * src/SDCCast.c,
986         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
987         * src/SDCCsymt.h: added TYPE_TARGET_*
988         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
989         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
990         SDCCast because 1) header problems 2) this is the right place
991         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
992         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
993         prototype
994
995 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
996
997         * src/SDCCicode.h: removed buggy semicolon in unused macro
998         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
999         search for previous definiton of auto symbols too,
1000         (findPrevUse): fixed logic of emitWarnings
1001
1002 2006-06-26 Raphael Neider <rneider AT web.de>
1003
1004         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1005           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1006
1007 2006-06-25 Raphael Neider <rneider AT web.de>
1008
1009         * device/lib/pic/libm: NEW, added math library functions
1010         * device/lib/pic/libsdcc: NEW; added float support functions
1011         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1012         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1013           NEW, added math related headers
1014         * device/include/asm/pic/features.h: NEW
1015         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1016           (popGet): allow larger offsets for AOP_PCODE,
1017           (genDataPointerSet): handle literals explicitly, more debug output,
1018           (genAssign): fixed for float using aopLiteral ;-)
1019         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1020           GOTO initialisation routine
1021         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1022           flag on registers, fixes #1469043 (local variables do not work)
1023         * src/pic/main.c (_pic14_do_link),
1024         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1025           available
1026
1027 2006-06-25 Borut Razem <borut.razem AT siol.net>
1028
1029         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1030           characters printed (not including the trailing '\0' used to end
1031           output to strings). Problem detected in regression test bug-927659.c.
1032           NOTE: printf() family functions should return int instead
1033           unsigned int!
1034         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1035           specifier are printed as themselves
1036         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1037           support flags, width and precision specifiers
1038
1039 2006-06-24 Borut Razem <borut.razem AT siol.net>
1040
1041         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1042           to the list of sdcc tagrets not supporting bit type
1043         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1044           testfor pic16 due to bug:
1045           [ 1511794 ] pic16: regression test bug-895992.c fails
1046
1047 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1048
1049         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1050         * src/SDCCglue.c (initPointer), fixed bug 1496419
1051         * support/regression/tests/bug1496419.c: new, added
1052
1053 2006-06-22 Borut Razem <borut.razem AT siol.net>
1054
1055         * support/regression/ports/pic16/support.c: use gpsim usart module from
1056           libgpsim_modules library
1057
1058 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1059
1060         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1061         IP0H to IPH0.
1062
1063 2006-06-19 Raphael Neider <rneider AT web.de>
1064
1065         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1066         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1067           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1068           (pic14printExterns,pic14printPublics,pic16printPublics,
1069           pic16_printExterns): use new functions to emit symbols
1070           (picglue,pic16glue): emit publics before emitting externs
1071         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1072           locally defined functions to avoid bug #1443651
1073         * support/regression/tests/bug-716242.c: removed pic16 workaround
1074         * support/regression/ports/pic16/spec.mk: ignore errors during build
1075
1076 2006-06-19 Raphael Neider <rneider AT web.de>
1077
1078         * src/pic/glue.h: added pic14aopLiteral prototype
1079         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1080         * src/pic/gen.c: removed stdint.h dependency
1081           (aopGet): use Safe_strdup()
1082           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1083           (genDataPointerSet): use pic14aopLiteral()
1084         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1085           for pic16; thanks to Bernhard and Maarten
1086
1087 2006-06-18 Borut Razem <borut.razem AT siol.net>
1088
1089         * support/regression/tests/structflexarray.c: flexible array members
1090           not supported by gcc < 3
1091         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1092           GUI tool by default
1093         * src/pic/gen.c: don't include [p]strdin.h on solaris
1094         * support/Util/pstdint.h: addad svn attributes
1095         * support/regression/tests/constantRange.c,
1096           support/regression/tests/rotate.c: include inttypes.h instead
1097           stdint.h on solaris, addad svn attributes
1098
1099 2006-06-18 Raphael Neider <rneider AT web.de>
1100
1101         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1102           int for PIC16
1103         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1104           (pic16_genMinusBits): simplified sign-extension
1105           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1106             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1107             adjusted to correctly handle mixed-signed operands, disabled
1108             now unused multiplciation routines
1109         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1110           (assignResultValue): added argument denoting the size of the result
1111             as returned by the function (fixes upcasts in assigning from
1112             function calls: char foo(); int i = foo();)
1113           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1114             function result to assignResultValue
1115           (genMult): disabled inlined multiplication code
1116           (genDiv): augmented to also handle the modulus operator, fixed to
1117             handle mixed-signed operands correctly
1118           (genMod): simply call genDiv, disabled unused code
1119           (genAssign): fixed missing (sign-)extension on result
1120         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1121             valid char operands, allow signed operands for native code, added
1122             division and modulo operator handling
1123         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1124
1125         As a consequence, onebyte.c (if split into two files) and muldiv.c
1126         pass regression tests.
1127
1128 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1129
1130         * doc/Makefile.in: two runs of makeindex seem needed to get
1131         correct page references in the index of sdccman.pdf
1132         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1133
1134 2006-06-17 Borut Razem <borut.razem AT siol.net>
1135
1136         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1137
1138 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1139
1140         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1141         mentioned ec2drv and paulmon
1142
1143 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1144
1145         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1146           consecutive abs areas
1147           (find_empty_space, allocate_space): added map to handle codemap or
1148            xdatamap,
1149           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1150            absolute idata and xdata
1151         * as/mcs51/lkmem.c (summary2): updated legend
1152
1153 2006-06-16 Raphael Neider <rneider AT web.de>
1154
1155         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1156
1157 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1158
1159         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1160           1208515
1161         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1162
1163 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1164
1165         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1166         value of generic pointers,
1167         * src/avr/main.c,
1168           src/ds390/main.c,
1169           src/hc08/main.c,
1170           src/izt/i186.c,
1171           src/izt/tlcs900h.c,
1172           src/mcs51/main.c,
1173           src/pic/main.c,
1174           src/pic16/main.c,
1175           src/xa51/main.c,
1176           src/z80/main.c: PORT structure, added elements for gp_tags field,
1177         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1178         fields in the PORT structure of each port,
1179         * src/SDCCast.c (decorateType): allow processing of generic pointers
1180         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1181         S_FIXED symbols
1182
1183 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1184
1185         * link/z80/lkgb.c,
1186         * link/z80/lkgg.c,
1187         * src/pic16/gen.c,
1188         * src/pic16/main.c,
1189         * src/pic16/pcode.c,
1190         * src/pic/main.c,
1191         * src/pic/pcoderegs.c,
1192         * src/SDCCicode.c,
1193         * src/SDCCmain.c,
1194         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1195           bug 1504689 on minGW
1196
1197 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1198
1199         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1200
1201 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1202
1203         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1204
1205 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1206
1207         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1208           for optimization
1209
1210 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1211
1212         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1213         to a char variable. Fixed bug #1504211
1214         * device/include/pic16/adc.h,
1215         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1216         and fixed bug #1364390
1217
1218 2006-06-10 Borut Razem <borut.razem AT siol.net>
1219
1220         * CVSROOT: removed the CVS left-over
1221
1222 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * as/hc08/asmain.c (asexit),
1225         * as/hc08/lkmain.c (lkexit),
1226         * as/mcs51/asmain.c (asexit),
1227         * as/mcs51/lkmain.c (lkexit),
1228         * src/SDCCglue.c (DEFSETFUNC),
1229         * src/SDCCmain.c (linkEdit, assemble),
1230         * support/librarian/sdcclib.c (AddRel),
1231           replaced unlink() by standard C remove()
1232         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1233         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1234           gatherImplicitVariables): new, added to fix bug 608752,
1235           (createFunction): added gatherImplicitVariables()
1236         * src/SDCCast.h: added createRMW prototype
1237         * src/SDCCsymt.h (struct symbol): added infertype
1238         * support/regression/tests/bug608752.c: new, added
1239
1240 2006-06-10 Raphael Neider <rneider AT web.de>
1241
1242         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1243           multibyte dummy reads (fixes #1503234)
1244
1245 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1246
1247         * device/include/mcs51/compiler.h: new, added header file to enable
1248           creating common sfr definition header files for different compilers
1249
1250 2006-06-05 Raphael Neider <rneider AT web.de>
1251
1252         * src/pic16/{pcode.h,genarith.c}:
1253           introduced pCodeOp combining any two pCodeOps (previously only
1254           two register operands could be combined), removed pcop2 from
1255           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1256         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1257         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1258           rewritten to use new PO_TWO_OPS
1259         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1260         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1261           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1262           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1263           (pic16_get_op): embraced return arg to allow #define return(x),
1264             added new case for combined opcodes
1265           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1266           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1267            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1268
1269 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1270
1271         * src/SDCCval.c (checkConstantRange): added
1272         * src/SDCCval.h: added checkConstantRange
1273         * support/Util/SDCCerr.c,
1274         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1275         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1276         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1277         * src/SDCCast.c (decorateType): added checkConstantRange,
1278         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1279         can be emitted with the correct always true/false warning,
1280         added optimization for double '!';
1281         result of decorateType() must be assigned back to the tree, because
1282         decorateType() can change the tree
1283         * src/SDCCicode.c (geniCodeLogic),
1284         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1285         (checkConstantRange): removed, it was only a fragment which never
1286         emitted a warning
1287         * src/SDCCsymt.c (computeType): fixed promotion for
1288         "-1 < (unsigned bit) b"
1289         * src/pic/ralloc.c (packRegsForAssign),
1290         * src/pic16/ralloc.c (packRegsForAssign),
1291         * src/hc08/ralloc.c (packRegsForAssign),
1292         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1293         from mcs51
1294         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1295         * support/regression/tests/constantRange.c: added
1296         * support/valdiag/tests/constantRange.c: added
1297         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1298
1299 2006-06-02 Borut Razem <borut.razem AT siol.net>
1300
1301         * support/regression/ports/pic16/support.c: increase stack size
1302           to 255 bytes
1303         * support/regression/Makefile.in: sort tests by name so that the
1304           resutlts can be compared on different machines / platforms
1305
1306 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1307
1308         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1309         * src/ds390/gen.c (emitLabel): new, added,
1310           (genDjnz): fixed stack overflow bug,
1311           (throughout): cosmetic changes to sync with mcs51/gen.c,
1312           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1313         * src/mcs51/gen.c (genEndFunction): small optimization,
1314           (throughout): cosmetic changes to sync with ds390/gen.c
1315
1316 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1317
1318         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1319           (_print_format): fixed printing pointers
1320         * src/mcs51/gen.c (emitLabel, movb): new, added,
1321           (genAssign): small optimization,
1322           (genDjnz): fixed stack overflow bug,
1323           (throughout): replaced sprintf with SNPRINTF,
1324           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1325           replaced emitcode("mov", "b,...") with MOVB(...),
1326           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1327           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1328         * src/mcs51/peeph.def: added rules 140 and 264
1329         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1330           so they may get optimized into registers
1331
1332 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1333
1334         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1335           immediately when encountered,
1336           (printUsage): always use stderr even on windows
1337
1338 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1339
1340         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1341         (processParms): fixed bug #1247551
1342         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1343         parseCmdLine, main): print '--version' to stdout,
1344         print 'help' to stdout if --help is given,
1345         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1346         arguments are given; fixed --help
1347
1348 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1349
1350         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1351         * support/regression/tests/bug-1493710.c: added
1352
1353 2006-05-27 Borut Razem <borut.razem AT siol.net>
1354
1355         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1356           static instead auto
1357         * support/regression/ports/pic16/support.c: increase stack size
1358           from default 64 bytes to 128 bytes
1359         * support/regression/tests/staticinit.c,
1360           support/regression/tests/float.c: regression tests fully enabled
1361           for pic16 port by putting the initialized data arrays into the code
1362           section
1363         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1364           This was changed by mistake in the previous version.
1365
1366 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1367
1368         * src/pic16/gen.c (genFunction, genEndFunction): some
1369         beautifications, fixed bug with falsely restoring FSR2 in large
1370         stack model, thanks to Beau E. Cox for reporting the bug
1371
1372 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1373
1374         * debugger/mcs51/break.c,
1375         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1376           use %p to print pointers, made address variables unsigned
1377         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1378         * debugger/mcs51/symtab.c (parseSymbol): must return something
1379         * src/mcs51/gen.c (aopForSym): small optimization,
1380            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1381           (freeAsmop): added missing break,
1382           (aopPut): removed parameter bvolatile, determine it inside the function,
1383           (saveRegisters, unsaveRegisters): small optimization,
1384           (genIpush): removed pointless check,
1385           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1386           replaced sprintf with SNPRINTF,
1387           replaced strcpy with strncpyz,
1388           updated aopPut calls,
1389           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1390         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1391
1392 2006-05-24 Borut Razem <borut.razem AT siol.net>
1393
1394         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1395           modification of test for the pic16 port, put the array to the code
1396           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1397
1398 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1399
1400         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1401         * support/Util/pstdint.h: added
1402
1403 2006-05-22 Borut Razem <borut.razem AT siol.net>
1404
1405         * src/regression/Makefile: removed bool2.c test, added -q linker option
1406         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1407           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1408           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1409           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1410           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1411           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1412           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1413           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1414           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1415
1416 2006-05-22 Raphael Neider <rneider AT web.de>
1417
1418         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1419           bug #1492360 (problematic due to generic pointers, see code)
1420
1421 2006-05-22 Borut Razem <borut.razem AT siol.net>
1422
1423         * support/regression/ports/pic16/specs.mk: removed stack size linker
1424           directive
1425         * support/regression/tests/array.c,
1426           support/regression/tests/bitopcse.c,
1427           support/regression/tests/bug-908454.c,
1428           support/regression/tests/malloc.c: modified for pic16 regression test
1429         * support/regression/tests/bitfields.c:
1430           pic16 - excluded bitfileds of size > 8
1431         * support/regression/tests/bp.c: pic16 - reduced data size
1432         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1433         * support/regression/tests/bug-460010.c:
1434           pic16 - used the absolute address the fits in memory
1435         * support/regression/tests/bug-716242.c:
1436           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1437         * support/regression/tests/float.c:
1438           pic16 - excluded - data size too big
1439         * support/regression/tests/onebyte.c:
1440           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1441         * support/regression/tests/shifts.c:
1442           pic16 - function names probably have to differ in first X characters
1443           (gpasm limitation?)
1444         * support/regression/tests/staticinit.c:
1445           pic16 - excluded some tests due error: no target memory available for
1446           section ".idata"
1447
1448 2006-05-22 Borut Razem <borut.razem AT siol.net>
1449
1450         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1451           second try. Thanks Stas Sergeev once more.
1452
1453 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1454
1455         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1456           (genLeftShift, genRightShift): fixed bug 1491627
1457         * src/hc08/peeph.def (rules 7, 8.x): added
1458         * support/regression/tests/shifts.c (ShiftLeftByParam,
1459           ShiftRightByParam, testShiftByParam): added to test variable shifting
1460
1461 2006-05-20 Raphael Neider <rneider AT web.de>
1462
1463         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1464         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1465           (allocReg): add only new registers to dynAllocRegs,
1466           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1467             #1489055, #1445850, and probably #1483693
1468
1469 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1470
1471         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1472         bug in for-loop that didn't emit the last of CONFIG and ID registers
1473
1474 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1475
1476         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1477           with offset
1478         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1479           1489016, 1434401 and 1490124
1480         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1481           1489016, 1434401 and 1490124
1482
1483 2006-05-17 Borut Razem <borut.razem AT siol.net>
1484
1485         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1486           thanks Stas Sergeev
1487
1488 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1489
1490         * device/include/mcs51/P89c51RD2.h,
1491         * device/include/mcs51/P89LPC901.h,
1492         * device/include/mcs51/P89LPC922.h,
1493         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1494
1495 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1496
1497         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1498         to fix missing stack pragma in compiled binary object file,
1499
1500 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1501
1502         * support/packihx/configure.in,
1503         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1504         determine sizeof basic types even while cross compiling
1505
1506 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1507
1508         * src/avr/gen.c (aopop),
1509         * src/ds390/gen.c (aopOp),
1510         * src/hc08/gen.c (aopOp),
1511         * src/mcs51/gen.c (aopop),
1512         * src/pic16/gen.c (pic16_aopOp),
1513         * src/pic/gen.c (aopOp),
1514         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1515         if size of operand is smaller than spill location
1516
1517 2006-05-12 Borut Razem <borut.razem AT siol.net>
1518
1519         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1520           have to have CR/LF line endings even if they are checked out on *nix
1521           or on WIN32 in cygwin binmode
1522
1523 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1526         * device/include/ds80c390.h: added sfr16 definitions
1527         * src/ds390/gen.c,
1528         * src/ds390/gen.h,
1529         * src/ds390/main.c,
1530         * src/ds390/ralloc.c,
1531         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1532           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1533           bit returning functions
1534         * support/regression/tests/sfr16.c: enabled test on ds390
1535
1536 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1537
1538         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1539         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1540
1541 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1542
1543         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1544         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1545           (cl_address_space constructor): removed expensive initialization,
1546           (cl_address_space::get_cell): extended for late initialization,
1547           (cl_address_space::*): use late initialization,
1548           (cl_address_decoder::activate): removed expensive initialization,
1549           This reduced regression test running time by 25%
1550
1551 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1552
1553         * packihx/,
1554         * configure.in,
1555         * configure,
1556         * sdcc.dsw,
1557         * Makefile.bcc,
1558         * Makefile.in,
1559         * support/packihx/Makefile.in,
1560         * support/packihx/clean.mk,
1561         * support/packihx/Makefile.bcc,
1562         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1563
1564 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1565
1566         * src/SDCCval.c (valNot): fix for regression test failure
1567           of not.c on big endian hosts
1568
1569 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1570
1571         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1572
1573 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1574
1575         * device/lib/mcs51/Makefile.in: changed string comparison operator
1576           to = for POSIX compliance; == is bash extension
1577
1578 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1579
1580         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1581           kosmonaut_pirx
1582
1583 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1584
1585         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1586         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1587         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1588         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1589         bug report #1478657,
1590
1591 2006-05-05 Borut Razem <borut.razem AT siol.net>
1592
1593         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1594           making the html
1595
1596 2006-05-02 Borut Razem <borut.razem AT siol.net>
1597
1598         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1599           create *.ind, which made make to fail if invoked with -j 2
1600
1601 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1602
1603         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1604           Hubert Sack for patch 1479782
1605
1606 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1607
1608         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1609
1610 2006-05-01 Raphael Neider <rneider AT web.de>
1611
1612         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1613           (create_pic): store only prefix-free device name,
1614           (init_pic): check for device names with "16" prefix,
1615           (list_valid_pics),
1616         * src/pic/device.h (struct PIC_device),
1617         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1618             stored device name,
1619         * device/include/pic/pic12f{635,675,629,683}.h,
1620         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1621         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1622         * device/include/pic/pic16f505.h,
1623         * device/lib/pic/libdev/pic16f505.c: removed
1624         * device/include/pic/pic14devices.txt: added support for pic12f
1625             devices, removed unsupported non 16-bit devices
1626             [above changes provided by patch from Zik Saleeba]
1627         * src/pic/*, src/pic16/*, device/include/pic16/*,
1628           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1629
1630 2006-05-01 Borut Razem <borut.razem AT siol.net>
1631
1632         * configure.in, configure, doc/Makefile.in:
1633           sync with nightly build makefile - latex, dvipdf and dvips
1634           not needed any more
1635
1636 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1637
1638         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1639         in the library source
1640
1641 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1642
1643         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1644
1645 2006-04-28 Raphael Neider <rneider AT web.de>
1646
1647         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1648         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1649           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1650         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1651
1652 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1653
1654         * device/lib/pic/libdev/Makefile.in,
1655         * device/lib/hc08/Makefile.in,
1656         * device/lib/gbz80/Makefile.in,
1657         * device/lib/z80/Makefile.in,
1658         * device/lib/ds390/Makefile.in,
1659         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1660         thanks to Borut for the bug report
1661         * configure.in,
1662         * configure: always create doc/Makefile independent from --enable-doc
1663         * Makefile.in: always install from directory doc independent from
1664         --enable-doc
1665         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1666         removed
1667         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1668         * doc/Makefile.in: install *.txt if present
1669         * device/include/Makefile.in (install): added installation of pic/*.inc
1670         and pic/*.txt files again, they were erroneously removed
1671
1672 2006-04-28 Raphael Neider <rneider AT web.de>
1673
1674         * src/pic/{gen.c,main.h,pcode.c},
1675         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1676             concerning signedness with casts
1677
1678 2006-04-28 Raphael Neider <rneider AT web.de>
1679
1680         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1681             definition of an interrupt handler,
1682         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1683             interrupt handler stuff from picglue() to separate routine,
1684           (picglue): enabled definition of intr handlers in files w/o main()
1685
1686 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1687
1688         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1689           compilation with MSVC 2005 Express Edition (VC8)
1690
1691 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1692
1693         * device/lib/Makefile: fixed build of gbz80 lib
1694
1695 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1696
1697         * support/regression/tests/bug-460010.c,
1698         * support/regression/tests/bug-524691.c,
1699         * support/regression/tests/bug-716242.c: removed conditional defines
1700           that are already in testfwk.h
1701
1702 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1703
1704         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1705           (AccAXRsh1): added, shift right by 1,
1706           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1707            AccAXLrl1
1708         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1709
1710 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1711
1712         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1713         remove cast to same type
1714         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1715         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1716         * as/z80/Makefile,
1717         * link/z80/Makefile: removed, they have moved to
1718         Makefile.in files
1719         * configure,
1720         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1721         * install-sh: fix bug #1204398 by setting umask 0022
1722         * device/lib/Makefile: separate build of z80 and gbz80 lib
1723
1724 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1725
1726         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1727         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1728
1729         One basic decision: e.g. src/clean.mk includes further files. In order
1730         to make this work there are two solutions:
1731         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1732           run configure on them. This way they can use
1733           'include $(srcdir)/port-clean.mk'
1734         - always include clean.mk by the Makefile at the same level. To avoid
1735           that `make clean` tries to include and build Makefile.dep the
1736           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1737           implemented, because now even `make uninstall` doesn't create
1738           Makefile.in. clean.mk could be eliminated by pasting it in
1739           Makefile.in.
1740
1741         * debugger/mcs51/Makefile.in: build own objects from library sources
1742         (SLIB, SDCC) in current directory
1743
1744         * configure, configure.in: renamed --disable-device-lib-build in
1745         --disable-device-lib; added --enable-doc, the required tools are
1746         searched by configure; added result message; the toolchain for the
1747         belonging ports are now only built, if the port is enabled.
1748
1749         * support/regression/*: all output is written in directory gen, because
1750         the fwk and ports directories don't livet in the build tree using vpath
1751
1752         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1753         --disable-device-lib, added --enable-doc, added section VPATH
1754
1755         * sim/ucsim/configure.in,
1756         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1757         z80 are enabled by default
1758
1759 2006-04-24 Raphael Neider <rneider AT web.de>
1760
1761         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1762             to config word, "pic14_"-prefixed some extern functions
1763           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1764             config word has been found
1765         * src/pic/device.h: added prototypes
1766         * src/pic/pcode.c: added "pic14_"-prefix where needed
1767         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1768             fixup
1769         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1770             words,
1771           (pic14emitRegularMap): ignore config words,
1772           (pic14createInterruptVect): moved generating __config directives away
1773           (picglue): have __config directives emitted
1774
1775 2006-04-24 Borut Razem <borut.razem AT siol.net>
1776
1777         * doc/Makefile: sync with nightly build makefile
1778
1779 2006-04-24 Raphael Neider <rneider AT web.de>
1780
1781         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1782             registers that have not been assigned proper liveranges,
1783             fixes #1469504 and #1474602,
1784           (pCodeRegOptimizeRegUsage): fixed typo in comment
1785
1786 2006-04-24 Borut Razem <borut.razem AT siol.net>
1787
1788         * device/examples/main8051.c: deleted - it was removed from CVS
1789           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1790           after the transition to Subversion
1791         * src/SDCCalloc.h: deleted - it was removed  from CVS
1792           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1793           after the transition to Subversion
1794         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1795           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1796           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1797           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1798
1799 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1800
1801         * as/asx8051.dsp: added mcs51/strcmpi.h
1802         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1803         * as/hc08/aslink.h: updated lnksect prototype
1804         * as/hc08/asm.h,
1805         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1806         * as/hc08/asmain.c,
1807         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1808           (newdot): handle A_ABS
1809         * as/hc08/asout.c,
1810         * as/mcs51/asout.c (outarea): output address
1811         * as/hc08/lkaomf51.c,
1812         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1813         * as/hc08/m08pst.c,
1814         * as/mcs51/i51pst.c,
1815         * as/z80/z80pst.c: "ABS" is not A_OVR
1816         * as/hc08/lkarea.c (newarea): read a_addr,
1817           (lnkarea): added codemap array, sort absolute areas to the front,
1818            combine all GSINITx/GSFINAL,
1819           (find_empty_space, allocate_space): new functions,
1820           (lnksect): return next address, handle absolute sections
1821         * as/mcs51/lkarea.c (newarea): read a_addr,
1822           lnksect2 prototype changed,
1823           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1824           (find_empty_space, allocate_space): new, factored out of lnksect2,
1825           (lnksect2): return next address, handle absolute sections
1826         * as/hc08/lkhead.c,
1827         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1828         * as/hc08/lklibr.c (addfile, fndsym),
1829         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1830           index out of range and detect both '\' and '/'
1831         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1832         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1833           regression tests (ds390 cannot return bool yet)
1834         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1835           document critical interrupts on z80, document changed SDCC define
1836         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1837           (_a390_mapping): added .org directive
1838         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1839           (genMultOneByte): fixed warnings
1840         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1841           ones
1842         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1843         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1844           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1845         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1846         * src/pic16/main.c: removed newReg prototype
1847         * src/pic16/pcode.c,
1848         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1849           warnings
1850         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1851           ones
1852         * src/pic16/ralloc.c
1853         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1854           to fix warnings
1855         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1856           from short to PIC_OPTYPE
1857         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1858         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1859           optype from short to PIC_OPTYPE
1860         * src/port.h: made int_size unsigned to fix warnings
1861         * src/SDCC.y: fixed warning on MSVC
1862         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1863         * src/SDCCopt.c (convertToFcall): fixed warnings
1864         * src/SDCCsymt.h: removed double prototype for genSymName
1865         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1866           offset int to fix warnings
1867
1868 2006-04-22 Borut Razem <borut.razem AT siol.net>
1869
1870         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1871           references to CVS replaced with Subversion
1872
1873 2006-04-21 Borut Razem <borut.razem AT siol.net>
1874
1875         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1876           references to CVS replaced with Subversion
1877
1878 2006-04-19 Borut Razem <borut.razem AT siol.net>
1879
1880         * src/version.awk: adapted for svn
1881         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1882           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1883           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1884           /binutils-avr/etc/*.vi, *.jin: removed all properties
1885           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1886
1887 2006-04-19 Borut Razem <borut.razem AT siol.net>
1888
1889         * CVS to Subversion migration completed
1890
1891 2006-04-18 Borut Razem <borut.razem AT siol.net>
1892
1893         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1894           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1895
1896 2006-04-17 Borut Razem <borut.razem AT siol.net>
1897
1898         * device/include/Makefile.in: added pic/*.inc to the installation
1899
1900 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1901
1902         * support/regression/collate-results.py: fixed output in case of
1903         a valdiag error
1904         * support/regression/generate-cases.py: fixed splitting of pathnames
1905         with dots
1906         * as/hc08/lklibr.c (addfile),
1907         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1908
1909 2006-04-11 Raphael Neider <rneider AT web.de>
1910
1911         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1912         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1913         * src/pic16/pcode.c (assignValnums): fixed #1460578
1914
1915 2006-04-11 Raphael Neider <rneider AT web.de>
1916
1917         * device/lib/pic/libdev/*.c,
1918         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1919           fixes #1468739, enables compilation in --std-c99 mode
1920         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1921
1922 2006-04-11 Raphael Neider <rneider AT web.de>
1923
1924         * src/pic/device.c (find_device): removed debug output
1925           (list_valid_pics): enabled verbose listing of supported devices
1926         * device/include/stdbool.h: define bool as char for pic14/16 as well
1927
1928 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1929
1930         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1931
1932 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1933
1934         * .version: bumped version to 2.5.6
1935         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1936
1937 2006-04-06 Raphael Neider <rneider AT web.de>
1938
1939         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1940         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1941         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1942           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1943             pic14_constructAbsMap
1944           (pic14printPublics): declare absolute global symbols as global
1945           (pic14createInterruptVect),
1946         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1947           (newReg): assume new registers unused, use correct name in
1948             hashtable (reg->name instead of name), more debugLog output
1949         * src/pic/device.h (PIC_device): added fields for verbose output
1950         * src/pic/device.c: moved device definition to pic14devices.txt,
1951             added routines for runtime parsing of pic14devices.txt,
1952             added support for second config word
1953         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1954           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1955           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1956           (_pic14_parseOptions): moved pCodeInitRegisters here
1957           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1958         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1959           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1960             handling the pseudo stack
1961         * device/lib/Makefile.in: ignore failures in objects-pic16,
1962         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1963         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1964         * device/lib/pic/Makefile.subdir,
1965         * device/lib/pic16/Makefile.subdir: improved clean rules
1966         * device/lib/pic/libdev/: NEW, pic14 device libraries
1967         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1968         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1969         * device/include/Makefile.in: create subdir and install pic14 headers
1970         * device/include/pic/p16f_common.inc: removed unused declarations
1971         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1972             PICs from inc2h.pl v1.6,
1973             replaced BIT_AT macros with struct declarations
1974         * device/include/pic/pic14devices.txt: definition of supported devices,
1975             all above improvements contributed by Zik Saleeba, thanks
1976         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1977         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1978             headers
1979
1980 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1981
1982         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1983         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1984           thanks to Charles Olds
1985
1986 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1987
1988         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1989
1990 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1991
1992         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1993         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1994         * support/regression/bug1464657.c: added, new test
1995
1996 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1997
1998         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1999           version number
2000
2001 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2002
2003         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2004           --no-peep and --peep-file <file> are used don't use default rules but
2005           do use the <file>
2006
2007 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2008
2009         * src/mcs51/gen.c (genCall): fixed bug 1457608
2010
2011 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2012
2013         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2014         changes seem to cause (trigger?) problems with the build system.
2015
2016 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2017
2018         * src/SDCCpeeph.c (operandsLiteral): new, added,
2019           (callFuncByName): inserted operandsLiteral
2020         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2021
2022 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2023
2024         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2025         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2026
2027 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2028
2029         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2030           implemented patch 1120823 Thanks to Willy De la Court (normal
2031           interrupts need an interrupt number now if they are made critical),
2032           and enabled nesting of critical functions though not for gbz80
2033           (genCritical, genEndCritical): added functions
2034           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2035         * src/z80/mappings.i: added "ei" to all mappings
2036
2037 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2038
2039         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2040         submitted by the Debian SDCC maintainer Aurelien Jarno:
2041         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2042         archive with gcc 4.1 on mips and wrote the patch"
2043
2044 2006-03-16 Raphael Neider <rneider AT web.de>
2045
2046         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2047           the left operand is shorter than the result (c* = lit-c* + int),
2048           fixes bug #1450796
2049         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2050           OP_SYMBOL
2051
2052 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2053
2054         * src/.version: increased version number to 2.5.5
2055         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2056         linking is done manually in pic16 port's _linkEdit,
2057         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2058         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2059         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2060         allocate asmop as AOP_ACC,
2061         (aopForRemat): added parameter 'bool result' in function declaration,
2062         (pic16_aopGet): return AOP_ACC when accessing WREG,
2063         (pic16_popGetTempReg): minor modification,
2064         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2065         'pic16_allocWithIdx',
2066         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2067         calling function in absolute addresses,
2068         (genAssign): take into account AOP_ACC asmop,
2069         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2070         * src/pic16/pcoderegs.c: some debug functions and lines added,
2071         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2072         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2073         register too,
2074         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2075         call to allocReg, not by manually allocating a new one,
2076         (pic16_assignRegisters): now before going through the register
2077         allocating functions mark all registers as free. This eliminates some
2078         side effects resulting from peephole parser done earlier in the backbone
2079
2080 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2081
2082         * src/SDCCicode.c (geniCodeLogic),
2083         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2084
2085 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2086
2087         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2088           (genSend): bugfix, do not allocate and free twice,
2089           (shiftRLong): handle partially overlapping aops
2090         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2091
2092 2006-03-08 Borut Razem <borut.razem AT siol.net>
2093
2094         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2095           for pic16
2096
2097 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2098
2099         * support/regression/tests/bug1409955.c: new, added
2100         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2101         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2102           (aopForSym, aopOp): increment asmop.allocated if reused,
2103           (freeAsmop): decrement asmop.allocated and check for zero instead of
2104           using asmop.freed,
2105           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2106           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2107            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2108            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2109            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2110            genSignedRightShift, genRightShift, genDataPointerGet,
2111            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2112            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2113             in reverse order from allocation,
2114           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2115             added swappedLR to keep track
2116         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2117           pdata & code for GCC, z80, gbz80 & hc08
2118         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2119
2120 2006-03-08 Raphael Neider <rneider AT web.de>
2121
2122         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2123
2124 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2125
2126         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2127         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2128         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2129
2130 2006-03-06 Borut Razem <borut.razem AT siol.net>
2131
2132         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2133           made the linker quiet
2134
2135 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2136
2137         * src/pic16/gen.c (genPcall): fixed bug #1443644
2138         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2139         which dumps before the function entry point a data byte which represents
2140         the number of the local variables used by the specified function, added
2141         'xinst' for initial support for Extended Instruction Support,
2142         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2143         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2144         port->fun_prefix anymore (may change later),
2145         (genFunction, genEndFunction): do not store/restore local registers for
2146         _main (this should take care the --main-return command line option in
2147         the future),
2148         (genOr): removed some legacy pic-port instructions,
2149         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2150         performing operations with SFR's causes data to be written more than
2151         once to each SFR. Perhaps SFRs should be handled in special cases...
2152         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2153         pcode.h
2154         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2155         into account for stack starting position,
2156         (struct OPTIONS pic16_optionsTable): added command line argument
2157         --extended or -y for Extended Instruction Support,
2158         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2159         (deassignLRs): *** perhaps the most important change, old 'for' code
2160         (commented out for reference), didn't account for some registers which
2161         were left marked 'not free' after a pointer operation. The change
2162         reduces register usage a lot in some cases
2163
2164 2006-03-04 Borut Razem <borut.razem AT siol.net>
2165
2166         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2167           _clean
2168         * support/regression/tests/bug-524697.c: decreased array size for
2169           mcs51 to fit into the internal RAM
2170         * support/regression/Makefile.in: a little bit more verbose
2171
2172 2006-03-03 Borut Razem <borut.razem AT siol.net>
2173
2174         * support/regression/fwk/lib/testfwk.c,
2175           support/regression/fwk/include/testfwk.h: introduced function
2176           _prints(), nonrecursive _printn(), call _initEmu() from main()
2177         * support/regression/ports/gbz80/support.asm,
2178           support/regression/ports/ucz80/support.asm,
2179           support/regression/ports/z80/support.asm,
2180           support/regression/ports/ds390/support.c,
2181           support/regression/ports/hc08/support.c,
2182           support/regression/ports/host/support.c,
2183           support/regression/ports/mcs51/support.c,
2184           support/regression/ports/xa51/support.c: added empty _initEmu()
2185           function
2186         * support/regression/ports/pic16/gpsim.cmd,
2187           support/regression/ports/pic16/spec.mk,
2188           support/regression/ports/pic16/support.c,
2189           support/regression/Makefile.in: added pic16 regression test
2190
2191 2006-03-01 Raphael Neider <rneider AT web.de>
2192
2193         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2194           genConstPointerGet): use safe way of generating MOVFF to cover
2195             literals as well as registers, fixes bug #1440527
2196         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2197             dereference
2198           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2199             more correctly, fixes bug #1232186
2200           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2201         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2202             gplink guess the correct processor in more cases, applied patch
2203             from Till Riedel attached to and fixing bug #1436552
2204
2205 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2206
2207         * support/regression/tests/array.c: added, contains check for #1434401
2208         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2209
2210 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2211
2212         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2213         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2214         * device/include/mcs51/c8051f326.h,
2215         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2216         * device/include/mcs51/c8051f000.h,
2217         * device/include/mcs51/c8051f018.h,
2218         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2219           PCON_IDLE,PCON_STOP and added sfr16 definitions
2220
2221 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2222
2223         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2224           genGetWord): fixed bug 1409955
2225
2226 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2227
2228         * device/include/hc08/mc68hc908gp32.h,
2229         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2230
2231 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2232
2233         * src/SDCCast.c (constExprValue): return NULL if not a value
2234         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2235         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2236         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2237
2238 2006-02-13 Borut Razem <borut.razem AT siol.net>
2239
2240         * src/regression/ptrarg.c: added, fails due to bug #1430967
2241         * src/regression/Makefile: ptrarg.c added, ...
2242
2243 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2244
2245         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2246         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2247
2248 2006-02-11 Borut Razem <borut.razem AT siol.net>
2249
2250         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2251           print "Processor: xxx" message to stdout only if --verbose
2252
2253 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2254
2255         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2256         * support/regression/tests/bug1426356.c: added
2257         * support/regression/tests/bitfields.c: removed 2 tests
2258
2259 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2260
2261         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2262         * device/include/mcs51/c8051f330.h,
2263         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2264           PCON_IDLE,PCON_STOP and added sfr16 definitions
2265         * device/lib/_divsint.c,
2266         * device/lib/_divuint.c,
2267         * device/lib/_divulong.c,
2268         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2269           register bank bug for small stackauto
2270
2271 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2272
2273         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2274
2275 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2276
2277         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2278         * all.dsp: corrected several bin paths
2279         * device/include/mcs51/c8051f120.h,
2280         * device/include/mcs51/c8051f300.h,
2281         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2282           to PCON_IDLE,PCON_STOP
2283         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2284         * device/lib/printf_large.c (output_float): fixed bug 1388703
2285         * support/regression/tests/bug1057979.c: added test for bug 1388703
2286
2287 2006-02-08 Raphael Neider <rneider AT web.de>
2288
2289         * src/pic/pcode.c (pciTRIS): fixed typo,
2290           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2291           (LinkFlow): fixed handling of flows that end in a call,
2292           (ReuseReg): perform safety check earlier
2293         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2294             to work with flows at the beginning of a pBlock,
2295             fixes #1426557 (Symbol not previously defined),
2296           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2297             usage information
2298           (RemoveUnusedRegisters): update register usage info
2299         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2300             created, reuse existing ones instead
2301         * src/pic/gen.c (genPcall): fixed #1424719
2302
2303 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2304
2305         * link/z80/lkmain.c,
2306         * link/z80/lklex.c,
2307         * link/z80/lkdata.c,
2308         * link/z80/aslink.h: fixed build on current cygwin:
2309         replaced getline() by lk_getline()
2310
2311 2006-02-01 Borut Razem <borut.razem AT siol.net>
2312
2313         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2314           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2315           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2316           src/regression/bool1.c, src/regression/bool2.c,
2317           src/regression/bool3.c, src/regression/call1.c,
2318           src/regression/compare.c, src/regression/compare10.c,
2319           src/regression/compare2.c, src/regression/compare3.c,
2320           src/regression/compare4.c, src/regression/compare5.c,
2321           src/regression/compare6.c, src/regression/compare7.c,
2322           src/regression/compare8.c, src/regression/compare9.c,
2323           src/regression/configword.c, src/regression/for.c,
2324           src/regression/inline.c, src/regression/mult1.c,
2325           src/regression/nestfor.c, src/regression/or1.c,
2326           src/regression/pointer1.c, src/regression/ptrfunc.c,
2327           src/regression/rotate1.c, src/regression/rotate2.c,
2328           src/regression/rotate3.c, src/regression/rotate4.c,
2329           src/regression/rotate5.c, src/regression/rotate6.c,
2330           src/regression/rotate7.c, src/regression/string1.c,
2331           src/regression/struct1.c, src/regression/sub.c,
2332           src/regression/sub2.c, src/regression/switch1.c,
2333           src/regression/while.c, src/regression/xor.c,
2334           src/regression/create_stc, src/regression/simulate,
2335           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2336           regression tests
2337         * src/regression/gpsim_assert.h: added
2338
2339 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2340
2341         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2342         ((void (code *) (void)) 0) ();
2343         * as/hc08/aslex.c,
2344         * as/hc08/aslink.h,
2345         * as/hc08/asm.h,
2346         * as/hc08/asmain.c,
2347         * as/hc08/lkdata.c,
2348         * as/hc08/lklex.c,
2349         * as/hc08/lkmain.c,
2350         * as/mcs51/aslex.c,
2351         * as/mcs51/aslink.h,
2352         * as/mcs51/asm.h,
2353         * as/mcs51/asmain.c,
2354         * as/mcs51/lkdata.c,
2355         * as/mcs51/lklex.c,
2356         * as/mcs51/lkmain.c,
2357         * as/z80/aslex.c,
2358         * as/z80/asm.h,
2359         * as/z80/asmain.c: fixed build on current cygwin:
2360         replaced getline() by as_getline()
2361
2362 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2363
2364         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2365         declarator in the symbol chain
2366         * src/SDCCsymt.h,
2367         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2368         parameter list for function pointers
2369         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2370         * support/regression/tests/bug-716242.c: added
2371
2372 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2373
2374         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2375         offset if possible
2376         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2377
2378 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2379
2380         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2381         inifinitely recurseable, added static
2382         * support/regression/tests/bug-1408066.c: added
2383
2384 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2385
2386         * src/SDCCicode.h,
2387         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2388         renamed, added possibility to create "postLoopLbl"-labels
2389         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2390         newiTempLoopHeaderLabel
2391         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2392         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2393         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2394         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2395         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2396         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2397         (basicInduction): fixed bug #136564, made static,
2398         (loopInduction): changed parameter of basicInduction, made static,
2399         (addPostLoopBlock): added
2400         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2401         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2402         findLoopEndSeq
2403         * support/regression/tests/bug-136564.c: added
2404         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2405         --std-sdcc99 to LIBSDCCFLAGS
2406
2407 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2408
2409         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2410         while loop
2411         * support/regression/tests/bug-1406131.c: added
2412
2413 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2414
2415         * src/SDCCast.c (decorateType): fix promotion of unary minus
2416         * src/SDCCsymt.c (computeType): beautified
2417         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2418         (valUnaryPM, valComplement): fix sign and promotion,
2419         (valNot): ANSI: result type is int (SDCC: unsigned char)
2420         * support/regression/tests/uminus.c: speedup by removing superflous
2421         test case 'int'
2422         * support/regression/tests/onebyte.c: added promotion and signedness
2423         tests for unary minus
2424         * support/regressions/tests/bug-477927.c: disable warning about
2425         uninitialized variables
2426         * support/regression/tests/not.c: added
2427
2428 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2429
2430         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2431         * src/mcs51/gen.c (gen51Code): show final register usage after
2432         fillGaps in asm with --i-code-in-asm
2433         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2434         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2435         incUsed, rliveClear, adjustIChain): made static,
2436         (setFromRange): excluded because it's unused,
2437         (findPrevUseSym, markWholeLoop): added,
2438         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2439         through all branches of predecessors enables sdcc to emit the warning
2440         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2441         (rlivePoint): made static, added parameter emitWarnings which is only
2442         true during the first run out of two,
2443         (findRecursiveSucc, findRecursivePred): removed,
2444         (computeLiveRanges): made static, added parameter emitWarnings,
2445         (dumpIcRlive): added for debugging only
2446         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2447         removed prototype of setFromRange()
2448         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2449         in call of computeLiveRanges()
2450         * support/regression/tests/bug-895992.c: added
2451         * support/regression/tests/bug-971834.c: added
2452         * support/valdiag/tests/bug-895992.c: added
2453         * support/valdiag/tests/bug-971834.c: added
2454
2455 2005-12-18 Raphael Neider <rneider AT web.de>
2456
2457         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2458           (genUnpackBits): improved code for direct operands,
2459           (genPackBits): improved code for literal assignment to bitfields
2460             and for direct destination operands (no FSR indirection),
2461             prevented redundant AND, fixes #1362800,
2462           (AccLsh): added parameter to disable masking of the result
2463         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2464           skip instructions with side-effects (like incfsz),
2465           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2466         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2467         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2468           fixes #1375263
2469
2470 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2471
2472         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2473         volatile variables as spill location
2474
2475 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2476
2477         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2478         replacing literals
2479         * support/regression/tests/bug-1376320.c: added
2480
2481 2005-12-08 Raphael Neider <rneider AT web.de>
2482
2483         * src/pic/device.c: renamed is_shared to pic14_is_shared
2484         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2485         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2486           (is_valid_identifier): added for above workaround
2487
2488 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2489
2490         * device/lib/Makefile.in: fixed to enable port-specific-objects
2491         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2492           char, thanks Hubert Sack
2493         * doc/sdccman.lyx: documented --xstack-loc,
2494           elaborated a bit more on interrupts and pitfalls,
2495           removed "setjmp/longjmp unsupported",
2496           documented some unsupported C99 features
2497         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2498         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2499           if, thanks Hubert Sack
2500         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2501         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2502           make make_library
2503         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2504           regression tests can report resource usage (rfe 700441)
2505         * support/regression/collate-results.py: report resource usage
2506         * support/regression/ports/ds390/spec.mk,
2507         * support/regression/ports/hc08/spec.mk,
2508         * support/regression/ports/mcs51/spec.mk,
2509         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2510         * support/regression/ports/ds390/uCsim.cmd,
2511         * support/regression/ports/hc08/uCsim.cmd,
2512         * support/regression/ports/mcs51/uCsim.cmd,
2513         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2514         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2515           library, use the default one
2516         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2517           building the library
2518
2519 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2520
2521         * config.dsp: added dependency on .version and configure_vc.awk
2522         * device/include/setjmp.h: updated for --stack-auto and --xstack
2523         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2524         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2525         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2526         * device/lib/libsdcc.lib: added _setjmp
2527         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2528           (decorateType): fixed bug 1372851,
2529           (optimizeGetHbit): fixed warning
2530         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2531           array initialisation
2532         * support/regression/tests/bug1057979.c: added test for bug 1358192
2533         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2534
2535 2005-12-03 Borut Razem <borut.razem AT siol.net>
2536
2537         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2538           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2539
2540 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2541
2542         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2543         createIval): implement symbol independant "flexible array member",
2544         (createIvalCharPtr): implemented flexible array initialisation with a
2545         string
2546         * src/SDCCsymt.c (copyStruct): removed,
2547         (getSize): fixed misleading comment,
2548         (getAllocSize): removed, the additional allocation size is now in
2549         sym->flexArrayLength,
2550         (checkStructFlexArray): new, syntax checks for flexible array members,
2551         (compStructSize): added syntax checks for "flexible array members"
2552         (copyStruct): removed,
2553         (copyLinkChain): removed inefficient fix for bug 770487
2554         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2555         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2556         symbol->flexArrayLength
2557         * src/SDCCerr.c,
2558         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2559         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2560         * support/regression/tests/structflexarray.c: added
2561         * support/valdiag/tests/structflexiblearray.c: added
2562
2563 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2564
2565         * src/SDCCast.c (decorateType): fixed bug 1368489
2566         * support/Util/SDCCerr.c,
2567         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2568
2569 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2570
2571         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2572           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2573
2574 2005-11-27 Borut Razem <borut.razem AT siol.net>
2575
2576         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2577           support/cpp2/mkdeps.h: added command line option
2578           -obj-ext=<extension> to SDCPP to define object file externion, used
2579           for generation of make dependencies (-M)
2580         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2581
2582 2005-11-26 Borut Razem <borut.razem AT siol.net>
2583
2584         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2585           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2586           added pic and pic16 libraries
2587
2588 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2589
2590         * device/include/float.h: Corrected typo in prototype of __fsgt
2591
2592 2005-11-25 Borut Razem <borut.razem AT siol.net>
2593
2594         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2595           added creation of model-mcs51-stack-auto libraries
2596
2597 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2598
2599         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2600         and fields-list too
2601         * src/SDCCast.c (createIvalArray): removed obsolete comment
2602
2603 2005-11-24 Borut Razem <borut.razem AT siol.net>
2604
2605         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2606           added missing device/lib/mcs51/crt*.asm sources
2607
2608 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2609
2610         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2611
2612 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2613
2614         * device/lib/_fs2schar.c,
2615         * device/lib/_fs2sint.c,
2616         * device/lib/_fs2slong.c: optimized inline asm
2617
2618 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2619
2620         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2621           Better handling of floats between -1.0 and 0.0.
2622
2623 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2624
2625         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2626           (the missing "if"s prohibited removal of redundant labels)
2627
2628 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2629
2630         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2631           Properly convert floats between -1.0 and 0.0 to long, int, and char
2632           types (max integer value of negative floats tends to zero).
2633         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2634           Removed changes made so to work properly with floats between
2635           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2636           and _fs2char.c
2637
2638 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2639
2640         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2641         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2642         (genCast) cosmetic change
2643         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2644         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2645         from mcs51
2646         * support/regression/tests/bitfields (testSignedBitfields): added
2647
2648 2005-11-18 Borut Razem <borut.razem AT siol.net>
2649
2650         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2651         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2652           introduced SILENT option to make building of pic16 libraries less
2653
2654 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2655
2656         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2657           Now they work properly with floats between -1.0 and 0.0
2658         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2659
2660 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2661
2662         * src/SDCCicode.c (printOperand): added missing else
2663
2664 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2665
2666         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2667         reformatted for better readability
2668         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2669         signed bitfields
2670
2671 2005-11-17 Borut Razem <borut.razem AT siol.net>
2672
2673         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2674           introduced SILENT option to make building of pic16 libraries less
2675           verbose - used for nightly snapshot build
2676         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2677           available on Win32 platforms.
2678         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2679           medium, large, pic and pic16
2680
2681 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2682
2683         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2684           printf("%f"...) sets fraction to zero.
2685
2686 2005-11-16 Raphael Neider <rneider AT web.de>
2687
2688         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2689           fixes #1357221
2690         * src/pic/gen.c (genIfx): implemented for CARRY bit
2691         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2692           to generic pointers, fixes #1357332,
2693           (pic16_movLit2f): NEW,
2694           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2695
2696 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2697
2698         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2699
2700 2005-11-11 Raphael Neider <rneider AT web.de>
2701
2702         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2703         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2704           compute pointer's type from operand,
2705           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2706           improved single bit reads, fixes bug #1353379
2707
2708 2005-11-09 Borut Razem <borut.razem AT siol.net>
2709
2710         * support/scripts/sdcc.nsi: added lib/pic to the package
2711
2712 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2713
2714         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2715
2716 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2717
2718         * support/regression/tests/bug1348008.c: added
2719         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2720         * support/regression/tests/bug1337835.c: updated comment
2721
2722 2005-11-06 Borut Razem <borut.razem AT siol.net>
2723
2724         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2725           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2726           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2727           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2728           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2729           dynamic construction of cl_error_class and derivates - 2.nd try
2730
2731 2005-11-05 Borut Razem <borut.razem AT siol.net>
2732
2733         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2734           bug, which caused Bus Errors on sparc solaris
2735
2736 2005-11-04 Borut Razem <borut.razem AT siol.net>
2737
2738         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2739           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2740           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2741           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2742           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2743           and derivates to resolve the initialization problem on OSX
2744
2745 2005-11-02 Borut Razem <borut.razem AT siol.net>
2746
2747         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2748           corrected typo - #include <winsock2.h>
2749
2750 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2751
2752         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2753           (_asxxxx_mapping): added org directive for future enhancements
2754
2755 2005-11-01 Borut Razem <borut.razem AT siol.net>
2756
2757         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2758           enabled sockets on WIN32
2759         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2760
2761 2005-10-31 Borut Razem <borut.razem AT siol.net>
2762
2763         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2764           WIN32 backslash path delimiters should be escaped when used in C strings
2765         * support/regression/tests/bitfields.c: exclude failing assertions for
2766           __CYGWIN32__ and __MINGW32__ hosts
2767
2768 2005-10-30 Borut Razem <borut.razem AT siol.net>
2769
2770         * src/SDCCutil.c: corrected double comparison typo
2771
2772 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2773
2774         * device/lib/medium/Makefile: added for new memory model medium
2775         * device/include/asm/mcs51/features.h: updated for medium/pdata
2776         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2777           added Multiply & Accumulate sbit's and MAC0_PAGE define
2778         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2779         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2780         * device/lib/_mullong.c: update for medium model
2781         * device/lib/incl.mk: added medium model
2782         * doc/sdccman.lyx: documented medium model
2783         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2784         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2785         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2786         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2787           (allocParms): set SCLS and OCLS to pdata for medium model
2788         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2789           for pdata,
2790           (powof2): return <0 if not power of 2
2791         * src/avr/gen.c (genBitWise): use updated powof2
2792         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2793           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2794           (shiftLLeftOrResult): use B if necessary
2795         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2796         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2797         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2798         * support/regression/Makefile.in: added test-mcs51-medium
2799         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2800
2801 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2802
2803         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2804         specifier unsigned
2805         * device/lib/time.c (mktime): fixed bug 1334315
2806
2807 2005-10-28 Raphael Neider <rneider AT web.de>
2808
2809         * device/include/pic/p16f_common.inc: added common declarations
2810         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2811
2812 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2813
2814         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2815           (aopPutUsesAcc): added to predict accumulator use,
2816           (assignResultValue): save acc if necessary,
2817           (genMinusDec): store result if indirectly addressed,
2818           (genDivOneByte):  save acc if necessary,
2819           (movLeft2Result): bugfix if left already in acc,
2820           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2821             attention to accumulator use (esp. pdata),
2822           (genReceive): receive pdata correctly
2823         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2824         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2825
2826 2005-10-27 Raphael Neider <rneider AT web.de>
2827
2828         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2829
2830 2005-10-27 Raphael Neider <rneider AT web.de>
2831
2832         * .version: changed version to 2.5.4
2833         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2834         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2835           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2836             arithmetics support routines
2837         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2838         * device/lib/Makefile.in: also create installdir for pic
2839
2840         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2841           pic14 port as well
2842         * src/pic/device.c (dump_sfr): rewritten to delegate register
2843           placement to the linker (use `extern sym' rather than sym EQU addr),
2844           (validAddress): fixed to check last specified address
2845         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2846           (popGetLit): truncate literal value to 8 bit,
2847           (popGet): moved assert to more appropriate place
2848           (popGetExternal): create pCode operand from and mark the according
2849             symbol as being `extern'
2850           (popGetAddr): added sanity check on immediate's offset, provide
2851             GPOINTER tag on demand
2852           (aopPut): fixed for immediates,
2853           (mov2w_op): move operand's address or contents to WREG (depending on
2854             operand type), safer variant of mov2w,
2855           (movwf,call_libraryfunc): NEW, handy abbreviations,
2856           (get_argument_pcop,get_return_val_pcop,pass_argument,
2857           get_returnvalue): interface for accessing function parameters and
2858             return values,
2859           (assignResultValuei,genRet): use new parameter/return value interface
2860           (pic14_getDataSize): back to old version handling generic pointers,
2861           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2862             provided implementation and/or fixed old one,
2863           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2864             calls, removed legacy 8051 reference code
2865           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2866           (loadSignToC): NEW, move the operands sign bit to CARRY,
2867           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2868             genRightShiftSigned, accepts negative shift counts,
2869           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2870           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2871             generic pointers, __data pointers and __code pointers,
2872           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2873             and signed bitfields, limit bitfields to 8 bit,
2874           (genDataPointerGet): fixed number of bytes read,
2875           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2876           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2877             pointers to constant data are no longer assumed to point to __code
2878             space, removed invalid pointer types,
2879           (bitpatternFromVal): retrieve the PICs representation of an integer
2880             or float literal,
2881           (genDataPointerSet): fixed assigning to po_immediate operands,
2882           (genGenPointerSet): implemented as library call,
2883           (genIfx): fixed incorrect condition,
2884           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2885             provide GPOINTER tag according to destination's storage class,
2886           (genCast): added code to handle casting to generic pointers, added
2887             sign-/zero extension of the result
2888           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2889         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2890         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2891           extend the result
2892         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2893           address/register resides in the shared banks
2894           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2895             put all variables into separate sections (have the linker arrange
2896             them)
2897           (picglue): put init code and interrupt handlers in separate sections
2898         * src/pic/main.c: added port specific options table, modified to PORT
2899           structure to make GPOINTERs 3 byte, added pic14_options
2900           (_pic14_do_link): private linking routine (update paths to libraries,
2901             add libsdcc.lib by default)
2902         * src/pic/main.h: declare pic14_options
2903         * src/pic/pcode.c: fixed instructions i/o relations,
2904           (RegCond): reverted to correct version,
2905           (newpCodeOpLit): truncate literals to 8 bit,
2906           (genericPrint): added debug output,
2907           (getRegFromInstruction): fixed for various operand types, simplified
2908           (BuildFlow): fixed broken handling of isntructions with labels
2909           (LinkFlow): start at last instruction in flow (skip trailing comments),
2910             pass the flow on to the next instruction after CALL
2911           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2912           (insertPCodeInstruction): fixed inserting after a skip instruction,
2913           (DoBankSelect): fixed for labeled instructions
2914           (OptimizepBlock): honor --nopeep switch
2915           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2916         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2917         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2918           (pCodeOptime2pCodes): allow disabling this optimization via
2919             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2920             but is still buggy), started implementation of a dataflow based
2921             pCode optimization (CSE + dead code elimination)
2922           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2923         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2924           names are independant of the stack location and therefore portable across
2925           devices
2926
2927 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2928
2929         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2930           (selectSpil): fixed bug 1337835 by not spilling bit variables
2931         * support/regression/tests/bug1337835.c: added test for this bug
2932         * src/mcs51/peeph.def: restart after rule 3.c,
2933           addded rules 263.x to optimize loading constants
2934
2935 2005-10-26 Raphael Neider <rneider AT web.de>
2936
2937         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2938         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2939           (genAssign): emit warning when casting literals to generic pointer
2940             type, also applies when taking the address of a fixed variable,
2941           (genCast): improved casting to generic pointers
2942         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2943           extern variables, added verbose error message
2944         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2945
2946 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2947
2948         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2949         carry must be complemented too
2950         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2951         could be emitted by genMinus
2952         * src/SDCCval.c (constVal): fixed bug 1305065
2953
2954 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2955
2956         * src/SDCCast.c (addCast): added promotion for bit variables
2957         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2958         promotion casts + optimisation
2959         (optimizeGetWord): fix warning 'i' might be used uninitialized
2960         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2961         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2962
2963 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2964
2965         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2966         all chars are promoted to int; promotion should be handled in SDCCast.c
2967
2968 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2969
2970         * device/lib/_strcmp.c: Fixed bug 1326457
2971
2972 2005-10-11 Raphael Neider <rneider AT web.de>
2973
2974         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2975         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2976
2977 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2978
2979         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2980         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2981
2982 2005-10-04 Raphael Neider <rneider AT web.de>
2983
2984         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2985           device/lib/pic16/pics.all: added pic18f1320
2986         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2987
2988 2005-09-30 Raphael Neider <rneider AT web.de>
2989
2990         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2991         * src/pic16/devices.inc: NEW, provides device descriptions
2992         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2993
2994 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2995
2996         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2997           GETHBIT
2998
2999 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3000
3001         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3002           documented Any Order Bit, Higher Order Byte and Higher Order Word
3003         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3004         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3005           (optimizeGetAbit): new, to get any bit, not only the high bit,
3006           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3007           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3008           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3009           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3010             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3011             GETABIT, GETBYTE, GETWORD: decorate them,
3012           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3013           (ast_print): added GETABIT, GETBYTE, GETWORD
3014         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3015         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3016           (geniCodeBinary): new generic binary icode,
3017           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3018         * src/port.h: updated comment for PORT.hasExtBitOp
3019         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3020           (genGetByte): new, to get a single byte,
3021           (genGetWord): new, to get a word from a long,
3022           (gen51Code): added GETABIT, GETBYTE, GETWORD
3023         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3024
3025 2005-09-23 Raphael Neider <rneider AT web.de>
3026
3027         * configure.in, configure: have device/lib/pic configured
3028         * device/lib/Makefile.in: added model-pic14
3029         * device/lib/clean.mk: added pic/ to clean rule
3030         * device/lib/pic: added rudimentary pic14 library providing support
3031           functions for multiplication/division/generic pointer access
3032         * src/SDCCopt.c (convilong): mark support functions as extern
3033           for pic14 port as well
3034         * src/pic/gen.c (genMult): added assertions,
3035           (genpic14Code): emit warning on unhandled iCodes
3036         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3037         * src/pic/pcode.c (pCodeOpCopy),
3038         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3039           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3040           SFR_REGISTER}), made safe for future extensions
3041         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3042           instructions even if preceeded by SKIP instructions (also remove
3043           them); removed unused code
3044         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3045           prevents leaving parts of the structure uninitialized after copying
3046
3047 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3048
3049         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3050           ago by me
3051         * support/regression/tests/addsub.c: added test for the bug
3052
3053 2005-09-21 Raphael Neider <rneider AT web.de>
3054
3055         * device/include/pic16/pic18f1220.h,
3056           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3057         * device/lib/pic16/Makefile.rules: added missing opening paren
3058         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3059           are provided in genutils.c,
3060           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3061           operand/result sizes,
3062           (genCmp): assert on NULL pointers first, then check deref'ed values
3063         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3064           result size
3065
3066 2005-09-18 Raphael Neider <rneider AT web.de>
3067
3068         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3069           as these are now unused,
3070           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3071         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3072           local, avoids uninitialized pointer dereference on r->name
3073         * src/pic16/ralloc.c (newReg): fixed indentation
3074
3075 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3076
3077         * src/SDCCval.c (constVal): fixed bug 730366
3078         * support/Util/SDCCerr.c,
3079         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3080
3081 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3082
3083         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3084
3085 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3086
3087         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3088
3089 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3090
3091         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3092           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3093         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3094           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3095         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3096         * packihx/packihx.c (hexDigit): made c unsigned char
3097         * as/mcs51/lklibr.c (fndsym),
3098         * link/z80/lkgb.c (gb),
3099         * link/z80/lklibr.c (fndsym),
3100         * link/z80/lkrloc.c (relr),
3101         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3102         * src/SDCC.lex (checkCurrFile, process_pragma),
3103         * src/SDCCglue.c (spacesToUnderscores),
3104         * src/SDCCmain.c (setParseWithComma, processFile),
3105         * src/asm.c (tvsprintf, printCLine),
3106         * src/avr/gen.c (emitcode, aopPut),
3107         * src/ds390/gen.c (emitcode),
3108         * src/hc08/gen.c (emitcode, emitinline),
3109         * src/mcs51/gen.c (emitcode, genInline),
3110         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3111           tokenizeLineNode),
3112         * src/pic/ralloc.c (debugLog),
3113         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3114           tokenizeLineNode),
3115         * src/pic16/ralloc.c (debugLog),
3116         * src/z80/main.c (_process_pragma):
3117            made all ctype.h function calls safe
3118         * src/SDCCopt.c: include math.h for fabs
3119         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3120           and used them throughout the code to make ctype.h function calls safe
3121         * src/ds390/main.c (asmLineNodeFromLineNode),
3122         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3123         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3124            unsigned char*
3125         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3126           (newpCodeAsmDir): made ctype.h function calls safe
3127         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3128           pic16_emitcode):  made lbp unsigned char*
3129         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3130           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3131         * src/xa51/gen.c (emitcode),
3132         * src/z80/gen.c (_emit2): made lbp unsigned char*
3133         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3134            char*
3135
3136 2005-09-05 Raphael Neider <rneider AT web.de>
3137
3138         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3139           access bank splitpoint
3140
3141 2005-09-05 Raphael Neider <rneider AT web.de>
3142
3143         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3144
3145 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3146
3147         * .version: changed to version 2.5.3
3148         * doc/sdccman.lyx: changed version to 2.5.3,
3149           documented --codeseg and --constseg and pragma codeseg and constseg,
3150           documented bit parameters (reentrant) and bit returning
3151         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3152            currFunc->recvSize, but is this ok for all ports?
3153           (ast2iCode): result of ~ on unsigned char must be cast to int for
3154            bool to work
3155         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3156           function pointers in bit space
3157         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3158           (processFuncArgs): call port.reg_parm() with reentrancy info
3159         * src/port.h,
3160         * src/avr/main.c,
3161         * src/ds390/main.c,
3162         * src/hc08/main.c,
3163         * src/pic/main.c,
3164         * src/pic16/main.c,
3165         * src/xa51/main.c,
3166         * src/z80/main.c: port.reg_parm prototype extended with
3167           "bool reentrant" parameter
3168         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3169           options.stackAuto for allocating bit register parameters
3170         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3171           (genSend): set BitBankUsed if it is,
3172           (selectRegBank): factored out of genCall for use in genPcall,
3173           (genCall): removed redundant dtype assignmen, use selectRegBank,
3174           (genPcall): handle returning in Carry properly, save in F0 if needed,
3175           (genReceive): handle bit register parameters
3176         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3177           (mcs51_assignRegisters): enable bit registers for all reentrant
3178            functions and don't set BitBankUsed unconditionally
3179         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3180         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3181         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3182
3183 2005-08-27 Borut Razem <borut.razem AT siol.net>
3184
3185         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3186         ppc-osx (Darwin) does not support -u option. It seems that it is
3187         supported only on Linux - GNU cp
3188
3189 2005-08-25 Borut Razem <borut.razem AT siol.net>
3190
3191         * sim/ucsim/gui.src/serio.src/Makefile.in,
3192           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3193           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3194           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3195           install and strip, since the strip at /usr/ccs/bin should be used
3196           on solaris
3197
3198 2005-08-24 Borut Razem <borut.razem AT siol.net>
3199
3200         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3201
3202 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3203
3204         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3205         ffffffffu
3206
3207 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3208
3209         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3210         * as/mcs51/lkmain.c (link_main): fixed warning
3211         * device/include/stdbool.h: ds390 has no advanced bit support yet
3212         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3213         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3214         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3215           and updated their macros
3216         * src/SDCCval.c (constVal): updated comment for renamed b_long
3217
3218 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3219
3220         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3221         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3222           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3223           (oprio): set priority for '['
3224         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3225            and adb_24_bit
3226         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3227         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3228         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3229         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3230           added overlayable BIT_BANK area
3231         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3232           (summary2): explain 'T' in legenda
3233         * as/mcs51/lkrloc.c: replaced old K&R style,
3234           (relr): added R_BIT processing,
3235           (errmsg): added "Bit-addressable relocation error",
3236           (adb_bit): added for converting from byte- to bit-addressable space,
3237           (adb_24_bit): added for converting from byte- to bit-addressable space
3238         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3239            used in reentrant functions now even as return value
3240         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3241         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3242           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3243         * src/SDCCglobl.h: added indicator BitBankUsed
3244         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3245            the bit registers b0-b7
3246         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3247           (geniCodeCast): fixed bug 1263853,
3248           (geniCodeLogicAndOr): put result in bool or char,
3249           (geniCodeReceive): added parameter func for accessing the return type,
3250           (geniCodeFunctionBody): pass func to geniCodeReceive
3251         * src/SDCCmain.c: added indicator BitBankUsed
3252         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3253         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3254           (checkSClass): don't put automatic bool/bit on stack,
3255           (checkFunction): removed check on function cannot return bit
3256         * src/SDCCsymt.h: added newBoolLink prototype
3257         * src/mcs51/gen.c (rb1regs): added bit registers,
3258           (movc): created for assigning to carry,
3259           (pushReg, popReg): created for pushing registers,
3260           (sameRegs): check both AOP_REG and AOP_CRY types,
3261           (aopOp): handle bit registers,
3262           (aopPut): optimization no self-assign,
3263           (saveRegisters): push reg->base (bits) only once for bit registers,
3264            and use pushReg,
3265           (unsaveRegisters): pop reg->base only once and use popReg,
3266           (assignResultValue): added parameter func and return in carry for bits,
3267           (genIpush): optimization no reload in A if not changed,
3268           (genSend): bit parameters in reentrant functions are passed in bit
3269            registers by first assigning to bits in B, then save registers and
3270            copy B to bits,
3271           (genCall): handle returning in Carry properly, save it in F0 if needed,
3272           (genPcall): updated assignResultValue call, this is not safe yet for bit
3273            returning function !!!
3274           (genFunction): don't generate equ's for bit registers and use pushReg,
3275           (genEndFunction): take care of bit returning functions and use popReg,
3276           (genRet): return bit in Carry,
3277           (genIfx): optimize bit registers and other directly addressable bits,
3278           (genReceive): updated assignResultValue call
3279         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3280           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3281            registers when using stack-auto
3282         * src/mcs51/ralloc.c (_G): added allBitregs,
3283           (regs8051): added the bit registers,
3284           (createStackSpil): use macro IS_BIT,
3285           (getRegBit): added to allocate a bit register, else spill,
3286           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3287           (updateRegUsage): factored out to ease stepping while debugging,
3288           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3289            also allocate bit registers,
3290           (fillGaps): handle bit registers,
3291           (findAllBitregs): added to create bit vector with all bit registers,
3292           (mcs51_allBitregs): returns this bit vector,
3293           (mcs51_assignRegisters): when using stack-auto use bit registers for
3294            passing parameters and creating local variables
3295         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3296
3297 2005-08-22 Borut Razem <borut.razem AT siol.net>
3298
3299         * device/lib/Makefile.in: replaced find option -or with -o
3300           to make it run on solaris
3301
3302 2005-08-22 Raphael Neider <rneider AT web.de>
3303
3304         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3305           fixes #1265442 (crash on Solaris)
3306
3307 2005-08-20 Borut Razem <borut.razem AT siol.net>
3308
3309         * configure, configure.in: added tests for libsocket and libnsl libraries,
3310           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3311           from support/regression/Makefile.in
3312         * support/regression/Makefile.in: added
3313         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3314         * sim/ucsim/libtool: regenerated on sparc-solaris
3315         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3316           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3317           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3318           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3319           sparc-solaris, which doesn't use GNU ld linker
3320         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3321         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3322
3323 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3324
3325         * src/mcs51/peeph.def: updated comments
3326
3327 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3328
3329         * device/lib/_gptrget.c,
3330         * device/lib/_gptrput.c: slightly shorter
3331         * doc/sdccman.lyx: incremented version
3332         * src/mcs51/peeph.def: moved peephole comments to the line of first
3333           change to better keep line correlation, reanimated 186.e
3334         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3335
3336 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3337
3338         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3339           David Saxton with quotes around file name.
3340
3341 2005-08-15 Borut Razem <borut.razem AT siol.net>
3342
3343         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3344           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3345           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3346           make tests run on x86_64 platform
3347
3348 2005-08-13 Raphael Neider <rneider AT web.de>
3349
3350         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3351           as it might be executed DURING a build (parallel make is wonderful)
3352
3353 2005-08-13 Raphael Neider <rneider AT web.de>
3354
3355         * device/lib/Makefile.in (port-specific-objects-pic16):
3356           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3357         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3358           dependency
3359         * device/lib/pic16/Makefile.rules: build subdirs before creating
3360           the library, removed builddir rule, create $(builddir) early in
3361           recurse rule, use empty recurse rule for leaf directories
3362         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3363           mkdir errors (race condition), removed duplicate suffix "hex"
3364           from clean rules
3365         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3366         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3367           prevents mkdir -p from aborting on Alpha
3368
3369 2005-08-12 Raphael Neider <rneider AT web.de>
3370
3371         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3372           db-statements in order to allow for arrays of pointers in code
3373           sections to be placed without interspersed 0-padding, fixes
3374           bug #1256215
3375         * (emitStatistics): fixed division by zero for pic18f1220
3376         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3377           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3378         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3379         * (pic16_pCodeConstString): keep track of already emitted string
3380           literals to prevent "duplicate definitions of symbol _str_NR"
3381         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3382           debug message
3383         * device/lib/Makefile.in: ignore failing PIC16 library builds
3384         * device/lib/pic16/Makefile: do not build if gputils are missing
3385         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3386
3387 2005-08-10 Raphael Neider <rneider AT web.de>
3388
3389         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3390           my last commit)
3391
3392 2005-08-10 Raphael Neider <rneider AT web.de>
3393
3394         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3395           Rokas' patch to add the new fixed point type "__fixed16x16"
3396         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3397           functions for __fixed16x16 arithmetics
3398         * device/lib/pic16: reimplemented the build system to support
3399           a separate build directory, better handling of libio (create
3400           the library in a separate subdir for each architecture) and
3401           easier configuration (centralized in Makefile.common)
3402
3403 2005-08-07 Raphael Neider <rneider AT web.de>
3404
3405         * src/pic16/gen.c (genrshTwo): fixed sign extension
3406         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3407         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3408           added T0CONbits
3409         * device/include/pic16/pic18f4220.h: NEW, header for
3410           pic18f4220 and pic18f4320
3411         * device/include/pic16/pic18fregs.h: added new devices,
3412           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3413         * device/include/pic16/signal.h: resolved name clashes
3414           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3415           to also allow testing for interrupt enable bits, added
3416           comments on how to use the macros
3417         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3418         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3419           register definitions for the devices
3420         * device/lib/pic16/pics.all: added new devices
3421         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3422           allocated memory
3423         * device/lib/pic16/libc/stdlib/memfree: do not count
3424           the block header as free memory
3425         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3426           simplified and added missing end-of-blocklist-marker
3427           (reported by Peter Onion, fixes #1252814)
3428         * (_mergeHeapBlock): fixed loop condition
3429         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3430           len==0, restructured code
3431         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3432           up a bit, reduced bitfield accesses, prevent endless loops
3433           in case of heap corruption
3434         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3435           "unreferenced arguments/must return a value" warnings
3436         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3437           replaced BAUDREG with SPBRG
3438         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3439           device/lib/pic16/debug/gstack/gstack.c: replaced
3440           _naked, _asm, _endasm with __naked, __asm, __endasm
3441
3442 2005-08-05 Raphael Neider <rneider AT web.de>
3443
3444         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3445           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3446
3447 2005-08-05 Borut Razem <borut.razem AT siol.net>
3448
3449         * device/lib/Makefile.in: added missing ';'
3450         * configure: removed ^M characters
3451
3452 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3453
3454         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3455           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3456           License
3457
3458 2005-08-04 Borut Razem <borut.razem AT siol.net>
3459
3460         * configure.in: pic16 libraries build 2nd try - enable running
3461           configure in device/lib/pic16
3462         * configure: regenerated from configure.in
3463         * device/lib/Makefile.in: create $(PORT)/bin directory
3464
3465 2005-08-03 Raphael Neider <rneider AT web.de>
3466
3467         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3468           to get/set values via pointers
3469         * (genUnpackBits,genPackBits): changed detection of
3470           ptr->bitfield vs. sym.bitfield, fixed access via generic
3471           pointers, removed dead (wrong) code for multibyte bitfields
3472         * (genNearPointerGet, genGenPointerGet): removed useless code,
3473           fixed bitfield detection, fixes #1250594
3474         * (genNearPointerSet): removed useless code
3475         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3476           and introduced macro pic16_emitpcode that conditionally emits
3477           the origin of the following pCode (useful for debugging SDCC)
3478         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3479         * (createDefmap): fixed handling of LFSR for --optimize-df
3480
3481 2005-08-02 Borut Razem <borut.razem AT siol.net>
3482
3483         * device/lib/Makefile.in: pic16 libraries build enabled since
3484           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3485
3486 2005-08-02 Raphael Neider <rneider AT web.de>
3487
3488         * src/pic16/gen.c (genPackBits): removed deprecated warning
3489         * (genGenPointerSet): fixed bitfield detection
3490
3491 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3492
3493         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3494
3495 2005-07-31 Raphael Neider <rneider AT web.de>
3496
3497         * device/lib/pic16/libdev/pic18f458.c,
3498           device/include/pic16/pic18f458.h: added missing T0CONbits
3499
3500 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3501
3502         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3503
3504 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3505
3506         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3507
3508 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3509
3510         * device/include/mcs51/at89c51ed2.h: added.
3511
3512 2005-07-23 Raphael Neider <rneider AT web.de>
3513
3514         * src/pic/gen.h: added emitpcode macro for debugging
3515         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3516           and replace by macro adding debug information on demand
3517         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3518         * (gencjne): tried to fix; replaced with correct (slower) code
3519         * (gen{Unp,P}ackBits): fixed single bit access
3520         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3521         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3522           previous instruction
3523         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3524           register has to be handled with care (forbidding movement
3525           of assignments/uses, removing assignments completely, ...)
3526         * (pCodeOptime2pCodes): make use of regIsSpecial
3527         * added lots of debugging output (commented out)
3528         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3529           from being reused as result UNLESS it is known to work
3530
3531 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3532
3533         * support/Util/dbuf.h: include <stddef.h> for size_t
3534         * .version: changed to version 2.5.2
3535
3536 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3537
3538         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3539
3540 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3541
3542         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3543           (genModOneByte): removed needless psha/pula
3544
3545 2005-07-22 Raphael Neider <rneider AT web.de>
3546
3547         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3548           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3549         * src/pic/gen.c (resolveIfx): do not "invent" labels
3550         * (genSkipc): changed to positive logic
3551         * (genSkipCond): removed as no longer needed
3552         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3553           backport from PIC16
3554         * (genLeftShift): check operands are in different registers
3555         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3556           INCF does not update CARRY...
3557         * src/pic/main.c: fixed _linkCmd
3558         * src/pic/pcode.c (unlinkpCode): added inactive code
3559         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3560           alive (do not assign result and operand overlapping registers)
3561
3562 2005-07-22 Raphael Neider <rneider AT web.de>
3563
3564         * src/pic/device.c (dump_sfr): replaced register declaration with
3565           call to emitSymbolToFile() to avoid duplicate symbols
3566         * (assignRelocatableRegisters): do not declare external symbols
3567         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3568           right (take size of type, not etype)
3569         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3570         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3571         * (packRegsForAccUse): disabled assignment of WREG as
3572           the result reg to prevent occurence of just fixed #1235003,
3573           fixes #1242954
3574         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3575           symbols (avoids duplicate symbols in .asm file)
3576         * (pic14emitRegularMap): use emitSymbolToFile()
3577         * src/pic/gen.c (aopOp): fixed spillLocation handling
3578         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3579         * (genDataPointerSet): removed unneccessary variables/output
3580
3581 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3582
3583         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3584         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3585
3586 2005-07-21 Raphael Neider <rneider AT web.de>
3587
3588         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3589           architecture cannot handle them efficiently, fixes bug #1235003
3590         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3591           check for empty sets before using them (fixes bug #1232190)
3592
3593 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3594
3595         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3596           (lnksect2): generate warnings for memory overlap
3597         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3598           constseg to set the name of these segments so you can instruct the linker
3599           to place them in banks
3600         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3601         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3602           added code_seg and const_seg to options
3603         * src/SDCCglue.c (emitMaps): use options.const_seg,
3604           (createInterruptVect): put interrupt vectors in segment HOME,
3605           (glue): put HOME before static segment and put the main glue in HOME,
3606           (glue): use options.code_seg
3607         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3608         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3609           these segments so you can instruct the linker to place them in banks
3610           (linkEdit): use code_loc for HOME segment which should be the first
3611           segment in code memory now
3612         * src/SDCCmem.c: fixed more stuff like bug 1238386
3613         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3614           (changePointer): don't change function pointers to code pointers for
3615           banked functions,
3616           (compareType): added exceptional check for banked function pointers
3617         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3618         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3619           after static in code memory
3620         * src/mcs51/gen.c: added aopLiteralLong prototype,
3621           (aopForSym): use getSize for functions,
3622           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3623           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3624           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3625           the segment,
3626           (genPcall): use call for literal function pointers and generate banked
3627           calls over the one trampoline so there's only one place for the user to
3628           modify according to his/hers hardware,
3629           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3630           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3631         * src/mcs51/main.c: added keyword banked,
3632           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3633         * support/Util/SDCCerr.c,
3634         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3635           needed for passing the bank and address to the trampoline
3636         * device/lib/mcs51/crtbank.asm: added for bankswitching
3637         * device/lib/mcs51/Makefile: added crtbank
3638
3639 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3640
3641         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3642           for fields at offset 0 of a struct or union as reported
3643           on 2005-07-07 in the developer mailing list.
3644
3645 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3646
3647         * src/SDCCmem.c: fixed bug 1238386
3648
3649 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3650
3651         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3652           (patch #1144962), added peephole 300, enabled 259.x
3653         * doc/sdccman.lyx: removed screenshot and provided link instead
3654
3655 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3656
3657         * doc/sdccman.lyx: added section about debugging with ddd
3658         * doc/figures/ddd_example.eps: screenshot of debugging session
3659
3660 2005-07-04 Raphael Neider <rneider AT web.de>
3661
3662         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3663           like CODE pointers, fixes #1115683
3664         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3665           call, fixes bugs #1232211, #1228110,
3666           fixed wrong casts to pCodeFlow from pCodeInstructions
3667
3668 2005-07-04 Raphael Neider <rneider AT web.de>
3669
3670         * src/pic/gen.c (popGet): changed assert to allow for
3671           bit operands
3672         * (popGetAddr): changed signature to provide
3673           an additional index, patched all call sites
3674         * (genCmpEq): handle literal-like operands correctly
3675         * (genAddrOf): added sanity checks on __code/__data pointers
3676         * (genAssign): added handling of symbols from __code section
3677         * (gencjne): do not generate code for comparisons whose result
3678           is neither stored nor used, fixes bug #1171114
3679         * (AccLsh, AccRsh): operate on operand instead of WREG
3680         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3681           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3682           by known count
3683         * rewrote complete shift-by-literal logic, commented unused
3684           functions out
3685         * (genConstPointerGet): get multiple bytes (if result size > 1),
3686           fixed handling of non-immediate addresses
3687         * (genPointerGet): handle CODE pointers like CONST pointers
3688         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3689         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3690           operand is to be treated as a literal or not
3691         * (mov2w,genPcall,genCmpEq),
3692           src/pic/genarith.c: use aop_isLitLike() to decide between
3693           literal/register contents
3694         * (addSign): added missing offset
3695         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3696           only emit comment in debug-mode,
3697           use {aop,op}_isLitLike throughout the file
3698         * src/pic/glue.c: fix initializers for pointers (work in progress)
3699         * src/pic/pcode.c (get_op): honor index on _const symbols
3700         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3701         * (dumppBlock): added pCode size estimation
3702         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3703           check for IS_SYMOP before OP_SYMBOL'ing
3704         * fixed indentation, compacted switch-statements
3705         * (allocReg): find free register and allocate it instead of
3706           allocating new registers all the time
3707         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3708           registers as its operands (necessary only for multibyte GETs)
3709
3710 2005-07-01 Raphael Neider <rneider AT web.de>
3711
3712         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3713           debugging .asm-output macros FENTRY + FEXIT
3714         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3715           way... I wonder...
3716         * (emitpComment): NEW, printf to pCode
3717         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3718           offset handling
3719         * (popGetAddr): NEW, variant of popGet to access an immediates
3720           high(er) bytes instead of the n'th byte of memory they reference,
3721           replaced popGet with popGetAddr where neccessary
3722         * (genDataPointerGet): reactivated and fixed implementation
3723         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3724           accesses
3725         * (genDataPointerSet): fixed multibyte assignments
3726         * (genpic14Code): fixed --i-code-in-asm handling
3727         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3728         * (genPlus): fixed index-out-of-bounds error
3729         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3730         * src/pic/ralloc.c: added debugging output macro FENTRY2
3731         * (spillThis): fixed indentation, enbraced for-body for clarity
3732         * (rematStr): commented out as now unused
3733         * (regTypeNum): commented out special spill case (overwrites
3734           arbitrary values)
3735         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3736
3737 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3738
3739         * doc/sdccman.lyx: documented sfr16/sfr32,
3740           added example for using storage class with function pointers
3741         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3742
3743 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3744
3745         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3746         * device/lib/_itoa.c,
3747         * device/lib/_ltoa.c: optimized codesize
3748         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3749           but don't know how to suppress the double warning.
3750         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3751         * support/Util/SDCCerr.c,
3752         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3753
3754 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3755
3756         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3757           fixed old K&R prototypes
3758         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3759         * device/lib/_gptrget.c,
3760         * device/lib/_gptrgetc.c,
3761         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3762           also new versions for small generic pointers and banked generic pointers
3763         * src/port.h: added const_name
3764         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3765         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3766         * src/SDCCcse.c (findPrevIc): check all associative operators
3767         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3768         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3769         * src/SDCCmem.c: updated comments,
3770           set far-space to 0 for pdata, results in optimized code
3771         * src/SDCCmem.h: added macro CONST_NAME
3772         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3773           moving the info into the highest bits, see also gptrget/gptrput
3774         * src/src.dsp: added sdcc.ico to project files
3775         * src/avr/gen.c (genCast): fixed bug 0x%d
3776         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3777         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3778           relation between ptr_type and DCL_TYPE,
3779           (genCast): fixed bug 0x%d
3780         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3781           (CODE)" for const_name
3782         * src/hc08/gen.c (genCast): fixed bug 0x%d
3783         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3784           (hc08_port): added "CONST (CODE)" for const_name
3785         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3786           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3787           between ptr_type and DCL_TYPE,
3788           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3789           operand* and took AOP() inside function so sfr-ness can be checked,
3790           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3791           new prototype,
3792           (genFunction, genEndFunction): optimized stack setup,
3793           (genMinus): optimized for literals with ending zeroes (in bytes),
3794           (genCast): fixed bug 0x%d
3795         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3796           (mcs51_port): added "CONST (CODE)" for const_name
3797         * src/mcs51/peeph.def: made rule 226 more generic
3798         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3799         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3800         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3801         * src/z80/main.c (z80_port): added NULL for const_name,
3802           (gbz80_port): added NULL for const_name
3803         * support/regression/tests/bug663539.c,
3804         * support/regression/tests/sfr16.c: new tests
3805
3806 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3807
3808         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3809
3810 2005-06-24 Raphael Neider <rneider AT web.de>
3811
3812         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3813           corrected typos...
3814         * device/include/pic16/signal.h: added USBIF
3815           and SIG_USB
3816
3817 2005-06-24 Raphael Neider <rneider AT web.de>
3818
3819         * device/lib/pic16/libdev/pic18f2455.c,
3820           device/include/pic16/pic18f2455.h: NEW
3821         * device/include/pic16/pic18fregs.h,
3822           device/lib/pic16/pics.all,
3823           src/pic16/device.c: added 18f2455
3824         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3825           device/include/pic16/{pic18f[68][567].h,usart.h}:
3826           replaced MULTIPLE_USARTS define with more relaible
3827           compatibility sfrs (for USART access)
3828
3829 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3830
3831         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3832           and the output asm file line is printed on two lines.
3833
3834 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3835
3836         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3837           BGT, BLE, BHI, and BLS instructions
3838         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3839           genCmpEq): removed
3840         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3841           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3842           fixes bug #1216342
3843         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3844
3845 2005-06-15 Raphael Neider <rneider AT web.de>
3846
3847         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3848         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3849         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3850           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3851           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3852
3853 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3854
3855         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3856           Marcel Telka in bug #1215704
3857
3858 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3859
3860         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3861           located in shared memory bank.
3862
3863 2005-05-31 Raphael Neider <rneider AT web.de>
3864
3865         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3866           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3867           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3868
3869 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3870
3871         * device/lib/_strncpy.c: fixed the fix
3872
3873 2005-05-26 Raphael Neider <rneider AT web.de>
3874
3875         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3876           initializers with \0, bug #1208187
3877         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3878           intializers with \0, bug #1208187
3879
3880 2005-05-26 Raphael Neider <rneider AT web.de>
3881
3882         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3883           initializers with \0, bug #1208187
3884         * src/pic16/main.c (_process_pragma): added sanity checks
3885           for stack position and size, emit warnings when appropriate
3886
3887 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3888
3889         * device/lib/_strncpy.c: fixed not filling with \0
3890
3891 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3892
3893         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3894           createFunction),
3895         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3896           compound_statement),
3897         * src/SDCCsymt.h,
3898         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3899
3900 2005-05-24 Raphael Neider <rneider AT web.de>
3901
3902         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3903
3904 2005-05-24 Raphael Neider <rneider AT web.de>
3905
3906         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3907           TRISE definitions, closes bug #1162453
3908
3909 2005-05-22 Raphael Neider <rneider AT web.de>
3910
3911         * src/pic16/main.c (_process_pragma): check for missing
3912           arguments to pragmas code and udata
3913         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3914           consistency fixes to match other headers (thanks to Jim Paris)
3915         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3916
3917 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3918
3919         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3920
3921 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3922
3923         * support/regression/tests/bug1198642.c: new test
3924         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3925         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3926         * support/scripts/resource.h,
3927         * support/scripts/resource.rc,
3928         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3929         * support/scripts/sdcc.ico: added 32x32 icon
3930
3931 2005-05-18 Raphael Neider <rneider AT web.de>
3932
3933         * device/lib/pic16/libdev/pic18f*.c,
3934         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3935           keywords to "__sfr" and "__at (X)"
3936         * device/include/pic16/pic18fregs.h: added pic18f4520
3937         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3938           #1203088 (MPLAB compatibility)
3939
3940 2005-05-17 Raphael Neider <rneider AT web.de>
3941
3942         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3943         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3944         * device/lib/pic16/pics.all: added new devices
3945         * src/pic16/device.c: added support for pic18f4520
3946
3947 2005-05-16 Raphael Neider <rneider AT web.de>
3948         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3949         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3950         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3951           convenience function for bit access
3952
3953 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3954
3955         * device/lib/printf_large.c: fixed bug 1193299
3956         * support/regression/tests/bug1057979.c: added test %3.3s
3957
3958 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3959
3960         * device/include/mcs51/8051.h,
3961         * device/include/mcs51/8052.h: made parseable with lint
3962         * device/include/mcs51/lint.h: added include file for (sp)lint
3963         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3964         * doc/cdbfileformat.lyx,
3965         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3966
3967 2005-05-14 Raphael Neider <rneider AT web.de>
3968
3969         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3970         * device/lib/pic16/libc/stdlib/itoa.c (new)
3971         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3972         * device/lib/pic16/libio/Makefile: exclude subdir according to
3973           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3974         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3975         * src/pic16/gen.c (genFunction): prevent annoying warning
3976         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3977           nameclashes on BeOS
3978         * support/cpp2/cppmain.c (cpp_output_string): new
3979         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3980           fixes bug 1116802
3981
3982 2005-05-13 Borut Razem <borut.razem AT siol.net>
3983
3984         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3985
3986 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3987
3988         * .version: changed to version 2.5.1; back to bleeding edge development
3989
3990 2005-05-11 Borut Razem <borut.razem AT siol.net>
3991
3992         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3993           generate PDF version 1.3 documents
3994
3995 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3996
3997         * .version: changed to version 2.5.0
3998
3999 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4000
4001         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4002
4003 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4004
4005         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4006         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4007         well as many smaller updates.
4008         * .version: changed to version 2.5.0-pre1
4009
4010 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4011
4012         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4013
4014 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4015
4016         * support/regression/tests/bug1185672.c: added
4017         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4018           bug 1185672
4019         * src/mcs51/gen.c (genCall): added comments, made it look safer
4020         * src/mcs51/gen.c (genEndFunction): simplified
4021
4022 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4023
4024         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4025
4026 2005-04-14 Borut Razem <borut.razem AT siol.net>
4027
4028         * fixed bug 1045046 - SIGSEGV with really simple code?:
4029           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4030           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4031
4032 2005-04-14 Borut Razem <borut.razem AT siol.net>
4033
4034         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4035           src/pic16/device.h: temporarily disabled experimental #inline pragma
4036           for 2.5.0 release
4037
4038 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4039
4040         * device/include/z80/stdio.h,
4041         * device/include/z80/string.h: removed these highly incomplete files so
4042           SDCC can use the default ones in device/include/
4043
4044 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4045
4046         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4047         gcc warning.
4048         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4049         fix sdcpp warnings.
4050
4051 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4052
4053         * device/include/malloc.h: removed redundant __reentrant prototypes
4054         * device/lib/_mullong.c: added working xstack variant in asm (C version
4055           doesn't pass regression tests)
4056         * device/lib/bpx.c: used __data and made bpx char for mcs51
4057         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4058           (createFunction): fixed bug with xstackPtr
4059         * src/SDCCcse.c: corrected comments
4060         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4061           (killDeadCode, eBBlockFromiCode): removed unused code
4062         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4063           corrected comments
4064         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4065           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4066           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4067           (genModOneByte): fixed warning in MSVC
4068         * src/mcs51/main.c (): added comments
4069         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4070
4071 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4072
4073         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4074
4075 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4076
4077         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4078
4079 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4080
4081         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4082         characters arrays of larger size than the declared one.
4083
4084 2005-04-10 Borut Razem <borut.razem AT siol.net>
4085
4086         * src/pic/gen.c (genInline),
4087           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4088           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4089           (findNextInstruction), (findPrevInstruction),
4090           (findInstructionUsingLabel),
4091           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4092         * src/pic/pcode.c (findLabel): added missing '\n'
4093         * src/src.dsp: added SDCCdwarf2.c to the project
4094
4095 2005-04-09 Borut Razem <borut.razem AT siol.net>
4096
4097         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4098
4099 2005-04-08 Raphael Neider <rneider AT web.de>
4100
4101         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4102           into the chain after a given one) and mergeDefmapSymbols (combine
4103           defmap entries for each symbol per pcode)
4104         * (createDefmap): have defmap entries merged in the end
4105         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4106           a symbol before replacing one access type's symbol, merge symbols in
4107           the end (replacement symbol might already have an entry)
4108         * (assignValnums): keep reference to written WREG intact
4109
4110 2005-04-08 Raphael Neider <rneider AT web.de>
4111
4112         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4113           Alpha)
4114
4115 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4116
4117         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4118         bytes
4119
4120 2005-04-07 Raphael Neider <rneider AT web.de>
4121
4122         * device/include/pic16/usart.h: added compatibility defines for
4123           devices with more than one USART
4124         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4125
4126 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4127
4128         * device/lib/Makefile.in: updated for port specific include
4129
4130 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4131
4132         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4133
4134 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4135
4136         * device/include/8051.h,
4137         * device/include/8052.h,
4138         * device/include/at89S8252.h,
4139         * device/include/at89c55.h,
4140         * device/include/at89x051.h,
4141         * device/include/at89x51.h,
4142         * device/include/at89x52.h,
4143         * device/include/mcs51reg.h,
4144         * device/include/reg51.h,
4145         * device/include/reg764.h,
4146         * device/include/regc515c.h,
4147         * device/include/sab80515.h: (re)moved these 12 files
4148         * device/include/mcs51/8051.h,
4149         * device/include/mcs51/8052.h,
4150         * device/include/mcs51/at89S8252.h,
4151         * device/include/mcs51/at89c55.h,
4152         * device/include/mcs51/at89x051.h,
4153         * device/include/mcs51/at89x51.h,
4154         * device/include/mcs51/at89x52.h,
4155         * device/include/mcs51/mcs51reg.h,
4156         * device/include/mcs51/reg51.h,
4157         * device/include/mcs51/reg764.h,
4158         * device/include/mcs51/regc515c.h,
4159         * device/include/mcs51/sab80515.h: and added them here
4160
4161 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4162
4163         * device/include/stdarg.h: changed SDCC specific keywords to double
4164           underlined form.
4165         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4166           mcs51 and ds390.
4167         * device/include/hc08/mc68hc908gp32.h,
4168         * device/include/hc08/mc68hc908jb8.h,
4169         * device/include/hc08/mc68hc908jkjl.h,
4170         * device/include/hc08/mc68hc908qy.h: fixed comments
4171         * device/include/mcs51/README: updated
4172         * device/include/mcs51/c8051f120.h: added PINRSF
4173         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4174         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4175           amidst code. Also inline is not supported.
4176
4177 2005-04-06 Raphael Neider <rneider AT web.de>
4178
4179         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4180         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4181           callers stack/frame pointers
4182
4183 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4184
4185         * device/include/pic16/usart.h: added, missing in previous commit,
4186         * device/include/pic16/adc.h: fixed typo,
4187         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4188         commit,
4189         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4190         <p18fxxx.inc>
4191         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4192         uninitialized because a bug appears with gplink
4193         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4194         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4195         complains for unrecognised option
4196
4197 2005-04-05 Raphael Neider <rneider AT web.de>
4198
4199         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4200           structs as well (using memcpy)
4201         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4202           on ISRs (GOTO has no label)
4203         * src/pic16/device.h: added OF_OPTIMIZE_DF
4204         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4205           new data flow analysis/optimization
4206         * src/pic16/pcode.c: added (prototypes for and implementation of)
4207           dataflow analysis functions, fixed pCodeInstructions' inCond and
4208           outCond values, made RCALL a branch instruction
4209         * (pic16_unlinkpCode): keep C line if possible
4210         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4211           C line moved if possible
4212         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4213         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4214           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4215         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4216           new flow)
4217         * (pic16_getJumptabpCode): NEW, needed in...
4218         * (LinkFlow): fixed handling of jumptables, calls and conditional
4219           branches
4220         * (pic16_InsertCommentAfter): NEW
4221         * (pic16_pCodeReplace): made verbose and flow preserving
4222         * (AnalyzeFlow): added call to data flow analysis
4223         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4224         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4225         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4226
4227 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4228
4229         * src/SDCCast.c (decorateType): fixed bug #1105626
4230
4231 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4232
4233         * device/include/asm/pic16/features.h,
4234         * pic18f*.h headers,
4235         * device/include/pic16/adc.h,
4236         * device/include/pic16/delay.h,
4237         * device/include/pic16/i2c.h,
4238         * device/include/pic16/malloc.h,
4239         * device/include/pic16/stdio.h,
4240         * device/include/pic16/stdlib.h,
4241         * device/include/pic16/string.h,
4242         * device/lib/pic16/libc/stdio/printf_tiny.c,
4243         * device/lib/pic16/libc/stdio/printf_small.c,
4244         * device/lib/pic16/libc/stdio/strmgpsim.c,
4245         * device/lib/pic16/libc/stdio/strmmssp.c,
4246         * device/lib/pic16/libc/stdio/strmusart.c,
4247         * device/lib/pic16/libc/stdio/vfprintf.c,
4248         * device/lib/pic16/libc/stdlib/ltoa.c,
4249         * device/lib/pic16/libc/stdlib/putchar.c,
4250         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4251         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4252         * device/lib/pic16/libc/stdlib/memchrram.c,
4253         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4254         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4255         * device/lib/pic16/libio/adc/adcbusy.c,
4256         * device/lib/pic16/libio/adc/adcread.c,
4257         * device/lib/pic16/libio/adc/adcsetch.c,
4258         * device/lib/pic16/libio/usart/ubaud.c,
4259         * device/lib/pic16/libio/usart/ubusy.c,
4260         * device/lib/pic16/libio/usart/udrdy.c,
4261         * device/lib/pic16/libio/usart/uopen.c,
4262         * device/lib/pic16/libio/usart/uputc.c,
4263         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4264         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4265         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4266         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4267         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4268         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4269         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4270         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4271         specific keywords to double underlined form,
4272         * device/lib/pic16/libc/Makefile.rules,
4273         * device/lib/pic16/libsdcc/Makefile.rules,
4274         * device/lib/pic16/libm/Makefile,
4275         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4276         to compile with C standard set in Makefile.common
4277         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4278         rand.c and crc.c in compilation process,
4279         * device/lib/pic16/libsdcc/int/divuint.c,
4280         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4281         `c' from signed to unsigned,
4282         * device/lib/pic16/startup/crt0.c,
4283         * device/lib/pic16/startup/crt0i.c,
4284         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4285         keywords to double underlined form, bug fixes in _do_cinit function
4286         which prevented the correct initialization of the .idata segment,
4287         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4288         core to enter a infinite loop
4289         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4290
4291 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4292
4293         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4294
4295 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4296
4297         * device/include/Makefile.in: add support for hc08 subdirectory
4298         * device/include/hc08/: new subdirectory
4299         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4300         Lucas Loizaga, thanks!
4301         * device/include/hc08/mc68hc908qy.h,
4302         * device/include/hc08/mc68hc908gp32.h,
4303         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4304         their own directory. Changed internal macro names to use the compiler
4305         reserved namespace. Changed SDCC specific keywords to double
4306         underlined form.
4307         * device/include/math.h,
4308         * device/include/malloc.h,
4309         * device/include/stdarg.h,
4310         * device/include/stdbool.h
4311         * device/include/string.h,
4312         * device/include/tinibios.h,
4313         * device/include/ds400rom.h,
4314         * device/include/8051.h,
4315         * device/include/8052.h,
4316         * device/include/80c51xa.h,
4317         * device/include/at89c55.h,
4318         * device/include/at89S8252.h,
4319         * device/include/at89x51.h,
4320         * device/include/at89x52.h,
4321         * device/include/ds80c390.h,
4322         * device/include/reg764.h,
4323         * device/include/regc515c.h,
4324         * device/include/sab80515.h,
4325         * device/include/mcs51/c8051f000.h,
4326         * device/include/mcs51/c8051f018.h,
4327         * device/include/mcs51/c8051f020.h,
4328         * device/include/mcs51/c8051f040.h,
4329         * device/include/mcs51/c8051f060.h,
4330         * device/include/mcs51/c8051f120.h,
4331         * device/include/mcs51/c8051f300.h,
4332         * device/include/mcs51/c8051f310.h,
4333         * device/include/mcs51/c8051f320.h,
4334         * device/include/mcs51/c8051f330.h,
4335         * device/include/mcs51/c8051f350.h,
4336         * device/include/z180.h: Changed SDCC specific keywords to double
4337         underlined form.
4338
4339 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4340
4341         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4342         18F4455,
4343         * (pic16_assignConfigWordValue): disable testing of configuration
4344         register value with config mask,
4345         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4346         function with port->fun_prefix,
4347         * (genFunction): when generating a naked interrupt function never
4348         create an absolute segment placed in interrupt vector address, place
4349         the actual interrupt function at IVA instead, when an interrupt
4350         function is generated with unspecified interrupt then do not create
4351         the absolute section,
4352         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4353         code for generating a call to generic pointer get/put function with
4354         a call to function pic16_callGenericPointer(),
4355         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4356         the call to the generic pointer get/put functions with prefixing the
4357         function name with port->fun_prefix,
4358         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4359         * src/pic16/main.c (_process_pragma): prefix function with
4360         port->fun_prefix,
4361         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4362         calling assembler, old 18Fxxxx macro is deprecated,
4363         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4364         PC_ASMDIR in while condition,
4365         * (findInstruction): add PC_ASMDIR in while condition,
4366         * (buildCallTree): prefix main with port->fun_prefix,
4367         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4368         identifier for variable with banked access in instructions BTFSS,
4369         BTFSC, BCF, BSF, BTG
4370         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4371         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4372         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4373         perform optimization when enviroment variable NO_REG_OPT is set,
4374         * (insideLRBlock): NEW, return 1 if register is inside an
4375         INF_LOCALREGS block,
4376         * (RemoveRegFromLRBlock): remove a register that is completely
4377         eliminated by register optimization, but it is still left in local
4378         register store/restore in/from stack block,
4379         * (Remove2pcodes): after removing register, check to see if it
4380         should be removed from local register store/restore in/from stack
4381         block,
4382         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4383         DUMMY_READ_VOLATILE,
4384
4385         * device/include/pic16/adc.h: minor prototype modifications and
4386         update,
4387         * device/include/pic16/malloc.h: added GPL notice various
4388         modifications,
4389         * device/include/pic16/stdint.h: NEW, standard header for ints
4390         * device/include/pic16/delay.h: NEW, header for delay functions,
4391         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4392         delay1mtcy,
4393         * device/include/pic16/signal.h: NEW, header providing helper macros
4394         for implementing signal handlers,
4395         * device/include/pic16/stdio.h: added prototypes for functions,
4396         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4397         prototypes for stdin and stdout, added macro PUTCHAR to
4398         automatically implement putchar function prototype,
4399         * device/include/pic16/usart.h: modified and updated USART library,
4400         * device/lib/pic16/libio/adc/,
4401         * device/lib/pic16/libio/i2c: some modifications to improve library
4402         performance,
4403         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4404         family of functions,
4405         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4406         family of functions and other sources,
4407         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4408         of the PIC18Fxx[28] devices,
4409         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4410         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4411         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4412         _do_cinit function, because the previous failed when local variables
4413         where not placed in the same memory bank,
4414         * device/lib/pic16/libsdcc/char/: various modifications to improve
4415         library performance,
4416         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4417         information on the new functions of the c library and more...
4418
4419 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4420
4421         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4422
4423 2005-03-26 Raphael Neider <rneider AT web.de>
4424
4425         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4426           if condition == CARRY)
4427         * (genCmp): adapted to new genSkipc semantics
4428         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4429           on rIfx (genCmp was broken)
4430
4431 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4432
4433         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4434         * src/z80/main.c (_keywords[]),
4435         * src/SDCCglobal.h (struct options),
4436         * src/SDCC.y,
4437         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4438         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4439         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4440         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4441         always available in leading double underscore form. The C99 support is
4442         mostly missing, but it's a start.
4443         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4444         reserved identifier "__data".
4445
4446 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4447
4448         * src/mcs51/peeph.def: fixed bug 1170013
4449
4450 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4451
4452         * device/include/mcs51reg.h: fixed bug 842007
4453
4454 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4455
4456         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4457         last time.
4458
4459 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4460
4461         * src/port.h (struct PORT),
4462         * src/avr/ralloc.c (avr_assignRegisters),
4463         * src/avr/main.c,
4464         * src/ds390/ralloc.c (ds390_assignRegisters),
4465         * src/ds390/main.c,
4466         * src/hc08/ralloc.c (hc08_assignRegisters),
4467         * src/hc08/main.c,
4468         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4469         * src/mcs51/main.c,
4470         * src/pic/ralloc.c (pic14_assignRegisters),
4471         * src/pic/main.c,
4472         * src/pic16/ralloc.c (pic16_assignRegisters),
4473         * src/pic16/main.c,
4474         * src/xa51/ralloc.c (xa51_assignRegisters),
4475         * src/xa51/main.c,
4476         * src/z80/ralloc.c (z80_assignRegisters),
4477         * src/z80/ralloc.h,
4478         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4479         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4480         * src/SDCCcse.h,
4481         * src/SDCCdflow.c (computeDataFlow),
4482         * src/SDCCdflow.h,
4483         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4484         * src/SDCCloop.h,
4485         * src/SDCCcflow.c (*),
4486         * src/SDCCcflow.h,
4487         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4488         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4489         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4490         immedDom() returning wrong block; probably fixes bug #1160833)
4491
4492 2005-03-20 Borut Razem <borut.razem AT siol.net>
4493
4494         * support/scripts/inc2h.pl: WIN32 port
4495
4496 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4497
4498         * device/lib/makefile.in: added abs.c and labs.c
4499
4500 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4501
4502         * device/include/stdint.h: added
4503         * device/lib/abs.c: added
4504         * device/lib/labs.c: added
4505         * device/include/stdlib.h: added abs() and labs() prototypes
4506         * device/lib/libsdcc.lib: added abs and labs
4507         * device/include/float.h,
4508         * device/lib/_fsmul.c,
4509         * device/lib/printf_fast.c,
4510         * device/lib/printf_tiny.c: updated comments
4511
4512 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4513
4514         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4515         bug #1164313
4516
4517 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4520         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4521
4522 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4523
4524         * device/lib/printf_large.c: removed inline assembly for portability and
4525           readability. Use printf_fast if speed or size are more important.
4526         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4527         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4528
4529 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4530
4531         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4532         prevent compiler warning
4533
4534 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4535
4536         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4537         moved to level 0 and declared as static. Also they are explicit
4538         placed in access bank. This was necessery because some times they
4539         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4540         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4541         optimizations. Currently only compare to unsigned char is implemented,
4542         * src/pic16/gen.c: added fReturnIdx array,
4543         * (struct resolvedIfx) is moved to gen.h and made public,
4544         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4545         * (aopForSym): added an optimization to directly store in stack of
4546         the operand of a SEND iCode,
4547         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4548         but as registers instead (AOP_REG) using the fReturnIdx array,
4549         * (pic16_freeAsmop): remove the freed register from the
4550         _G.sregsAlloc field,
4551         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4552         a compare of 'WREG',
4553         * (pic16_popGetTempRegCond): changed function prototype, now
4554         function takes also a bitVector argument v which holds the current
4555         set of registers that are allocated for stack access by aopForSym,
4556         registers allocated in aopForSym for accessing stack symbols are not
4557         any more part of the functions usedRegs field,
4558         * (genCall): some times aopOp is called for a stack variable to be
4559         send, aopForSym might perform the push, if this is true make sure
4560         that genCall doesn't push the variable twice by testing _G.resDirect,
4561         * (genFunction): changed testing for unspecified interrupt number
4562         from 256 to INTNO_UNSPEC,
4563         * modified selection scheme of frame pointer generation. Previously
4564         if function did use local registers a frame pointer was generated,
4565         now a frame pointer is generated only if function has arguments
4566         (that need PLUSW2 register access), or has stack arguments, or the
4567         compiler is not instructed to omit the frame pointer,
4568         * (genEndFunction): before restoring local registers that were saved
4569         in the function preamble, also restore the registers that *might*
4570         have been allocated for stack access,
4571         * (genRet): removed some old comments,
4572         * (genCmp, the active (RN's) version): added a call to the
4573         pic16_genCmp_special function to perform the compare with a more
4574         robust and optimized way,
4575         * (genInline): a feature has been added in inline code generation,
4576         which allows a wildcard variable substitution when writing inline
4577         assembly. Code is incomplete and experimental therefore undocumented,
4578         * (genCast): changed order of aopOp for result and right to allow
4579         aopForSym to directly load the result if possible,
4580         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4581         perform an optimized compare on some selected special occasions,
4582         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4583         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4584         generate an IVT any more,
4585         * src/pic16/main.c (pic16_optionsTable): added command line option
4586         --optimize-cmp,
4587         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4588         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4589         macros,
4590         * src/pic16/NOTES: Raphael Neider added in list of active developers
4591         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4592         jumptable_end to prevent bug #,
4593         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4594         inCond and outCond fields,
4595         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4596         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4597         turn off register spilling,
4598         * (packRegsForOneUse): synced with other ports' versions although it
4599         is not used currently,
4600         * (pic16_packRegisters): added an optimization while reading
4601         structure bitfields, some registers may be saved (malloc code is
4602         decreased by 80 bytes)
4603
4604 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4605
4606         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4607         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4608         this can be optimized more?
4609
4610 2005-03-10 Raphael Neider <rneider AT web.de>
4611
4612         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4613           genNearPointerGet): (hopefully) fixed access to bitfields via
4614           pointers (p->bitN = x; and x = p->bitN; failed)
4615
4616 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4617
4618         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4619
4620 2005-03-09 Raphael Neider <rneider AT web.de>
4621
4622         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4623
4624 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4625
4626         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4627         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4628           (regTypeNum): set REG_BIT type if necessary
4629         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4630         * support/regression/tests/critical.c: check bug 1144613
4631
4632 2005-03-02 Raphael Neider <rneider AT web.de>
4633
4634         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4635
4636 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4637
4638         * src/avr/ralloc.c (serialRegAssign),
4639         * src/ds390/ralloc.c (serialRegAssign),
4640         * src/hc08/ralloc.c (serialRegAssign),
4641         * src/mcs51/ralloc.c (serialRegAssign),
4642         * src/pic/ralloc.c (serialRegAssign),
4643         * src/pic16/ralloc.c (serialRegAssign),
4644         * src/xa51/ralloc.c (serialRegAssign),
4645         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4646
4647 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4648
4649         * src/SDCCast.c (decorateType): fixed bug 1124787
4650
4651 2005-02-20 Hubert Sack <sack AT digiplan.de>
4652         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4653
4654         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4655         patch #1121755
4656
4657 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4658
4659         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4660         to keep the correct label reference count when adding/removing references
4661         to labels. A peephole file using this is appended to patch #1144962.
4662
4663 2005-02-14 Raphael Neider <rneider AT web.de>
4664
4665         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4666         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4667         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4668           retrievals of result operand's value on assignment
4669
4670 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4671
4672         * device/include/pic16/string.h: modified prototype for memccpy()
4673         to memccpy(void *, void *, char, size_t)
4674         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4675         check whether to omit frame pointer or not,
4676         * (genInline): convert all occurences of "\n" to LF in inline
4677         assembler blocks, this helps formatting the inline text,
4678         * (pic16_loadFSR0): modified prototype,
4679         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4680         removed some 8051 legacy code,
4681         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4682         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4683         before allocating temporary registers in functions,
4684
4685 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4686
4687         * support/regression/tests/bitvars.c: corrected the "fix"
4688
4689 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4690
4691         * support/regression/tests/bitvars.c,
4692         * support/regression/tests/bitwise.c,
4693         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4694
4695 2005-02-10 Raphael Neider <rneider AT web.de>
4696
4697         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4698           different size for Alpha
4699         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4700
4701 2005-02-09 Raphael Neider <rneider AT web.de>
4702
4703         * src/SDCC.lex(doPragma) : save and restore warning options as well
4704           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4705         * have #pragma less_pedantic set the errorlevel to WARNING
4706           (fixes #1117001)
4707         * (cloneOptimize) : fixed wrong malloc's size
4708         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4709           facilitate correct handling of #pragma (save|restore)
4710
4711 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4712
4713         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4714
4715 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4716
4717         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4718
4719 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4720
4721         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4722
4723 2005-02-02 Raphael Neider <rneider AT web.de>
4724
4725         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4726         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4727         * (pic16_storeForReturn): fixed to allow returning function pointers
4728         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4729         * device/include/pic16/{stddef.h,stdbool.h}: added
4730
4731 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4732
4733         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4734
4735 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4736
4737         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4738         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4739          appeared to be required
4740
4741 2005-01-31 Borut Razem <borut.razem AT siol.net>
4742
4743         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4744           include/mcs51 and include/z80 directories to the package
4745
4746 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4747
4748         * src/hc08/gen.c (genFunction): fixed bug #1112752
4749
4750 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4751
4752         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4753
4754 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4755
4756         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4757
4758 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4759
4760         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4761
4762 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4763
4764         * device/include/c8051fxxx.h: removed these 6 files
4765         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4766
4767 2005-01-26 Raphael Neider <rneider AT web.de>
4768
4769         * src/pic16/gen.c (genAssign): fixed assignment from longs
4770           in codespace (were cut to three bytes)
4771         * (genDummyRead): implemented (except for CODESPACE...),
4772           fixed bug #1108575
4773         * src/pic16/glue.c (emitStatistics): beautified
4774         * device/lib/pic16/libm/Makefile: added include path
4775
4776 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4777
4778         * src/z80/gen.c (aopPut): fixed bug #1103902
4779
4780 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4781
4782         * device/lib/expf.c: fixed bug #1095792
4783
4784 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4785
4786         * device/lib/pic16/libm: added Math library sources
4787
4788 2005-01-24 Raphael Neider <rneider AT web.de>
4789
4790         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4791           to enable upcast to pCodeOpReg2 (there is no type tag to
4792           differenciate the two and pic16_popGet2p cast into PCOR2)
4793         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4794           (sizeof(sectNames) changed to sizeof(sectName))
4795           Both patches fix segfaults under MinGW.
4796
4797 2005-01-23 Raphael Neider <rneider AT web.de>
4798
4799         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4800           Safe_[mc]?alloc()'ed variables
4801         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4802           of (byte sized) temporaries (assign them to WREG for now)
4803         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4804           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4805           this might fix SIGSEGVs on MinGW...
4806         * src/SDCCopt.c (killDeadCode): restored original behaviour
4807           (volatile operands might get thrown away though)
4808
4809 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4810
4811         * src/pic16/gen.c: fixed bug #1106975,
4812         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4813         pointer update, INTCON is saved, global interrupts are disabled and
4814         restored after updateing TOS.
4815         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4816         * added function attribute 'shadowregs' to take advantage of shadow
4817         registers,
4818         * added function attribute 'wparam' as an alternative to the wparam
4819         pragma,
4820         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4821         user declares a non-ISR function as 'shadowregs',
4822         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4823
4824 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4825
4826         * .version: bumped version number to 2.4.8
4827         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4828         pic16 port,
4829         * device/lib/pic16/libio/i2c/: I2C module support library,
4830         * device/include/pic16/i2c.h: I2C support library header,
4831         * device/lib/pic16/libc/stdio/: standard IO support sources,
4832         * (printf_small.c): printf_small() source, supports float print,
4833         * (printf_tiny.c): printf_tiny() source, does not support floats,
4834         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4835         enable global optimizations for entire library source, other
4836         Makefiles in the source tree are also modified to reflect this,
4837         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4838         function,
4839         * doc/sdccman.lyx: updated to reflect new changes,
4840         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4841         sym->onStack if-case,
4842         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4843         sbit, idata, _idata, xdata, _xdata,
4844         * added pragma library, to link an external library, (see doc),
4845         * removed command line options, --pomit-config-words, --pomit-ivt,
4846         --pleave-reset-vector,
4847         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4848         when calling assembler to reflect memory model used, also define
4849         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4850         reflect stack model used,
4851         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4852         on stack return NULL,
4853
4854 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4855
4856         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4857           of the operands is volatile. Fixes #1020220
4858
4859 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4860
4861         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4862         * (OptimizeRegUsage): make sure that there is really no other flow where
4863           the first pCode is used
4864
4865 2005-01-22 Raphael Neider <rneider AT web.de>
4866
4867         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4868           to fix #1106967 (pCode->seq are not set up correctly)
4869
4870 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4871
4872         * src/SDCCglue.c (glue): make sure code area is declared before the
4873         static initialization area.
4874
4875 2005-01-21 Raphael Neider <rneider AT web.de>
4876
4877         * device/lib/Makefile.in: fixed test for pic16 install dir
4878         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4879           optimizations
4880         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4881           added --optimize-goto compiler switch and pragma wparam documentation
4882         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4883         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4884           and PRODH closing bug #1071770 (peephole optimizer)
4885
4886 2005-01-19 Raphael Neider <rneider AT web.de>
4887
4888         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4889           cmdLine buffers (used when calling sdcpp...) are large enough
4890           (MAX_PATH=256 truncates arguments leading to system halts when
4891           used in MinGW...)
4892         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4893         * (genUminus): rewritten to for efficiency
4894         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4895           used uninitialized in some cases)
4896         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4897           copy the third byte from the int -- now assumes 0x80 (data memory)
4898         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4899           operands (genAddLit expects the iCode's operands to swapped as
4900           well), fixed leftover bytes (crashed for short left operands)
4901         * (pic16_genMinusDec): performance improvements, removed false
4902           PIC14 emitSKPNCs
4903         * (pic16_genMinus): fixed to cope with differently sized operands
4904         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4905           for --obanksel > 1
4906         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4907         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4908           new banksel optimization
4909         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4910           analysis for temporary registers (segfaults...)
4911         * src/pic16/peeph.def: added rule
4912
4913 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4914
4915         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4916         which converts a float number to its ASCII representation
4917         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4918         functions to convert the fractional and integer part of a float to ASCII,
4919         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4920         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4921         ram
4922         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4923         _STATMEM macros,
4924         * device/include/pic16/adc.h: added GPL info,
4925         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4926         a pCodeOp as tested operand,
4927         * (genNearPointerGet): optimized bit testing, does not use
4928         intermediate register for bit value, test directly instead with
4929         BTFSS, BTFSC, works only for single bits,
4930         * (genpic16Code): dump the name of the iCode in the asm,
4931         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4932         renamed to pic16_decodeOp,
4933         * (serialRegAssign): do not allocate a temporary register for iCode
4934         sequences that test a single bit for 1/0
4935
4936 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4937
4938         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4939         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4940         access stack and frame pointers. They are initially assigned to
4941         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4942         accessing SFRs. Updated all occurences of modification of stack or
4943         frame pointer in gen.c and pcode.c,
4944         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4945         assigning of a literal value to pointers,
4946         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4947         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4948         selected
4949
4950 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4951
4952         * doc/sdccman.lyx: update documentation about stack pragma, added
4953         some info for stack memory models
4954
4955 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4956
4957         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4958
4959 2005-01-08 Raphael Neider <rneider AT web.de>
4960
4961         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4962           udata sections to fix bug #1097823
4963
4964 2005-01-05 Raphael Neider <rneider AT web.de>
4965
4966         * src/pic16/gen.c (genGenericShift): added handling of differently
4967           sized left operand and result
4968
4969 2005-01-04 Raphael Neider <rneider AT web.de>
4970
4971         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4972         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4973           to hold the condition bit)
4974         * added new version of genCmp (old code available via #define)
4975         * added new version of genShiftLeft/genShiftRight in a generic
4976           way, now supports shifting by negative values
4977         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4978           shiftCount (expected by genGenericShift)
4979         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4980         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4981           dump
4982         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4983           is an invalid literal too...)
4984
4985 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4986
4987         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4988         from Raphael Neider,
4989         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4990         for 8-bit literals. This fixes some literal operands which are sign
4991         extended to 16-bits ints when instruction needs only 8-bits.
4992
4993 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4994
4995         * device/lib/logf.c: added mcs51 assembly version
4996         * device/lib/expf.c: added mcs51 assembly version
4997         * device/lib/_logexpf.c: new shared asm code for expf and logf
4998         * device/include/math.h: add defines for assembly math library
4999         * device/lib/Makefile.in: build new _logexpf.c
5000         * device/lib/libfloat.lib: use new _logexpf.c
5001
5002 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5003
5004         * src/pic/device.c
5005         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5006           device types which have less than 0x7f registers.
5007
5008 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5009
5010         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5011
5012 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5013
5014         * device/lib/printf_fast.c: only build on supported arch.
5015         * device/lib/printf_tiny.c: only build on supported arch.
5016         * device/lib/printf_fast_f.c: only build if asm float lib
5017         * device/lib/_fsget1arg.c: only build if asm float lib
5018         * device/lib/_fsget2args.c: only build if asm float lib
5019         * device/lib/_fsnormalize.c: only build if asm float lib
5020         * device/lib/_fsreturnval.c: only build if asm float lib
5021         * device/lib/_fsrshift.c: only build if asm float lib
5022         * device/lib/_fsswapargs.c: only build if asm float lib
5023         * device/include/stdio.h: don't provide print_fast,
5024           print_fast_f, print_tiny prototypes if --xstack used
5025
5026 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5027
5028         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5029         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5030           to the SOURCES
5031
5032 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5033
5034         * device/lib/printf_fast_f.c: same as printf_fast, but
5035           with floating point enabled
5036         * device/lib/printf_fast.c: minor tweaks
5037         * device/include/stdio.h: add printf_fast_f
5038
5039 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5040
5041         * src/SDCCmain.c: make --float-reent default for mcs51
5042         * device/lib/_fsadd.c: added mcs51 assembly version
5043         * device/lib/_fssub.c: added mcs51 assembly version
5044         * device/lib/_fsmul.c: added mcs51 assembly version
5045         * device/lib/_fsdiv.c: added mcs51 assembly version
5046         * device/lib/_fseq.c: added mcs51 assembly version
5047         * device/lib/_fsneq.c: added mcs51 assembly version
5048         * device/lib/_fsgt.c: added mcs51 assembly version
5049         * device/lib/_fslt.c: added mcs51 assembly version
5050         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5051         * device/lib/Makefile.in: add _fscmp to build
5052         * device/lib/libfloat.lib: add _fscmp to build
5053
5054 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5055
5056         * device/lib/_fs2slong.c: added mcs51 assembly version
5057         * device/lib/_fs2sint.c: added mcs51 assembly version
5058         * device/lib/_fs2schar.c: added mcs51 assembly version
5059         * device/lib/_fs2ulong.c: added mcs51 assembly version
5060         * device/lib/_fs2uint.c: added mcs51 assembly version
5061         * device/lib/_fs2uchar.c: added mcs51 assembly version
5062         * device/lib/_slong2fs.c: added mcs51 assembly version
5063         * device/lib/_sint2fs.c: added mcs51 assembly version
5064         * device/lib/_schar2fs.c: added mcs51 assembly version
5065         * device/lib/_ulong2fs.c: added mcs51 assembly version
5066         * device/lib/_uint2fs.c: added mcs51 assembly version
5067         * device/lib/_uchar2fs.c: added mcs51 assembly version
5068         * device/include/float.h: added #define to select asm vs c
5069
5070 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5071
5072         * device/lib/printf_fast.c: improvements to float output
5073         * device/include/float.h: add defines for assembly float library
5074         * device/lib/_fsget1arg.c: receive 1 float arg
5075         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5076         * device/lib/_fsnormalize.c: normalize a float
5077         * device/lib/_fsreturnval.c: return float, various helper routines
5078         * device/lib/_fsrshift.c: right shift a float's mantissa
5079         * device/lib/_fsswapargs.c: swap 2 floats
5080         * device/lib/Makefile.in: build these 6 new files for mcs51
5081         * device/lib/libfloat.lib: add these 6 files to the library
5082
5083 2004-12-26 Borut Razem <borut.razem AT siol.net>
5084
5085         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5086           built by gcc 3.4.2
5087
5088 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5089
5090         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5091           and fully reentrant and register bank neutral.
5092         * device/lib/printf_fast.c: added float (not enabled by default),
5093           added compact/slower integer (also not enabled by default),
5094           improved size/speed of fast integer code, other minor changes
5095         * device/include/stdio.h, device/lib/Makefile.in,
5096           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5097
5098 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5099
5100         * src/pic16/pcode.c: declaring variables other than at the start of a
5101           block is not supported in C by VC6.
5102
5103 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5104
5105         * applied a previous patch from Raphael Neider that wasn't included
5106         in the previous commits, which fixes infinite loops within jumptable
5107         improvements,
5108         * made some fixes that previous patches introduced
5109
5110 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5111
5112         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5113         that fixes an issue with AOP_PCODE asmop's offset,
5114         * (pic16_popCopyReg): update instance field too,
5115         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5116         function of pic port,
5117         * (genCmp, genAnd, genAssign),
5118         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5119
5120 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5121
5122         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5123         variables initial values to idata section,
5124         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5125         variables in some functions. This utilizes parmBytes field of iCode
5126         structure to hold the offset of the variable in stack. (might be
5127         able to use the stack field too?)
5128         * applied patch from Raphael Neider # ### , # ###
5129         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5130         variable initial values in idata section,
5131         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5132         for static variables with initial value
5133         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5134         applied fix in while loop from Raphael Neider.
5135
5136 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5137
5138         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5139         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5140         * src/ds390/ralloc.c (serialRegAssign): spill bits
5141         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5142         * support/Util/SDCCerr.c,
5143         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5144         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5145         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5146
5147 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5148
5149         * device/include/sdcc-lib.h: inserted LGPL, added includes
5150           asm/ds390/features.h and asm/mcs51/features.h
5151         * device/include/asm/default/features.h,
5152         * device/include/asm/gbz80/features.h,
5153         * device/include/asm/z80/features.h: added empty _AUTOMEM
5154           and _STATMEM
5155         * device/include/asm/ds390/features.h,
5156         * device/include/asm/mcs51/features.h: added files with defines for
5157           _AUTOMEM and _STATMEM indicating automatic and static storage class
5158         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5159         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5160         * src/SDCCicode.c (geniCodeCast),
5161         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5162         * src/SDCCloop.c (loopInduction): removed unused variable lr
5163         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5164           to convertToFcall to include char modulo (RFE 1065037), added check
5165           if left operand is unsigned and use abs of literal value
5166         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5167           as it doesn't work after conversion from peephole.def to peephole.rul
5168         * src/mcs51/gen.c (toBoolean): added check for size,
5169           (genModOneByte): optimized code for signed char modulo a literal
5170           power of 2 (thanks to Hubert Sack),
5171           (genRRC): removed unnecessary "clr c",
5172           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5173         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5174           jump optimization,
5175           swapped rules 256.c and 256.d,
5176           extended 256.d by using new multiple checks (thanks Erik),
5177           added rules 256.e and 256.f,
5178           updated rule 261.a and 261.b to new generated code
5179         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5180
5181 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5184           induction related bugs, including first part of bug #1074377
5185
5186 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5187
5188         * applied patch from bug-report #1076292,
5189         * applied patches for genAnd and Goto-optimizations for Raphael
5190         Neider,
5191         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5192         dump a less iCode information,
5193         * src/pic16/device.h (pic16_options_t): added field debgen,
5194         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5195         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5196         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5197         puclic,
5198         * (various functions): added macros FENTRY and FENTRY2 to functions,
5199         to emit function prologue,
5200         * (various functions): fixed indentation,
5201         * (genNearPointerGet): fixed loading of FSR0,
5202         * (genPackBits): applied patch from Raphael Neider to fix updating
5203         of FSR0 and touching only the modified bits,
5204         * src/pic16/genarith.c (various functions): added macros FENTRY to
5205         emit function prologue in comments,
5206         * src/pic16/pcode.h: added functions debugf2, debugf3,
5207         * src/pic16/ralloc.c: partial fix for packForPush caused
5208         segmentation fault,
5209
5210 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5211
5212         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5213           <stsp AT users.sourceforge.net> with reversed byte order
5214         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5215
5216 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5217
5218         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5219           bug #1074377
5220         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5221         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5222
5223 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5224
5225         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5226
5227 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5228
5229         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5230           conditions,
5231           (setFromConditionArgs): friendly operand parser for peephole rules,
5232           (operandBaseName, operandsNotRelated): new peephole condition
5233           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5234           architecture specific register naming into account, handles n-way
5235           comparisons, and supports quoted literals
5236         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5237
5238 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5239
5240         * src/mcs51/peeph.def: fixed bug #1076940
5241
5242 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5243
5244         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5245
5246 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5247
5248         Adding support for replacing ljmps with sjmps in jumptables
5249         generated for switch statements. For now you need to set the
5250         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5251         Now 4 algorithms for mcs51 jumptable generation are used:
5252         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5253         addresses loaded pc-relative for up to 112 cases and stack-pushing
5254         target addresses loaded with offset from dptr for up to 256 cases.
5255
5256         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5257         * src/mcs51/main.c: adapted constants for switch table generation
5258         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5259
5260 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5261
5262         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5263         * support/regression/tests/bug1057979.c: added test for bug 1073386
5264
5265 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5266
5267         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5268         compilers
5269
5270 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5271
5272         * src/pic16/device.h,
5273         * src/pic16/genarith.c,
5274         * src/pic16/glue.c,
5275         * src/pic16/main.c,
5276         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5277
5278 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5279
5280         Large cummulative patch for pic16 port.
5281         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5282         to call when a stack overflow occurs,
5283         * (malloc.h): added CVS Id tag,
5284         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5285         variable,
5286         * added libc directory. The current version of LibC contains string
5287         functions, ctype functions and macros and some functions of the
5288         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5289         be extensively tested in the future. Standard disclaimer here.
5290         Library is not automatically build yet. But one can build it by
5291         invoking 'make' inside the libc directory.
5292         * added ADC library under libio. Preliminary version yet.
5293
5294         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5295         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5296         aopForRemat() now and not by pic16_aopOp(),
5297         * (pic16_popGetTempReg): removed warning messgae when allocating
5298         temporary registers, its a buggy feature and will be removed,
5299         * (pic16_popGet): set register instance field in AOP_CRY,
5300         * (pic16_outBitC): fixed for results in size greater than 1,
5301         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5302         * (pic16_storeForReturn): optimized return of 0,
5303         * (genCmp): experimental code for new genCmp which uses PIC18's
5304         special compare&skip instructions. Initial tests fail some times
5305         with variables grater than 1 byte in size, so new code is disabled,
5306         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5307         a single bit,
5308         * (genCast): began a fix to optimize the casting of a bit to another
5309         bit, now assigning a bitfield to another bitfield will fail, sorry,
5310         * src/pic16/main.c: disabled the use of lr-support feature,
5311         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5312         * added some function prototypes, added function _debugf prototype,
5313         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5314         bits with offset (case PO_GPR_BIT),
5315         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5316         command line,
5317         * (isBankInstruction): modified to return 0 for no banking instruction,
5318         and 1 for banking instruction,
5319         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5320         caused stop processing pCodes after a inline assembly block,
5321         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5322         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5323         registers when it shouldn't,
5324         * src/pic16/ralloc.c (allocReg): add preliminary support for
5325         supporting a limited set of temporary registers,
5326
5327 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5328
5329         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5330           genDataPointerSet): ensure assignments always copy in MSB to LSB
5331           order,
5332           (loadRegFromAop): recognize CLRH optimization,
5333           (genFunction): optimize RECEIVE iCodes in reentrant functions
5334
5335 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5338           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5339           selected.
5340         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5341         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5342           contiguous with data
5343
5344 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5345
5346         * device/lib/_gptrget.c (_gptrget),
5347         * device/lib/_gptrgetc.c (_gptrgetc),
5348         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5349           instead of sjmp to ret
5350         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5351           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5352
5353 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5354
5355         * .version: bumped version to 2.4.7
5356         * device/lib/_gptrget.c (_gptrget): is now _naked
5357         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5358         * device/lib/_gptrput.c (_gptrput): is now _naked
5359         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5360           (createFunction): fixed xstack
5361         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5362         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5363           or bit either,
5364           (geniCodeCritical): store original interrupt state in an iTemp bit
5365           var unless stack-auto
5366         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5367         * src/SDCCmain.c (setIncludePath): added include/target to search path
5368         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5369         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5370           prototype,
5371           (processFuncArgs): put bit vars in bit area
5372         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5373           unsaveRBank): fixed xstack,
5374           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5375           (genFunction, genEndFunction): fixed xstack,
5376           (genAssign): optimization don't walk backwards through mem
5377         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5378         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5379         * support/regression/Makefile: also make library (for stack-auto) when
5380           making "all" and added "test-mcs51-xstack-auto"
5381         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5382         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5383         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5384         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5385         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5386           make-library by MAKE_LIBRARY
5387         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5388           regression tests for xstack
5389         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5390         * support/regression/tests/critical.c: test for critical on mcs51
5391
5392 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5395           built version of sdcc instead of installed version
5396
5397 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5398
5399         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5400         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5401           vprintf.c now
5402         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5403         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5404           WARNING: remove device/lib/build/z80/printf.o by hand when
5405           updating from previous build!
5406         * device/lib/z80/printf.c: updated comment
5407         * support/regression/tests/bug1057979.c: test all ports now
5408         * support/regression/tests/bug1065458.c: file added
5409
5410 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5411
5412         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5413           *_start and *_end symbols for static functions
5414
5415 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5416
5417         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5418           and search crt0.o in all library paths,
5419           (setIncludePath): proper handling of --nostdinc,
5420           (setLibPath): proper handling of --nostdlib
5421         * support/regression/Makefile,
5422         * support/regression/ports/ds390/spec.mk,
5423         * support/regression/ports/gbz80/spec.mk,
5424         * support/regression/ports/hc08/spec.mk,
5425         * support/regression/ports/mcs51/spec.mk,
5426         * support/regression/ports/mcs51-large/spec.mk,
5427         * support/regression/ports/mcs51-stack-auto/spec.mk,
5428         * support/regression/ports/z80/spec.mk: use include and lib files from
5429           built version of sdcc instead of installed version
5430         * doc/sdccman.lyx: fixed typo in --nostdinc
5431
5432 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5433
5434         * src/pic/pcode.c,
5435         * src/pic/device.c,
5436         * src/pic/ralloc.c,
5437         * src/pic/gen.c : added support to generate code for struct bit fields.
5438
5439 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5440
5441         * as/xa51/xa_version.h,
5442         * device/include/errno.h,
5443         * device/include/regc515c.h,
5444         * device/lib/_itoa.c,
5445         * device/lib/_ltoa.c,
5446         * device/lib/ser_ir_cts_rts.c,
5447         * sim/ucsim/xa.src/glob.cc,
5448         * sim/ucsim/xa.src/inst_gen.cc,
5449         * sim/ucsim/xa.src/xa_bit.cc,
5450         * sim/ucsim/xa.src/xa_sfr.cc,
5451         * sim/ucsim/z80.src/inst_dd.cc,
5452         * sim/ucsim/z80.src/inst_fdcb.cc,
5453         * support/scripts/keil2sdcc.pl,
5454         * src/pic16/pic16.dsp,
5455         * src/pic16/pic16a.dsp: corrected cvs line endings
5456         * device/lib/printf_large.c: fixed bug 1057979
5457         * src/pic16/gen.c: fixed non-C standard code
5458         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5459         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5460         * support/regression/ports/mcs51/support.c: reload T1 asap
5461         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5462           pdata use and clear idata startup behaviour
5463         * support/regression/tests/bug1057979.c: added
5464
5465 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5466
5467         * device/examples/ds390/ow390/ad26.h,
5468         * device/examples/ds390/ow390/cnt1d.h,
5469         * device/examples/ds390/ow390/crcutil.c,
5470         * device/examples/ds390/ow390/ownet.h,
5471         * device/examples/ds390/ow390/owsesu.c,
5472         * device/examples/ds390/ow390/swt12.h,
5473         * device/examples/ds390/ow390/swtoper.c,
5474         * device/examples/ds390/ow390/temp10.h,
5475         * device/examples/ds390/ow390/thermodl.c,
5476         * device/examples/ds390/tinitalk/tinitalk.dsp,
5477         * device/examples/ds390/tinitalk/tinitalk.dsw,
5478         * device/examples/mcs51/clock/hw.h,
5479         * device/examples/mcs51/simple2/go.bat,
5480         * device/examples/serialcomm/windows/serial.h,
5481         * device/examples/xa51/dummy.c,
5482         * device/examples/xa51/hello.c,
5483         * device/include/80c51xa.h,
5484         * device/include/at89x051.h: corrected cvs line endings
5485
5486 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5487
5488         * src/pic16/main.c (options): added command line --gstack, to trace
5489         stack over/under flows,
5490         * added pragma 'wparam' to allow passing first byte of function
5491         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5492         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5493         call to __gstack_test function and sets up the symbol as extern,
5494         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5495         * popaop): added call to pic16_testStackOverflow,
5496         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5497         wparamList list,
5498         * (genCall, genPcall): now all parameters are passed via stack
5499         except in functions that are pass to wparam pragma in which WREG is
5500         used too,
5501         * (genPcall): REENTRANT flag is checked to see if variable prototype
5502         contains reentrant keyword, don't call a non-reentrant function, via
5503         a reentrant function pointer or vice versa, functions are never
5504         passed via WREG,
5505         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5506         D.Winkler,
5507         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5508         SIGSEGV when accessing a NULL register stucture,
5509         * (pic16_printGPointerType): modified to handle UPPER modifier for
5510         function initializers, changed prototype of function to simpler one,
5511         * (pic16_printIvalFuncPtr): check to see if function is already
5512         added in externs list,
5513         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5514         optimized a move from W to SFR with a move to the same register
5515         later after a CALL,
5516         * device/lib/pic16/debug: NEW directory, contains debug features
5517         which are enabled when linking with libdebug.lib, currently command
5518         line option --gstack enables stack pointer tracing for over/under
5519         flow, corresponding sources are in debug/gstack
5520
5521 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5522
5523         * doc/sdccman.lyx: updated SDCC version,
5524         * (PIC16 port): update list of command line options,
5525         * src/pic16/device.h (structure pic16_options_t): added field gstack
5526         to enable stack overflow tracing on push/pops,
5527         * src/pic16/device.c (statistics structure): added statistics
5528         structure,
5529         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5530         pic16_dump_int_registers): increase statistics counters for each
5531         * variable which is encountered
5532         * (pic16_dump_usection): emit each .udata variable to its own udata
5533         section,
5534         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5535         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5536         parameters via stack, otherwise use old scheme,
5537         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5538         assembler output file,
5539         * src/pic16/main.c: added command line options --gstack to enable
5540         push/pop tracing for stack overflow,
5541         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5542         instructions): added size of each instruction,
5543         * (pic16_countInstruction): estimate size of instructions in
5544         the_pFile list, inline assembly blocks are not counted,
5545         * (pic16_FixRegisterBanking): trace previous register usage, when
5546         banksel optimizations is greater than 0, don't emit a redudant
5547         banksel directive,
5548
5549 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5550
5551         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5552         * src/pic16/ralloc.c : applied same fix for pic16.
5553         * src/pic/gen.c : tidied it up a little.
5554
5555 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5556
5557         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5558         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5559
5560 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5561
5562         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5563
5564 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5565
5566         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5567         non-reentrant function __modsint in the interrupt function (thus
5568         corrupting math operations during serial I/O)
5569         * device/lib/ser_ir.c: as above, changed buffersize
5570         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5571         256.c,d for zeroing
5572         * doc/Makefile: added option -t for rsync
5573
5574 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5575
5576         * src/SDCCast.h (struct ast),
5577         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5578
5579 2004-10-20 Borut Razem <borut.razem AT siol.net>
5580
5581         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5582         package
5583
5584 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5585
5586         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5587         makefile targets,
5588         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5589         support functions to replace long sequences of MOVFF's from access
5590         bank registers to stack and vice versa,
5591         * src/pic16/device.h: added new field opt_flags, where optimization
5592         flags can be set to enable certain features,
5593         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5594         * pBlock, (genFunction, genEndFunction): surroung loop for
5595         saving/loading used registers in stack with PC_INFO pCodes,
5596         INF_LREGS. Code in between can then be optimized by pCode optimizer
5597         to support function calls,
5598         * (genDataPointerSet): fixed bug which loaded float fields in
5599         structures with corrupt data,
5600         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5601         in a standard way debug info on stderr. Feature used for developing
5602         and debugging only,
5603         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5604         obsolete chunks of code,
5605         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5606         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5607         * pic16/src/pcode.c (pic16_newpCodeInfo,
5608         * (pic16_newpCodeOpLocalRegs),
5609         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5610         feature,
5611         * (pic16_pCodeConstString): printing of the initial value of a
5612         symbol as a comment is inhibited since parsing was already done by
5613         copyStr and output is corrupt,
5614         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5615
5616 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5617
5618         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5619
5620 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5621
5622         * as/mcs51/lkarea.c: removed old K&R style,
5623           (lnksect): changed check on boundary error,
5624           (lnksect2): changed check on boundary error,
5625           (lnksect2): extend XSTK to end of page if size = 1
5626         * as/mcs51/lkmain.c: removed old K&R style,
5627           (Areas51): create l_IRAM symbol
5628         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5629         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5630           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5631         * device/lib/_mullong.c: added version to be compiled with xstack
5632         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5633         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5634         * device/lib/mcs51/crtxstack.asm: fixed comment
5635         * src/SDCCglue.c: maxInterrupts defaults to 0,
5636           (emitMaps): added pdata,
5637           (createInterruptVect): (re)moved default,
5638           (glue): added pdata,
5639           (glue): moved __start__xstack to XSTK with default size 1
5640         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5641           and options.float_rent when options.stackAuto is set,
5642           (linkEdit): only write XDATA_NAME if provided on command line
5643         * src/SDCCmem.h,
5644         * src/SDCCmem.c: added pdata
5645         * src/port.h: added pdata_name to PORT
5646         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5647           (saveRegisters, unsaveRegisters): removed usage of B,
5648           (genMinus): fixed accumulator clash,
5649           (genJumpTab): added comment, this needs another look
5650         * src/mcs51/gen.c: added check for "B in use" paranoia,
5651           added pushB() and popB()
5652         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5653           chance
5654         * src/avr/main.c,
5655         * src/ds390/main.c,
5656         * src/hc08/main.c,
5657         * src/mcs51/main.c,
5658         * src/pic/main.c,
5659         * src/pic16/main.c,
5660         * src/xa51/main.c,
5661         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5662           added PSEG (PAG,XDATA) or NULL to port specifier
5663         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5664         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5665           (_mcs51_genInitStartup): removed __start__xstack equ,
5666           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5667         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5668         * src/z80/gen.c (_rleAppend): fixed warnings
5669         * support/regression/tests/zeropad.c: added pdata test
5670         * .version: bumped to 2.4.6
5671
5672 2004-10-17 Borut Razem <borut.razem AT siol.net>
5673
5674         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5675         as a part of nightly build
5676
5677 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5678
5679         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5680         WREG holds the first byte function parameters,
5681         * (aopForSym): take special case for symbols which are in FARSPACE
5682         but in CODESPACE too,
5683         * (assignResultValue): modified to take into account _G.useWreg,
5684         * (genCall): don't use wreg for parameter passing when function is
5685         declared as reentrant, too, added optimization INCF to stack
5686         pointer when stack parameter count is 1,
5687         * (genFunction, genEndFunction): refurnished and fixed to not using
5688         wreg for passing parameters when function has varargs or is
5689         reentrant, fixed bug with symbol name compare for generating
5690         functions in absolute address,
5691         * (pic16_storeForReturn): refurnished,
5692         * (genCmp): began writing a new version of the function, not ready
5693         yet, therefore it is disabled,
5694         * (genAssign): do not read code memory when assigning a function to
5695         a pointer function,
5696         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5697         array of characters, not pointer,
5698         * (pic16initialComments): in debug mode emit an .ident directive for
5699         the assembler,
5700         * (_process_pragma): emit a new warning type (internal to pic16)
5701         when setting stack to default length, emit a similar warning when
5702         placing a function at absolute address and address is not word aligned
5703         * (_pic16_parseOptions): added 'return TRUE' statement,
5704         * (_pic16_linkEdit): if compiling a source, then add the source's
5705         file object, first in the list of objects to link,
5706
5707 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5708
5709         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5710         * src/pic/main.c : removed VC warning.
5711         * src/pic/gen.c : changed comment.
5712
5713 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5714
5715         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5716         reference to a deprecated symbol _GPTRREG was causing failure to
5717         link. Thanks G. M. Gallant for the info.
5718
5719 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5720
5721         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5722         comments for Bugs item #954788.
5723
5724 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5725
5726         * src/pic16/device.c (pic16_dump_gsection,
5727         * pic16_groupRegistersInSection): handle symbols declared to be in
5728         access bank differently,
5729         * src/pic16/gen.c (struct _G): added field resDirect,
5730         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5731         send values read from stack directly to result and don't allocate
5732         temporary values,
5733         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5734         same registers,
5735         * (pic16_sameRegsOfs): NEW,
5736         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5737         free because they were not allocated from temporary pool,
5738         * pic16_popRegFromString): workaround to fix a problem with
5739         allocating variables twice or never,
5740         * (genGenPointerGet): using PRODL instead of FSR0H,
5741         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5742         instead of FSR0H,
5743         * (genAssign): take advantage of the _G.resDirect flag,
5744         * (genCast): around line 11844, use mov2f instead of directly
5745         MOVFF'ing between operands to account for literal values,
5746         * src/pic16/genutils.c: some new debug functions for gpsim have been
5747         added,
5748         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5749         float with integer part only,
5750         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5751         place variables in access bank
5752         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5753         updated sources to reflect recent changes in gen.c
5754
5755 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5756
5757         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5758         sources that searched for headers in installation path, now the
5759         device/include/pic16 is used,
5760         * src/pic16/glue.c (pic16glue),
5761         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5762         .line directives if not in debug mode, this suppresses assembler's
5763         warnings for ignored directives
5764
5765 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5766
5767         * src/port.h: made reset_regparms prototype void parameter explicit.
5768         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5769         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5770         * doc/sdccman.lyx: documented warning disabling and how to use
5771           printf_large to make it print floats.
5772         * device/include/stdbool.h: NEW
5773         * device/lib/_atof.c,
5774         * device/lib/_divuint.c,
5775         * device/lib/_divulong.c,
5776         * device/lib/expf.c,
5777         * device/lib/printf_large.c,
5778         * device/lib/sincosf.c,
5779         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5780         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5781           a completely reentrant lib.
5782
5783 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5784
5785         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5786         * device/include/pic16/stdio.h: fixed bug with colon
5787
5788 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5789
5790         * device/include/pic16/stdio.h,
5791         * device/include/pic16/stdlib.h,
5792         * device/include/pic16/math.h: NEW
5793         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5794         declared as _naked to reduce overhead
5795         * device/lib/Makefile.in (target port-specific-objects-pic16):
5796         changed * to *.* so to ignore the CVS directory,
5797         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5798         stacked variables back in stack,
5799         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5800         corruption
5801
5802 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5803
5804         * .version: bumped version number to 2.4.5
5805         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5806         * support/Util/SDCCerr.c (messages structure): added entry for
5807         W_POSSBUG2
5808
5809         Large cumulative patch for pic16 port and libraries.
5810         * device/include/pic16/sdcc-lib.h,
5811         * device/include/pic16/stdarg.h,
5812         * device/include/asm/pic16/features.h,
5813         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5814         * device/include/pic16/float.h: changes reentrant keyword with
5815         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5816         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5817         updated target build-libraries to include objects from gptr,
5818         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5819         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5820         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5821         all function headings,
5822         * src/SDCCmain.c: added global parameter userIncDirsSet,
5823         * (parseCmdLine): when option -I is encountered add directory to
5824         userIncDirsSet too,
5825         * src/version.awk: added space between control and long,
5826         * src/pic16/NOTES: added some notes for the port,
5827         * src/pic16/gen.c: added prototype for mov2fp function,
5828         * (fReturnpic16[]): properly named return value registers,
5829         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5830         * (aopForSym): added code to handle symbols with onStack flag set,
5831         symbols onStack are allocated PTRSIZE bytes,
5832         * (aopFreeAsmop): handles special case where asmops are stack objects,
5833         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5834         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5835         added argument lock to trace flaws in allocating temporary registers
5836         when developing port,
5837         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5838         * (pic16_popRegFromString): reenabled allocating a direct register
5839         from string,
5840         * (assignResultValue): various beautifications,
5841         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5842         referenced function argument,
5843         * (genIpush): reenabled to allow stacked arguments, handles only
5844         ic->parmPush iCodes,
5845         * (genCall, genPcall): major changes to allow for variable argument
5846         functions, fixed a bug with falsely restoring stack pointer after
5847         returning from call,
5848         * (genFunction): pending code for critical function,
5849         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5850         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5851         * (genNearPointerGet): fixed bug with indirect reading, was always
5852         reading from INDF0
5853         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5854         pointers,
5855         * (genAddrOf): rewrote code to take address of a stacked function parameter
5856         * (genCast): fixed casting to generic pointer type,
5857         * src/pic16/gen.h: added AOP_STA,
5858         * (struct asmop): added field stk,
5859         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5860         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5861         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5862         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5863         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5864         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5865         generic pointers,
5866         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5867         and library paths,
5868         * (pic16_port structure): generic pointer size is set to 3,
5869         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5870         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5871         compiler warning,
5872         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5873         operand is an iTemp,
5874
5875 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5876
5877         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5878         * debugger/mcs51/simi.c: addapt new syntax of s51
5879
5880 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5881
5882         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5883         * src/pic16/pcode.c: commented out some calls to free() in order to
5884         fix bug #989576,
5885
5886 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5887
5888         * src/SDCCicode.h,
5889         * src/SDCCicode.c (isiCodeInFunctionCall),
5890         * src/avr/ralloc.c (selectSpil),
5891         * src/pic/ralloc.c (selectSpil),
5892         * src/pic16/ralloc.c (selectSpil),
5893         * src/ds390/ralloc.c (selectSpil),
5894         * src/hc08/ralloc.c (selectSpil),
5895         * src/xa51/ralloc.c (selectSpil),
5896         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5897         stack in the middle of a function call sequence (fixes bug #1020268)
5898         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5899         costs associated with the minimum switch case.
5900
5901 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5902
5903         * src/SDCC.lex: fixed bug #1030549
5904
5905 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5906
5907         * src/SDCCcse.h (struct cseDef),
5908         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5909         over a function call if the CSE is derived from a symbol whose
5910         address has been taken (fixes bug #1029883)
5911         * support/regression/tests/bug-1029883: a new regression test for
5912         this bug
5913
5914 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5915
5916         * src/hc08/gen.c (emitinline): fixed bug #1029778
5917         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5918         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5919         and starts toward RFE #905167)
5920
5921 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5922
5923         * src/pic16/gen.c (mov2f): New function to move an operand to
5924         another without considering if it is a literal or a register,
5925         * (pic16_sameRegs): don't check if they are both AOP_REG,
5926         * (AccRsh): removed andmask=0 lines,
5927         * (genLeftShift): duplicated to be improved in future versions,
5928         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5929         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5930         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5931         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5932         * (insertBankSwitch): fixed inserting banksel directives algorithm
5933         for instructions that follow a skip instruction, this fixes a report
5934         for broken subtraction code generation,
5935         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5936         iCode is a left op, just in case result and right share the same
5937         registers
5938
5939 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5940
5941         * src/hc08/main.c,
5942         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5943         preservation of HX
5944         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5945         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5946         on 2004-09-12; it was buggy
5947
5948 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5949
5950         * src/SDCCsymt.h: removed RESULT_CHECK
5951         * src/SDCCast.c,
5952         * src/SDCCglue.c,
5953         * src/SDCCval.c,
5954         * src/pic/glue.c,
5955         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5956
5957 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5958
5959         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5960         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5961         configuration values no more rejected by compiler, they are assigned
5962         to configuration registers with a warning message instead,
5963         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5964         the for-loop so last conf register is emitted too,
5965         * (_pic16_initPaths): link library libsdcc.lib by default,
5966         * (_hasNativeMulFor): modified test for multiplication according to
5967         Raphael Neider's remarks. Integer multiplication is also done with
5968         support functions,
5969         * device/include/pic16/pic18fregs.h: corrected type error in while
5970         testing and including 18f6720 header file
5971
5972 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5973
5974         * src/pic16/device.h (pic16_options): removed field use_crt,
5975         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5976         until an optimization to handle single bits is added,
5977         * (pic16_loadFSR0): moved before genUnpackBits,
5978         * (genAnd): some white lines removed,
5979         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5980         leave_reset flags in pic16_options when using crt modules,
5981
5982 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5983
5984         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5985           for bugs 898889 & 979599. Also used some safer print instructions.
5986
5987 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5988
5989         * src/pic16/device.h (pic16_options_t): added field use_crt,
5990         crt_name, no_crt,
5991         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5992         catch a probable future bug,
5993         * src/pic16/gen.c: aopIdx function commented out,
5994         * (genAssign): commented out old code which used aopIdx,
5995         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5996         code, added if conditionals to take into account the --use-crt
5997         command line options,
5998         * src/pic16/main.c (pic16_optionsTable): added new command line
5999         options, --use-crt= and --no-crt,
6000         * (_pic16_linkEdit): now the proper crt object is added in the
6001         linker command line except than when --no-crt is specified,
6002         * src/pic16/pcode.c,
6003         * src/pic16/pcode.h: added some structures and functions for a new
6004         optimization scheme to compansate for instruction overhead between
6005         same iCodes, this scheme is currently under development and is not
6006         working in any way,
6007         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6008         to && operator,
6009         * device/lib/pic16/startup/crt0i.c,
6010         * device/lib/pic16/startup/crt0iz.c: added global char variable
6011         __uflags to force the generation of an idata section
6012
6013 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6014
6015         * doc/Makefile,
6016         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6017         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6018
6019 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6020
6021         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6022         Frieder) and clarified the default code optimization mode
6023
6024 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6025
6026         * src/SDCC.lex (doPragma, process_pragma),
6027         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6028         "opt_code_size", and "opt_code_balanced"
6029         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6030         regrouped options by category, added support for category headers
6031         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6032         and "--opt-code-size"
6033         * doc/sdccman.lyx: documented these new options and pragmas
6034         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6035         preference into account
6036
6037 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6038
6039         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6040           geniCodePreDec): Fixed bug 904237 by generating a warning
6041         * src/SDCCerr.h,
6042         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6043
6044 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6045
6046         * src/pic/device.c : When no max ram set validate full memory range.
6047         * src/pic/pcode.c,
6048         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6049
6050 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6051
6052         * device/lib/_gptrget.c,
6053         * device/lib/_gptrput.c: updated comment
6054         * device/lib/calloc.c,
6055         * device/lib/free.c,
6056         * device/lib/malloc.c,
6057         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6058         * src/SDCCcse.c (cseBBlock),
6059         * src/SDCCicode.c (printOperand, geniCodeArray),
6060         * src/SDCCicode.h (struct operand): fixed bug 868103
6061         * support/regression/tests/bug-868103.c: added
6062         * src/SDCCast.c (searchLitOp),
6063         * src/SDCCcse.h (struct cseDef),
6064         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6065         * src/SDCCicode.h (struct operand),
6066         * src/SDCCsymt.h (struct sym_link),
6067         * src/avr/gen.c (hasInc),
6068         * src/ds390/gen.c (hasInc),
6069         * src/hc08/gen.c (genPlusIncr, hasInc),
6070         * src/mcs51/gen.c (hasInc),
6071         * src/pic16/glue.c (pic16_printIvalChar),
6072         * src/pic16/ralloc.c (regWithIdx),
6073         * src/xa51/gen.c (hasInc) : removed warnings
6074         * src/SDCCast.c (createBlock): added comment ???
6075         * src/hc08/ralloc.c: updated comments
6076
6077 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6078
6079         * doc/sdccman.lyx: updated section on switch statements, added
6080         section about semaphore locking
6081         * doc/Makefile: added option -info for latex2html
6082         * device/lib/_gptrget.c,
6083         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6084
6085 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6086
6087         * src/pic/device.h,
6088         * src/pic/device.c,
6089         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6090          maxram is less than 0x100.
6091
6092 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6093
6094         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6095
6096 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6097
6098         * src/port.h,
6099         * src/mcs51/main.c,
6100         * src/ds390/main.c,
6101         * src/z80/main.c,
6102         * src/hc08/main.c,
6103         * src/pic/main.c,
6104         * src/pic16/main.c,
6105         * src/avr/main.c,
6106         * src/xa51/main.c
6107         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6108         a jump table is the best form for a switch statement, including
6109         automatic insertion of missing cases to make the case range
6110         continuous. Developed in collaboration with Frieder Ferlemann.
6111
6112 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6113
6114         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6115         accumulator result if it needs sign extension
6116
6117 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6118
6119         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6120
6121 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6122
6123         * device/lib/gbz80/printf.c,
6124         * device/lib/z80/printf.c: removed define for NULL
6125
6126 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6127
6128         * as/xa51/xa_link.c,
6129         * device/examples/ds390/ow390/ad26.c,
6130         * device/examples/ds390/ow390/cnt1d.c,
6131         * device/examples/ds390/ow390/counter.c,
6132         * device/examples/ds390/ow390/ds2480.h,
6133         * device/examples/ds390/ow390/ds2480ut.c,
6134         * device/examples/ds390/ow390/findtype.c,
6135         * device/examples/ds390/ow390/gethumd.c,
6136         * device/examples/ds390/ow390/owllu.c,
6137         * device/examples/ds390/ow390/ownetu.c,
6138         * device/examples/ds390/ow390/swt12.c,
6139         * device/examples/ds390/ow390/swtloop.c,
6140         * device/examples/ds390/ow390/temp.c,
6141         * device/examples/ds390/ow390/temp10.c,
6142         * device/examples/ds390/ow390/thermo21.c,
6143         * device/examples/ds390/ow390/tinilnk.c,
6144         * device/examples/ds390/ow390/tstfind.c,
6145         * device/examples/serialcomm/windows/serial.cpp,
6146         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6147         * device/include/reg51.h: fixed line endings for cvs
6148
6149 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6150
6151         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6152         packRegsForAccUse, packRegisters): new accumulator register
6153         packing algorithm
6154         * support/regression/ports/hc08/support.c (_putchar): suppress
6155         warning of unused variable
6156         * src/SDCCicode.c: added SWAP entry to codeTable
6157
6158 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6159
6160         * device/lib/sprintf.c: forgot to add this file before previous commit
6161
6162 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6163
6164         * src/pic16/gen.c (genPackBits): added operand right in function
6165         parameters, load result directly if p_type is POINTER (that is
6166         called by genNearPointerSet)
6167         * (genUnPackBits): added operand left in function parameters,
6168         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6169         FSR0 if accessing bitfields,
6170
6171 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6172
6173         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6174           _print_format; updated printf, sprintf, vsprintf
6175         * device/include/asm/default/features.h: corrected comment/define
6176         * device/lib/Makefile.in: added sprintf.c
6177         * device/lib/libsdcc.lib: added sprintf module
6178         * device/lib/printf_large.c,
6179         * device/lib/vprintf.c,
6180         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6181           into these 3 files
6182         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6183         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6184         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6185           hc08 test
6186         * support/regression/tests/zeropad.c: define idata as data for hc08
6187
6188 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6191         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6192         labels are referenced at least once (even if a reference is not found)
6193         * src/hc08/gen.c (emitcode): set isComment flag for comments
6194         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6195         loads), rules 6a..6b (optimize jumps to return)
6196
6197 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6198
6199         * device/lib/acosf.c (acosf),
6200         * device/lib/asinf.c (asinf),
6201         * device/lib/atanf.c (atanf),
6202         * device/lib/ceilf.c (ceilf),
6203         * device/lib/cosf.c (cosf),
6204         * device/lib/coshf.c (coshf),
6205         * device/lib/cotf.c (cotf),
6206         * device/lib/fabsf.c (fabsf),
6207         * device/lib/floorf.c (floorf),
6208         * device/lib/log10f.c (log10f),
6209         * device/lib/logf.c (logf),
6210         * device/lib/sinf.c (sinf),
6211         * device/lib/sinhf.c (sinhf),
6212         * device/lib/sqrtf.c (sqrtf),
6213         * device/lib/tanf.c (tanf),
6214         * device/lib/tanhf.c (tanhf),
6215         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6216         replaced all instances of "reentrant" in the library functions
6217         defined in math.h with this macro.
6218         * support/regression/tests/float_trans.c: reenabled test for hc08
6219
6220 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6221
6222         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6223         erroneously deleted
6224
6225 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6226
6227         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6228         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6229         multi-byte volatile operands are used
6230         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6231         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6232         initialization to area GSINIT0 so that it would always precede
6233         any static initializers in GSINIT
6234         * support/regression/tests/zeropad.c: fixed idata define for hc08
6235         * support/regression/tests/bug-927659.c,
6236         * support/regression/tests/float_trans.c: disabled tests for hc08
6237         pending missing library routines
6238         * .version: increased version number to 2.4.4 - hc08 port now passes
6239         regression tests
6240
6241
6242 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6243
6244         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6245         * Makefile.common.in,
6246         * as/Makefile,
6247         * as/hc08/Makefile.in,
6248         * as/mcs51/Makefile.in,
6249         * as/z80/Makefile.in,
6250         * debugger/mcs51/Makefile.in,
6251         * device/include/Makefile.in,
6252         * device/lib/Makefile.in,
6253         * doc/Makefile,
6254         * link/Makefile,
6255         * link/z80/Makefile.in,
6256         * packihx/Makefile.in,
6257         * sim/ucsim/main_in.mk,
6258         * sim/ucsim/avr.src/Makefile.in,
6259         * sim/ucsim/doc/Makefile.in,
6260         * sim/ucsim/gui.src/serio.src/Makefile.in,
6261         * sim/ucsim/hc08.src/Makefile.in,
6262         * sim/ucsim/s51.src/Makefile.in,
6263         * sim/ucsim/xa.src/Makefile.in,
6264         * sim/ucsim/z80.src/Makefile.in,
6265         * src/Makefile.in,
6266         * support/cpp2/Makefile.in,
6267         * support/librarian/Makefile,
6268         * support/makebin/Makefile: added DESTDIR to the install path proposed
6269         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6270         * doc/sdccman.lyx: added DESTDIR documentation
6271
6272 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6273
6274         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6275         instruction for interrupt handlers, use fast returns when returning
6276         from high priority interrupts
6277
6278 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6279
6280         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6281         code generation
6282         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6283         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6284         bugs, ported much of Bernhard's code from mcs51
6285         * src/mcs51/gen.c (genSend),
6286         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6287         than one when calling a reentrant function
6288         * device/lib/_mullong.c: defined an alternate struct layout for big
6289         endian ports (hc08)
6290
6291 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6292
6293         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6294         test
6295
6296 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6297
6298         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6299         are sane and complete before asking the port its prefered parameter
6300         passing method (fixes bug #1017633)
6301         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6302         and _ret3
6303
6304 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6305
6306         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6307         problem in bitfields >= 8 bits.
6308
6309 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6310
6311         * src/SDCCsymt.c: undid changes that were not meant to be committed
6312
6313 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6314
6315         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6316
6317 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6318
6319         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6320           copied and wrong bit got inverted
6321
6322 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6323
6324         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6325         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6326         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6327         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6328         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6329         assignments to bitfields at known addresses
6330         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6331         reads from bitfields at known addresses
6332         * src/hc08/ralloc.c (packRegisters),
6333         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6334         genhc08Code): optimize pointer get values used as conditionals
6335         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6336         and branch
6337
6338 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6339
6340         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6341         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6342         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6343         as conditionals
6344
6345 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6346
6347         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6348
6349 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6350
6351         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6352         related problems
6353
6354 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6355
6356         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6357
6358 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6359
6360         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6361         mcs51 port
6362
6363 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6364
6365         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6366
6367 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6368
6369         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6370         cases use more compact code.
6371
6372 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6373
6374         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6375
6376 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6377
6378         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6379
6380 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6381
6382         * src/SDCCsymt.h,
6383         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6384         parameter of changePointer() from symbol* to sym_link*
6385         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6386         * src/SDCCsymt.c (compareType): void* type is castable to other
6387         pointers, but not necesarily an exact match.
6388         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6389         is no longer blindly treated as an exact match.
6390         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6391
6392 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6393
6394         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6395
6396 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6397
6398         * src/pic/gen.c,
6399         * src/pic/pcode.c,
6400         * src/pic/ralloc.h,
6401         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6402
6403 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6404
6405         * src/pic/device.c,
6406         * src/pic/device.h,
6407         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6408
6409 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6410
6411         * src/mcs51/gen.c (emitcode): fixed bug #992819
6412
6413 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6414
6415         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6416           there's no need to make it worse
6417
6418 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6419
6420         * src/mcs51/ralloc.c (deassignLR),
6421         * src/ds390/ralloc.c (deassignLR),
6422         * src/hc08/ralloc.c (deassignLR),
6423         * src/z80/ralloc.c (deassignLR),
6424         * src/pic/ralloc.c (deassignLR),
6425         * src/pic16/ralloc.c (deassignLR),
6426         * src/avr/ralloc.c (deassignLR),
6427         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6428         rlivePoint): fixed another part of bug #971834
6429
6430 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6431
6432         * src/z80/main.c: enabled "critical" keyword
6433         * src/z80/mappings.i,
6434         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6435         functions (fixes bug #979646)
6436         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6437
6438 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6439
6440         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6441           such as c:\mydir.
6442
6443 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6444
6445         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6446           doesn't disable too much optimizations
6447
6448 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6449
6450         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6451
6452 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6453
6454         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6455
6456 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6457
6458         * src/pic/gen.c tidied up tabs
6459         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6460         * src/pic/main.c tidied up tabs
6461         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6462         * src/pic/pcoderegs.c tidied up tabs
6463         * src/pic/ralloc.c tidied up tabs
6464
6465 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6466
6467         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6468         to S_FIXED for pic16 port and when symbol is not in level 0,
6469         allocate for S_REGISTER storage class and pic16 port, too,
6470         * src/pic16/device.h: prototype for checkSym,
6471         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6472         * (pic16_assignConfigWordValue): test the value and the mask to
6473         validate that the value is suitable for the configuration word,
6474         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6475         collect extern declared symbols, don't emit symbol twice, check
6476         first if symbol is in publics set first,
6477         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6478         * added command line '--fstack' which enables an experimental
6479         feature for stack access, too buggy to be used yet...
6480         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6481         * (pic16_allocDirReg): when register has storage class S_REGISTER
6482         allocate in pic16_dynAccessRegs,
6483         * device/include/pic16/pic18f????.h: modified configuration word
6484         naming convention, words started as CONFIG0H but should be CONFIG1H
6485
6486 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6487
6488         * device/include/mcs51reg.h: fixed bug 970993
6489
6490 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6491
6492         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6493         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6494         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6495         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6496         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6497         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6498           error/warning numbers,
6499           added function setWarningDisabled()
6500         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6501         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6502           _memcmp.c _memmove.c calloc.c realloc.c free.c
6503         * support/regression/tests/malloc.c: added tests for new functionality
6504         * support/regression/tests/zeropad.c: added tests for truncated initializers
6505           and initialized char arrays starting with '\x0'
6506         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6507
6508 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6509
6510         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6511
6512 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6513
6514         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6515         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6516         peephole 177.e. Thanks to anonymous
6517
6518 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6519
6520         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6521         function isn't used in the source but referenced as a
6522         variable initializer then declare it as extern in .asm file
6523
6524 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6525
6526         * .version: increased version number to 2.4.3
6527
6528         Adding version extension according to ChangeLog CVS revision
6529         * src/Makefile.in (target all): added dependency 'version.h'
6530         * (rule version.h): added rule to create version.h from ChangeLog,
6531         * (rule dep): added dependency version.h,
6532         * src/version.awk: AWK script to create version.h
6533         * src/SDCCdwarf2.c (dwWriteModule),
6534         * src/SDCCglue.c (initialComments),
6535         * src/SDCCmain.c (printVersionInfo): modified to write after
6536         version string the version extension number,
6537         * src/SDCCutil.c: included "version.h"
6538         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6539         number,
6540         * src/SDCCutil.h: added prototype for getBuildNumber
6541
6542         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6543         includeDirsSet, too,
6544         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6545         const char [] is found in function prototype...
6546
6547         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6548         moving to WREG with source is already in WREG,
6549         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6550         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6551         * (aopForSym): stack'ed symbols are partially supported, added
6552         if-clause to support symbols in FARSPACE,
6553         * (sameRegs): added test for AOP_ACC to see if registers are same,
6554         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6555         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6556         * (pic16_popRegFromString): will not allocate a new register if it
6557         doesn't find one by name, bug may have introduced...
6558         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6559         * (genIpush): revived to use pic16 port's stack,
6560         * (genAddrOf): added incomplete case for stack'ed operand,
6561         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6562         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6563         can handle multibyte operands,
6564         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6565         * (pic16initialComments): added message for MPLAB compatibility
6566         mode enabled,
6567         * src/pic16/main.h: prototype for pic16_mplab_comp,
6568         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6569         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6570         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6571         because of increased complexity of procedure,
6572         * (_process_pragma): stack pragma changed to format 'stack pos len',
6573         emit symbol '_stack_end' to conform with gplink,
6574         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6575         to search for register,
6576         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6577         PO_GPR_REGISTER,
6578         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6579         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6580         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6581         case for PO_GPR_REGISTER,
6582         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6583         dies, the new era is ahead !...
6584         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6585         pic16_dynInternalRegs,
6586         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6587         * (pic16_allocDirReg): minor optimizations and bug fixes,
6588         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6589
6590         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6591         load stack and frame pointer with address of 'stack_end' symbol
6592
6593 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6594
6595         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6596         without source code but only variable initializers
6597
6598 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6599
6600         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6601         external are not declared as extern to reduce overhead while linking
6602
6603 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6604
6605         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6606
6607 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6608
6609         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6610           Yee Keat for the patch
6611         * src/SDCCast.c (decorateType): fixed bug #979599
6612         * src/ds390/gen.h: removed local fReturnSizeDS390
6613         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6614         * src/ds390/gen.c (genAnd, genOr, genXor),
6615         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6616
6617 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6618
6619         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6620         add relFilesSet to $3, manipulate $2 to handle linking of object
6621         files without source files in command line,
6622         * device/include/pic16 (all headers): added ID location macros,
6623         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6624         entries for ID location bytes,
6625         * (pic16_assignIdByteValue): NEW,
6626         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6627         added field dumpcalltree to pic16_options_t,
6628         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6629         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6630         emitting rFalseIfx label after check_carry label,
6631         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6632         pic16_emitDIRegs), NEW
6633         * (pic16glue): dump .calltree file when option --calltree found,
6634         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6635         * (_pic16_genAssemblerPreamble): emit ID locations after
6636         configuration registers,
6637         * (pic16_linkCmd): modifications of the link command,
6638         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6639         * (pic16_pCodeInitRegisters): don't init stack registers,
6640         * (pic16_findPrevInstruction): fixed bug,
6641         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6642         bug with immediate registers,
6643         * (buildCallTree): traces stack push and pop,
6644         * (pct2): dump also stack usage for each function,
6645         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6646         * (pic16_allocDirReg): various modifications,
6647         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6648         fixed to 1,
6649
6650 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6651
6652         * src/pic16/pcode.c: removed buggy double colon
6653
6654 2004-07-01 Borut Razem <borut.razem AT siol.net>
6655
6656         * support/scripts/sdcc.nsi: added include/pic16 to setup
6657
6658 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6659
6660         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6661         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6662         target 'clean',
6663         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6664         specific command line arguments. Also added sample lkr script
6665         for placing a variable at a specific memory bank.
6666         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6667         at a specific memory bank,
6668         * (pic16_dump_isection): fixed bug which caused string literals to
6669         be omitted when dumping idata section,
6670         * (pic16_groupRegistersInSection): added code to handle registers
6671         in specific memory banks,
6672         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6673         public, all references are renamed too,
6674         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6675         AOP_DPTR2,
6676         * (pic16_storeForReturn): added case to handle when dest is WREG,
6677         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6678         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6679         pic16_rel_udata, check to see if that register is marked as being
6680         a member of a specific memory bank,
6681         * (pic16_printIvalCharPtr): added code to add string literals either
6682         to code or the idata sections,
6683         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6684         also accept the 'udata' pragma,
6685         * src/pic16/main.h: new structure types sectName and sectSym
6686         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6687         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6688         * (pic16_findPrevInstruction): fixed, it returned nothing,
6689         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6690         instruction combinations,
6691         * (pic16_FixRegisterBanking): heavily reorganised,
6692         * (pic16_AnalyzeBanking): if generating banksel directives is
6693         disabled, then don't call FixRegisterBanking at all,
6694         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6695         completely removed,
6696         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6697
6698 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6699
6700         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6701         Phuah Yee Keat <yk.phuah AT nestac.com>
6702
6703 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6704
6705         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6706         correctly the IVT even if it is relocated to some other location
6707
6708 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6709
6710         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6711         * device/include/pic16/pic18f2220.h: NEW,
6712         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6713         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6714         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6715         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6716         nodefaultlibs, ivt_loc is the location of the interrupt vector
6717         table, and nodefaultlibs signs that default libraries should not be
6718         linked in link stage,
6719         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6720         according to --ivt-loc argument,
6721         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6722         when pragma stack is found,
6723
6724 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6725
6726         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6727         256 (range check), 257 (do while), 258.a-f (bit banging
6728         f.e. on 3-wire SPI bus)
6729
6730 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6731
6732         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6733         variables used exclusively within a loop
6734
6735 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6736
6737         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6738
6739 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6740
6741         * src/SDCClrange.c (computeClash): fixed bug #971834
6742
6743 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6744
6745         * src/mcs51/gen.c (genCmp): fixed bug #975903
6746         * src/hc08/gen.c (operandsEqu),
6747         * src/ds390/gen.c (operandsEqu),
6748         * src/z80/gen.c (operandsEqu),
6749         * src/pic/gen.c (operandsEqu),
6750         * src/pic16/gen.c (operandsEqu),
6751         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6752         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6753
6754 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6755
6756         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6757
6758 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6759
6760         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6761         default case in switch statement,
6762         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6763         to eliminate problem with initialisation of pointers, but problem
6764         still exists,
6765         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6766         * (emitStaticSegment): removed various lines emitting debug info,
6767         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6768         added processor registers for utilizing EEPROM,
6769         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6770         configurable and set 8
6771
6772 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6773
6774         * .version: increased version number to 2.4.2,
6775
6776         Cumulative patch for pic16 port
6777         * src/pic16/device.c: changed scheme to dump initial values for
6778         variables in idata segment, all print_idata* functions were removed,
6779         now the pic16_printIval* will be called,
6780         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6781         * _pic16_printPointerType, pic16_printPointerType,
6782         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6783         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6784         NEW, similar to the respective functions in SDCCglue.c,
6785         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6786         way, emitting hex bytes,
6787         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6788
6789 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6790
6791         * src/avr/ralloc.c (serialRegAssign),
6792         * src/xa51/ralloc.c (serialRegAssign),
6793         * src/pic/ralloc.c (serialRegAssign),
6794         * src/pic16/ralloc.c (serialRegAssign),
6795         * src/hc08/ralloc.c (serialRegAssign),
6796         * src/z80/ralloc.c (serialRegAssign),
6797         * src/ds390/ralloc.c (serialRegAssign),
6798         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6799
6800 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6801
6802         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6803         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6804
6805 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6806
6807         Cumulative patch for pic16 port:
6808         * src/pic16/device.h (typedef PIC16_device) modified fields for
6809         defining microcontrollers,
6810         * src/pic16/device.c: added new info for all devices in Pics16 array,
6811         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6812         to be optimised out by the pCode optimiser,
6813         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6814         specially, bug reported by G.M. Gallant,
6815         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6816         as force'd so that cannot be optimised out by pCode optimiser,
6817         * src/pic16/pcode.c,
6818         * src/pic16/pcodepeeph.c,
6819         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6820         they are disabled by default, but can be enabled explicit with
6821         command argument --denable-peeps, for testing,
6822         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6823         --pomit-ivt in COMPILE_FLAGS
6824
6825 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6826
6827         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6828           compilation on MSVC
6829
6830 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6831
6832         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6833
6834 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6835
6836         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6837         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6838
6839 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6840
6841         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6842         would only assign 0x300001 register.
6843
6844 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6845
6846         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6847         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6848
6849 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6850
6851         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6852         for ds80c400
6853         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6854         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6855         added peephole 254 (left shift), 255 (jump table)
6856
6857 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6858
6859         * device/lib/Makefile.in: removed comment line with model-pic16,
6860         * (target port-specific-objects-pic16): the libraries and objects
6861         are copied to the build directory form the device/lib/pic16/bin
6862         directory
6863
6864         Cumulative patch concerning pic16 port:
6865         * library directory has been re-organized,
6866         * added support for PIC18F1220,
6867         * added headers and library sources for chips 18f1220,18f6520,
6868         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6869
6870         * configuration registers setting has changed, now each supported
6871         device has a complete description of the registers it uses,
6872         * all initialisations are moved to idata sections, these section
6873         can be absolute or relocatable,
6874         * fixed initialisation of codespace variables,
6875         * fixed warning about PCLATU and gpsim,
6876         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6877         * (genAssign): use table reads when assigning from variables in codespace,
6878         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6879         char/int variables placed in codespace,
6880         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6881         registers set in .asm file, no need for --pomit-config-words anymore,
6882         * (pic16glue): some 8051 legacy segments are commented out
6883         (to be removed completely),
6884         * added support for alternative assembler and linker with --asm=
6885         and --link= command line arguments,
6886         * peepholes are disabled automatically in the port, no need to
6887         specify on command line,
6888         * port supports natively char/int/long multiplication, but converts
6889         all divisions to support functions,
6890         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6891         to the file set in variable $2,
6892         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6893         strings in ASCII format and not in hex,
6894         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6895         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6896         allocate proper register if iCodes aren't temporary,
6897
6898 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6899
6900         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6901
6902 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6903
6904         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6905         is commented out
6906
6907 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6908
6909         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6910         computed address is reused
6911         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6912         multi-byte bitfields
6913
6914 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6915
6916         * src/z80/gen.c: (genArrayInit): must check for pointers too
6917
6918 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6919
6920         * support/regression/tests/zeropad.c: never meant to commit the
6921           nestedstruct test: removed, added check for GCC version
6922
6923 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6924
6925         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6926         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6927         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6928           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6929           bugs 928906 and 954082 half-empty initializers
6930         * src/SDCCsymt.h,
6931         * src/SDCCsymt.c (getAllocSize): added for above fix
6932         * src/z80/gen.c (genArrayInit): fixed bug 741044
6933         * support/regression/tests/zeropad.c: added tests
6934
6935 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6936
6937         * src/pic16/device.c (pic16_dump_section): corrected bug which
6938         caused some symbols of the libraries to be misplaced
6939
6940 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6941
6942         * src/pic16/glue.c,
6943         * src/pic16/ralloc.h,
6944         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6945         to fix conflict with pic port
6946
6947 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6948
6949         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6950         externs configuration variables,
6951         * src/pic16/ralloc.h,
6952         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6953         prototype in header, commented out some debug messages
6954
6955 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6956
6957         * src/pic16/glue.c,
6958         * src/pic16/main.c,
6959         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6960         for gpasm COFF object generation. Thanks to D. Hawkins for
6961         his patch info
6962
6963 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6964
6965         * src/ds390/main.c,
6966         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6967         Brock for spotting this)
6968         * src/ds390/gen.c (genEndFunction),
6969         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6970         interrupt handler and critical. Disable push/pop optimizations when
6971         peephole optimizations disabled.
6972
6973 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6974
6975         Updated pic16 library sources and headers.
6976         * device/lib/pic16/pic18f*/ ,
6977         * device/include/pic16/*.h: modified to handle structured SFR
6978         definitions
6979
6980 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6981
6982         * src/port.h (PORT structure): added hook initPaths, now each
6983         port can declare its own default search paths,
6984         which can been seen with the --print-search-dirs option,
6985         see pic16 port for example,
6986         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6987         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6988         * (doPrintSearchDirs): NEW, replaces in a central manner the
6989         printing of search dirs which was split in set*Paths functions,
6990         * (main): added call to port->initPaths and doPrintSearchDirs,
6991         * src/avr/main.c,
6992         * src/ds390/main.c,
6993         * src/hc08/main.c,
6994         * src/izt/i186.c,
6995         * src/izt/tlcs900h.c,
6996         * src/mcs51/main.c,
6997         * src/pic/main.c,
6998         * src/pic16/main.c: modified port structures to reflect addition of
6999         initPaths hook,
7000
7001         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7002         * (pic16_dump_section): for registers in same address reserve memory once,
7003         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7004         to no_banksel,
7005         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7006         result is greater in size than right or left,
7007         * (pic16_genUMult8X8_8): there are some cases where the result can
7008         be 16 bits size, so handle these,
7009         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7010         * (pic16_outBitC): modified to emit pcodes,
7011         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7012         or not,
7013         * (genDivOneByte): implemented algorithm to divide 8-bits,
7014         * (genCmp): uncommented goto, but issues still exist,
7015         * (genAnd): fixed a bug with variables >8bits,
7016         * (genPackBits): optimization added that uses BCF/BSF to change a
7017         single bit,
7018         * (genAssign): fixed bug when assigning floating point literals,
7019         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7020         __sdcc_gsinit_startup label,
7021         * src/pic16/main.c (_pic16_init): removed search directory
7022         initialisations,
7023         * (_pic16_initPaths): NEW, used to initialise search directories,
7024         * (_hasNativeMulFor): support functions for all except char/int
7025         multiplication, and char division,
7026         * (PIC16_port struct): modified entry for native mul support,
7027         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7028         no_banksel option,
7029         * (buildCallTree): call to register_usage is ifdef'ed out,
7030
7031 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7032
7033         * device/include/string.h: applied Stas Sergeev's patch to make this
7034         header file compatible with the preprocessor -Wundef option
7035         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7036         failure (fixes bug #941458)
7037
7038 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7039
7040         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7041         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7042         that the variable, not the function, should be static
7043         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7044         to be consistent with non-literal case
7045
7046 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7047
7048         * src/SDCCast.c (isConformingBody): fixed bug #949967
7049         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7050         convilong): fixed bug #952086
7051
7052 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7053
7054         * src/SDCCmem.c (allocVariables): fixed bug #955321
7055
7056 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7057
7058         * src/hc08/main.c (_hc08_genAssemblerEnd),
7059         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7060         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7061         completely eliminated the use of a temporary file
7062         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7063         when more than one file linked
7064         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7065
7066 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7067
7068         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7069         which fixes bug #543481
7070         * support/regression/tests/bug-751703.c: fixed comments left from a
7071         cut and paste error
7072         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7073         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7074         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7075         scopes
7076         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7077         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7078         are now changed to underscores in moduleName
7079
7080 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7081
7082         * as/mcs51/lkmem.c: better fix for bug #954173
7083
7084 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7085         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7086
7087         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7088         * device/include/c8051f000.h,
7089         * device/include/c8051f120.h,
7090         * device/include/c8051f300.h,
7091         * device/include/c8051f310.h,
7092         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7093         PWM16) and detab'ed
7094
7095 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7096
7097         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7098         and mailing lists, doc'ed --no-peep-comments, removed reference
7099         to knoppix (newest version has no LyX/LaTeX), other minor changes
7100         * src/SDCCglue.c (glue): save 2 bytes stack space with
7101         option --main-return. The ljmp could probably be avoided too
7102
7103 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7104
7105         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7106
7107 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7108
7109         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7110         * src/SDCCopt.c (isLocalWithoutDef),
7111         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7112         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7113         (credit to Maarten Brock for patch #949363, on which this is based)
7114         * support/regression/tests/bug-751703.c: some test cases of extern used
7115         within inner scopes.
7116
7117 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7118
7119         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7120         SPEC_STRUCT
7121         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7122         struct definitions
7123         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7124         dwWriteLabel): fix to create valid debugger symbols even when
7125         the module name has non-alphanumeric symbols in it
7126         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7127         when a variable's allocation has been optimized away
7128
7129
7130 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7131
7132         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7133         * src/hc08/main.c,
7134         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7135         * src/mcs51/main.c,
7136         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7137         * src/ds390/main.c,
7138         * src/z80/gen.c (z80_emitDebuggerSymbol),
7139         * src/z80/main.c,
7140         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7141         * src/pic/main.c,
7142         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7143         * src/pic16/main.c,
7144         * src/avr/gen.c (avr_emitDebuggerSymbol),
7145         * src/avr/main.c,
7146         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7147         * src/xa51/main.c,
7148         * src/SDCCdebug.c (emitDebuggerSymbol),
7149         * src/SDCCdebug.h,
7150         * src/port.h: added a debugger struct to the port struct. Added a
7151         callback for defining debugger symbols
7152
7153         * src/SDCCast.c (createLabel),
7154         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7155         with isitmp = 1
7156         * src/SDCCicode.h,
7157         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7158         iCode back to the ast for the function
7159
7160         * src/hc08/ralloc.c (hc08_assignRegisters),
7161         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7162         unneeded fields from the regs struct.
7163         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7164         pushReg() & pullReg() functions instead of emitcode()
7165
7166         * src/hc08/gen.c (genLabel, genhc08Code),
7167         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7168
7169         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7170         debugger hooks
7171
7172         * src/hc08/gen.c (genEndFunction, genhc08Code),
7173         * src/hc08/gen.h,
7174         * src/mcs51/gen.c (genEndFunction, gen51Code),
7175         * src/mcs51/gen.h,
7176         * src/ds390/gen.c (genEndFunction, gen390Code),
7177         * src/ds390/gen.h,
7178         * src/z80/gen.c (genEndFunction, genZ80Code),
7179         * src/z80/gen.h,
7180         * src/z80/z80.h,
7181         * src/pic/gen.c (genEndFunction, genpic14Code),
7182         * src/pic/gen.h,
7183         * src/pic16/gen.c (genEndFunction, genpic16Code),
7184         * src/pic16/gen.h,
7185         * src/avr/gen.c (genEndFunction, genAVRCode),
7186         * src/avr/gen.h,
7187         * src/xa51/gen.c (genEndFunction, genXA51Code),
7188         * src/xa51/gen.h,
7189         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7190         specific code to cdbFile.c and out of the backend code generators
7191
7192         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7193         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7194         starting address is now 0
7195
7196         * as/hc08/asm.h,
7197         * as/hc08/m08pst.c,
7198         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7199         assembler directive for DWARF support
7200         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7201
7202         * src/src.dsp,
7203         * src/Makefile.in,
7204         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7205
7206 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7207
7208         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7209         and inappropriate peephole optimization in jump tables
7210
7211 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7212
7213         * as/hc08/m08pst.c,
7214         * src/SDCCglue.c: sdccopt works for the hc08 port now
7215
7216 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7217
7218         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7219
7220 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7221
7222         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7223
7224 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7227         rules
7228         * src/SDCCmain.c,
7229         * src/SDCCglobl.h,
7230         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7231         comments from the peephole optimizer replacement rules
7232         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7233         symbols
7234         * src/SDCCcse.c (updateSpillLocation),
7235         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7236         equivalents
7237         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7238         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7239         objects far pointers
7240
7241 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7242
7243         * src/SDCCsymt.h: a missing part of my last change
7244         * src/pic/ralloc.c (regTypeNum),
7245         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7246
7247 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         * src/SDCCicode.h,
7250         * src/SDCCicode.c (aggrToPtrDclType),
7251         * src/SDCCptropt.h,
7252         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7253         ptrPseudoSymConvert),
7254         * src/pic/ralloc.c (regTypeNum),
7255         * src/pic16/ralloc.c (regTypeNum),
7256         * src/hc08/ralloc.c (regTypeNum),
7257         * src/ds390/ralloc.c (regTypeNum),
7258         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7259         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7260
7261 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7262
7263         * link/z80/lkmain.c (afile),
7264         * as/hc08/lkmain.c (afile),
7265         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7266         prevent a pointer problem when a filename has no directory and
7267         no extension specified.
7268
7269 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7270
7271         * link/z80/lkmain.c (afile): allow periods in directory names
7272         * link/z80/lkmain.c (afile),
7273         * as/mcs51/lkmain.c (afile),
7274         * as/hc08/lkmain.c (afile): allow linker script file to have an
7275         extension other than ".lnk"
7276         * link/z80/lklex.c (getfid),
7277         * link/z80/lkmain.c (parse),
7278         * as/mcs51/lklex.c (getfid),
7279         * as/mcs51/lkmain.c (parse),
7280         * as/hc08/lklex.c (getfid),
7281         * as/hc08/lkmain.c (parse): Support comments in the linker script
7282         file on lines by themselves and after filenames
7283
7284 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7285
7286         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7287
7288 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7289
7290         * src/z80/peeph-z80.def: removed some peephole rules that don't
7291         work with multibyte arithmetic (fixed bug #937126)
7292         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7293         to registers and not global variables
7294         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7295         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7296         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7297         checking for assignments not internally generated (fixed bug #931895)
7298         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7299         structure member (fixed bug #930072)
7300
7301 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7302
7303         * src/SDCCmain.c (linkEdit),
7304         * src/hc08/main.c (_hc08_parseOptions),
7305         * as/hc08/Makefile.in,
7306         * as/hc08/aslink.h,
7307         * as/hc08/asm.h,
7308         * as/hc08/m08pst.c,
7309         * as/hc08/lkrloc.c (relr, rele),
7310         * as/hc08/lkarea.c (lnkarea)
7311         * as/hc08/lkmain.c (afile, parse),
7312         * as/hc08/lkelf.c: support for ELF output
7313         * as/hc08/lks19.c (s19),
7314         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7315
7316 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7317
7318         * as/mcs51/lkihx.c: Fixed bug #899105.
7319
7320 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7321
7322         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7323         .dsp files from Unix to DOS.
7324
7325 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7326
7327         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7328         function pointers; we have been compliant for several months now.
7329         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7330         change that was accidently commented out
7331         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7332         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7333         bug #922319
7334
7335 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7336
7337         * src/hc08/gen.c: output of all of the internal debugging information
7338         is now controlled by the D() macro; it is disabled by default
7339
7340 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7343         harder to keep the same registers during a CAST iCode
7344         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7345         long via int can be done in a single cast, if the signedness is
7346         correct.
7347         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7348         putchar() in tinibios.c in ds390's library
7349
7350 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7351
7352         * src/SDCCast.c (decorateType): fixed bug #898889,
7353         cast result of a literal complement too
7354         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7355         fixed check for bitfields
7356
7357 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7358
7359         * src/SDCCicode.c (geniCodeLogic): made it static,
7360         (geniCodeLogicAndOr): added in order to fix bug #905492,
7361         (ast2iCode): fixed bug #905492
7362         * support/regression/tests/bug-905492.c: added
7363         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7364         (processParms): fixed bug #927659: don't copy parms, this will clear
7365         decorated flag
7366         * support/regression/tests/bug-927659.c: added
7367
7368 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7369
7370         * src/SDCCast.c (addCast): don't cast float to char
7371         * device/lib/libsdcc.lib: added _memmove
7372
7373 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7374
7375         * device/lib/large/Makefile: fixed parallel execution by
7376         replacing `make` by `$(MAKE)`
7377
7378 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7379
7380         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7381         offsets (fixes bug #923936)
7382
7383 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7384
7385         * device/lib/small/Makefile: fixed parallel execution by
7386         replacing `make` by `$(MAKE)`
7387
7388 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7391
7392 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7393
7394         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7395         * src/regression/Makefile: Regression test was not running.
7396
7397 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7398
7399         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7400         complement if possible
7401         * src/SDCCval.c (valComplement),
7402         * src/SDCCicode.c (operandOperation): fixed complement of literal
7403         * support/regression/tests/onebyte.c (testComplement): added
7404
7405 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7406
7407         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7408         return an optimized tree; actually replace actParm with the new tree
7409         * src/SDCCast.h: added some parantheses to remove side effects
7410         * support/regression/tests/bug-920866.c
7411
7412 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7413         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7414         Bit operands were not being handled properly in the pic14 port.
7415         (now src/regression/add.c passes again).
7416
7417 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7418
7419         * src/SDCC.y (labeled_statement): case and default no longer require
7420         a following statement (RFE #893037)
7421
7422 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7425         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7426         disabled (fixes bug #916294)
7427         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7428         "mov a,acc"; patch provided by Lenny Story
7429         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7430
7431 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7432
7433         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7434         functions
7435         * src/ds390/gen.c (genFunction, genEndFunction),
7436         * src/ds390/ralloc.c (ds390_assignRegisters),
7437         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7438         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7439         pushed if there are parameters passed on the stack. Also, a cleaner
7440         way to decide if r0/r1 should be pushed/popped. (Together they fix
7441         bug #918693)
7442
7443 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7444
7445         * doc/sdccman.lyx,
7446         * device/lib/mcs51/crtpagesfr.asm,
7447         * device/lib/mcs51/crtxinit.asm,
7448         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7449         to avoid confusion with Si Lab's SFRPAGE register.
7450
7451 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7452
7453         * src/SDCCglue.c (emitMaps): allow public sfr variables
7454         * src/SDCCglue.c (initialComments): include compiler build date
7455         with compiler version and put the timestamp of the generated
7456         assembly file on a serperate line to be less confusing.
7457         * src/port.h: added genInitStartup hook
7458         * src/avr/main.c,
7459         * src/ds390/main.c,
7460         * src/hc08/main.c,
7461         * src/pic/main.c,
7462         * src/pic16/main.c,
7463         * src/xa51/main.c,
7464         * src/z80/main.c: genInitStartup initialize as NULL (default to
7465         historical behaviour)
7466         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7467         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7468         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7469         library instead of hard coding it into the compiler.
7470         * support/regression/ports/mcs51-stack-auto/spec.mk,
7471         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7472         * device/lib/mcs51/Makefile,
7473         * device/lib/small/Makefile,
7474         * device/lib/large/Makefile,
7475         * device/lib/mcs51/crtpagesfr.asm,
7476         * device/lib/mcs51/crtstart.asm,
7477         * device/lib/mcs51/crtxclear.asm,
7478         * device/lib/mcs51/crtxinit.asm,
7479         * device/lib/mcs51/crtclear.asm,
7480         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7481         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7482         and into user configurable files.
7483         * device/lib/clean.mk: clean mcs51 directory too
7484         * support/regression/tests/longlit.c: added static to T1 declaration
7485         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7486         accesses in the initialization code
7487
7488 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7489
7490         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7491         OSCTRIMVAL as noted in bug #916008
7492
7493 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7496         in loops with multiple exits (reported as incorrect registers
7497         used by Martin Helmling in Sdcc-user list)
7498
7499 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7500
7501         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7502         made ds390 register extensions look less like error messages
7503
7504 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7505
7506         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7507         reported by Adam Wozniak in Sdcc-user list
7508
7509 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7510
7511         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7512         arithmetic optimizations, added debug output
7513
7514 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7515
7516         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7517         * sdcc.spec: updated and split sdcc into 3 rpms
7518         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7519         needed for literals of LEFT_OP and '+'
7520         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7521         introduced RESULT_TYPE_NOPROM
7522         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7523         left shift
7524         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7525         limited promotion to int only for '*'
7526         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7527
7528 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7529
7530         * src/pic16/gen.c (genSkip),
7531         (genc16bit2lit), (gencjneshort): commented out
7532         (is_LitOp): new helper function, checks operand type
7533         (genCmpEq): rewritten
7534
7535 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7536
7537         * support/regression/tests/bug-908454.c: added
7538
7539 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7540
7541         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7542         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7543         (geniCodeCast): cosmetic, don't preserve bit storage class
7544         (geniCodeLeftShift): added promotion
7545         (geniCodeLogic): fixed regression
7546         * src/SDCCsymt.c (computeTypeOr): accept bits too
7547         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7548
7549 2004-03-07  Borut Razem <borut.razem AT siol.net>
7550
7551         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7552
7553 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7554
7555         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7556         version of pic16_genPackRegisters which does not check if ic is a
7557         CAST operator,
7558         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7559         function cause string1.c regression test fails
7560
7561 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7562
7563         * sim/ucsim/configure.in,
7564         * sim/ucsim/configure,
7565         * sim/ucsim/doc/Makefile.in: use docdir
7566         * src/SDCC.y: fixed sbit atrributes
7567         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7568         * src/SDCCast.c (decorateType): |^& need special promotion handling
7569         * src/SDCCast.h,
7570         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7571         * src/SDCCsymt.h (computeType),
7572         * src/SDCCicode.c: computeType() needs op
7573         * src/SDCCsymt.c (checkTypeSanity),
7574         * doc/sddman.lyx: "plain" bitfields are unsigned
7575         * src/SDCCsymt.c (computeTypeOr): added
7576         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7577         |^& ops
7578         * src/SDCCval.c (val*): computeType() needs op
7579         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7580         * support/regression/tests/onebyte.c: added tests for |^&
7581
7582 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7583
7584         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7585         for writing icode into asm output.
7586
7587 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7588
7589         * src/pic16/device.c: added some debug lines enabled
7590         with macro DEBUG_CHECK,
7591         * src/pic16/genarith.c: more debug in genPlus,
7592         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7593         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7594         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7595         * (aopForSym): onStack symbols are re-placed in data memspace,
7596         and onStack flag is cleared,
7597         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7598         copy temporary pcodeop,
7599         * (genPcall): added warning for not updating PCLATU,
7600         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7601         always true for pic16 port,
7602         * (genMultOneWord): NEW, supports integer multiplication,
7603         * (genMult): modified to call genMultOneWord,
7604         * (ifxForOp): added warning when return NULL,
7605         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7606         flag is set before call to operandFromSymbol for implicit
7607         added structures,
7608         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7609         options.intlong_rent are set by default,
7610         * (_hasNativeMulFor): modified to allow port generation of integer
7611         multiplication,
7612         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7613         set regtype to REG_SFR for all registers, restricting seting the
7614         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7615
7616 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7617
7618         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7619         more than 500 times in the regression tests
7620
7621 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7622
7623         * support/Util/SDCCerr.h,
7624         * support/Util/SDCCerr.c,
7625         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7626         enumerator_list),
7627         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7628         for symbol conflicts.
7629         * support/valdiags/tests/enum.c,
7630         * support/valdiags/tests/tentdecl.c,
7631         * support/valdiags/tests/struct.c: expect possible error messages
7632         referring to original symbol definitions.
7633         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7634         * src/SDCCsymt.h,
7635         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7636
7637 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7638
7639         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7640
7641 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7642
7643         * src/pic16/ralloc.c (newReg): fixed bug #908929
7644
7645 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7646
7647         * src/ds390/gen.c: added missing #include "main.h"
7648
7649 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7650
7651         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7652         checking if symbol is already in set,
7653         * src/pic16/device.h: prototype for checkAddSym,
7654         * src/pic16/gen.c: (_G): added entry interruptvector,
7655         * (assignResultValue): removed some commented out lines,
7656         * (genFunction): check for ISR via sym->type, absolute section for
7657         interrupt code is created via a new pBlock, the goto instruction is
7658         placed now correctly at the interrupt vector position, changed all
7659         references from ivec to _G.interruptvector,
7660         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7661         is the interrupt is a high priority one, same for return from ISR,
7662         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7663         externs to calls of checkAddSym,
7664         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7665         pic16_pcode_verbose flag is set,
7666         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7667         * src/pic16/pcoderegs.c: message about how many registers are saved
7668         will only be emitted if pic16_pcode_verbose flag is set,
7669
7670 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7671
7672         * src/ds390/ralloc.h,
7673         * src/ds390/ralloc.c (ds390_regWithIdx),
7674         * src/ds390/gen.c (emitcode),
7675         * src/ds390/main.h,
7676         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7677         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7678         ds390operandCompare, getRegsRead, getRegsWritten,
7679         initializeAsmLineNode): customized instruction size calculation for
7680         ds390, started basis for some register optimizations
7681         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7682         corresponding assembly output
7683         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7684         missing push/pop of r0/r1. Optimized push/pops
7685
7686 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7687
7688         * src/mcs51/main.c (instructionSize): fixed ACALL size
7689         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7690
7691 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7692
7693         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7694         the sorting of rlist with NULL elements
7695         * (print_idataType, print_idata): NEW to create idata sections
7696         * src/pic16/device.h: idataSymSet new variable
7697         * src/pic16/gen.c (genFunction): fixed some bugs in string
7698         comparing, improved the absolute section creation for ISRs,
7699         added FSR0L/FSR0H in registers that are saved in an ISR,
7700         * (genInline): fixed the processing of inline snippets,
7701         now they undergo no process by the peephole optimizer
7702         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7703         are placed in idataSymSet,
7704         * (pic16emitStaticSeg): extern symbols are added in externs,
7705         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7706         switching when aboslute variables are placed in access bank memory
7707         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7708         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7709         commented out with #if,
7710         * (pic16_packRegisters): reintroduce the check for CAST because some
7711         symbols are not correctly handled,
7712         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7713         pCodeInstruction instead of pCode,
7714         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7715         pCodeAsmDir definition,
7716         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7717         directive, then the argument directive is emitted without the leading
7718         tab, hack for inline labels which must be in the first column,
7719         * (compareLabel,pic16_findNextInstruction),
7720         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7721         * (insertBankSwitch): modified for the new pCodeAsmDir,
7722
7723 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7724         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7725
7726         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7727         instance,
7728         * (pushSide): commented out with #if,
7729         * (assignResultValue): fixed some typos in saving
7730         registers,
7731         * (genPcall): FIXED and sync'ed with genCall,
7732         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7733         * (genNearPointerGet): fixed to handle some more cases,
7734         implementation scheme via table reads,
7735         * (genConstPointerGet): modified to access code memory correct,
7736         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7737         and improved to handle some cases
7738         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7739         instead of "RETLW" for init data
7740         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7741         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7742         variables are placed in access bank memory (<0x80 and >=0xf80),
7743         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7744         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7745         TBLWT_POSTDEC,TBLWT_PREINC
7746         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7747         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7748         directives
7749         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7750         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7751         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7752         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7753
7754 2004-02-29  Borut Razem <borut.razem AT siol.net>
7755
7756         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7757         support/Util/findme.h, support/Util/system.h: enhance binary relative
7758         search for lib and include by using findProgramPath()
7759
7760 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7761
7762         * src/SDCCpeeph.h,
7763         * src/SDCCpeeph.c (pcDistance),
7764         * src/port.h,
7765         * src/mcs51/ralloc.h,
7766         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7767         * src/mcs51/main.h,
7768         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7769         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7770         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7771         size calculation port specific, started basis for some register
7772         optimizations
7773         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7774         missing push/pop of r0/r1. Optimized push/pops
7775         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7776         * device/lib/_modsint.c (_modsint),
7777         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7778         and stack version so regression tests pass
7779
7780 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7781
7782         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7783         * src/SDCCast.c (decorateType): catch another small optimization
7784         with '?' operator
7785         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7786         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7787         modified to finally use computeType() all over SDCC,
7788         see Feature Request #877103
7789         * src/SDCCval.h: cosmetic
7790         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7791         valCompare(); regression tested in muldiv.c
7792         * support/regression/tests/muldiv.c (testMod): mod sign follows
7793         dividend only
7794
7795 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7796
7797         * src/SDCCast.c (decorateType): fixed bug #902362
7798         * doc/INSTALL.txt: fixed install instructions for win32
7799
7800 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7801
7802         * device/include/Makefile.in (install): fixed by replacing spaces
7803         by tabs
7804         * doc/README.txt,
7805         * doc/INSTALL.txt: updated for release
7806         * doc/sdccman.lyx: added warning for --xstack being buggy
7807
7808 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7809
7810         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7811         to eliminate build warnings.
7812         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7813
7814 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7815            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7816
7817         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7818         removed -penable-stack, added comment for stack pragma, added
7819         warning for not initializing the stack/frame registers, removed
7820         comment at interrupts section
7821
7822         Stack is made permanent, there is no ability to disable stack usage.
7823         * src/pic16/device.h,
7824         * src/pic16/device.c: removed all references to USE_STACK macro,
7825         * src/pic16/device.c (pic16_dump_section): when no elements in
7826         rlist, free rlist before return,
7827         * (pic16_dump_int_registers): NEW, internal registers are a new set
7828         of general purpose registers reused by each function,
7829         * (checkAddReg): returns 1 if registers is added to set,
7830         * (pic16_groupRegistersInSection): when a registers is of type
7831         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7832         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7833         SRCASECMP macro is moved here from device.c
7834         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7835         PO_PCLATU, PO_PRODL, PO_PRODH,
7836         * (pic16_pCodeOpType, genMinus,
7837         changed compares to "a" register, with AOP_ACC,
7838         * (pic16_genPlus): fixed some bugs and indented properly,
7839         * (pic16_addSign): changed size to size+offset in the MOVWF
7840         instruction,
7841         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7842         multiply 8-bit operand by literal, result is 8-bit,
7843         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7844         multiply 2 8-bit operand, result is 8-bit,
7845         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7846         genUMult8X*_16,
7847         * src/pic16/gen.c: changed accUse to contain WREG only,
7848         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7849         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7850         true, do not use immediate addressing any more unless sym is a
7851         pointer in codespace,
7852         * (aopForRemat): do not use immediate addressing when symbol not in
7853         codespace and when symbol's address is requested,
7854         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7855         accUse size (= 1),
7856         * (aopGet): added case for AOP_ACC and don't return "accumulator
7857         bug" but WREG instead,
7858         * (popGetTempReg): pushes contents of temporary register in stack,
7859         * (popReleaseTempReg): pops contents of temporary register from
7860         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7861         * (pic16_popGet): separated case AOP_ACC to return register WREG
7862         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7863         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7864         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7865         the use of immediate pointers to certain cases only.
7866
7867         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7868         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7869         * (assignResultValue, genCall, genRet): modified to use the new
7870         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7871         genPcall is still broken,
7872         * (genFunction): added code to create 'A' type pBlocks when
7873         interrupt functions are generated, code not extensively tested yet,
7874         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7875         * (genEndFunction): modified so ISRs pop stored registers from stack,
7876         * (genMultOneByte): cleanup,
7877         * (AccRsh): added flag andmask, to and result with appropriate mask,
7878         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7879         * (genDataPointerGet): fixed and reenabled its use,
7880         * (genNearDataPointerGet): bugs fixed,
7881         * (genDataPointerSet): bugs fixed,
7882         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7883         pic16_DumpSymbol, pic16_DumpOp,
7884         * src/pic16/genutils.h: function prototypes for the above functions,
7885         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7886         pointers,
7887         * (pic16emitRegularMap): many many many improvements, but needs a
7888         major cleanup,
7889         * src/pic16/main.c: enable_stack in pic16_options is removed,
7890         * (_pic16_parseOptions): removed command line options -penable-stack,
7891         * (_process_pragma): emit stack symbol only when stack pragma is
7892         processed,
7893         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7894         redirected to FSR0L/FSR0H pair,
7895         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7896         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7897         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7898         for immediates,
7899         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7900         * (dumpPicOptype): NEW,
7901         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7902         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7903         with movff instruction,
7904         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7905         added pic16_int_regs, some packRegsFor* functions are commented out,
7906         because produce errors,
7907         * src/pic16/NOTES: minor modifications
7908
7909 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7910
7911         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7912         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7913         --pack-iram.
7914         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7915         * as/mcs51/lkaomf51.c: fixed bug #895763
7916
7917 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7918
7919         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7920
7921 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7922
7923         * doc/sdccman.lyx: added details about the HC08 storage classes and
7924         interrupts, fixed the register usage info for z80 & gbz80
7925
7926 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7927
7928         * doc/sdccman.lyx: added more pic16 port documentation
7929         * device/include/pic16/: added header pic18fregs.h
7930
7931 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7932
7933         * doc/sdccman.lyx: added Vangelis' contribution
7934
7935 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7936
7937         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7938         extend to the next CALL or PCALL, not just to the next CALL.
7939
7940 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7941
7942         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7943
7944 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7945
7946         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7947         bug #895752 and a better fix for bug #716790
7948
7949 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7950
7951         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7952
7953 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7954
7955         * doc/sdccman.lyx: minor changes, minor changed
7956
7957 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7958
7959         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7960         which can't handle SDCC_NEWONEBYTEOPS,
7961         (geniCodeMultiply): removed conversion from mult to shift for pic14
7962         and pic16
7963
7964 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7965
7966         * src/hc08/gen.h,
7967         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7968         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7969         thus fixing bug #895406
7970
7971 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7972
7973         * device/lib/_modsint.c,
7974         * device/lib/_modslong.c: sign follows divisor only
7975         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7976         signs or signedness can be ignored
7977         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7978         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7979         added optimization for IFX,
7980         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7981         arguments;
7982         reenabled optimization for IFX, which was removed on 2004-01-11
7983         * src/SDCCast.h: added return type IFX
7984         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7985         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7986         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7987         SDCC_OLDONEBYTEOPS selects the old behaviour
7988         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7989         changed again and commented promotion rule
7990         * src/SDCCval.c (valDiv): promotion no longer necessary
7991         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7992         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7993         rewritten
7994         * support/regression/tests/onebyte.c: added
7995
7996 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7997
7998         * gen.c (genInline): reverted to old code for assemnling inline
7999         code because of bug reported James Chadd
8000
8001 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8002
8003         * ralloc.h: missing declarations from previous patch,
8004         seems that patch for ralloc.h was never applied, fixed
8005
8006 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8007            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8008
8009         * pcode.c,
8010         * pcode.h,
8011         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8012         indirect addressing. Marked FSR0 as deprecated
8013         * gen.c (pointerCode): commented out, not needed now
8014         (pic16_popGet2p): new MOVFF helper function
8015         (genGenPointerGet),
8016         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8017         (shiftRLong): removed duplicate debugging info
8018
8019 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * src/ds390/gen.c (genNearPointerGet),
8022         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8023         optimization with bits, but not bitfields.
8024         * src/ds390/ralloc.c (packRegisters),
8025         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8026
8027 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8028
8029         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8030
8031 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8032
8033         * src/SDCCsymt.h,
8034         * src/SDCCicode.c (operandFromSymbol),
8035         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8036         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8037         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8038         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8039         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8040         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8041         bug #892038
8042         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8043         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8044         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8045         * src/SDCCsymt.c (newSymbol),
8046         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8047         enumerator_list),
8048         * src/SDCCval.h,
8049         * src/SDCCval.c (newiList): fixed bug #885705
8050
8051 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8052
8053         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8054         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8055
8056 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8057
8058         * device/include/c8051f120.h,
8059         * device/include/c8051f300.h,
8060         * device/include/c8051f310.h: added/updated header files for Silicon
8061         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8062         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8063         in new section Submitting patches
8064
8065 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8066
8067         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8068         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8069         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8070         genGenPointerSet),
8071         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8072         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8073         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8074         genGenPointerSet),
8075         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8076         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8077         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8078         genGenPointerSet),
8079         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8080         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8081         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8082         genGenPointerSet): fixed bug #892400
8083         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8084         to eliminate build warnings.
8085         * src/SDCCast.c (processParms),
8086         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8087         fixed bug 751859
8088         * support/valdiag/valdiag.py: added GCC to the list of defines active
8089         when compiling with gcc
8090
8091 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8092
8093         * support/Util/SDCCerr.h,
8094         * support/Util/SDCCerr.c,
8095         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8096         with an incomplete type (fixed bug #883734)
8097         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8098
8099 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8102
8103 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8104
8105         * src/SDCCast.c (decorateType),
8106         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8107         function pointer implementation
8108         * support/regression/tests/funptrs.c: added tests to verify both forms
8109         of function pointers work correctly. Added tests to verify parameters
8110         are passed in the correct order.
8111
8112 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8113
8114         * device.c (regCompare): registers are sorted by ascending
8115         address and increasing size,
8116         * main.c (_pic16_finaliseOptions): removed the declaration
8117         of compiler macro MCU. Now a macro of the format pic18fxxxx
8118         will be defined from the command line
8119
8120 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8121             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8122
8123         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8124         PCOP_RLCF was overwritten!
8125         * gen.c (genSkip): commented out calls to pic16_emitcode,
8126         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8127         * (genlshTwo),
8128         * (genRRC): added debugging info,
8129         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8130         overwritten while shifting,
8131         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8132         overwritten while shifting,
8133         * (AccLsh),
8134         * (AccRsh),
8135         * (shiftLLeftOrResult),
8136         * (shiftRLeftOrResult),
8137         * (shiftRLong),
8138         * (shiftLLong): Implemented with pic16_emitpcode
8139         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8140         * (genLeftShift): Fixed bug, operand for shift by variable always
8141         was "and"ed with 0x0f,
8142         * (genLeftShiftLiteral),
8143         * (genrshTwo),
8144         * (genRightShiftLiteral): added debugging info,
8145         * (genrshFour): added comment,
8146         * (genRightShift): determined signedness from operand "left"
8147         instead of "result"
8148
8149 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * src/SDCCicode.c (geniCodeParms),
8152         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8153         function pointers, fixed function pointer bugs #861242 and #861896
8154
8155 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8156
8157         * device/include/c8051f000.h,
8158         * device/include/c8051f120.h,
8159         * device/include/c8051f300.h: added header files for Silicon
8160         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8161
8162 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8163
8164         * src/SDCCast.c (processParams): added new type flow and restructured
8165         (gatherAutoInit): added new type flow
8166         (addCast): cosmetic changes
8167         (getLeftResultType): added new type flow for array indices, patch
8168         provided by Stas, see FR #877103
8169         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8170         array index patch by Stas
8171         * src/SDCCast.h: added prototype getResultTypeFromType()
8172         * src/SDCCval.h,
8173         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8174         * src/pic/glue.c (pic14emitStaticSeg),
8175         * src/pic16/glue.c (pic16emitStaticSeg),
8176         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8177         for initialization of symbols
8178         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8179         * support/Util/SDCCerr.h:
8180         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8181         * .version: bumped version number to 2.3.8
8182         * device/include/Makefile.in (install),
8183         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8184         avoid warnings
8185
8186 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8187
8188         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8189         Slade Rich fixed an optimization bug
8190         * src/pic/pcodepeep.c,
8191         * src/pic/pcoderegs.c
8192         * doc/Makefile (install): added test for directory
8193
8194 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8195
8196         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8197         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8198         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8199         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8200         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8201         * as/mcs51/asexpr.c (term),
8202         * as/hc08/asexpr.c (term): fixed bug #887146
8203
8204 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8205
8206         * src/z80/gen.c (genMult): handle single byte result product
8207         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8208         DUMMY_READ_VOLATILE (fixed bug #886367)
8209
8210 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8211
8212         * support/regression/tests/libmullong.c: fixed logic, on little endian
8213         hosts we ended without a mullong_wrapper()
8214
8215 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8216
8217         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8218         virus/worm forged address usage.
8219
8220 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8221
8222         Fixed promotion, it should be done on AST level:
8223         * src/SDCCast.c (addCast): added promotion to int
8224         (decorateType): updated call to upCast()
8225         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8226         usualUnaryConversions()
8227
8228 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8229
8230         * support/regression/tests/literalop.c (mulWrapper): Added a
8231         wrapper to remove integer overflow warnings.
8232
8233         * support/regression/tests/float_trans.c: Made work on host.
8234
8235         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8236         location of sz80.
8237
8238         * support/regression/generate-cases.py (main): Changed from inline
8239         to a main method.
8240
8241         * doc/Makefile (install): Changed to depth first to get rid of
8242         missing directory install warning.
8243
8244         * as/Makefile (install-doc): Made work on Mac.
8245
8246 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8247
8248         * src/SDCCast.c: added an additional type flow in decorateType() of
8249         opposite direction, see feature request #860006; it's enabled at runtime
8250         by setting the environment variable SDCC_NEWTYPEFLOW
8251         * src/SDCCast.h: changed prototype of decorateType()
8252         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8253         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8254         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8255         see feature request #877103
8256         * src/SDCCval.c: updated call of decorateType()
8257         (valBitwise): fixed bug #882876
8258         (valMinus): added promotion
8259         (valLogicAndOr): result is unsigned
8260         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8261         * src/SDCCsymt.c (computeType),
8262         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8263         must not cause an unsigned operation
8264         * src/pic/glue (pic14emitRegularMap),
8265         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8266
8267 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8268
8269         * src/pic/pcode.c (PCodeID): commented out left over debug code
8270
8271 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8272
8273         * support/valdiag/tests/overflow.c: added shift tests
8274         * src/pic/device.c,
8275         * src/pic/gen.c,
8276         * src/pic/gen.h,
8277         * src/pic/glue.c,
8278         * src/pic/main.c,
8279         * src/pic/pcode.c,
8280         * src/pic/pcode.h,
8281         * src/pic/pcodepeep.c,
8282         * src/pic/pcoderegs.c,
8283         * src/pic/ralloc.c,
8284         * src/pic/ralloc.h: applied patch from Slade Rich;
8285         added support for multiple code pages and multiple RAM banks on the
8286         PIC 14 port. The ASM files now no longer simply assume all the
8287         code / RAM are in the same page / bank. This means the linker can
8288         safely allocate code/RAM of separate ASM files to different pages/banks.
8289         * doc/sdccman.lyx: added Slade's tips
8290         * src/mcs51/peeph.def: fixed bug #880768
8291
8292 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8293
8294         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8295         * src/SDCCast.c (decorateType): fixed bug #880197
8296
8297 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8298
8299         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8300         getopt.h.
8301
8302         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8303         strtof is not part of C89 and isn't included with Mac OS X.
8304
8305 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8306
8307         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8308         shiftL2Left2Result): fixed bug #879326
8309         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8310         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8311         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8312         address fetch for clr instruction
8313         * device/lib/hc08/_mulint.c: created optimized assembly version
8314         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8315
8316 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8317
8318         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8319         proposed in FR #877103
8320
8321 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * src/SDCCval.c (cheapestVal): added missing checks
8324         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8325         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8326
8327 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8328
8329         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8330         equal operands
8331
8332 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8333
8334         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8335         loaded with the linker search paths (-L arguments) and the libraries
8336         to be linked with the current source (-l arguments). Changes
8337         currently will affect only the pic16 port.
8338         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8339         include path the port specific paths and port specific libraries,
8340         * gplink command now contains the $3 argument,
8341         * src/pic16/device.h,
8342         * src/pic16/device.c,: structure PIC_device is made public and
8343         renamed to PIC16_device, the same for variable Pics which is renamed
8344         to Pics16. Updated all references to them.
8345         * src/pic16/glue.c (pic16glue): corrected bug with code
8346         initialization which bypassed the variable initializations block.
8347
8348         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8349         COMPILE_FLAGS and added the --nostdinc option
8350
8351 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8352
8353         * device/include/mc68hc908jb8.h: Register defs for another member
8354         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8355
8356 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8357
8358         Documenting changes from previous commits.
8359         * configure.in (version 1.56),
8360         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8361         when generating output files to configure the pic16 library,
8362         but now I've commented it out, since gputils aren't installed in the
8363         SF compile farm, so library won't compile
8364
8365         * device/lib/Makefile.in (version 1.56): initially I've added in
8366         target 'all' the prerequestive 'model-pic16' so it compiled the
8367         pic16 library, but now I've commented it out for the same reasons
8368         above,
8369         * added targets 'model-pic16' and 'objects-pic16' to compile the
8370         library
8371         * added target 'port-specific-objects-pic16' to handle the
8372         generated libraries and copy them into the build/ directory
8373         * added target 'clean-intermediate-pic16' to clean intermediate
8374         files into pic16 directory
8375         * in target 'installdirs' added line to create directory pic16 in
8376         the installation path
8377
8378         * device/include/Makefile.in (version 1.11): in target 'install'
8379         added lines to copy all header files to installation path,
8380         * in target 'installdirs' added line create directory for pic16
8381         headers in the installation path
8382
8383 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8384
8385         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8386          a function call
8387
8388 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8389
8390         * configure,
8391         * device/lib/configure.in,
8392         * device/lib/configure: fixed for autoconf 2.57
8393
8394 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8395
8396         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8397         option so that it actually works. Made it specific to the z80, since
8398         the gbz80 doesn't have these kinds of I/O ports.
8399
8400 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8401
8402         * device/include/z180.h,
8403         * device/lib/_memcpy.c,
8404         * device/lib/_memmove.c,
8405         * device/lib/_mulint.c,
8406         * device/lib/ser_ir.c,
8407         * device/lib/ser_ir_cts_rts.c,
8408         * device/lib/_strcmp.c,
8409         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8410         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8411         portmode; added deprecation warning for bank= and protmode= forms.
8412         Also, guard against buffer overflow.
8413         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8414
8415 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8416
8417         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8418         changed interrupt vector table generation to only emit declared vectors.
8419         * device/include/Makefile.in: added missing backslash
8420         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8421
8422 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8423
8424         Mainly changes to support compilation of the device libraries
8425         * src/pic16/device.c: stack is allocated via symbol and not
8426         via literal number. The symbol is placed in the corresponding
8427         position of the data ram
8428         * (pic16_dump_section): relocatable and absolute uninitialized
8429         data are now emitted in sorted order to reduce section naming,
8430         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8431         weren't marked as being in the access bank,
8432
8433 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8434
8435         Added portion of GNU PIC Library under the directory
8436         device/include/pic16 and device/lib/pic16. These files
8437         contain the declarations of SFRs for the PIC18Fxx2 devices.
8438         The directory is initialized via configure from toplevel.
8439
8440 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8441
8442         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8443         the spilllocations to be compared correctly
8444
8445 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8446
8447         * src/SDCCast.c (decorateType): fixed bug introduced today
8448
8449 2004-01-12  Borut Razem <borut.razem AT siol.net>
8450
8451         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8452         doc/sdccman.lyx: upper case pragmas are deprecated
8453
8454 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8455
8456         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8457         in simpler and even better code
8458
8459 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * src/SDCCicode.c (operandOperation): fixed bug #874819
8462         * src/SDCCast.c (decorateType): fixed
8463         char foo (unsigned long ul) { return ul > 0; }
8464
8465 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8466
8467         * doc/sdccman.lyx: Moved and added some sections, small changes
8468         all over. Telling LaTeX to be less strict with word spacing
8469         to better keep the right margin. Changed some notes about
8470         maintainance of the ports in section 3.2.1 - is it OK like this?
8471
8472 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8473
8474         SDCC source changes:
8475         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8476         convilong): modified to inform the pic16 port that builtin functions
8477         are external
8478
8479         PIC16 PORT specific changes:
8480         * src/pic16/device.c pic16_dump_equates() added,
8481         processor registers declared internally by the port are emitted in
8482         the translation as equates,
8483         * src/pic16/gen.c: inline code is passed unprocessed to the
8484         translation,
8485         * (pic16_popGetLit2): fnuction modified to take second operand as
8486         pCodeOp pointer and not as literal,
8487         * (popRegFromIdx): prefixed with pic16_,
8488         * (pic16_popCombine2): modified to receive already allocated pCode
8489         operands,
8490         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8491         * (genFunction): initializes local stack frame and pushes on stack
8492         all the registers used by this function,
8493         * (genEndFunction): restores all registers from stack and restores
8494         stack frame,
8495         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8496         improvements,
8497         * (pic16glue): changed the program startup sequence,
8498         * added new dbName code 'A' for functions placed in absolute section
8499         * src/pic16/main.c: added function attribute _naked,
8500         * added pragma 'code' to place a fnuction at an absolute address,
8501         * added command line arguments --debug-ralloc and --pcode-verbose,
8502         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8503         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8504         * (pic16_newpCodeOpLit2): modified to take the second operand as
8505         pCodeOp pointer,
8506         * (pic16_printpBlock): modified to emit each function in a separate
8507         section,
8508         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8509         UPPER for immediate operands,
8510         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8511         instruction,
8512         * src/pic16/peeph.def: all peepholes with movff are commented out,
8513         because there is a problem in the pcode peep optimizer,
8514         * src/pic16/ralloc.c: the register allocator can now reuse local
8515         function symbols for another function. This saves register usage.
8516         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8517
8518         Added file src/pic16/NOTES with information about program writing on
8519         the current port version.
8520
8521 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8522
8523         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8524         and peephole 252 (array access)
8525
8526 2004-01-09  Borut Razem <borut.razem AT siol.net>
8527
8528         * src/SDCCmain.c : fixed #872250: -l command line defined library
8529           files are scanned before standard library files
8530
8531 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8532
8533         * src/SDCCast.c (decorateType): fixed bug #874046
8534
8535 2004-01-09  Borut Razem <borut.razem AT siol.net>
8536
8537         * support/scripts/sdcc.nsi: remove previous installation
8538
8539 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8540
8541         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8542         bytes for last interrupt vector (mcs51)
8543         * sdcc.spec: fixed typo
8544
8545 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8546
8547         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8548         gen51Code): more efficient parameter receive for --model-large
8549         ("bug" #845294)
8550
8551 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8552
8553         * src/ds390/main.c,
8554         * src/z80/main.c: added missed needLinkerScript flags (more than
8555         one port structure defined in these file)
8556         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8557         bug #795325
8558
8559 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8560
8561         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8562         * src/port.h: added flag needLinkerScript in port->linker
8563         structure to inform whether to create a .lnk file or not,
8564         * src/avr/main.c,
8565         * src/ds390/main.c,
8566         * src/hc08/main.c,
8567         * src/mcs51/main.c,
8568         * src/pic/main.c,
8569         * src/pic16/main.c,
8570         * src/xa51/main.c,
8571         * src/z80/main.c: changed appropriately to configure
8572         needLinkerScript flag
8573         * src/pic/gen.c,
8574         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8575         * src/pic/glue.c: added variable udata_section_name to
8576         override default uninitialized data segment definition for
8577         devices only with SHAREBANK memory (reported from Erik Epetrich)
8578         * (pic14emitOverlay): modified to emit a commented overlay segment
8579         directive when no overlay data exist
8580         * (picglue): modified to emit uninitialized data segment
8581         according to udata_section_name
8582         * src/pic/main.c (_pic14_parseOptions): added command line
8583         options --udata-section-name=[name] to override default
8584         udata definition name
8585         * modified _linkCmd and _asmCmd to include compiler passed
8586         arguments via -W option
8587         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8588         object file from '.rel' to '.o' in port->linker structure,
8589         changed size of fptr from 2 to 3 in port structure
8590
8591 2004-01-07  Borut Razem <borut.razem AT siol.net>
8592
8593         * support/scripts/sdcc.nsi: update PATH
8594         * support/scripts/sdcc.ico: craeted
8595
8596 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8597
8598         * device/include/Makefile.in: fix install
8599         * doc/Makefile: fix install
8600
8601 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8602
8603         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8604         in bug #860505
8605         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8606         how the function variable allocation summary is displayed; also
8607         include information about variables allocated to the overlay
8608         segment
8609
8610 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8611
8612         * as/mcs51/lkmain.c: Help about -Y option
8613         * as/mcs51/lkarea.c: Fixed gcc warnings
8614
8615 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8616
8617         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8618         fixed warning
8619         * support/valdiag/tests/overflow.c: added
8620         * src/SDCCast.c (decorateType),
8621         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8622         LEFT_OP (left shift)
8623
8624 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8625
8626         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8627         (default behaviour).
8628
8629 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8630
8631         A python script to validate compiler diagnostic messages. It can be
8632         used to verify that sdcc complains about bad c source code and
8633         gives a good location of the error.
8634         * support/valdiag/Makefile,
8635         * support/valdiag/valdiag.py,
8636         * support/valdiag/tests/*
8637
8638 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8639
8640         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8641         * src/SDCCsymt.c (newEnumType),
8642         * src/SDCCsymt.h
8643         * support/Util/SDCCerr.c,
8644         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8645         enum related bugs.
8646         * support/regression/tests/enum.c: added test for enum values that
8647         require at least 2 bytes of storage.
8648
8649 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8650
8651         * src/common.h: added ifndef/define/endif macros
8652         around the header file.
8653         Bug reported from Jesus Calvino-Fraga
8654
8655 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8656
8657         * sdcc.spec: updated
8658         * device/include/Makefile.in: don't install CVS directories
8659         * device/lib/Makefile.in: added removal of CVS directories after install
8660         * doc/Makefile: fixed install, added local_icons
8661         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8662         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8663         * src/ds390/gen.c (genRightShift): fixed bug #870788
8664         * src/SDCCast.c (decorateType): fixed bug #870781
8665
8666 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8667
8668         PIC16 port related changes:
8669         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8670         added variable stackPos,
8671
8672         * gen.c: genCall, assignResultValue: added support for
8673         pushing/retrieving function parameters to/from stack,
8674         genFunction,genEndFunction: setup stack frame for the
8675         generated function,
8676         genAddrOf: will be changed according to bug 863624
8677
8678         * added files genutils.c and genutils.h which contain gen*
8679         debugged and optimised functions extracted from gen.c
8680
8681         * glue.c: added variable 'externs' which holds extern symbols,
8682         pic16emitRegularMap: is modified to properly handle relocatable
8683          symbols under the new scheme,
8684         pic16createInterruptVect: is modified
8685         pic16printPublics: is modified to emit 'global' assembler directives,
8686         added pic16_printExterns to print extern symbols,
8687         pic16glue: initializes stack/frame pointer in the beginning of
8688         the assembly output. Temporary hack, will be corrected later,
8689         because gplink yet does not support stack and SDCC does not
8690         yet support a type of crt0.o object to create the final binary.
8691
8692         * Removed many lines that contain 8051 legacy code.
8693         * The code is finally placed under a 'code' directive.
8694         * Added port specific options.
8695
8696         * _process_pragma: simplified since now we do not need *special*
8697         include file to define SFR registers. But a separate header
8698         will be needed. This will be developed later.
8699         * _pic16_parseOptions: added, parses port specific options:
8700         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8701         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8702         --preplace-udata-with=
8703
8704         * _pic16_setDefaultOptions: modified to initialize section names,
8705         but hack is temporarly out of order since it needs improvement.
8706         * _pic16_genAssemblerPreamble: configuration words are emitted by
8707         their address instead of their name. This part is incomplete and
8708         supports only the 18Fxx2 devices. Other devices will emit an error
8709         during assembly since they do not contain the same set of config
8710         registers
8711         * _pic16_genIVT: is modified,
8712
8713         * pcode.c: added definitions for some hardware registers that are needed
8714         for stack support
8715         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8716         All PCI entries are updated. Now LFSR is supported.
8717         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8718         * added pic16_newpCodeOpLit2 to support instructions with
8719         two literal arguments
8720         * pic16_pCode2str: corrected code that emits assembler instructions
8721         with two literal operands and those that have an access bit modifier
8722         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8723         this fixes a bug which caused some labels to be lost, when an
8724         assembler directive was added, i.e. banksel,
8725         * pic16_FixRegisterBanking: improved logic that causes the insertion
8726         of bank switching,
8727         * InlineFunction: functions that are called once, are not any more
8728         inlined. This can be a port option in the future,
8729
8730         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8731
8732         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8733         hold the corresponding uninitialized symbols,
8734         * pic16_allocProcessorRegister: registers have explicit marked the
8735         accessBank field,
8736         * pic16_allocInternalRegister: registers are explicit marked as
8737         not used,
8738         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8739         processing list, so bit registers were lost,
8740         *
8741
8742         * ralloc.h: added field 'accessBank' and original symbol operand
8743         in register definition,
8744         * removed the field isMapped from register definition,
8745
8746         ** Several functions have been removed from various sources:
8747         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8748         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8749         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8750         pic16_assignRelocatableRegisters
8751
8752         ** others have been introduced:
8753         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8754         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8755
8756 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8757
8758         * support/scripts/inc2h.pl: changed definition of BIT_AT
8759         to emit 'sbit at' instead of 'bit at'. This was a request.
8760
8761         PIC16 port related preliminary changes:
8762         * gen.c: prefixed function popRegFromString with
8763         pic16_ and all references to it corrected
8764         * pcode.c: all pic16_pc_* hardware registers prefixed
8765         with underscore (_),
8766         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8767         * ralloc.c: newReg(): when register is REG_SFR then
8768         set address to rIdx,
8769         pic16_allocProcessorRegister(): marks register wasUsed=0
8770         pic16_writeUsedRegs(): added a call to assign processor
8771         registers via pic16_assignFixedRegisters
8772
8773 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8774
8775         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8776         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8777         variables in unused register banks.  Also the SSEG is placed
8778         wherever there is enough space for it, and IDATA can be anywhere
8779         in internal RAM.  For now compile using -Wl-Y[stack_size].
8780         The mem file is different for this option as well, since it
8781         makes no sense of talking about DSEG lenght.
8782
8783 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8784
8785         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8786         in certain cases, e.g. when ROM assignment, patch provided
8787         from Albert den Haan.
8788
8789 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8790
8791         Many signedness and type propagation fixes:
8792         * src/SDCCicode.c: made geniCodeCast() static
8793         replaced SPEC_ by IS_ (cosmetic)
8794         (operandOperation): fixed div and mod operation
8795         (usualBinaryConversions): added support for promotion of char
8796         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8797         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8798         (geniCodeAdd): an array index will stay unsigned, even if promoted
8799         from char to int
8800         (geniCodeArray): ditto
8801         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8802         * src/SDCCsymt.c (computeType): added more support for char;
8803         promotion of char is selectable by promoteCharToInt, fixed signedness
8804         for all cases
8805         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8806         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8807         * src/SDCCval (val*): replaced signedness calculation by
8808         computeType()
8809         rearranged if-branches (cosmetic)
8810         (valShift): added warning W_SHIFT_CHANGED
8811         (valCompare): fixed problem with different types
8812         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8813         * support/regression/tests/literalop.c: added many cases
8814         * support/regression/tests/ast_constant_folding.c: changed finally to
8815         'unsigned int'
8816         * .version: new year, new version: 2.3.7
8817         * src/SDCCmain.c (main): applied patch #866468
8818         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8819         provided by Scott Bronson
8820         * doc/sdccman.lyx: updated documentation for sdcdb
8821         updated and added chapter tips
8822
8823 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8824
8825         * src/SDCCsymt.h: missing from yesterday's commits
8826
8827 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         * src/SDCC.y (struct_or_union_specifier),
8830         * support/Util/SDCCerr.c,
8831         * support/Util/SDCCerr.h: verify that struct & union tags are used
8832         as declared.
8833
8834 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8835
8836         * src/SDCCglobl.h: missing from yesterday's commits
8837
8838 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8839
8840         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8841         sft_attributes, struct_declaration, parameter_declaration,
8842         type_name, start_block, declaration_list),
8843         * src/SDCC.lex (check_type): support redefinition of typedef names
8844
8845 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8846
8847         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8848         aligned xdata arrays. Erik helped me with the if clause.
8849
8850 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8851
8852         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8853         warning
8854
8855 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8856
8857         * src/SDCCast.h,
8858         * src/SDCCast.c (newAst_),
8859         * src/SDCCicode.h,
8860         * src/SDCCicode.c (ast2iCode, newiCode),
8861         * src/SDCCglobl.h,
8862         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8863         expr, statement, expression_statement, selection_statement,
8864         iteration_statement, expr_opt, jump_statement): foundation for tracking
8865         sequence points
8866         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8867         point code too)
8868
8869 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8870
8871         * support/Util/SDCCerr.c,
8872         * src/SDCCast.h,
8873         * src/SDCCast.c (createCase, createDefault, decorateType),
8874         * src/SDCClabel.c (labelUnreach),
8875         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8876         to error messages.
8877         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8878         (with thanks to Stas Sergeev)
8879         * device/include/time.h,
8880         * device/lib/time.c (CheckTime): suppress unreachable code warning
8881
8882 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8883
8884         * src/SDCCast.c (createIvalCharPtr),
8885         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8886         bug #753752)
8887         * support/regression/tests/nullstring.c: tests for these two bugs
8888
8889 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8890
8891         * support/Util/SDCCerr.h,
8892         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8893         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8894         about storage class and 'at' used inside struct or union
8895         * src/SDCCBBlock.c (iCodeFromeBBlock),
8896         * src/SDCCcse.c (ifxOptimize),
8897         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8898         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8899         printIval, emitStaticSeg, emitOverlay),
8900         * src/SDCClabel.c (deleteIfx),
8901         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8902         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8903         gatherAutoInit, processParms),
8904         * support/Util/SDCCerr.h,
8905         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8906         reporting for post-parse errors.
8907
8908 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8911         implicit casts via union; they don't work on big endian systems
8912         (possible fix for bug #861138)
8913
8914 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8915
8916         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8917         * src/mcs51/main.c: fixed the fix for bug #737001
8918
8919 2003-12-15  Borut Razem <borut.razem AT siol.net>
8920
8921         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8922
8923 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8924
8925         * support/makebin/makebin.c: put output in binary mode
8926
8927 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8928
8929         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8930         xdata and data memory on startup. Set the environment variable
8931         SDCC_NOGENRAMCLEAR to disable this.
8932         * src/mcs51/peephole.def,
8933         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8934         (allows non-interrupt and interrupt code to safely compete for a resource
8935         without the non-interrupt code having to disable interrupts)
8936
8937 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8938
8939         * src/SDCCicode.c (geniCodeAdd),
8940         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8941         with valFromType if type might be a pointer and host is big endian).
8942         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8943         types, not just integer types.
8944         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8945         multiply defined with mismatching "at" address.
8946
8947 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8948
8949         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8950         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8951         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8952         with embedded nulls (fixed bug #753752)
8953
8954 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8955
8956         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8957         Apparently this did not see much testing (endless loop)
8958
8959 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8960
8961         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8962
8963 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8964
8965         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8966         gracefully handle NULL memmap pointers
8967
8968 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8969
8970         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8971         instead of deleting the iCode when an operand is volatile
8972         * src/z80/gen.c (genDummyRead),
8973         * src/mcs51/gen.c (genDummyRead),
8974         * src/ds390/gen.c (genDummyRead),
8975         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8976         not just IC_RIGHT
8977         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8978         * src/SDCC.y: fixed bug #850420
8979
8980 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8981
8982         Applied z80 i/o port patch from Peter Townson and fixed some operators
8983         to better handle operands in A register.
8984         * device/include/z180.h
8985         * src/SDCC.y
8986         * src/SDCCglue.c
8987         * src/z80/gen.c
8988         * src/z80/gen.h
8989         * src/z80/main.c
8990         * src/z80/peeph-z80.def
8991         * src/z80/peeph.def
8992         * src/z80/z80.h
8993
8994 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8995
8996         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8997
8998 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8999
9000         * device/lib/hc08/_mullong.c: Removed extra #endif
9001
9002 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9003
9004         * sim/ucsim/hc08.src/inst.cc,
9005         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9006         carries from x to h
9007         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9008         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9009         * device/include/stdarg.h: fixed varargs for hc08
9010         * device/lib/Makefile.in,
9011         * device/lib/hc08/Makefile,
9012         * device/lib/hc08/_mulint.c,
9013         * device/lib/hc08/_mullong.c: fixed some endian problems
9014
9015 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9016
9017         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9018         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9019         * device/lib/_gptrget.c,
9020         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9021
9022 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9023
9024         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9025         * src/SDCCast.c (astErrors): fixed bug #846007
9026         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9027
9028 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9029
9030         * src/SDCCast.c (decorateType): disabled a transformation I added in
9031         revision 1.188 (access to fields of a structure at an absolute address);
9032         it breaks with bitfields, extern declarations, and gcse analysis.
9033         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9034         could be assigned through a pointer, so don't complain.
9035         * src/SDCCast.c (astErrors),
9036         * src/SDCCast.h,
9037         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9038
9039 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9040
9041         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9042         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9043         output of __config directives, since gpasm now supports them
9044         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9045         pre-processor macro, i.e. -DMCU=p18f452
9046         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9047         and modified to handle 'cast' icode similarly to '=' icode
9048         * src/pic16/device.h (typedef struct PIC_device): added field
9049         'extMIface' to indicate that chip has external memory interface
9050         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9051         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9052         18F8720
9053
9054 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9055
9056         * src/SDCC.y (pointer): fixed bug #846006
9057         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9058         * src/SDCCast.c (decorateType): fixed bug #846009
9059         * src/ds390/peeph.def,
9060         * src/ds390/gen.c (genAnd, genOr),
9061         * src/mcs51/peeph.def,
9062         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9063
9064 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9065
9066         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9067         * src/SDCCdflow.c
9068         * src/SDCCcse.c
9069         * src/SDCCcse.h
9070         * src/SDCCBBlock.h
9071         * src/SDCCBBlock.c
9072
9073 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9074
9075         fixed bug #845089
9076         * src/SDCCbitv.h,
9077         * src/SDCCbitv.c: added function to free a bitvector
9078         * src/SDCClrange.h,
9079         * src/SDCClrange.c: added function to recompute the liveranges
9080         * src/avr/ralloc.c,
9081         * src/ds390/ralloc.c,
9082         * src/hc08/ralloc.c,
9083         * src/mcs51/ralloc.c,
9084         * src/pic/ralloc.c,
9085         * src/pic16/ralloc.c,
9086         * src/xa51/ralloc.c,
9087         * src/z80/ralloc.c: recompute the liveranges after register packing
9088
9089 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9090
9091         * src/SDCCloop.c (newInduction): fixed bug #845630
9092
9093 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9094
9095         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9096         inadvertantly left behind from my 2003-11-12 change
9097
9098 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9099
9100         Updated headers I neglected to commit yesterday.
9101         * src/SDCClrange.h,
9102         * src/SDCCicode.h
9103
9104 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9105
9106         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9107         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9108         * src/SDCCopt.c (eBBlockFromiCode),
9109         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9110         the creation of the key hash table from the sequencing so it can be used
9111         earlier (for some GCSE bug fixes still pending)
9112
9113 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9114
9115         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9116         * support/regression/tests/addsub.c: testing genPlus shortcut
9117
9118 2003-11-15  Borut Razem <borut.razem AT siol.net>
9119
9120         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9121
9122 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9123
9124         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9125         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9126         ordering is immaterial.
9127         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9128
9129 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9130
9131         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9132         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9133         (SIGSEV) of bug #840381
9134         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9135         unlink new file before rename if new and old filenames are the same)
9136
9137 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9138
9139         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9140         uninitialized variables) for the mcs51. Set environment variable
9141         SDCC_GENRAMCLEAR to test.
9142         xdata initialization slightly shorter
9143
9144 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9145
9146         * src/SDCCsymt.h,
9147         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9148         #838241 & 780691 (basicly the same bug)
9149         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9150         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9151
9152 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         * src/SDCCmain.c (linkEdit): "fix" #834252
9155
9156 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9157
9158         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9159         * src/SDCCast.h,
9160         * src/SDCC.y: fixed bug #819403
9161
9162 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9163
9164         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9165         the reentrant attribute.
9166         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9167         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9168         simulation
9169         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9170         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9171         erroneously reduced to a literal.
9172         * src/hc08/ralloc.c (packRegisters, rematStr),
9173         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9174         some cases
9175
9176 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9177
9178         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9179         * doc/sdccman.lyx: changed from 'article' to 'book'
9180         * doc/Makefile: readded test_suite_spec and cdbfileformat
9181
9182 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9183
9184         * device/include/stdlib.h: include malloc.h to comply with ANSI
9185         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9186
9187 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9188
9189         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9190         * doc/clean.mk: also remove *.out files
9191         * doc/sdccman.lyx: some additions, larger top/bottom margins
9192
9193 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9194
9195         * src/SDCC.y: fixed bug #837365
9196         * support/regression/tests/bitopcse.c
9197         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9198         a symbol (might be valop instead)
9199         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9200         * device/lib/clean.mk: added hc08 to the cleaning list
9201
9202 2003-11-04  Borut Razem <borut.razem AT siol.net>
9203
9204         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9205           made 2003-11-04
9206         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9207           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9208           malloc is declared in standard stdlib.h
9209
9210 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9211
9212         * device/lib/hc08/Makefile: need to clean .rel not .o files
9213         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9214
9215 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9216
9217         * src/port.h,
9218         * src/hc08/main.c,
9219         * src/mcs51/main.c,
9220         * src/ds390/main.c,
9221         * src/z80/main.c,
9222         * src/avr/main.c,
9223         * src/pic/main.c,
9224         * src/pic16/main.c,
9225         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9226         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9227         tests (which uses the port's oclsExpense function)
9228         * src/SDCC.y,
9229         * src/SDCCast.c,
9230         * src/SDCCicode.c,
9231         * src/hc08/gen.c,
9232         * src/ds390/gen.c,
9233         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9234
9235 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9236
9237         * src/SDCCcse.c (ifxOptimize),
9238         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9239         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9240         deleting the IFX iCode.
9241         * src/hc08/ralloc.c: reduced unneeded slocs
9242         * src/hc08/gen.c: fixed bug in asmopToBoolean
9243
9244 2003-11-04  Borut Razem <borut.razem AT siol.net>
9245
9246         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9247           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9248           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9249           transferred to configure
9250
9251 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9252
9253         Use headers defined in the C[++] standards:
9254         * sim/ucsim/gui.src/serio.src/fileio.cc
9255         * sim/ucsim/gui.src/serio.src/frontend.cc
9256         * sim/ucsim/gui.src/serio.src/main.cc
9257         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9258         * support/Util/NewAlloc.c
9259         * as/hc08/lklibr.c
9260         * as/mcs51/lklibr.c
9261         * as/z80/aslist.c
9262         * as/z80/assym.c
9263
9264 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9265
9266         * Added MSVC projects for hc08 assembler and linker:
9267         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9268         /as/hc08/link_hc08.dsp
9269
9270 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9271
9272         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9273
9274 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9275
9276         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9277
9278 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9279
9280         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9281
9282 2003-10-31  Borut Razem <borut.razem AT siol.net>
9283
9284         * support/cpp2/cpplib.h,
9285           support/cpp2/cpplib.c,
9286           support/cpp2/cpplex.c,
9287           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9288           to switch _asm block preprocessing on / off. Default is
9289           #pragma preproc_asm +
9290
9291 2003-10-31  Borut Razem <borut.razem AT siol.net>
9292
9293         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9294           when outputting comment blocks (when executed with -C option) and
9295           _asm (SDCPP specific) blocks
9296
9297 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9298
9299         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9300
9301 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9302
9303         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9304
9305 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9306
9307         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9308         * src/SDCCast.c (decorateType): fixed bug #832664
9309
9310 2003-10-31  Borut Razem <borut.razem AT siol.net>
9311
9312         * support/cpp2/cpplex.c: fixed for SDCPP:
9313           comments(when executed with -C option) and _asm blocks
9314           were included even if they where in skipped #if block.
9315           Applied solution from GCC cpp 3.3.2
9316
9317 2003-10-31  Borut Razem <borut.razem AT siol.net>
9318
9319         * src/SDCC.lex: sdcc now understands both formats:
9320           '# <line_number> <file_name>' and
9321           '#line <line_number> <file_name>'
9322         * support/cpp2/cppmain.c: sdcpp now generates the standard
9323           '# <line_number> <file_name>' instead of former
9324           '#line <line_number> <file_name>'
9325
9326 2003-10-30  Borut Razem <borut.razem AT siol.net>
9327
9328         * support/cpp2/cpphash.h,
9329         * support/cpp2/cpplib.h
9330         * support/cpp2/cpplex.c,
9331         * support/cpp2/cppmain.c,
9332         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9333
9334 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9335
9336         Fixed a number of problems revealed by bug #827883.
9337         * src/SDCCloop.c (loopInvariants): Spill location of the
9338         result operand should be recomputed if extracted from
9339         a loop. Also, don't extract assignments of an iTemp
9340         from a literal.
9341         * src/SDCCast.c (isConformingBody): loop reversal should
9342         not occur if the control variable is involved with a
9343         relational operator.
9344
9345 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9346
9347         * .version: bumped to 2.3.6 to reflect the big improvements
9348         made by Erik and Klaus. Thanks!
9349
9350 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9351
9352         Replaced the livrange code.
9353         * src/SDCClrange.c: added new LR code
9354         * src/SDCCloop.c,
9355         * src/SDCCBBlock.h: removed remainig parts from old LR code
9356         * src/ds390/ralloc.c,
9357         * src/ds390/gen.c: minor fixes to make it work with new code
9358
9359 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9360
9361         * as/hc08/asm.h,
9362         * as/hc08/lkrloc.c,
9363         * src/hc08/gen.c,
9364         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9365         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9366         (tweaked fix for bug #818696)
9367
9368 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9369
9370         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9371
9372 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9373
9374         * src/SDCCmain.c,
9375         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9376         * src/mcs51/gen.c (gencjneshort),
9377         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9378         more efficient (per Scott Bronson's suggestion)
9379
9380 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9381
9382         Extended the semantics of the critical keyword to include
9383         individual statements. See RFE #827755 and #799831
9384         * src/SDCC.y
9385         * src/SDCCicode.c
9386         * src/SDCCopt.c
9387         * src/SDCCast.c
9388         * support/Util/SDCCerr.c
9389         * support/Util/SDCCerr.h
9390         * src/mcs51/gen.c
9391         * src/ds390/gen.c
9392         * src/hc08/gen.c
9393
9394 2003-10-19  Borut Razem <borut.razem AT siol.net>
9395
9396         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9397
9398 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9399
9400         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9401         Fixed bug #818696
9402         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9403         and predecrement operand is displayed
9404
9405 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9406
9407         * src/SDCCval.c (valMinus): fixed bug #826041
9408
9409 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9410
9411         Some hc08 related updates that I missed earlier
9412         * sim/ucsim/stypes.h
9413         * support/regression/ports/hc08/spec.mk
9414
9415 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9416
9417         New target "hc08" for the Motorola 68hc08 family of micros
9418
9419         * configure
9420         * configure.in
9421         * Makefile
9422         * src/hc08/*
9423         * src/SDCCmain.c
9424         * src/port.h
9425         * sim/ucsim/hc08.src/*
9426         * sim/ucsim/configure.in
9427         * src/ucsim/configure
9428         * sim/ucsim/packages_in.mk
9429         * as/hc08/*
9430         * as/Makefile
9431         * device/include/mc68hc908qy.h
9432         * device/lib/hc08/*
9433         * device/lib/Makefile.in
9434         * support/regression/ports/hc08/*
9435         * support/regression/Makefile
9436
9437 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9438
9439         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9440         regression test
9441         * src/ds390/gen.c (genCast): fixed bug #821957
9442
9443 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9444
9445         * device/lib/logf.c: "fixed" overlay bug
9446         * support/regression/ports/host/spec.mk: added m library
9447         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9448         * support/regression/tests/float_trans: added (for Eric)
9449
9450 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9451
9452         * src/mcs51/gen.c (genCpl): fixed bug
9453         http://sf.net/mailarchive/message.php?msg_id=6263915
9454
9455 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * src/SDCCast.c (decorateType): added extended constant folding
9458         * src/SDCCsymt.c (computeType): cleanup
9459         * src/SDCCval.c (valShift): minor optimization
9460         * support/regression/tests/ast_constant_folding.c: added
9461
9462 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9463
9464         * src/SDCCmain.c: removed some unintended changes
9465
9466 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9467
9468         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9469         * src/z80/gen.c: fixed part of bug #817589
9470         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9471
9472 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9473
9474         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9475         * src/SDCCcflow.c
9476         * src/SDCCcse.c
9477         * src/SDCCdflow.c
9478         * src/SDCClabel.c
9479         * src/SDCClrange.c
9480         * src/SDCCmem.c
9481         * src/SDCCopt.c
9482         * src/SDCCpeeph.c
9483         * src/SDCCset.c
9484         * src/avr/ralloc.c
9485         * src/ds390/ralloc.c
9486         * src/izt/ralloc.c
9487         * src/mcs51/ralloc.c
9488         * src/pic/ralloc.c
9489         * src/pic16/ralloc.c
9490         * src/xa51/ralloc.c
9491         * src/z80/ralloc.c
9492         * src/z80/gen.c: removed unused label "release:"
9493
9494 2003-10-06  Borut Razem <borut.razem AT siol.net>
9495
9496         * src/SDCC.lex: removed definition of unused variables
9497           save_optimize and save_options
9498
9499 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9500
9501         * clean.mk: removed '=' in "-maxdepth=1"
9502         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9503         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9504
9505 2003-10-06  Borut Razem <borut.razem AT siol.net>
9506
9507         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9508           my_unput() replaced by unput()
9509
9510 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9511
9512         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9513         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9514         type-punned pointer will break strict-aliasing rules"
9515         Old LR behaviour is again default; Klaus' LR can be choosen by
9516         defining the environment variable LRKLAUS
9517         * src/SDCCBBlock.h
9518         * src/SDCCloop.c
9519         * src/SDCClrange.c
9520         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9521         * clean.mk: fixed removal of files in bin/CVS/
9522         * device/lib/clean.mk: fixed removal of directories small and large
9523         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9524         * src/SDCCicode.c,
9525         * src/SDCCval.c: removed superflous test for pedantic
9526
9527 2003-10-05  Borut Razem <borut.razem AT siol.net>
9528
9529         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9530           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9531           message "unmatched #pragma SAVE and #pragma RESTORE"
9532
9533 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9534
9535         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9536           assembly, critical functions, atomic, nojtbound)
9537
9538 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9539
9540         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9541         * src/SDCCBBlock.h
9542         * src/SDCCloop.c
9543         * src/SDCCloop.h
9544         * src/SDCClrange.c
9545
9546 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9547
9548         * src/z80/gen.h,
9549         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9550         * src/mcs51/gen.h
9551         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9552         * src/ds390/gen.h
9553         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9554         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9555         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9556
9557 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9558
9559         * src/z80/gen.c (genRet): fixed bug #524753
9560         * src/z80/gen.c (genCast): fixed internal error on cast from
9561         pointer to long
9562         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9563         fix for bug #477835 to the z80
9564         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9565         for tracking iCodes in the peephole optimizer for z80
9566
9567 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9568
9569         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9570         the other part of bug #814548
9571         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9572
9573 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         * src/SDCCcse.c: fixed part of bug #814548
9576
9577 2003-09-28  Borut Razem <borut.razem AT siol.net>
9578
9579         * src/asm.c: rewrite of printILine() to use temporary file instead
9580           a pipe
9581         * src/xa51/main.c: commented out declaration of int rewinds
9582
9583 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9584
9585         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9586
9587 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9588
9589         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9590         * src/asm.c (printILine): Fixed bug #811015
9591
9592 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9593
9594         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9595         freeing.
9596
9597 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9598
9599         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9600         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9601         to correctly handle general case of AOP_PAIRPTR
9602         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9603
9604 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9605
9606         * src/mcs51/ralloc.c (fillGaps),
9607         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9608         register positioning bug)
9609
9610 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9613
9614 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9615
9616         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9617         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9618         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9619         (ralloc doesn't intentionally do this now, but perhaps later)
9620         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9621         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9622         register positioning bugs (Fixed bug #762602 and #795325)
9623         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9624         (Fixed bug #808779)
9625         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9626         lines that --i-code-in-asm generates
9627
9628 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9629
9630         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9631         trying to fclose a FILE* that was already closed.
9632
9633 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9634
9635         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9636         of const struct should be treated as if const themselves)
9637
9638 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9639
9640         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9641
9642 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9643
9644         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9645         Unix (/n) and DOS (/r/n) line terminations.
9646
9647 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9648
9649         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9650         bug #613775
9651
9652 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9653
9654         * src/mcs51/gen.c (genFunction, genEndFunction),
9655         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9656         and restore of EA so that stack offsets to parameters are
9657         correct when using both critical and reentrant/stack-auto.
9658         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9659         size (can be triggered in error if sloc is shared between
9660         different sized objects)
9661         * device/include/float.h: fixed macros to explicitly use
9662         unsigned long where needed
9663
9664 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9665
9666         Feature req. 799831: added code to allow nesting of critical functions
9667         * src/mcs51/gen.c (genFunction, genEndFunction)
9668         * src/ds390/gen.c (genFunction, genEndFunction)
9669
9670 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9671
9672         * src/SDCCsymt.c (sclsFromPtr),
9673         * src/SDCCsymt.h,
9674         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9675         support for standard C idiom of memory mapped variables; for
9676         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9677         to xdata int at 0x1234 tempvar = 1.
9678         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9679         provided by Akiya ISHIDA
9680
9681 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9682
9683         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9684         * src/SDCCval.c (constVal): added reduction from int to char
9685         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9686         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9687         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9688         to ignore the sign
9689         * support/regression/tests/shifts.c: fixed
9690
9691 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9692
9693         * src/z80/gen.c (genXor): Fixed bug #805445
9694
9695 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9696
9697         Fixed bug #621531 (const & volatile confusion in the type chain).
9698         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9699         refer to the const or volatile state of the pointer itself.
9700
9701         * src/SDCCast.c
9702         * src/SDCCglue.c
9703         * src/SDCCicode.c
9704         * src/SDCCsymt.c
9705         * src/SDCCval.c
9706         * src/SDCC.y
9707         * src/SDCCsymt.h
9708         * src/pic/gen.c
9709         * src/pic/ralloc.c
9710         * src/pic16/gen.c
9711         * src/pic16/ralloc.c
9712         * support/regression/tests/const.c
9713
9714 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9715
9716         When checking for duplicated modules, use absolute paths
9717         instead of relative paths.  Files changed:
9718
9719         * as/mcs51/lklib.c
9720         * link/z80/lklib.c
9721
9722 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9723
9724         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9725
9726 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9727
9728         * device/include/string.h: added size_t typedef, changed
9729         prototypes to use size_t, eliminated separate reentrant and
9730         non-reentrant declarations, added _memmove declaration
9731         * device/lib/_memcpy.c: changed to use size_t instead of int,
9732         changed /4 to >>2 to avoid division library call
9733         * device/lib/_memcmp.c,
9734         * device/lib/_memset.c,
9735         * device/lib/_strncat.c,
9736         * device/lib/_strncpy.c,
9737         * device/lib/_strncmp.c: changed to use size_t instead of int
9738         * device/lib/_memmove.c: new file (fixed bug #772294)
9739         * device/lib/Makefile.in: added _memmove.c
9740         * device/lib/z80/asm_strings.s: fixed bug #772290
9741         * support/regression/tests/bitfields.c: attempt to fix host assertion
9742         failure on amd64-unknown-linux2.2
9743
9744 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9745
9746         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9747         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9748         * as/z80/asmain.c (main): fixed bug #801766
9749
9750 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9751
9752         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9753         compilers
9754
9755 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9756
9757         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9758         reported in bug #800609
9759
9760 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9761
9762         * Top header beautifications in src/pic16 directory:
9763           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9764           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9765           pcoderegs.h, ralloc.c, ralloc.h
9766         * main.c: added top header and GPL license notice
9767         * pcode.c: fixed the if-conditional warning
9768
9769 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9770
9771         * device/lib/_mullong.c: replaced int by short for gcc
9772
9773 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9774
9775         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9776         and JUMPTABLE iCodes properly now (worked by accident before)
9777         * src/mcs51/gen.c (leftRightUseAcc),
9778         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9779         iCode properly now. Use getSize instead of nRegs since a & b
9780         aren't part of the nRegs tally.
9781
9782 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9783
9784         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9785         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9786           before instructions that use the _STATUS register
9787
9788 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9789
9790         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9791         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9792         fetching of the pointer
9793         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9794         copied from genNearPointerSet()
9795         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9796         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9797         If they pop r0/r1 they must be called in the opposite order than aopOp().
9798         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9799         (resp. --stack-auto), prepared for --xstack
9800
9801 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9802
9803         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9804
9805 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9806
9807         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9808         these ports have their own __sdcc_external_start()
9809
9810 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9813         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9814         type for bits was changed. It resulted in bit variables becoming
9815         global, which is not permitted in PIC 14 assembly output.
9816
9817 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9818
9819         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9820
9821 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9822
9823         Z80 and MCS51 linkers complaint if a public symbol is defined
9824         in more than one library module:
9825
9826         * as/mcs51/lklib.c
9827         * link/z80/lklib.c
9828         * as/mcs51/Makefile.in
9829
9830 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9831
9832         A few small changes that speed up the peephole optimizer.
9833
9834         * src/SDCCpeeph.c
9835
9836 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9837
9838         Try to make the peephole optimizer smarter by maintaining
9839         an association between the assembly source code and the
9840         iCodes that originated them. Put this information to use
9841         with a new peephole rule condition "notVolatile" so that
9842         the rules can be aggressive yet still safe.
9843
9844         * src/SDCCpeeph.c
9845         * src/SDCCpeeph.h
9846         * src/mcs51/gen.c
9847         * src/mcs51/peeph.def
9848
9849 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9850
9851         Fixed bug #741761
9852
9853         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9854         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9855         if the left or right operand symbols have the accuse flag set.
9856
9857 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9858
9859         Changed the type of the result of the ! (NOT) operator to char;
9860         previously it returned the same type as the source. This allows
9861         us to eliminate all the genFloatNot functions (all of its target
9862         implementations were very buggy) since !float can use the same
9863         code as !long now.
9864
9865         * src/SDCCicode.c (ast2iCode): ! returns char
9866         * src/mcs51/gen.c (genNot, genNotFloat),
9867         * src/ds390/gen.c (genNot, genNotFloat),
9868         * src/z80/gen.c (genNot, genNotFloat),
9869         * src/pic/gen.c (genNot, genNotFloat),
9870         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9871
9872 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9873
9874         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9875         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9876            during interrupts. Ensure WSAVE is located at a shared bank address.
9877         2. Fixed page selection in some places
9878         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9879            the registers name strings.
9880         4. Fixed "signed / unsigned compare" compiler warnings.
9881         5. The PIC port manages its own allocation of the general purpose
9882            registers, but makes no attempt to reuse them. As a result when
9883            compiling it soon runs out of general purpose registers. Some
9884            additional code was added to the files pcode.c and device.c to walk
9885            through the function call tree and rename the registers so that they
9886            get reused.
9887
9888         * src/pic/device.c
9889         * src/pic/gen.c
9890         * src/pic/glue.c
9891         * src/pic/pcode.c
9892         * src/pic/pcode.h
9893         * src/pic/ralloc.c
9894         * src/pic/ralloc.h
9895         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9896         genPlus() & genMinus() when the result is the same as left or right
9897
9898 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9899
9900         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9901
9902 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9903
9904         Made bitfield a distinct type from bit so that bitfields
9905         convert as per ANSI C and bits retain their traditional
9906         boolean style behaviour. Implemented bitfield support in
9907         the z80 port.
9908
9909         * src/SDCCsymt.h,
9910         * src/SDCCsymt.c,
9911         * src/SDCCast.c,
9912         * src/cdbFile.c,
9913         * src/mcs51/gen.c,
9914         * src/ds390/gen.c: bit v bitfield split
9915         * src/z80/gen.c: New support for bitfields
9916         * support/regression/tests/bitfields.c: reenabled z80,
9917         added more tests
9918
9919 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9920
9921         Rules 246.x, 247.x relate to bitfields, the others speed up
9922         access to xdata mapped I/O devices.
9923
9924         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9925
9926 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9927
9928         Cleaned up genPackBits and genUnpackBits and added two helper
9929         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9930         for literal assignments in genPackBits (thanks to Frieder for
9931         reminding me).
9932
9933         * src/mcs51/gen.c
9934         * src/ds390/gen.c
9935
9936 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9937
9938         Fixed bug #748310 (pointer to function type mishandled when the
9939         function name is omitted). Also fixed a SIGSEGV when a function
9940         attribute (reentrant, etc) is used on a non-function or on a
9941         function but misplaced before the parameter list.
9942
9943         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9944         bug #748310
9945         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9946         * support/Util/SDCCerr.h,
9947         * support/Util/SDCCerr.c: Added func attr misuse error msg
9948
9949 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9950
9951         Fixed bug #787649 by anonymous
9952         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9953         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9954
9955 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9956
9957         Fixed numerous bitfield problems.
9958
9959         * src/SDCC.y: More bitfield related error checking
9960         * src/SDCCsymt.h,
9961         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9962         * support/Util/SDCCerr.h,
9963         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9964         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9965         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9966         * support/regression/tests/bitfields.c: tests added
9967
9968 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9969
9970         Made the constant following the "interrupt" keyword optional. If
9971         omitted, the function will not automatically be given an entry
9972         in the interrupt vector table (similar to #pragma NOIV, but
9973         less syntacticly kludgy). The interrupt number is also now
9974         range checked. Also fixed a bug in the high order bit example
9975         in the manual.
9976
9977         * src/SDCC.y
9978         * src/SDCCmem.c
9979         * src/SDCCglue.c
9980         * src/SDCCsymt.h
9981         * support/Util/SDCCerr.c
9982         * support/Util/SDCCerr.h
9983         * doc/sdccman.lyx
9984
9985 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9986
9987         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9988         * src/SDCCicode.c (operandOperation): rewritten some ops
9989         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9990         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9991         other type
9992         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9993         be re-activated by defining REDUCE_LITERALS)
9994         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9995         unsigned, but are signed by default
9996         * src/SDCCval.c (constVal): rearranged
9997         * src/SDCCval.c (valMod): preliminary fix
9998         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9999         * support/regression/literalop.c: added, work in progress
10000
10001 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10002
10003         Generate warnings for useless declarations like "char data;"
10004         that don't do what new users expect.
10005
10006         * src/SDCC.y
10007         * support/Util/SDCCerr.h
10008         * support/Util/SDCCerr.c
10009
10010 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10011
10012         * src/SDCCval.c (valMult): fix overflow detection of negative int
10013
10014 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10015
10016         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10017
10018         Changes to support big endian targets:
10019
10020         * src/ports.h
10021         * src/SDCCglue.c
10022         * src/avr/main.c
10023         * src/ds390/main.c
10024         * src/izt/i186.c
10025         * src/mcs51/main.c
10026         * src/pic/main.c
10027         * src/pic16/main.c
10028         * src/xa51/main.c
10029         * src/z80/main.c
10030
10031 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10032
10033         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10034         * device/lib/time.c: fixed warning "integer overflow in expression"
10035
10036 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10037
10038         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10039         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10040         constants are unsigned; added recognition of "u" flag for unsigned
10041         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10042         * src/SDCCval.c (valDiv, valMod): fixed signdness
10043         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10044         signedness of modulo, left and right shift
10045         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10046         * support/Util/SDCCerr.h: added warning W_INT_OVL
10047         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10048         * src/SDCCast.c (ast_print): improved output of constants
10049
10050 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10051
10052         Fixed some warnings when building with MSVC:
10053
10054         * as/mcs51/asdata.c
10055         * as/z80/asdata.c
10056         * as/mcs51/asm.h
10057         * as/z80/asm.h
10058         * link/z80/aslink.h
10059         * link/z80/lkdata.c
10060         * link/z80/lkeval.c
10061         * link/z80/lkgb.c
10062         * link/z80/lkihx.c
10063         * link/z80/lks19.c
10064         * link/z80/lksym.c
10065         * support/cpp2/cpplib.c
10066         * src/ds390/gen.c
10067         * src/mcs51/gen.c
10068
10069 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10070
10071         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10072
10073 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10074
10075         * support/librarian/clean.mk: Do not remove Makefile.
10076         * support/librarian/Makefile: added.
10077
10078 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10079
10080         Added librarian to MSVC build:
10081         * all.dsp
10082         * sdcc.dsw
10083         * support/librarian/librarian.dsp
10084
10085         'configure' not needed for librarian, removed:
10086         * support/librarian/configure
10087         * support/librarian/configure.in
10088         * support/librarian/config_in.h
10089         * support/librarian/Makefile.in
10090
10091         Hopefully these ones built the librarian and the rest of sdcc properly:
10092         * Makefile
10093         * Makefile.common.in
10094
10095         Messed up 'configure', so revert to previous version:
10096         * configure
10097         * configure.in
10098
10099 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10100
10101         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10102         there, while the mantissa of a double is "only" 53 bits wide.
10103
10104 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10105
10106         Adding sdcclib to the build.  MSVC project coming soon.
10107         Files added/changed:
10108
10109         * support/librarian/clean.mk
10110         * support/librarian/configure
10111         * support/librarian/configure.in
10112         * support/librarian/config_in.h
10113         * support/librarian/Makefile.bcc
10114         * support/librarian/Makefile.in
10115         * support/librarian/sdcclib.c
10116         * Makefile.bcc
10117         * Makefile
10118         * Makefile.common.in
10119         * configure
10120         * configure.in
10121
10122 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10123
10124         Linker now complaints if linked modules have conflicting options, for
10125         example, one compiled using --model-large and another one compiled with
10126         --model-small.  The following files were modified:
10127
10128         * as/mcs51/asdata.c
10129         * as/mcs51/aslink.h
10130         * as/mcs51/asm.h
10131         * as/mcs51/asmain.c
10132         * as/mcs51/asout.c
10133         * as/mcs51/i51pst.c
10134         * as/mcs51/lkdata.c
10135         * as/mcs51/lklibr.c
10136         * as/mcs51/lkmain.c
10137         * as/z80/asdata.c
10138         * as/z80/asm.h
10139         * as/z80/asmain.c
10140         * as/z80/asout.c
10141         * as/z80/z80pst.c
10142         * link/z80/aslink.h
10143         * link/z80/lkdata.c
10144         * link/z80/lklibr.c
10145         * link/z80/lkmain.c
10146         * src/SDCCglue.c
10147
10148 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10149
10150         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10151         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10152
10153 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10154
10155         * src/z80/mappings.i: fix _mul[us][int,long] entries
10156
10157 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10158
10159         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10160
10161 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10162
10163         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10164         * support/regression/tests/bitopcse.c: added
10165         fixed warning:
10166         * src/avr/gen.c:
10167         * src/pic/gen.c:
10168         * src/pic16/gen.c:
10169         * src/z80/gen.c:
10170         * src/xa51/gen.c:
10171
10172 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10173
10174         added support for new library format to z80, gbz80 linkers:
10175         *link/z80/aslink.h
10176         *link/z80/lklex.c
10177         *link/z80/lklib.c
10178         *link/z80/lklist.c
10179
10180 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10181
10182         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10183         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10184
10185 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10186
10187         added DUMMY_READ_VOLATILE:
10188         * src/SDCC.y:
10189         * src/avr/gen.c:
10190         * src/xa51/gen.c:
10191         * src/z80/gen.c:
10192         * src/pic/gen.c:
10193         * src/pic16/gen.c:
10194         * src/mcs51/gen.c:
10195         * src/ds390/gen.c:
10196         * src/SDCCcse.c (algebraicOpts): many improvements
10197         * src/SDCCcse.h: removed algebraicOpts()
10198         * src/SDCCicode.c (picDummyRead): added
10199
10200 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10201
10202         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10203         "Insufficient space in data memory".
10204
10205 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10206
10207         * src/mcs51/gen.c: fixed bug #771358
10208         * src/z80/gen.c: fixed bug #759087
10209
10210 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10211
10212         * src/pic16/glue.c: minor cleanup by Vangelis
10213
10214 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10215
10216         * device/include/regc515c.h: fixed #758477
10217         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10218         * device/lib/_gptrput.c: saved a few bytes
10219         * my tab spacing is 8, yours too?)
10220         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10221         * device/lib/serial.c: process RX bytes earlier than TX bytes
10222         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10223
10224 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10225
10226         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10227
10228 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10229
10230     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10231
10232 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10233
10234         * device/lib/Makefile.in: bad fix, reverted to 1.43
10235
10236 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10237
10238         * device/lib/Makefile.in: added missing z80 object files
10239
10240 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10241
10242         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10243         pic16 progress by Vangelis:
10244         * src/SDCCglobl.h:
10245         * src/SDCCmain.c:
10246         * src/pic/Makefile:
10247         * src/pic:
10248         * pic/Makefile:
10249         * pic16/device.c:
10250         * pic16/device.h:
10251         * pic16/gen.c:
10252         * pic16/gen.h:
10253         * pic16/genarith.c:
10254         * pic16/glue.c:
10255         * pic16/main.c:
10256         * pic16/pcode.c:
10257         * pic16/pcode.h:
10258         * pic16/pcodepeep.c:
10259         * pic16/peeph.def:
10260
10261 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10262
10263     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10264
10265 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10266
10267     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10268     added gbz80 build to MSVC project.
10269     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10270     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10271     from 8051 stuff and setup so it links using a .lnk file.
10272
10273 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10274
10275     * support/librarian/sdcclib.c: sdcc librarian.
10276     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10277     with sdcclib.
10278
10279 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10280
10281     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10282
10283 2003-07-02  Borut Razem <borut.razem AT siol.net>
10284
10285         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10286         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10287         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10288         src/xa51/main.c, src/z80/main.c:
10289         virtualization of glue() function: each port has it's own glue function,
10290         which is accessed by do_glue function pointer in PORT.general structure
10291
10292 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10293
10294         * DS800C400 fun, improved ROM interface and tinibios.
10295
10296 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10297
10298         * More support for DS80C400. Now includes beginning of interface to ROM.
10299
10300 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10301
10302         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10303
10304 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10305
10306         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10307
10308 2003-06-19  Borut Razem <borut.razem AT siol.net>
10309
10310         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10311
10312 2003-06-19  Borut Razem <borut.razem AT siol.net>
10313
10314         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10315         fixed Z80 port - crt0.o: cannot open.
10316
10317 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10318
10319         * support/Util/MySystem.c (merge_command): revert bad fix
10320
10321 2003-06-18  Borut Razem <borut.razem AT siol.net>
10322
10323         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10324
10325 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10326
10327         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10328         option --use-stdout sends errors to stdout instead of stderr.
10329
10330 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10331
10332         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10333
10334 2003-06-15  Borut Razem <borut.razem AT siol.net>
10335
10336         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10337         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10338         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10339         fixed width array of pointers replaced with sets;
10340         multiple include and lib paths ared transferred to preprocessor and linker
10341         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10342         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10343         fixed width array of pointers
10344         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10345         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10346         fixupPath(), getPathDifference()
10347         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10348         fixed width array of pointers
10349
10350 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10351
10352         * src/pic16/ralloc.c: fix warnings
10353         * src/pic16/pcode.c: fix warning
10354
10355 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10356
10357          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10358         know all the details, but essentially this set of changes enable
10359         the pic16 port to generate movff instructions and generate assembler
10360         directives,
10361         * src/SDCCmain.c:
10362         * src/pic16/gen.c:
10363         * src/pic16/glue.c:
10364         * src/pic16/pcode.c:
10365         * src/pic16/device.c:
10366         * src/pic16/main.c:
10367         * src/pic16/pcode.h:
10368         * src/pic16/pcoderegs.c:
10369         * src/pic16/ralloc.c:
10370         * src/pic16/ralloc.h:
10371
10372 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10373
10374         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10375         added option --vc, so sdcc errors and warnings are compatible with
10376         Microsoft Visual Studio.
10377
10378 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10379
10380         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10381           device/lib/libfloat.lib: added atof function.
10382
10383 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10384
10385         * doc/sdccman.lyx: updated to Lyx 1.3
10386         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10387         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10388         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10389
10390 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10391
10392         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10393
10394 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10395
10396         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10397           additions to the "related tools/documentation" section
10398
10399 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10400
10401         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10402
10403 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10404
10405         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10406         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10407
10408 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10409
10410         * doc/sdccman.lyx: fix double dash and other minor things
10411         * doc/Makefile: fix double dash
10412
10413 2003-05-28  Karl Bongers(patches from Martin Helmling)
10414         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10415           condition and ignore commands.
10416
10417 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10418
10419         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10420           is in parts still quite out of date, I did changes as far as I felt makes sense
10421           for a non-native english speaker.
10422           Please feel free to add to the manual or to correct my changes.
10423         * doc/Makefile: undid touching the date of intermediate tex files.
10424
10425 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10426
10427         * doc/sdccman.lyx: Manual has an index now
10428
10429 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10430
10431         Finalize muluint/mulsint and mululong/mulslong merging:
10432         * device/lib/_mulint.c
10433         * device/lib/_mullong.c
10434         * device/lib/gbz80/mul.s
10435         * device/lib/gbz80/stubs.s
10436         * device/lib/z80/mul.s
10437         * device/lib/z80/stubs.s
10438         * src/SDCCsymt.c (initCSupport)
10439
10440 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10441
10442         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10443         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10444           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10445           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10446           instead of /Zm500.
10447
10448 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10449
10450         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10451           the regression tests I'm not brave enough to enable 245.b, 245.c
10452         * doc/sdccman.lyx: added latex preamble for hyperref package.
10453           Using pdflatex this will give you a hyperlinked pdf file with
10454           bookmarks. (prepend '%' before /usepackage if this breaks something)
10455
10456 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10457
10458          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10459
10460 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10461
10462         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10463
10464 2003-05-21    <johan AT balder>
10465
10466         * src/SDCCglue.c (printIval): fixed bug #739934
10467
10468 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10469
10470         Applied patch from bug 737905 (renamed yylineo to mylineno):
10471         * src/altlex.c
10472         * src/SDCCast.c
10473         * src/SDCglobl.h
10474         * src/SDCC.lex
10475         * src/SDCCsymt.c
10476         * src/SDCCval.c
10477         * src/pic16/pcode.c: Cleaned warnings
10478         * src/pic16/pcodeflow.c: Cleaned warnings
10479         * src/pic16/pcoderegs.c: Cleaned warnings
10480
10481 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10482
10483         * src/pic16/pcode.c: Cleaned warnings
10484         * src/pic16/pcodepeep.c: Cleaned warnings
10485         * src/pic16/ralloc.c: Cleaned warnings
10486
10487 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10488
10489         * doc/sdccman.lyx: fixed bug 739745
10490         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10491
10492 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10493
10494         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10495         it can be defined with CFLAGS when running configure
10496         * src/SDCCmain.c: fixed compiling + linking with object files
10497
10498 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10499
10500         * configure.in: configure for pic16 port,
10501             added --disable-pic16-port
10502         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10503         * src/SDCCmain.c: linkOptions is changed to set *,
10504             added if/endif conditional macros to remove options help
10505             messages from optionsTable when a port is not configured, added
10506             support for the PIc16 port in the ports table, when executing
10507             the compiler with no port specified on command line, a default
10508             port is selected with the new macro DEFAULT_PORT which is
10509             defined in port.h, in setDefaultOptions() linkOptions is removed
10510             from initialization assignment, since now it is a set,
10511             parseCmdLine uses setParseWithComma for linkOptions, in
10512             linkEdit() linkOptions are accessed with new function indexSet()
10513             which returns the i'th item of a set variable. See SDCCset.c, in
10514             linkEdit() when calling buildCmdLine(), added linkOptions as
10515             last argument. Now users can pass arguments to gplink via the
10516             -Wl option, main() uses pic16glue() to glue up pic16 programs
10517         * src/SDCCpeeph.c: various changes to support pic16
10518         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10519             return the i'th item of the set
10520         * src/SDCCset.h: added function prototype for indexSet()
10521         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10522         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10523         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10524             added macro DEFAULT_PORT
10525         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10526         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10527             generated
10528         * src/pic16/glue.c: commented out some error producing lines
10529         * src/pic16/main.c: __config directives are commented out to stop
10530             gpasm complaining and test the linkage with gplink, _linkCmd and
10531             _asmCmd changed to be more gplink and gpasm friendly
10532         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10533             produced an error when parsed, peep rule 12 is added to utilize
10534             movff, but it is commented out since the pCode does not support
10535             yet a command with 2 address arguments
10536
10537 2003-05-18    <johan AT balder>
10538
10539         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10540         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10541 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10542
10543         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10544   Added feature to script commands from file.
10545
10546 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10547
10548         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10549         * src/SDCCutil.c: include ctype.h for win32
10550
10551 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10552
10553         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10554
10555 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10556
10557         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10558   Fixed so you can set breakpoints prior to run, run does not stop
10559   on entry now.  Add tbreak.  Other enhancements and fixes for use
10560   with ddd.
10561
10562 2003-05-12  Borut Razem <borut.razem AT siol.net>
10563
10564         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10565
10566 2003-05-11  Borut Razem <borut.razem AT siol.net>
10567
10568         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10569         the path of bin directory, so that PATH is the only env. variable, which has to be set
10570         in case of standard installation.
10571         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10572         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10573         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10574
10575 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10576
10577         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10578         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10579         temp files are in the port dir; clean the gen/test directory when
10580         generating new test.c
10581         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10582         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10583         * support/regression/tests/zeropad.c: added
10584
10585 2003-05-09    <johan AT balder>
10586
10587         * src/SDCCglue.c: fixed bug #597940
10588
10589 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10590
10591         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10592   cache sfr, optimize next,step, fix off by one sourceline,
10593   support ddd list function.
10594         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10595
10596 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10597
10598         * support/regression/HTMLgen.py: added compare_s2f()
10599         * support/regression/Makefile: redo 1.27
10600         * support/regression/generate-cases.py: redo 1.5
10601
10602 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10603
10604         * support/regression/tests/float.c: workaround 33 bit hex constant
10605         * support/regression/tests/simplefloat.c: fix division for host
10606
10607 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10608
10609         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10610         that tame's the PIC's over-aggressive optimizer.
10611
10612 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10613
10614          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10615          support for MSVC.
10616
10617 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10618
10619         Initial support for DS80C400. "Hello world" runs on TINIm400
10620         (with polled I/O).
10621
10622 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10623
10624          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10625          * Some notes on ddd usage added in debugger/README
10626          Martin Helmling adding more features and fixes for ddd GUI debugger.
10627          Code added for nexti, stepi, up, down, and other adjustments.
10628
10629 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10630
10631         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10632         * src/pic/peeph.def Added two rules to optimize carry manipulation
10633         * src/pic/* removed debug printfs
10634
10635 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10636
10637         * debugger/mcs51/cmd.c: added header newalloc.h
10638
10639 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10640
10641         * as/Makefile: new EXEEXT
10642         * as/z80/Makefile: remove trailing slash of BUILDIR
10643         * as/z80/clean.mk: new EXEEXT
10644         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10645         * support/cpp2/Makefile.in: new EXEEXT
10646         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10647
10648 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10649
10650         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10651         EXEEXT was introduced to fix all related problems with targets
10652         "clean", "install" and "uninstall"; a couple of further flaws
10653         especially with "clean" have been fixed too
10654         * as/mcs51/Makefile.in
10655         * as/mcs51/clean.mk
10656         * as/z80/Makefile
10657         * Makefile
10658         * clean.mk
10659         * debugger/mcs51/Makefile.in
10660         * debugger/mcs51/clean.mk
10661         * link/z80/Makefile
10662         * link/z80/Makefile.in
10663         * link/z80/clean.mk
10664         * link/Makefile
10665         * packihx/Makefile.in
10666         * packihx/clean.mk
10667         * sim/ucsim/Makefile
10668         * sim/ucsim/clean.mk
10669         * sim/ucsim/avr.src/Makefile.in
10670         * sim/ucsim/avr.src/clean.mk
10671         * sim/ucsim/s51.src/Makefile.in
10672         * sim/ucsim/s51.src/clean.mk
10673         * sim/ucsim/xa.src/Makefile.in
10674         * sim/ucsim/xa.src/clean.mk
10675         * sim/ucsim/z80.src/Makefile.in
10676         * sim/ucsim/z80.src/clean.mk
10677         * sim/ucsim/main_in.mk
10678         * sim/ucsim/packages_in.mk
10679         * sim/ucsim/gui.src/Makefile.in
10680         * sim/ucsim/gui.src/serio.src/Makefile.in
10681         * sim/ucsim/gui.src/serio.src/clean.mk
10682         * src/Makefile.in
10683         * src/clean.mk
10684         * support/cpp2/Makefile.in
10685         * support/cpp2/clean.mk
10686         * support/makebin/Makefile
10687         * support/makebin/clean.mk
10688         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10689         * doc/sdccman.lyx: --program-suffix no longer needed
10690
10691 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10692
10693          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10694          Martin Helmling added support for ddd GUI debugger.
10695          Code added to display assembly, set variables, and other commands
10696          to interface to ddd.
10697
10698 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10699
10700         * as/Makefile: fix target clean
10701         * as/clean.mk: fix target clean
10702         * as/z80/clean.mk: fix target clean
10703
10704 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10705
10706         * Makefile.common.in: added  AT EXEEXT AT
10707         * configure.in: removed all mingw32 stuff
10708         * configure: rebuilt from configure.in
10709         * doc/sdccman.lyx: updated section "installation"
10710         * support/scripts/sdcc_mingw32: adapted to configure
10711         * support/scripts/sdcc_cygwin_mingw32: added
10712
10713 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10714
10715         * src/pic Added object file support for the PIC port
10716         * src/pic Applied patch from Craig Franklin (this started the object file support)
10717         * src/regression Updated the PIC regression tests for object files
10718
10719 2003-04-20  Borut Razem <borut.razem AT siol.net>
10720
10721         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10722           lklex.c: In function `getfid':
10723           lklex.c:203: warning: array subscript has type `char'
10724         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10725           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10726         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10727           stack handling macros
10728
10729 2003-04-19  Borut Razem <borut.razem AT siol.net>
10730
10731         * "handling space characters in file path" task:
10732         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10733         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10734         * support/Util/MySystem.h: make it self-sufficient
10735         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10736           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10737           handling space characters in file path
10738         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10739           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10740         * support/Util/MySystem.c: handling space characters in executable's path
10741
10742 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10743
10744         * as/z80/Makefile: fix permanent rebuild of z80
10745         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10746         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10747
10748 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10749
10750         * src/SDCCopt.c: add special case optimization to replace modulo by
10751           a power of two with a bitwise AND.
10752
10753 2003-04-18    <johan AT balder>
10754
10755         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10756
10757 2003-04-17    <johan AT balder>
10758
10759         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10760         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10761
10762 2003-04-13  Borut Razem <borut.razem AT siol.net>
10763
10764         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10765         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10766           fixed mingw problem in adl_NORMALIZE_PATH
10767
10768 2003-04-12  Borut Razem <borut.razem AT siol.net>
10769
10770         * fixed "#pragma SAVE/RESTORE can not be nested":
10771         * src/SDCC.lex: reworked pragma handling functions
10772         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10773         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10774
10775 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10776
10777         * src/SDCCutil.c (pathEquivalent): defined but not used
10778         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10779         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10780         * configure: rebuilt from configure.in
10781         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10782         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10783         * device/include/Makefile.in: replace sdcc_datadir
10784         * device/lib/Makefile.in: replace sdcc_datadir
10785         * Makefile.common.in: add LDFLAGS from configure
10786         * packihx/Makefile.in: use LDFLAGS
10787         * src/Makefile.in: use LDFLAGS
10788         * support/cpp2/Makefile.in: add LDFLAGS from configure
10789         * support/makebin/Makefile: use LDFLAGS
10790         * .version: bumped version number to 2.3.5
10791
10792 2003-04-12  Borut Razem <borut.razem AT siol.net>
10793
10794         * completed "different paths" task:
10795         * src/SDCCmacro.c: fixed bug in handling quotes
10796         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10797         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10798
10799 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10800
10801         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10802
10803 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10804
10805         * ds390/gen.c ds390/peeph.def: fix bug 706781
10806
10807 2003-04-11  Borut Razem <borut.razem AT siol.net>
10808
10809         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10810
10811 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10812
10813         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10814         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10815          set - this bit used to not be set...).
10816         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10817           bad code in PIC Port
10818         * src/regression/and2.c added to test bug 609268
10819         * src/regression/Makefile added and2.c to regression test
10820
10821
10822 2003-04-08    <johan AT CP255758-A>
10823
10824         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10825         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10826         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10827
10828 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10829
10830         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10831         fix bug #487815
10832         * support/cpp2/Makefile.in: fix bug #487815
10833         * configure: rebuilt from configure.in
10834         * Makefile.common.in: docdir changed, new path suffixes
10835         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10836         * sdcc_vc_in.h: reflect changes from sdccconf.h
10837         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10838         * src/SDCCutil.h: remove BINDIR hack
10839         * doc/sdccman.lyx: update new path hierarchy
10840
10841 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10842
10843         * src/SDCCpeeph.c: added okToRemoveSLOC test
10844
10845 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10846
10847         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10848
10849 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10850
10851         * src/SDCCpeeph.c: added labelIsReturnOnly test
10852         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10853
10854 2003-04-05    <johan AT balder>
10855
10856         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10857         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10858         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10859         * src/SDCCast.c: fixed a warning
10860         * src/SDCCast.h: fixed a warning
10861         * src/SDCCicode.c (operandFromAst): fixed a warning
10862
10863 2003-04-04    <johan AT balder>
10864
10865         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10866         * src/SDCCast.c (decorateType): fixed bug #715076
10867         * src/SDCC.y: fixed bug #702907
10868
10869 2003-04-03    <johan AT balder>
10870
10871         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10872         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10873         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10874         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10875         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10876
10877 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10878
10879         * _decdptr.c: fix return values
10880         * _gptrget.c: fix return values
10881         * _gptrgetc.c: fix return values
10882         * _gptrput.c: fix return values
10883         * _mulint.c: fix return values
10884         * as/z80/Makefile: fix 'make -j' problem
10885
10886 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10887
10888         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10889         * configure.in: big cleanup, updated to autoconf 2.5x
10890         * configure: rebuilt from configure.in
10891         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10892         * sdcc_vc_in.h: reflect changes from sdccconf.h
10893         * doc/Makefile: fixed a flaw in "make install"
10894
10895 2003-04-02    <johan AT balder>
10896
10897         * src/ds390/gen.c (genCmp): no comments
10898         * src/mcs51/gen.c (genCmp): no comments
10899         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10900         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10901
10902 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10903
10904         * support/regression/generate-cases.py: place generated file in given sub directory
10905         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10906         * support/regression/Makefile: improvements for 'make -j';
10907         side effect: it's simpler and faster now
10908
10909 2003-03-31  Borut Razem <borut.razem AT siol.net>
10910
10911         * src/z80/main.c: link-{port} and as-{port} defined without path
10912         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10913
10914 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10915
10916         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10917
10918 2003-03-30  Borut Razem <borut.razem AT siol.net>
10919
10920         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10921           changed type of list parameter to set
10922         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10923         * src/port.h: changed type of do_assemble() parameter to set
10924         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10925           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10926           definition of "cppoutfilename" macro with NULL value in preProcess()
10927         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10928         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10929         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10930           replaced with set *binPathSet
10931         * shash_add() deallocates the item, if allready exsists, before adding the new one
10932         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10933
10934 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10935
10936         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10937           a nested for loop bug in the PIC port
10938         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10939           for loops
10940
10941 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10942
10943         * support/Util/dbuf.h: remove C++ stuff to make it portable
10944
10945 2003-03-28  Borut Razem <borut.razem AT siol.net>
10946
10947         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10948           literal strings in stringLiteral()
10949         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10950         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10951           to the project
10952
10953 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10954
10955         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10956
10957 2003-03-26    <johan AT balder>
10958
10959         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10960         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10961         * src/SDCCast.c (decorateType): fixed " -v < 3"
10962
10963 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10964
10965         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10966         Added Lenny Story's debug infrastructure changes:
10967         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10968         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10969         * src/cdbFile.c: added
10970         * src/SDCCdebug.c: added
10971         * src/SDCCdebug.h: added
10972         * src/SDCCast.c (createFunction)
10973         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10974         * src/SDCCmain.c (parseCmdLine, main)
10975         * src/SDCCmem.c (redoStackOffsets)
10976         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10977         * src/SDCCsymt.h
10978         * src/common.h
10979         * src/avr/gen.c (genAVRCode)
10980         * src/ds390/gen.c (gen390Code)
10981         * src/mcs51/gen.c (gen51Code)
10982         * src/pic/gen.c (genpic14Code)
10983         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10984         * src/xa51/gen.c (genXA51Code)
10985         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10986
10987 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10988
10989         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10990         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10991
10992 2003-03-22    <johan AT balder>
10993
10994         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10995
10996 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10997
10998         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10999         * doc/cdbfileformat.lyx: added, written by Lenny Story
11000         * doc/Makefile: added cdbfileformat.lyx
11001         * doc/clean.mk: added cdbfileformat.lyx
11002
11003 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11004
11005         * src/mcs51/peeph.def: fix bug #705773
11006
11007 2003-03-20    <johan AT balder>
11008
11009         An sfr/sbit can have an "at #" AND an initializer
11010         * src/SDCCsymt.c (checkSClass):
11011         * src/SDCCmem.c (allocGlobal):
11012         * src/SDCCmem.c (allocLocal):
11013         * src/SDCCast.c (createBlock):
11014
11015 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11016
11017         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11018
11019 2003-03-16    <johan AT balder>
11020
11021         Undid the hackup of const and volatile, the problem is much bigger
11022         * src/SDCC.y:1.65
11023         * src/SDCCast.c:1.171
11024         * src/SDCCglue.c:1.138
11025         * src/SDCCicode.c:1.146
11026         * src/SDCCsymt.c:1.150
11027         * src/SDCCval.c:1.65
11028
11029 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11030
11031         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11032         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11033
11034 2003-03-13    <johan AT balder>
11035
11036         Hackup const and volatile modifiers in type chains a bit:
11037         * src/SDCC.y:1.63
11038         * src/SDCCast.c:1.169
11039         * src/SDCCglue.c:1.136
11040         * src/SDCCicode.c:1.143
11041         * src/SDCCsymt.c1.146
11042         * src/SDCCsymt.h1.59
11043         * src/SDCCval.c:1.63
11044
11045 2003-03-12    <johan AT balder>
11046
11047         * src/SDCCBBlock.h: more LRH debugging junk
11048         * src/SDCCcflow.h: more LRH debugging junk
11049         * src/SDCCloop.c: more LRH debugging junk
11050         * src/SDCC.y (struct_declaration): fixed bug #697590
11051         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11052         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11053         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11054
11055 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11056         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11057         test function names must now match exactly).
11058         * src/SDCCcse.c: added special case in findCheaperOp to allow
11059         extending a short integer. Makes less awful code for bug 700121 test case.
11060
11061 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11062
11063         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11064         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11065
11066 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11067
11068         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11069         actually called (operandsNotEqual() was called for all
11070         operandsNotEqualX tests).
11071
11072 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11073
11074         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11075         with shorter literals. Fixes bug 700121.
11076
11077 2003-03-11    <johan AT balder>
11078
11079         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11080
11081 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11082
11083         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11084         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11085
11086 2003-03-10  Borut Razem <borut.razem AT siol.net>
11087
11088         * src/SDCCmain.c: pipe preprocessor's output
11089         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11090         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11091         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11092         which closes all pipes in pipeSet set
11093         * src/SDCCset.c: free deleted item in function deleteSetItem()
11094         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11095         moved from z80 to src subproject
11096         * .version: increased version number to 2.3.4
11097
11098 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11099
11100         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11101         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11102         * support/regression/ports/xa51/spec.mk: fix typo
11103
11104 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11105
11106         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11107
11108 2003-03-09  Borut Razem <borut.razem AT siol.net>
11109
11110         * src/SDCCmain.c: pipe preprocessor's output
11111         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11112         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11113         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11114         which closes all pipes in pipeSet set
11115         * src/SDCCset.c: free deleted item in function deleteSetItem()
11116         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11117         moved from z80 to src subproject
11118
11119 2003-03-09  Borut Razem <borut.razem AT siol.net>
11120
11121         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11122         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11123         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11124         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11125         * src/SDCCglobl.h: unification of WIN32 native definitions
11126
11127 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11128
11129         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11130
11131 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11132
11133         * src/configure.in:   check for endianess (even while cross-compiling)
11134         * src/configure:      check for endianess (even while cross-compiling)
11135         * src/configure_in.h: check for endianess (even while cross-compiling)
11136         * src/avr/gen.c:        remove old endianess stuff
11137         * src/mcs51/gen.c:      remove old endianess stuff
11138         * src/ds390/gen.c:      remove old endianess stuff
11139         * src/pic/gen.c:        remove old endianess stuff
11140         * src/pic/genarith.c:   remove old endianess stuff
11141         * src/pic/glue.c:       fix endianess check
11142         * src/pic16/gen.c:      remove old endianess stuff
11143         * src/pic16/genarith.c: remove old endianess stuff
11144         * src/pic16/glue.c:     fix endianess check
11145         * src/xa51/gen.c:       remove old endianess stuff
11146         * src/z80/gen.c:        fix endianess check
11147         * src/SDCCglue.c:       fix endianess check
11148         * src/ds390/peeph.def: fix bug 700036
11149
11150 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11151
11152         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11153         * src/configure: find appropriate data-types on host for SDCC's int and long
11154         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11155         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11156         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11157
11158 2003-03-07    <johan AT balder>
11159
11160         Just a big NOOP:
11161                 some minor cleanups before the big shot
11162                 OP_DEFS and OP_USES now use Kevin's protection
11163                 new option --nolabelopt
11164
11165         * src/SDCCBBlock.c:
11166         * src/SDCCast.c,:
11167         * src/SDCCcflow.c:
11168         * src/SDCCcse.c:
11169         * src/SDCCicode.c:
11170         * src/SDCCicode.h:
11171         * src/SDCClabel.c:
11172         * src/SDCCloop.c:
11173         * src/SDCCmain.c:
11174         * src/ds390/ralloc.c:
11175         * src/mcs51/ralloc.c:
11176         * src/pic/ralloc.c:
11177         * src/xa51/ralloc.c:
11178         * src/z80/ralloc.c:
11179
11180 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11181
11182         * src/pic/pcode.c (get_op): fix 64 bit warnings
11183         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11184         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11185         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11186         * support/regression/tests/malloc.c: fix 64 bit warnings
11187
11188 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11189
11190         * src/mcs51/gen.c (genMinus): fixed bug 696436
11191
11192 2003-03-02  Borut Razem <borut.razem AT siol.net>
11193
11194         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11195
11196 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11197
11198         * configure.in: test for mkstemp
11199         * sdccconf_in.h: add HAVE_MKSTEMP
11200
11201 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11202
11203         * device/include/ctype.h: removed warning while using --stack-auto
11204         * device/include/malloc.h: removed warning while using --stack-auto
11205         * device/include/string.h: removed warning while using --stack-auto
11206
11207 2003-02-23  Borut Razem <borut.razem AT siol.net>
11208
11209         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11210         because NDEBUG is defined (see man assert)
11211         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11212
11213 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11214
11215         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11216         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11217
11218 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11219
11220         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11221         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11222
11223 2003-02-18    <johan AT balder>
11224
11225         * as/mcs51/asmain.c (asmbl): module can start with a digit
11226         * as/z80/asmain.c (asmbl): module can start with a digit
11227
11228 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11229
11230         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11231         * src/asm.c: fix pipe() for Mingw32
11232
11233 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11234
11235         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11236         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11237         make -V work again; --c1mode reads now from stdin
11238         * doc/sdccman.lyx: added --c1mode
11239         * support/Util/SDCCerr.c: new messages for c1 mode
11240         * support/Util/SDCCerr.h: new messages for c1 mode
11241         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11242
11243 2003-02-15    <johan AT balder>
11244
11245         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11246
11247 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11248
11249         * doc/sdccman.lyx: Environment variables, -o and other minor things
11250
11251 2003-02-14    <johan AT balder>
11252
11253         * src/xa51/main.c: before anyone really tries to use it :)
11254
11255         * Install doc's in share/sdcc/doc
11256         * removed some obsolete files
11257         * Do a proper make distclean and uninstall
11258         M Makefile.common.in
11259         R sdccbuild.sh
11260         M as/Makefile
11261         M device/include/Makefile.in
11262         M device/lib/Makefile.in
11263         M doc/sdccman.lyx
11264         M link/Makefile
11265         M sim/ucsim/doc/Makefile.in
11266         M src/clean.mk
11267         R src/avr/peeph.rul
11268         R src/xa51/peeph.rul
11269         M support/cpp2/Makefile.in
11270         M support/makebin/Makefile
11271
11272
11273 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11274
11275         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11276
11277 2003-02-10  Borut Razem <borut.razem AT siol.net>
11278
11279         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11280         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11281         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11282         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11283         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11284         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11285         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11286         src/z80/Makefile.bcc: Borland Makefile cleanup
11287         * as/z80/Makefile.bcc: Added Borland Makefile
11288         * support/cpp2/borland.h: Removed
11289
11290 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11291
11292         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11293         * src/SDCC.lex: new pragma NOIV
11294         * src/SDCCglobl.h: new pragma NOIV
11295         * src/SDCCmem.c: new pragma NOIV
11296
11297 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11298
11299         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11300
11301 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11302
11303         * src/SDCCmain.c: signal handling is switched off by --debug
11304         * doc/Makefile: small fix for install; use clean.mk again
11305         * doc/clean.mk: clean *.pdf and *.html too
11306
11307 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11308
11309         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11310         * device/lib/printfl.c: fix a ds390 bug by making it portable
11311         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11312         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11313         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11314         * debugger/mcs51/cmd.c: converted multi-line string literals
11315         * sim/ucsim/globals.cc: converted multi-line string literals
11316         * src/SDCCmain.c: introduced signal handler to remove temp files
11317         * doc/Makefile: small tweaks, implement clean
11318         * doc: removed generated files
11319
11320 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11321
11322         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11323         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11324         Address Record is not correctly generated for DS390."
11325
11326 2003-02-02  Borut Razem <borut.razem AT siol.net>
11327
11328         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11329         * as/mcs51/asm.h: fixed compilation with Borland C
11330         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11331         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11332         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11333         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11334         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11335         src/z80/Makefile.bcc: delete $(LIB) only if exist
11336         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11337
11338 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11339
11340         * device/include/malloc.h: introduced NULL
11341         * device/include/string.h: introduced NULL
11342         * device/include/stdlib.h: introduced NULL
11343         * device/lib/_memcpy.c: removed NULL
11344         * device/lib/_strcat.c: removed NULL
11345         * device/lib/_strchr.c: removed NULL
11346         * device/lib/_strcmp.c: removed NULL
11347         * device/lib/_strcpy.c: removed NULL
11348         * device/lib/_strcspn.c: removed NULL
11349         * device/lib/_strlen.c: removed NULL
11350         * device/lib/_strncat.c: removed NULL
11351         * device/lib/_strncmp.c: removed NULL
11352         * device/lib/_strncpy.c: removed NULL
11353         * device/lib/_strpbrk.c: removed NULL
11354         * device/lib/_strrchr.c: removed NULL
11355         * device/lib/_strspn.c: removed NULL
11356         * device/lib/_strstr.c: removed NULL
11357         * device/lib/_strtok.c: removed NULL
11358         * device/lib/malloc.c: removed NULL, include own header
11359
11360 2003-02-02    <johan AT balder>
11361
11362         * 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
11363         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11364         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11365         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11366         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11367         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11368
11369 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11370
11371         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11372         area 'DATA'"
11373
11374 2003-02-01    <johan AT balder>
11375
11376         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11377
11378 2003-01-31    <johan AT CP255758-A>
11379
11380         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11381
11382 2003-01-30    <johan AT balder>
11383
11384         * src/SDCCBBlock.c: automatic bug detection
11385         * src/SDCCicode.c: automatic bug detection
11386
11387 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11388
11389         * src/SDCCglobl.h:   now --xram-size 0 works
11390         * src/SDCCmain.c:    now --xram-size 0 works
11391
11392 2003-01-29    <johan AT balder>
11393
11394         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11395
11396 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11397
11398         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11399         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11400         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11401         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11402         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11403         * src/SDCCmain.c:    Added options --xram-size and --code-size
11404
11405 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11406
11407         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11408         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11409
11410 2003-01-27    <johan AT balder>
11411
11412         * src/SDCC.y: fixed bug #613764
11413
11414 2003-01-26    <johan AT balder>
11415
11416         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11417         * src/SDCCsymt.h: fixed bug #673374
11418         * src/SDCCglue.c: fixed bug #661910
11419         * src/SDCCast.c: fixed bug #458099 and 673374
11420
11421 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11422
11423         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11424         * as/mcs51/strcmpi.h: added
11425         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11426         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11427         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11428         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11429         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11430         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11431         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11432         * as/mcs51/Makefile.aslink: new module strcmpi
11433         * as/mcs51/Makefile.asx8051: new module strcmpi
11434         * as/mcs51/Makefil.bcc: new module strcmpi
11435         * as/mcs51/Makefile.in: new module strcmpi
11436         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11437
11438 2003-01-26    <johan AT balder>
11439
11440         * src/SDCCglue.c: reverted back to 1.124
11441         * src/SDCCast.c: reverted back to 1.156
11442         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11443
11444 2003-01-25    <johan AT balder>
11445
11446         * src/SDCCglue.c: A better fix for bug #661910
11447         * src/SDCCast.c: A better fix for bug #661910
11448         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11449
11450 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11451
11452         * src/Makefile.in: remove spawn.o
11453         * src/SDCCmain.c: remove spawn.h
11454         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11455         * src/spawn.c: removed
11456         * src/spawn.h: removed
11457         * support/regression/ports/ds390/spec.mk: link with -r
11458
11459 2003-01-24    <johan AT CP255758-A>
11460
11461         * src/ds390/gen.c (aopOp): fixed bug #667458
11462         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11463         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11464         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11465
11466 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11467
11468         * src/mcs51/peeph.def: better assembler identation by Frieder
11469         * src/mcs51/gen.c: better assembler identation by Frieder
11470
11471 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11472
11473         * as/z80/string.h: removed for gcc 3.2
11474         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11475         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11476
11477 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11478
11479         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11480         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11481         * support/regression/Makefile: separate temp files for ports
11482         * support/regression/generate-cases.py: separate temp files for ports
11483         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11484         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11485
11486 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11487
11488         * moved tinitalk to device/examples/ds390
11489
11490 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11491
11492         * as/mcs51/lkmem.c: rflag is for DS390
11493         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11494         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11495                          (linkEdit): move mem- and map-files the same way as ihx-files
11496         * src/z80/main.c (_setDefaultOptions): removed --generic
11497         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11498         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11499         * src/pic/glue.c (picglue): --c1mode works again
11500         * src/pic16/glue.c (pic16glue): --c1mode works again
11501         * src/asm.c (printCLine): fix #660034
11502
11503 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11504
11505         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11506         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11507         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11508         * as/mcs51/lkmem (summary): better fix for sp problem
11509         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11510         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11511         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11512                                               remove --stack-after-data
11513
11514 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11515
11516         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11517         * src/SDCCutil.c (join): ugly bug: missing '\0'
11518         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11519
11520 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11521
11522         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11523         * src/port.h: typo
11524         * src/pic/main.c (_asmCmd): gpasm supports -o
11525         * src/z80/main.c: more general macros
11526         * device/lib/Makefile.in: remove intermediate files
11527
11528 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11529
11530         * .version: Bumped version number to 2.3.3
11531         * src/SDCCBBlock.c: new option -o
11532         * src/SDCCglobl.h: new option -o
11533         * src/SDCCglue.c: new option -o
11534         * src/SDCCmain.c: new option -o
11535         * src/asm.c: new option -o
11536         * src/ds390/main.c: new option -o
11537         * src/pic/glue.c: new option -o
11538         * src/pic/pcode.c: new option -o
11539         * src/pic/ralloc.c: new option -o
11540         * src/pic16/glue.c: new option -o
11541         * src/pic16/pcode.c: new option -o
11542         * src/pic16/ralloc.c: new option -o
11543         * src/z80/main.c: new option -o
11544         * device/lib/Makefile.in: use -o
11545         * support/regression/ports/ds390/spec.mk: use -o
11546         * support/regression/ports/gbz80/spec.mk: use -o
11547         * support/regression/ports/mcs51/spec.mk: use -o
11548         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11549         * support/regression/ports/z80/spec.mk: use -o
11550         * support/regression/ports/ucz80/spec.mk: use -o
11551         * support/regression/ports/xa51/spec.mk: use -o
11552         * support/regression/fwk/lib/timeout.c: fix usage string
11553
11554 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11555         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11556
11557 2003-01-07    <johan AT balder>
11558
11559         * src/SDCCast.c (decorateType): fixed bug #600035
11560
11561 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11562         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11563         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11564         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11565         * src/pic/pcode.c: outcommented unused variable to remove warnings
11566         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11567
11568 2003-01-06    <karl AT turbobit.com>
11569         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11570    regression tests.
11571
11572 2003-01-06    <johan AT balder>
11573
11574         * src/SDCCicode.c: fixed array add
11575
11576 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11577         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11578         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11579
11580 2003-01-04    <johan AT balder>
11581
11582         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11583
11584 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11585         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11586
11587 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11588         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11589         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11590
11591 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11592         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11593
11594 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11595         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11596
11597 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11598         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11599
11600 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11601
11602     * in /sdcc/as/mcs51/ changed these files in order to create an
11603     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11604     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11605     following files to include the previous two files: aslink.dsp,
11606     Makefile.aslink, Makefile.bcc, and Makefile.in.
11607
11608     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11609     .adb instead of .cdb
11610
11611 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11612
11613         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11614         value from option --iram-size.
11615
11616 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11617
11618         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11619         dram[] array.
11620
11621 2002-09-18    <wiml AT hhhh.org>
11622
11623         * SDCClrange.h: exposed setFromRange() and setToRange()
11624         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11625           packRegsForAccUse() (bug 542397)
11626         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11627           multiple times and emitting the fetch operations more than once
11628           added aopGetUsesAcc() function to allow binary operators to
11629           fetch their operands in the correct order; made genMinus() emit
11630           compact code for X = LITERAL - Y
11631
11632 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11633         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11634         sprintf() in line 1267.
11635
11636 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11637         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11638         like ports.
11639
11640 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11641         Changes to aslink (All the changes are marked with 'JCF'):
11642
11643         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11644         summary().
11645
11646         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11647         area BSEG.  Also moves, if possible, the DATA area down into the internal
11648         ram so more space is available.
11649
11650         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11651         sflag.
11652
11653         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11654         not bytes.  Function summary() which creates a memory usage summary
11655         file with extension .mem.  Reports of overlaping stack and small stack
11656         size.  If the space for the stack is less than 16 bytes aslink trows a
11657         warning.
11658
11659         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11660         the 8051.  Option 'y' for memory summary output file.
11661
11662         Changes to sdcc (All the changes are marked with 'JCF'):
11663
11664         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11665
11666         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11667         overlaying area for it (uses RegBankUsed[4]).
11668
11669         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11670         bank zero as used by default.  By default aslink locates the stack
11671         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11672         the creation of the .mem file.  Delegates the allocation of data area
11673         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11674         the begining of the stack area to aslink.
11675
11676         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11677         glue() in SDCCglue.c creates an area for it.
11678
11679 2002-09-03  Borut Razem <borut.razem AT siol.net>
11680         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11681         sdcc/src/pic/glue.c:
11682         introduced atexit() handler for teporay files removal in case of
11683         errors, assertions, ...
11684
11685 2002-08-29  Borut Razem <borut.razem AT siol.net>
11686         * sdcc/support/cpp2/auto-host_vc_in.h:
11687         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11688         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11689         Maybe there is a similar problem with BORLANDC? It should be checked!
11690
11691         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11692         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11693         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11694         was not executed, and the compiler (cl) launched a warning:
11695         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11696
11697 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11698         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11699
11700 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11701         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11702
11703         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11704           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11705           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11706           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11707           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11708           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11709           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11710         - added Release configuration in VS projects
11711         - review of compiler an linker options
11712         - VC .exe files are generated in bin_vc directory, not to interfere
11713           with binaries generated from other projects (cygwin, mingw, bcc ...)
11714
11715         * sdcc/src/yacc.dsp: added
11716
11717         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11718         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11719         and insert the version number definitions from .version
11720
11721         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11722
11723         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11724         added - genarate auto-host.h using auto-host_vc_in.h as template
11725
11726         * sdcc/sdcc_vc.h,
11727         removed from CVS, generated automatically
11728
11729 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11730         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11731
11732 2002-08-11  Borut Razem <borut.razem AT siol.net>
11733         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11734
11735 2002-08-10  Borut Razem <borut.razem AT siol.net>
11736         * src/SDCCmain.c (main):
11737         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11738         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11739         The consequence was that some temporary files were not removed.
11740
11741         * src/SDCCglue.c:
11742         unification of code in functions tempfilename() and tempfile():
11743         function tempnam() is defined in Visual Studio 6.0 and .NET
11744
11745         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11746
11747         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11748           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11749         - removed compiler command line option /WX: Treats all warnings as errors
11750         - update a list of source files, included into the project
11751
11752         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11753           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11754         changed project type to Generic Project so that can be correcly converted to VS.NET project
11755
11756         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11757
11758         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11759
11760         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11761
11762         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11763         added return 0 statements after assert() to make compiler happy
11764
11765         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11766         added newline in the def file to keep MSC compiler satisfied
11767
11768         * sdcc/src/z80/gen.c:
11769         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11770           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11771         - solved MSC error in function aopDump()
11772
11773         * sdcc_vc.h: define PREFIX as "\\sdcc"
11774
11775 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11776         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11777
11778 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11779         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11780         - Rewrote the register banking algorithm.
11781         - Added pCode live-range analysis to registers (for now, only non-used and
11782         singly-used registers optimized away)
11783
11784         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11785
11786         * 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.
11787
11788 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11789         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11790
11791 2002-04-22  Michael Hope  <michaelh AT vroom>
11792
11793         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11794
11795         * configure.in (DD_COPT): Added include support required for gbdk.
11796
11797         * .version: Bumped version number just to increase it.
11798
11799         * src/SDCCmain.c: Added -nostdinc to the default options.
11800
11801 2002-04-15  Michael Hope  <michaelh AT vroom>
11802
11803         * device/lib/z80/printf.c (sprintf): Added.
11804
11805         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11806
11807         * src/z80/peeph.def: Added transpose redundent load rule.
11808
11809         * src/z80/main.c: Added force callee saves for jaune.
11810
11811         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11812
11813         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11814
11815 2002-03-28  Johan Knol  <johan AT balder>
11816
11817         * src/SDCCval.c: fixed bug #532436
11818
11819 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11820         * /src/port.h:
11821         Added "char *Processor" field to the port structure.
11822
11823         * /src/SDCCmain.c:
11824         Added -p option. Allows port dependent processor to be specified.
11825
11826         * all ports:
11827         Initialized the new field char *Processor field to NULL in all ports
11828
11829         * /src/pic/*:
11830         Compiler generated registers for interrupt context saving
11831         were not getting allocated.
11832
11833 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11834
11835         * /src/SDCCast.c:
11836         Fixed left shift. Will promote the left side of a left shift
11837         if a) left shifting more than size of operand or b) when assigned
11838         to something size > size of left side
11839
11840 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11841         * src/pic/*
11842         tons of changes. Register allocation has been
11843         rewritten. Added customization for the various PICs. Flow
11844         analysis is restructured. ...
11845
11846         * src/pic/device.h:
11847         Added
11848
11849         * src/pic/device.c:
11850         Added. device.c is a PIC port hack to accomodate variations
11851         in PIC devices.
11852
11853 2002-03-13  Michael Hope  <michaelh AT vroom>
11854
11855         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11856
11857 2002-03-04  johanknol  <johanknol AT manik>
11858
11859         * /src/SDCCval.c: fixed
11860
11861         const unsigned char arr[][2] = { { 0, 1 } };
11862         t18.c:1: error: Initializer element is not constant
11863
11864 2002-03-04  bela  <bela AT manik>
11865
11866         * /device/include/mcs51reg.h:
11867         ds89c420 register definition update
11868
11869 2002-03-03    <johan AT FRIJA>
11870
11871         * support/Util/SDCCerr.c: did something, but don't no why anymore
11872
11873         * support/regression/tests/bug-524691.c: made it a little less shy
11874
11875         * src/SDCCast.c (decorateType): fixed bug #524697
11876
11877         * src/SDCCast.c: made some lineno improvements
11878
11879         * src/SDCCval.c (getNelements): changed warning to error
11880
11881         * src/SDCCglue.c (printIvalArray): changed warning to error
11882
11883         * src/SDCCicode.c: fixed a warning for mingw
11884
11885         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11886
11887         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11888
11889 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11890
11891         * src/ds390/peeph.def:
11892         Added some more peephole rules
11893
11894         * src/ds390/gen.c: Various fixes & enhancements
11895
11896         * src/SDCClrange.c, src/SDCClrange.h:
11897         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11898
11899         * src/ds390/ralloc.c:
11900         various fixes & enhancements (ds390) specific
11901
11902         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11903         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11904         from rallocs.
11905
11906         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11907
11908 2002-03-02    <johan AT FRIJA>
11909
11910         * src/SDCCast.c (decorateType): fixed bug #524708
11911
11912         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11913
11914         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11915
11916 2002-03-01  Michael Hope  <michaelh AT vroom>
11917
11918         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11919
11920         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11921
11922 2002-03-01    <johan AT FRIJA>
11923
11924         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11925
11926         * src/SDCCast.c (decorateType): fixed bug #524209
11927
11928         * src/SDCCval.c (valNot): fixed bug #524195
11929
11930 2002-02-26    <johan AT balder>
11931
11932         * src/xa51/gen.c: fixed a warning
11933
11934         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11935
11936         * src/SDCCast.c (decorateType): fixed bug #522534
11937
11938 2002-02-23    <johan AT balder>
11939
11940         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11941
11942 2002-02-22    <johan AT balder>
11943
11944         * src/SDCCast.c: fixed bug #514865
11945
11946         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11947
11948 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11949
11950         * sdcc/src/SDCCloop.c:
11951         Previous fix was not good. basic blocks that have "break" or "return" are
11952         not really partof a loop , but live ranges used in these blocks should
11953         be live thru the entire loop, so set partOfLoop but don't add them to
11954         loop region
11955
11956 2002-02-21    <johan AT FRIJA>
11957
11958         * src/SDCCcse.c: fixed bug #514308
11959
11960 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11961
11962         * src/SDCCloop.c:
11963         Fixed BUG #519583. If a conditional block ended in a return/break
11964         statement inside a loop, it was not being considered part of the loop.
11965
11966         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11967
11968 2002-02-10  Karl Bongers <karl AT turbobit.com>
11969
11970         * debugger/*:
11971         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11972         with lots of comments and notes.
11973
11974         * device/examples/test2.c:
11975         Fix bug, "red" variable not being initialized(compiler complained).
11976
11977         * device/examples/Makefile, examples/test3.c:
11978         Add Makefile in device/examples folder, compiles test3.c
11979         for use as a multiple module SDCDB test case.
11980
11981         * sim/ucsim/cmd.src/cmdset.cc:
11982         Took out debug printfs in ucsim "next" command.
11983
11984         * sim/ucsim/xa.src:
11985         Karl and Johan start ucsim XA support.  Most dissassembly working,
11986         about 75% emulation done(plenty of work remaining).
11987
11988         * sim/ucsim/z80.src:
11989         Add Z80 support to ucsim, add test-ucz80 regression test,
11990         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11991         Notice z80 compiler fails on examples/test3.c/crc code.
11992
11993 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11994
11995         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11996         Added support for --parms-in-bank1
11997
11998         * src/ds390/peeph.def:
11999         added a few more peephole optimzations
12000
12001         * src/ds390/main.c:
12002         1) added __builtin_inp & __builtin_outp used to read in data of given length
12003            from a memory mapped port
12004         2) added __builtin_memcmp
12005         3) added __builtin_swapw swap bytes of a short
12006
12007         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12008         1) handle multiple send & receives from register bank1
12009         2) ralloc can now allocate DPTR1 to some liveRanges
12010
12011         * src/SDCCsymt.c, src/SDCCsymt.h:
12012         changes to handle multiple sends & receives
12013
12014         * src/SDCCptropt.h:
12015         added some pointer arithmetic optimization
12016
12017         * src/SDCCptropt.c:
12018         added some pointer arithmetic optimizations but not stable yet so not
12019         called from anywhere (will get this working shortly)
12020
12021         * src/SDCCopt.c: fixed for multiple sends & receives
12022
12023         * src/SDCCmain.c:
12024         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12025         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12026            set preprocessor defines (depending on options)
12027
12028         * src/SDCCicode.c, src/SDCCicode.h:
12029         changes made to handle multiple sends & receives
12030
12031         * src/SDCCglobl.h:
12032         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12033
12034         * src/SDCCcse.c, src/SDCCcse.h:
12035         added function findbackward def (to be used in upcoming optimization)
12036
12037         * src/SDCCcflow.c, src/SDCCcflow.h:
12038         added function returnAtEnd - to determine if a basic block terminates with
12039         a RETURN iCode
12040
12041         * src/SDCCast.c, src/SDCCast.h:
12042         added option parms-in-bank1
12043
12044         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12045         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12046         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12047         adjusted for --parms-in-bank1 option
12048
12049         * device/include/string.h:
12050         donot redefine "reentrant" keyword
12051
12052         * device/include/ds80c390.h: Added some more SFRs
12053
12054 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12055
12056         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12057
12058 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12059
12060         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12061
12062 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12063
12064         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12065
12066 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12067
12068         * Added --xram-movc option
12069
12070 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12071
12072         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12073
12074 2002-01-11  Johan Knol
12075
12076         * Added math lib of Jesus Calvino-Fraga
12077
12078 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12079
12080         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12081         * support/regression/Makefile: new target test-mcs51-stack-auto
12082         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12083
12084 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12085
12086         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12087
12088 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12089
12090         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12091
12092 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12093
12094         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12095
12096         * src/SDCCglue.h: add definition for printIvalChar()
12097
12098 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12099
12100         * src/SDCCast.c: fix #498138 by Johan
12101
12102         * src/SDCCglue.c: fix #498138 by Johan
12103
12104 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12105
12106         * support/regression/Makefile: fix clean
12107
12108         * support/regression/ports/ds390/support.c: fix transmission of last character
12109
12110 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12111
12112         * /sdcc/src/ds390/gen.c:
12113         a) improved computing address of stack variable
12114         b) took out some #if 0 code
12115         c) improved parmBytes adjustment
12116         d) improved genPlusIncr & genMinusIncr
12117         e) genCmp could generate bad code (when left assigned to DPTR)
12118         f) Fixed bug in hasInc
12119
12120         * /sdcc/src/ds390/ralloc.c:
12121         a) packRegsForSupport could mess up live information (Fixed)
12122         b) packRegsDPTRuse could be incorrect for left & right shift
12123
12124         * /sdcc/src/mcs51/ralloc.c:
12125         packRegsForSupport could mess up the live information (Fixed)
12126
12127         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12128
12129         * /sdcc/src/SDCCast.c:
12130         can reverse a loop even if function call is present as long
12131         as the loop control variable is local & is not passed as parameter
12132
12133 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12134
12135         * /sdcc/ChangeLog: *** empty log message ***
12136
12137         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12138         More builtin function additions for TININative
12139
12140         * /sdcc/src/ds390/ralloc.c:
12141         Had broken the regression testsuite
12142
12143         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12144
12145         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12146         Added funcattr hasStackParms will be set for reentrant functions when there
12147         are paramteres on the stack, this helps in minimizing frame pointer generation
12148         typeFromStr can handle function pointers now
12149
12150         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12151         *** empty log message ***
12152
12153 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12154
12155         * /src/ds390/gen.c, /src/ds390/main.c:
12156         More builtin function additions for TININative
12157
12158         * /src/ds390/ralloc.c:
12159         Had broken the regression testsuite
12160
12161         * /src/SDCCast.c: Fixed a bug in dumptree
12162
12163         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12164         Added funcattr hasStackParms will be set for reentrant functions when there
12165         are paramteres on the stack, this helps in minimizing frame pointer generation
12166         typeFromStr can handle function pointers now
12167
12168         * /doc/builtins.txt, /doc/TININative.txt:
12169         *** empty log message ***
12170
12171
12172 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12173
12174         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12175         ALPHA version for -mTININative
12176
12177         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12178         updated to reflect changes in the port structure
12179
12180         * /src/port.h:
12181         added function do_assemble (similar to do_link) if non-null this function
12182         will be called to do assembly (-mTININative) requires a multi command
12183         assembly
12184         added function genAssemblerEnd will be called to generate assembler Epilogue
12185
12186         * /src/SDCCsymt.c:
12187         added _JavaNative to debug info printing
12188
12189         * /src/SDCCmain.c: added option --tini-libid
12190         added port->do_assemble function (-mTININative) has a multi command assemble
12191
12192         * /src/SDCCglue.c: Disabled "constExpr" check
12193         added port->genAssemblerEnd function
12194
12195         * /src/SDCCglobl.h: Added option --tini-libid value
12196
12197         * /src/SDCCast.h:
12198         tookout optimizeCompare from the header (has no external references)
12199
12200         * /src/SDCCast.c: made one more function "static"
12201
12202 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12203
12204         * src/z80/mappings.i: Added z80asm support.
12205
12206         * src/z80/main.c: Added z80asm support on --asm=z80asm
12207
12208         * src/z80/gen.c: Fixed asm portability issues.
12209
12210         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12211
12212         * src/SDCCglue.c (printExterns): Added global/extern split.
12213
12214 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12215
12216         * support/regression/Makefile: added test for mcs51 model large
12217
12218         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12219
12220         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12221
12222 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12223
12224         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12225
12226 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12227
12228         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12229
12230         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12231
12232 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12233
12234         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12235
12236         * support/regression/tests/simplefloat.c: Port to mcs51.
12237
12238 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12239         * support/regression/tests/bug-485362.c: Added.
12240
12241         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12242
12243         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12244
12245         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12246
12247         * src/z80/gen.c (aopDump): Added a dump function.
12248
12249 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12250         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12251
12252         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12253
12254         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12255
12256         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12257
12258         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12259
12260         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12261
12262         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12263
12264         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12265
12266         * support/regression/ports/ds390/support.c: Use tinibios.
12267
12268         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12269
12270 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12271
12272         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12273         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12274
12275         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12276
12277         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12278
12279 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12280
12281         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12282
12283         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12284         (packRegsForIYUse): Created and optimised.
12285
12286 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12287
12288         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12289 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12290
12291         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12292
12293         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12294
12295         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12296
12297 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12298
12299         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12300
12301         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12302
12303 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12304
12305         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12306
12307         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12308
12309         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12310
12311 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12312
12313         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12314         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12315         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12316
12317         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12318
12319         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12320         (genNotFloat): Added.
12321         (genUminusFloat): Added.
12322
12323         * device/lib/z80/Makefile: Added floating pt stubs.
12324
12325         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12326
12327         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12328
12329         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12330
12331 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12332
12333         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12334
12335         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12336
12337         * sdcc/support/regression/Makefile: Add port ds390.
12338
12339         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12340
12341         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12342
12343         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12344
12345         * sdcc/support/regression/ports/ds390/support.c: Added.
12346
12347         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12348
12349         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12350
12351         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12352
12353 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12354
12355         * device/include/malloc.h: Added z80 and gbz80 support.
12356
12357         * device/lib/gbz80/heap.s: Added.
12358
12359         * device/lib/z80/heap.s: Added.
12360
12361         * device/lib/malloc.c: Added z80 and gbz80 support.
12362
12363         * support/regression/tests/malloc.c (testMalloc): Added.
12364
12365         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12366
12367         * support/regression/tests/bug-478094.c: Added.
12368
12369         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12370
12371 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12372
12373         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12374
12375         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12376
12377         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12378
12379         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12380
12381         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12382
12383 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12384
12385         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12386
12387 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12388
12389         * support/regression/tests/bug-477927.c: Added.
12390
12391         * src/z80/peeph.def: Added minor rules.
12392
12393         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12394
12395         * src/z80/peeph.def: Added jump optimisation modification.
12396
12397 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12398
12399         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12400
12401 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12402
12403         * support/regression/tests/funptrs.c: Added.
12404
12405 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12406
12407         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12408
12409 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12410
12411         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12412
12413         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12414
12415         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12416         (movLeft2ResultLong): Created.
12417
12418         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12419         (joinPushes): Added.  Joins two char pushes into a word push.
12420
12421 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12422
12423         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12424
12425         * support/makebin/Makefile (install): Added creation of dest dir.
12426
12427 2001-10-24 Karl Bongers <karl AT turbobit.com>
12428
12429         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12430
12431 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12432
12433         * src/z80/ralloc.c: Turned off faulty pack for one use.
12434
12435         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12436
12437         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12438
12439 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12440
12441         * support/regression/Makefile: Improved clean
12442
12443         * support/regression/ports/gbz80/spec.mk: Added clean
12444
12445         * support/regression/ports/host/spec.mk: Added clean
12446
12447         * support/regression/ports/z80/spec.mk: Added clean
12448
12449         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12450
12451         * support/regression/ports/mcs51/timeout.c: little improvements
12452
12453 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12454
12455         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12456
12457         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12458
12459         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12460
12461 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12462
12463         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12464
12465         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12466
12467 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12468         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12469
12470         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12471
12472         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12473
12474         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12475
12476         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12477
12478         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12479
12480         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12481
12482         * support/regression/tests/longor.c: Added.
12483
12484 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12485
12486         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12487
12488         * as/mcs51/aslink.h: define PATH_MAX
12489
12490         * as/mcs51/asm.h: define PATH_MAX
12491
12492         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12493
12494         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12495
12496         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12497
12498         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12499
12500         * src/SDCCglobl.h: define PATH_MAX
12501
12502         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12503
12504         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12505
12506 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12507
12508         * src/z80/gen.c (gencjneshort): Fixed
12509
12510         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12511
12512 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12513
12514         * support/regression/tests/bug-469671.c: Added.
12515
12516         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12517
12518 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12519
12520         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12521
12522         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12523
12524 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12525
12526         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12527
12528         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12529
12530         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12531
12532         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12533
12534         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12535
12536         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12537
12538         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12539
12540 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12541
12542         * 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.
12543
12544         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12545
12546         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12547
12548 2001-10-07    <johan AT FRIJA>
12549
12550         * device/lib/gets.c (gets): fixed the return value.
12551
12552 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12553         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12554
12555         * 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.
12556
12557         * 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.
12558
12559         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12560
12561         * src/pic/gen.c: Removed Safe_strdup.
12562
12563         * configure.in: Added option to enable libgc support.
12564
12565         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12566         (bitVectUnion): Optimised.
12567         (bitVectIntersect): Optimised.
12568         (bitVectBitsInCommon): Optimised.
12569         (bitVectCplAnd): Optimised.
12570
12571         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12572
12573 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12574
12575         * src/SDCCmain.c: distinguish between assembler debug and plain options
12576
12577         * src/avr/main.c:   remove standard assembler options
12578
12579         * src/ds390/main.c: remove standard assembler options
12580
12581         * src/mcs51/main.c: remove standard assembler options
12582
12583         * src/port.h: removed "PENDING" comment
12584
12585 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12586
12587         * src/device/lib/_mulint.c  : new, with assember functions
12588
12589         * src/device/lib/_mullong.c : new, with assember functions
12590
12591         * src/device/lib/_divuint.c : with assember functions
12592
12593         * src/device/lib/_divsint.c : with assember functions
12594
12595         * src/device/lib/_divulong.c: with assember functions
12596
12597         * src/device/lib/_divslong.c: with assember functions
12598
12599         * src/device/lib/_moduint.c : with assember functions
12600
12601         * src/device/lib/_modsint.c : with assember functions
12602
12603         * src/device/lib/_modulong.c: with assember functions
12604
12605         * src/device/lib/_modslong.c: with assember functions
12606
12607         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12608
12609         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12610
12611         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12612                                       replaced _mululong.c and _mulslong.c by _mullong.c
12613
12614 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12615
12616         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12617
12618 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12619
12620         * src/SDCCglue.c: test, if win32api is available for MINGW
12621
12622 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12623
12624         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12625         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12626         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12627         * support/regression/ports/host/spec.mk: removed GENERIC
12628         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12629         * support/regression/ports/z80/spec.mk: removed GENERIC
12630
12631 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12632
12633         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12634
12635         * support/regression/tests/bug-467035.c: Created.
12636
12637 2001-10-01    <johan AT FRIJA>
12638
12639         * src/SDCC.y: fixed bug #466586 part 1
12640
12641 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12642
12643         * SDCCicode.c: z80 has no generic pointers
12644         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12645
12646 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12647
12648         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12649
12650 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12651
12652         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12653
12654         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12655
12656 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12657
12658         * configure.in: Fixed up so that ucsim is only configured once.
12659
12660         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12661
12662         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12663         (getPathDifference): As above.
12664
12665         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12666
12667         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12668
12669 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12670         * .version: Updated to 2.3.1
12671
12672         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12673         Added copyright header.
12674
12675         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12676         (assemble): Added support for macro based assembler commands.
12677         (linkEdit): Added support for macro based linker commands.
12678         (preProcess): Changed the pre-processor to use macros.
12679         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12680         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12681
12682         * device/lib/z80/crt0.s: Added module name for debugging.
12683
12684 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12685
12686         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12687
12688         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12689
12690         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12691
12692         * src/Makefile.in: Added SDCCmacro and SDCCutil
12693
12694 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12695
12696         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12697
12698 2001-09-16    <johan AT FRIJA>
12699
12700         * 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.
12701
12702 2001-09-15    <johan AT FRIJA>
12703
12704         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12705         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12706
12707 2001-09-11    <johan AT FRIJA>
12708
12709         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12710
12711 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12712
12713         * support/regression/tests/bug-460444.c: Added test case.
12714
12715         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12716         (genCast): Added justification for all of the asserts.
12717
12718 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12719
12720         * support/regression/support.c: _xdata replaced by xdata
12721
12722         * support/regression/spec.mk: removed _generic
12723
12724 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12725
12726         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12727
12728         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12729         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12730
12731         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12732
12733         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12734
12735         * support/regression/tests/bug-460010.c: Added test case.
12736
12737         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12738
12739 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12740
12741         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12742
12743         * support/regression/testfwk.c: removed workaround for bug #436344
12744
12745         * support/regression/tests/bp.c: use less memory with mcs51
12746
12747         * support/regression/tests/bug-441448.c: use less memory
12748
12749         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12750
12751         * support/regression/collate-results.py: typo
12752
12753 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12754
12755         * support/regression/tests/fetchoverlap.c: Added new test case.
12756
12757         * support/regression/tests/bp.c: Added new test case.
12758
12759         * support/regression/tests/bug-448984.c: Added new test case.
12760
12761         * support/regression/tests/pow2shifts.c: Added new test case.
12762
12763         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12764         (genlshTwo): Fixed right shift for count > 8.
12765
12766         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12767
12768 2001-09-08    <johan AT FRIJA>
12769
12770         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12771
12772 2001-09-07    <johan AT FRIJA>
12773
12774         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12775
12776         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12777
12778 2001-09-06    <johan AT FRIJA>
12779
12780         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12781         * bernhard noted me at this: "() equals to (void)" (1.38)
12782
12783 2001-09-05    <johan AT FRIJA>
12784
12785         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12786
12787 2001-09-04    <johan AT FRIJA>
12788
12789         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12790
12791
12792 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12793
12794         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12795
12796 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12797
12798         * link/z80/aslink.h: Fixed path for PATH_MAX
12799
12800 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12801
12802         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12803
12804         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12805
12806         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12807
12808         * 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.
12809
12810 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12811
12812         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12813         (genCmp): Fixed up genCmp for the GB with longs.
12814
12815         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12816
12817         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12818
12819         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12820
12821         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12822
12823 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12824
12825         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12826
12827 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12828
12829         * 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.
12830
12831         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12832
12833 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12834
12835         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12836
12837         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12838
12839 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12840
12841   * sim/ucsim/configure:    little improvement of Cygwin-detection
12842   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12843   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12844   * support/regression/tests/bug-221100.c: small changes for mcs51
12845   * support/regression/tests/bug-221168.c: small changes for mcs51
12846   * support/regression/tests/bug-227710.c: small changes for mcs51
12847   * support/regression/tests/staticinit.c: small changes for mcs51
12848   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12849   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12850   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12851
12852 $Revision$