* src/pic/ralloc.c (newReg): create aliases for registers with
[fw/sdcc] / ChangeLog
1 2006-10-29 Raphael Neider <rneider AT web.de>
2
3         * src/pic/ralloc.c (newReg): create aliases for registers with
4           multiple names to fix #1579535 and #1584001,
5           (regWithIdx,dirregWithName): resolve aliases on lookup
6         * src/pic/pcode.c (DoBankSelect): die with error message on failing
7           bankselect
8         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
9           to prevent build errors on small devices
10
11 2006-10-28 Raphael Neider <rneider AT web.de>
12
13         * src/pic/gen.c (genFunction,genCall): drop "same code page"
14           assumption within interrupt handlers, fixes #1584940
15         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
16           "emitted" to avoid emitting them again in udata
17
18 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
19
20         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
21         Removed.
22  
23 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
24
25         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
26         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
27         on/off CR to CRLF conversion.  
28
29 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
30
31         * doc/sdccman.lyx: updated IRQ section
32
33 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
34
35         * device/lib/serial_io.c: removed
36         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
37         replacements for serial_io.c
38
39 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
40
41         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
42
43 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
44
45         * device/lib/serial_io.c: Default putchar() and getchar() for
46           mcs51 uses serial port.
47
48 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
49
50         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
51
52 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
53
54         * support/regression/ports/mcs51/support.c: smaller
55         _sdcc_external_startup()
56         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
57
58 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
59
60         * device/lib/gbz80/crt0.s,
61         * device/lib/gbz80/crt0_rle.s,
62         * device/lib/gbz80/div.s,
63         * device/lib/gbz80/fstubs.s,
64         * device/lib/gbz80/heap.s,
65         * device/lib/gbz80/mul.s,
66         * device/lib/gbz80/putchar.s,
67         * device/lib/gbz80/stubs.s,
68         * device/lib/z80/crt0.s,
69         * device/lib/z80/crt0_rle.s,
70         * device/lib/z80/div.s,
71         * device/lib/z80/fstubs.s,
72         * device/lib/z80/heap.s,
73         * device/lib/z80/mul.s,
74         * device/lib/z80/putchar.s,
75         * device/lib/z80/stubs.s: reverted, I was mistaken
76
77 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
78
79         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
80         * support/regression/ports/mcs51/support.c: removed race
81         condition on TI in _putchar allowing to use serial port mode 0
82
83 2006-10-20 Borut Razem <borut.razem AT siol.net>
84
85         * sebugger/mcs51/sdcdb.c: replaced isblank() with isspace()
86
87 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
88
89         * device/lib/gbz80/crt0.s,
90         * device/lib/gbz80/crt0_rle.s,
91         * device/lib/gbz80/div.s,
92         * device/lib/gbz80/fstubs.s,
93         * device/lib/gbz80/heap.s,
94         * device/lib/gbz80/mul.s,
95         * device/lib/gbz80/putchar.s,
96         * device/lib/gbz80/stubs.s,
97         * device/lib/z80/crt0.s,
98         * device/lib/z80/crt0_rle.s,
99         * device/lib/z80/div.s,
100         * device/lib/z80/fstubs.s,
101         * device/lib/z80/heap.s,
102         * device/lib/z80/mul.s,
103         * device/lib/z80/putchar.s,
104         * device/lib/z80/stubs.s: removed all leading underscores from area names
105
106 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
107
108         * support/regression/ports/mcs51/support.c: use highest baudrate so the
109           regression tests are not waiting in the simulator for simulated
110           transmission of debug output
111
112 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
113
114         * device/lib/printf_large.c: slightly smaller
115         * doc/sdccman.lyx: do not use spaces within html links
116
117 2006-10-16 Borut Razem <borut.razem AT siol.net>
118
119         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
120           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
121           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
122           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
123           debugger/mcs51/configure:
124           [ 1185668 ] add gnu readline support to sdcdb - enabled
125
126 2006-10-16 Raphael Neider <rneider AT web.de>
127
128         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
129           fixes #1577882, removes close to all banking optimizations
130
131 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
132
133         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
134           variables in code memory
135         * support/regression/tests/absolute.c: added test for this
136
137 2006-10-15 Raphael Neider <rneider AT web.de>
138
139         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
140           devices,
141           (BankSelect): emit BANKSEL before touching linker-placed regs,
142           fixes #1570934
143
144 2006-10-10 Raphael Neider <rneider AT web.de>
145
146         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
147         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
148         * src/pic/main.c (_pic14_parseOptions),
149         * src/pic/main.h: mostly reverted to previous state, now use results
150             from SDCCmain.c's argument parsing
151
152 2006-10-10 Borut Razem <borut.razem AT siol.net>
153
154         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
155           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
156           [ 1185668 ] add gnu readline support to sdcdb -
157           prepared for READLINE, not enabled yet,
158           thanks to <tal.bav AT gmail.com>
159
160 2006-10-10 Raphael Neider <rneider AT web.de>
161
162         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
163         * src/pic16/devices.inc,
164         * device/include/pic16 (pic18f[24]620.h),
165         * device/include/pic18fregs.h,
166         * device/lib/pic16/pics.all,
167         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
168             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
169             Gary Plumbridge and Anton Strobl
170
171 2006-10-10 Raphael Neider <rneider AT web.de>
172
173         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
174           --stack-siz=NUM options to configure the argument passing stack
175         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
176         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
177           (pic14_getSharebankSize): obey --stack-siz=NUM,
178           (pic14_getSharebankAddress): obey --stack-loc=NUM
179
180 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
181
182         * doc/sdccman.lyx: added to the manual
183         * doc/figures/ddd_example.png: added (neither pdflatex nor
184         most browsers seem to like the .eps file)
185
186 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
187
188         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
189         to /tmp and /var/tmp acc. LSB
190         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
191         RESULT_TYPE_IFX
192         * support/regression/tests/onebyte.c: added test
193
194 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
195
196         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
197
198 2006-10-05 Borut Razem <borut.razem AT siol.net>
199
200         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
201           thanks to dfulab:
202           - sdcc.dsw: changed property eol-style to CRLF
203           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
204
205 2006-10-04 Raphael Neider <rneider AT web.de>
206
207         * device/include/pic/{pic16f84.h,pic16f84a.h},
208         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
209           from patch #1522504, thanks to Robas Teodor
210
211 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
212
213         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
214           fixes bug 1566015
215
216 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
217
218         * src/pic16/glue.c (pic16emitMaps),
219         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
220         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
221         * device/lib/pic16/libc/string/memcpypgm2ram.c,
222         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
223           Philipp Krause
224         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
225         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
226
227 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
228
229         * support/librarian/sdcclib.c: Added option -l.
230         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
231           usage totals.
232         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
233           using Windows command prompt.
234
235 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
236
237         * device/lib/libsdcc.lib: added module rand
238         * src/ds390/ralloc.c (rematStr),
239         * src/hc08/ralloc.c (rematStr),
240         * src/mcs51/ralloc.c (rematStr),
241         * src/z80/ralloc.c (rematStr): made output more consistent
242         * src/mcs51/gen.c: cosmetic changes
243
244 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
245
246         * src/port.h: added mem.cabs_name to PORT
247         * src/ds390/main.c,
248         * src/hc08/main.c,
249         * src/mcs51/main.c,
250         * src/pic16/main.c,
251         * src/pic/main.c,
252         * src/xa51/main.c,
253         * src/z80/main.c: added cabs_name initializers
254         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
255           constants
256           (emitMaps): emit absolutes in code memory into cabs_name
257         * src/SDCCmem.c,
258         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
259         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
260         * support/regression/fwk/include/testfwk.h: added define for at
261         * support/regression/tests/absolute.c: added, new
262
263 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
264
265         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
266           optimizations, see also patch 887161 by Stas Sergeev
267         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
268           to be necessary anymore,
269           (102, 103, 104, 127): renamed all occurances of bp to _bp
270
271 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
272
273         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
274           thanks Weston T. Schmidt for patch 1555221
275         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
276         * src/SDCCicode.c(geniCodeMultiply): small optimization
277
278 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
279
280         * device/include/stdlib.h: added rand prototypes
281         * device/lib/rand.c: new, added
282         * device/lib/Makefile.in: added rand.c
283         * src/z80/peeph.def,
284         * src/z80/peeph-gbz80.def,
285         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
286
287 2006-09-20 Raphael Neider <rneider AT web.de>
288
289         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
290
291 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
292
293         * as/link/aslink.h: cosmetic changes
294         * as/link/mcs51/Makefile.in,
295         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
296
297 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
298
299         * as/link/aslink.h,
300         * as/link/mcs51/aslink.h,
301         * as/link/z80/aslink.h: merged and moved to as/link/
302         * as/link/lkstore.c,
303         * as/link/mcs51/lkstore.c: moved to as/link/
304         * as/link/clean.mk: remove *.o
305         * as/link/mcs51/alloc.h: deleted
306         * as/link/mcs51/lkarea.c: added lnksect prototype
307         * as/link/mcs51/lkdata.c,
308         * as/link/mcs51/lklex.c,
309         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
310         * as/link/mcs51/lkmem.c,
311         * as/link/mcs51/lknoice.c: removed include strcmpi.h
312         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
313         * as/link/mcs51/aslink.dsp,
314         * as/link/mcs51/Makefile.aslink,
315         * as/link/mcs51/Makefile.bcc,
316         * as/link/mcs51/Makefile.in: updated for moved files
317         * as/link/z80/lkarea.c,
318         * as/link/z80/lkhead.c,
319         * as/link/z80/lklex.c,
320         * as/link/z80/lklibr.c,
321         * as/link/z80/lklist.c,
322         * as/link/z80/lkmain.c,
323         * as/link/z80/lkrloc.c,
324         * as/link/z80/lksym.c: synced with mcs51
325         * as/link/z80/lkdata.c,
326         * as/link/z80/lkeval.c,
327         * as/link/z80/lkihx.c,
328         * as/link/z80/lks19.c: cosmetic changes
329         * as/link/z80/Makefile.in,
330         * as/link/z80/linkgbz80.dsp,
331         * as/link/z80/linkz80.dsp: updated for moved files
332
333 2006-09-16 Borut Razem <borut.razem AT siol.net>
334
335         * debugger/mcs51/sdcdb.c: partially fixed
336           [ 1203664 ] sdcdb fails to open files w. two "." periods
337         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
338           debugger/mcs51/symtab.h: fixed indenting
339         * configure.in, configure: up to date with latest Maarten's changes
340
341 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
342
343         as/link/mcs51
344         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
345         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
346         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
347         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
348         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
349         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
350         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
351         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
352         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
353         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
354         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
355         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
356         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
357         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
358         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
359         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
360         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
361         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
362         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
363         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
364         as/link/mcs51/alloc.h,
365         as/link/mcs51/clean.mk,
366         as/link/mcs51/conf.mk,
367         as/link/mcs51/Makefile.bcc,
368         as/link/mcs51/Makefile.in,
369         as/link/mcs51/readme.390,
370         as/link/mcs51/strcmpi.c,
371         as/link/mcs51/strcmpi.h,
372         as/mcs51/clean.mk,
373         as/mcs51/Makefile.bcc,
374         as/mcs51/Makefile.in,
375         configure,
376         Makefile.in,
377         sdcc.dsw: moved mcs51 linker to as/link/mcs51
378
379 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
380
381         * as/link,
382         * as/link/Makefile.in,
383         * as/link/z80/linkgbz80.dsp,
384         * as/link/z80/linkz80.dsp,
385         * configure,
386         * link,
387         * link/clean.mk,
388         * link/Makefile.in,
389         * link/README,
390         * link/z80,
391         * link/z80/aslink.h,
392         * link/z80/clean.mk,
393         * link/z80/conf.mk,
394         * link/z80/linkgbz80.dsp,
395         * link/z80/linkz80.dsp,
396         * link/z80/lkarea.c,
397         * link/z80/lkdata.c,
398         * link/z80/lkeval.c,
399         * link/z80/lkgb.c,
400         * link/z80/lkgg.c,
401         * link/z80/lkhead.c,
402         * link/z80/lkihx.c,
403         * link/z80/lklex.c,
404         * link/z80/lklibr.c,
405         * link/z80/lklist.c,
406         * link/z80/lkmain.c,
407         * link/z80/lkrloc.c,
408         * link/z80/lks19.c,
409         * link/z80/lksym.c,
410         * link/z80/Makefile.in,
411         * Makefile.in,
412         * sdcc.dsw: moved link/ to as/link/
413
414 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
415
416         * as/mcs51/i51mch.c (machine): fixed warning
417
418 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
419
420         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
421
422 2006-09-09 Borut Razem <borut.razem AT siol.net>
423
424         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
425           sdcdb WIN32 native port
426         * src/clean.mk: fixed
427
428 2006-09-08 Borut Razem <borut.razem AT siol.net>
429
430         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
431
432 2006-09-08 Raphael Neider <rneider AT web.de>
433
434         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
435         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
436             to gplink to disable processor mismatch warning and to allow
437             the use of devices with only aliased (shared) memory banks,
438           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
439
440 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
441
442         * doc/sdccman.lyx: Some re-formating plus example on using
443           #pragma preproc_asm +/-
444
445 2006-09-07 Borut Razem <borut.razem AT siol.net>
446
447         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
448           section
449
450 2006-09-06 Borut Razem <borut.razem AT siol.net>
451
452         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
453           line at sdcc.nsi:153
454         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
455
456 2006-09-05 Borut Razem <borut.razem AT siol.net>
457
458         * configure.in, configure: support for winsock2
459         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
460           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
461           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
462           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
463           debugger/mcs51/symtab.h: sdcdb WIN32 native port
464
465 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
466
467         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
468           and OP_DEFS
469         * support/regression/tests/bug1551947.c: new, added
470         * src/SDCCsymt.h: strings are char* not byte*
471
472 2006-09-05 Raphael Neider <rneider AT web.de>
473
474         * device/lib/pic16/libdev/pic18f4550.c,
475           device/include/pic16/pic18f4550.h: added PORTD/TRISD
476             declarations/definitions from patch #1520949
477
478 2006-09-05 Raphael Neider <rneider AT web.de>
479
480         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
481           byte-aligned bitfields, fixes #1539278
482
483 2006-09-05 Raphael Neider <rneider AT web.de>
484
485         * src/pic/gen.c (genReceive): skip unreferenced arguments,
486           fixes #1544120
487
488 2006-09-04 Borut Razem <borut.razem AT siol.net>
489
490         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
491         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
492           -mno-cygwin is a part of the compiler name
493         * support/scripts/sdcc_mingw32: don't disable ucsim
494
495 2006-09-03 Borut Razem <borut.razem AT siol.net>
496
497         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
498         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
499
500 2006-09-03 Raphael Neider <rneider AT web.de>
501
502         * src/pic/ralloc.c,
503         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
504           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
505           fixes #1550049
506
507 2006-09-01 Borut Razem <borut.razem AT siol.net>
508
509         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
510           to make ppc-osx happy
511
512 2006-08-31 Borut Razem <borut.razem AT siol.net>
513
514         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
515         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
516         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
517         * support/regression/ports/ds390/spec.mk,
518           support/regression/ports/mcs51/spec.mk,
519           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
520           To run regression tests in mingw environment:
521           make DEV_NULL=NUL CC=gcc
522
523 2006-08-30 Borut Razem <borut.razem AT siol.net>
524
525         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
526           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
527           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
528           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
529           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
530           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
531           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
532           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
533           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
534           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
535           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
536           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
537           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
538           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
539           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
540           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
541           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
542           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
543           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
544           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
545           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
546           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
547           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
548           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
549           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
550           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
551           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
552           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
553           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
554           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
555           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
556           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
557           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
558           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
559           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
560           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
561           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
562           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
563           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
564           ucsim WIN32 native port
565
566 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
567
568         * doc/sdccman.lyx: added note on dynamic memory heap initialization
569
570 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
571
572         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
573         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
574
575 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
576
577         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
578         * support/regression/tests/bug1546986.c: new, added
579         * as/mcs51/.cvsignore,
580         * debugger/mcs51/.cvsignore,
581         * src/.cvsignore: deleted
582
583 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
584
585         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
586           definitions)
587
588 2006-08-20 Borut Razem <borut.razem AT siol.net>
589
590         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
591           removed cl_listen_console::match(), cl_console::match(),
592           restructured cl_commander::proc_input()
593
594 2006-08-16 Borut Razem <borut.razem AT siol.net>
595
596         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
597           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
598           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
599
600 2006-08-14 Borut Razem <borut.razem AT siol.net>
601
602         * support/regression/Makefile.in,
603           support/regression/ports/pic14/gpsim.cmd,
604           support/regression/ports/pic14/spec.mk,
605           support/regression/ports/pic14/support.c:
606           added pic14 regression test
607
608 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
609
610         * as/doc/asxhtm.html: documented changed ABS behaviour
611         * as/doc/README: fixed some typos
612
613 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
614
615         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
616           not defined on host
617
618 2006-08-12 Borut Razem <borut.razem AT siol.net>
619
620         * support/regression/fwk/include/testfwk.h,
621           support/regression/fwk/lib/testfwk.c,
622           support/regression/generate-cases.py,
623           support/regression/Makefile.in:
624           regression test framework does not depend on function pointers and
625           variable arguments
626
627 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
628
629         * device/include/stddef.h: c temporary hack to fix bug 1518273
630
631 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
632
633         * device/include/mcs51/cc2510fx.h: added
634         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
635           to projects.
636
637 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
638
639         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
640         * as/z80/Makefile.in: added strcmpi.c
641         * as/z80/z80adr.c: added upper case registers and lower case conditionals
642         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
643
644 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * device/lib/gbz80/asm_strings.s,
647         * device/lib/gbz80/crt0_rle.s,
648         * device/lib/gbz80/div.s,
649         * device/lib/gbz80/mul.s,
650         * device/lib/gbz80/shift.s,
651         * device/lib/z80/asm_strings.s,
652         * device/lib/z80/crt0_rle.s,
653         * device/lib/z80/div.s,
654         * device/lib/z80/mul.s,
655         * device/lib/z80/shift.s: changed to all lower case menmonics except the
656           flags which are all upper case
657
658 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
659
660         * as/z80/asm.h: made CASE_SENSITIVE 1
661         * link/z80/aslink.h: made CASE_SENSITIVE 1
662         * src/z80/gen.c (throughout): made all conditionals upper case
663         * support/regression/tests/bug1503067.c: new
664
665 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
666
667         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
668           (shiftIntoPair): added case 2 for PAIR_IY,
669           (setupToPreserveCarry): replaced parameters with iCode and check if
670            PAIR_DE is in use to fix bug 1399290,
671           (genPlus, genMinus): updated call to setupToPreserveCarry
672         * support/regression/tests/bug1399290.c: new
673
674 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
675
676         * device/lib/Makefile.in (Z80SOURCES): enabled float support
677         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
678         * src/ds390/gen.c (shiftRLong),
679         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
680         * src/mcs51/gen.c (sameReg): changed to sameByte,
681           (xch_a_aopGet): new,
682           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
683            shiftRLong): fixed bug 1533966
684         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
685           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
686         * support/regression/Makefile.in: disabled z80, enabled ucz80
687         * support/regression/tests/float_trans.c: enabled test for z80 and host
688         * support/regression/tests/shifts2.c: new, for testing bug 1533966
689
690 2006-08-01 Borut Razem <borut.razem AT siol.net>
691
692         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
693           comparison is always false due to limited range of data type
694           on PPC64 machine (openpower-linux1) where "char = unsigned char"
695
696 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
697
698         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
699         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
700         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
701         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
702
703 2006-07-31 Borut Razem <borut.razem AT siol.net>
704
705         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
706           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
707           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
708           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
709           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
710           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
711           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
712           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
713           enable ucsim mingw compilation. Serial port is disabled,
714           since it uses termios.h API, which is not available on native
715           WIN32
716
717 2006-07-31 Borut Razem <borut.razem AT siol.net>
718
719         * Small Device C Compiler 2.6.0 released
720         * support/scripts/sdcc.nsi: added FULL_DOC option
721         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
722
723 2006-07-28 Borut Razem <borut.razem AT siol.net>
724
725         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
726         * doc/INSTALL.txt: updated
727
728 2006-07-27 Borut Razem <borut.razem AT siol.net>
729
730         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
731           device/lib/pic/libdev/Makefile.in: fixed bug
732           [ 1438354 ] pic libsdcc: distclean doesn't work
733         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
734           device/lib/pic16/libio/Makefile.in: fixed bug
735           [ 1438344 ] pic16 lib: clean doesn't work properly
736         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
737
738 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
739
740         * device/lib/pic/libsdcc/fsdiv.c,
741         * device/lib/pic/libsdcc/fsmul.c,
742         * device/lib/pic16/libsdcc/float/fsdiv.c,
743         * device/lib/pic16/libsdcc/float/fsmul.c,
744         * device/lib/_fsdiv.c,
745         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
746         * support/regression/tests/bug1520966.c: added
747         * doc/knownbugs.html: removed [ 1520966 ] from the list
748
749 2006-07-25 Borut Razem <borut.razem AT siol.net>
750
751         * configure.in, configure, sdccconf_in.h: fixed bug
752           [ 1519095 ] regression test onebyte.c fails on ppc64 host
753         * doc/knownbugs.html: removed [ 1519095 ] from the list
754
755 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
756
757         * doc/knownbugs.html: added, contains list of known bugs at release
758         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
759
760 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * device/include/mcs51/compiler.h: added SFRX for xdata based special
763           function registers and corrected defaults with additional warning
764         * device/lib/malloc.c: cosmetic changes
765         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
766         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
767           (fillGaps): and used it
768
769 2006-07-20 Raphael Neider <rneider AT web.de>
770
771         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
772           output unless SDCCPICDEBUG is set
773         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
774           output if SILENT is set
775
776 2006-07-11 Borut Razem <borut.razem AT siol.net>
777
778         * doc/README.txt: updated
779
780 2006-07-10 Borut Razem <borut.razem AT siol.net>
781
782         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
783           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
784           in WIN32 installation
785         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
786           release candidate 1
787
788 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
789
790         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
791         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
792
793 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
794
795         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
796
797 2006-07-06 Borut Razem <borut.razem AT siol.net>
798
799         * support/regression/tests/bitfields.c:
800           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
801         * support/regression/tests/constantRange.c:
802           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
803
804 2006-07-04 Borut Razem <borut.razem AT siol.net>
805
806         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
807           src/port.mk,
808           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
809           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
810           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
811           reverted changes from 2006-07-03
812         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
813         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
814           added CPPFLAGS, used by the host port
815
816 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
817
818         * support/regression/valdiag/tests/switch.c,
819         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
820         * support/regression/tests/libmullong.c: fixed for host
821         * support/regression/ports/host/spec.mk: disable all warnings for host,
822         SDCC runs with --less-pedantic too
823
824 2006-07-03 Borut Razem <borut.razem AT siol.net>
825
826         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
827           defined CPPFLAGS
828         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
829         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
830           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
831           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
832           include ../port.mk
833         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
834           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
835           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
836           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
837
838 2006-07-02 Raphael Neider <rneider AT web.de>
839
840         * src/pic16/devices.inc,
841         * device/include/pic16/pic18fregs.h,
842         * device/include/pic16/pic18f4550.h,
843         * device/lib/pic16/pics.all,
844         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
845
846 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
847
848         * as/hc08/lkaomf51.c (OutputName),
849         * as/mcs51/lkaomf51.c (OutputName),
850         * as/z80/asmain.c (asmbl),
851         * src/ds390/main.c (asmLineNodeFromLineNode),
852         * src/hc08/ralloc.c (hc08_assignRegisters),
853         * src/mcs51/main.c (asmLineNodeFromLineNode),
854         * src/xa51/ralloc.c (checkRegMask),
855         * src/xa51/gen.c (emitcode),
856         * src/z80/gen.c (_emit2),
857         * src/SDCCast.c (searchLitOp),
858         * src/SDCCglobl.h,
859         * support/packihx/packihx.c,
860         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
861         * src/ds390/gen.c (aopPutUsesAcc),
862         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
863         * support/regression/tests/libmullong.c (mullong_wrapper),
864         * src/SDCCsymt.c (powof2),
865         * src/SDCCast.c,
866         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
867         * src/SDCCsymt.h: added TYPE_TARGET_*
868         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
869         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
870         SDCCast because 1) header problems 2) this is the right place
871         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
872         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
873         prototype
874
875 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
876
877         * src/SDCCicode.h: removed buggy semicolon in unused macro
878         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
879         search for previous definiton of auto symbols too,
880         (findPrevUse): fixed logic of emitWarnings
881
882 2006-06-26 Raphael Neider <rneider AT web.de>
883
884         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
885           PCLATH and PCLATU on interrupts, potentially fixes #1505141
886
887 2006-06-25 Raphael Neider <rneider AT web.de>
888
889         * device/lib/pic/libm: NEW, added math library functions
890         * device/lib/pic/libsdcc: NEW; added float support functions
891         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
892         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
893           NEW, added math related headers
894         * device/include/asm/pic/features.h: NEW
895         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
896           (popGet): allow larger offsets for AOP_PCODE,
897           (genDataPointerSet): handle literals explicitly, more debug output,
898           (genAssign): fixed for float using aopLiteral ;-)
899         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
900           GOTO initialisation routine
901         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
902           flag on registers, fixes #1469043 (local variables do not work)
903         * src/pic/main.c (_pic14_do_link),
904         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
905           available
906
907 2006-06-25 Borut Razem <borut.razem AT siol.net>
908
909         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
910           characters printed (not including the trailing '\0' used to end
911           output to strings). Problem detected in regression test bug-927659.c.
912           NOTE: printf() family functions should return int instead
913           unsigned int!
914         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
915           specifier are printed as themselves
916         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
917           support flags, width and precision specifiers
918
919 2006-06-24 Borut Razem <borut.razem AT siol.net>
920
921         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
922           to the list of sdcc tagrets not supporting bit type
923         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
924           testfor pic16 due to bug:
925           [ 1511794 ] pic16: regression test bug-895992.c fails
926
927 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
928
929         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
930         * src/SDCCglue.c (initPointer), fixed bug 1496419
931         * support/regression/tests/bug1496419.c: new, added
932
933 2006-06-22 Borut Razem <borut.razem AT siol.net>
934
935         * support/regression/ports/pic16/support.c: use gpsim usart module from
936           libgpsim_modules library
937
938 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
939
940         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
941         IP0H to IPH0.
942
943 2006-06-19 Raphael Neider <rneider AT web.de>
944
945         * src/pic/glue.h,src/pic16/glue.h: added prototypes
946         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
947           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
948           (pic14printExterns,pic14printPublics,pic16printPublics,
949           pic16_printExterns): use new functions to emit symbols
950           (picglue,pic16glue): emit publics before emitting externs
951         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
952           locally defined functions to avoid bug #1443651
953         * support/regression/tests/bug-716242.c: removed pic16 workaround
954         * support/regression/ports/pic16/spec.mk: ignore errors during build
955
956 2006-06-19 Raphael Neider <rneider AT web.de>
957
958         * src/pic/glue.h: added pic14aopLiteral prototype
959         * src/pic/glue.c (pic14aopLiteral): return unsigned int
960         * src/pic/gen.c: removed stdint.h dependency
961           (aopGet): use Safe_strdup()
962           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
963           (genDataPointerSet): use pic14aopLiteral()
964         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
965           for pic16; thanks to Bernhard and Maarten
966
967 2006-06-18 Borut Razem <borut.razem AT siol.net>
968
969         * support/regression/tests/structflexarray.c: flexible array members
970           not supported by gcc < 3
971         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
972           GUI tool by default
973         * src/pic/gen.c: don't include [p]strdin.h on solaris
974         * support/Util/pstdint.h: addad svn attributes
975         * support/regression/tests/constantRange.c,
976           support/regression/tests/rotate.c: include inttypes.h instead
977           stdint.h on solaris, addad svn attributes
978
979 2006-06-18 Raphael Neider <rneider AT web.de>
980
981         * src/SDCCsymt.c (initCSupport): change return type of divschar to
982           int for PIC16
983         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
984           (pic16_genMinusBits): simplified sign-extension
985           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
986             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
987             adjusted to correctly handle mixed-signed operands, disabled
988             now unused multiplciation routines
989         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
990           (assignResultValue): added argument denoting the size of the result
991             as returned by the function (fixes upcasts in assigning from
992             function calls: char foo(); int i = foo();)
993           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
994             function result to assignResultValue
995           (genMult): disabled inlined multiplication code
996           (genDiv): augmented to also handle the modulus operator, fixed to
997             handle mixed-signed operands correctly
998           (genMod): simply call genDiv, disabled unused code
999           (genAssign): fixed missing (sign-)extension on result
1000         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1001             valid char operands, allow signed operands for native code, added
1002             division and modulo operator handling
1003         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1004
1005         As a consequence, onebyte.c (if split into two files) and muldiv.c
1006         pass regression tests.
1007
1008 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1009
1010         * doc/Makefile.in: two runs of makeindex seem needed to get
1011         correct page references in the index of sdccman.pdf
1012         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1013
1014 2006-06-17 Borut Razem <borut.razem AT siol.net>
1015
1016         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1017
1018 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1019
1020         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1021         mentioned ec2drv and paulmon
1022
1023 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1024
1025         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1026           consecutive abs areas
1027           (find_empty_space, allocate_space): added map to handle codemap or
1028            xdatamap,
1029           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1030            absolute idata and xdata
1031         * as/mcs51/lkmem.c (summary2): updated legend
1032
1033 2006-06-16 Raphael Neider <rneider AT web.de>
1034
1035         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1036
1037 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1038
1039         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1040           1208515
1041         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1042
1043 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1044
1045         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1046         value of generic pointers,
1047         * src/avr/main.c,
1048           src/ds390/main.c,
1049           src/hc08/main.c,
1050           src/izt/i186.c,
1051           src/izt/tlcs900h.c,
1052           src/mcs51/main.c,
1053           src/pic/main.c,
1054           src/pic16/main.c,
1055           src/xa51/main.c,
1056           src/z80/main.c: PORT structure, added elements for gp_tags field,
1057         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1058         fields in the PORT structure of each port,
1059         * src/SDCCast.c (decorateType): allow processing of generic pointers
1060         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1061         S_FIXED symbols
1062
1063 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1064
1065         * link/z80/lkgb.c,
1066         * link/z80/lkgg.c,
1067         * src/pic16/gen.c,
1068         * src/pic16/main.c,
1069         * src/pic16/pcode.c,
1070         * src/pic/main.c,
1071         * src/pic/pcoderegs.c,
1072         * src/SDCCicode.c,
1073         * src/SDCCmain.c,
1074         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1075           bug 1504689 on minGW
1076
1077 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1078
1079         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1080
1081 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1082
1083         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1084
1085 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1086
1087         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1088           for optimization
1089
1090 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1091
1092         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1093         to a char variable. Fixed bug #1504211
1094         * device/include/pic16/adc.h,
1095         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1096         and fixed bug #1364390
1097
1098 2006-06-10 Borut Razem <borut.razem AT siol.net>
1099
1100         * CVSROOT: removed the CVS left-over
1101
1102 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1103
1104         * as/hc08/asmain.c (asexit),
1105         * as/hc08/lkmain.c (lkexit),
1106         * as/mcs51/asmain.c (asexit),
1107         * as/mcs51/lkmain.c (lkexit),
1108         * src/SDCCglue.c (DEFSETFUNC),
1109         * src/SDCCmain.c (linkEdit, assemble),
1110         * support/librarian/sdcclib.c (AddRel),
1111           replaced unlink() by standard C remove()
1112         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1113         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1114           gatherImplicitVariables): new, added to fix bug 608752,
1115           (createFunction): added gatherImplicitVariables()
1116         * src/SDCCast.h: added createRMW prototype
1117         * src/SDCCsymt.h (struct symbol): added infertype
1118         * support/regression/tests/bug608752.c: new, added
1119
1120 2006-06-10 Raphael Neider <rneider AT web.de>
1121
1122         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1123           multibyte dummy reads (fixes #1503234)
1124
1125 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1126
1127         * device/include/mcs51/compiler.h: new, added header file to enable
1128           creating common sfr definition header files for different compilers
1129
1130 2006-06-05 Raphael Neider <rneider AT web.de>
1131
1132         * src/pic16/{pcode.h,genarith.c}:
1133           introduced pCodeOp combining any two pCodeOps (previously only
1134           two register operands could be combined), removed pcop2 from
1135           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1136         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1137         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1138           rewritten to use new PO_TWO_OPS
1139         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1140         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1141           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1142           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1143           (pic16_get_op): embraced return arg to allow #define return(x),
1144             added new case for combined opcodes
1145           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1146           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1147            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1148
1149 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1150
1151         * src/SDCCval.c (checkConstantRange): added
1152         * src/SDCCval.h: added checkConstantRange
1153         * support/Util/SDCCerr.c,
1154         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1155         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1156         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1157         * src/SDCCast.c (decorateType): added checkConstantRange,
1158         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1159         can be emitted with the correct always true/false warning,
1160         added optimization for double '!';
1161         result of decorateType() must be assigned back to the tree, because
1162         decorateType() can change the tree
1163         * src/SDCCicode.c (geniCodeLogic),
1164         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1165         (checkConstantRange): removed, it was only a fragment which never
1166         emitted a warning
1167         * src/SDCCsymt.c (computeType): fixed promotion for
1168         "-1 < (unsigned bit) b"
1169         * src/pic/ralloc.c (packRegsForAssign),
1170         * src/pic16/ralloc.c (packRegsForAssign),
1171         * src/hc08/ralloc.c (packRegsForAssign),
1172         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1173         from mcs51
1174         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1175         * support/regression/tests/constantRange.c: added
1176         * support/valdiag/tests/constantRange.c: added
1177         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1178
1179 2006-06-02 Borut Razem <borut.razem AT siol.net>
1180
1181         * support/regression/ports/pic16/support.c: increase stack size
1182           to 255 bytes
1183         * support/regression/Makefile.in: sort tests by name so that the
1184           resutlts can be compared on different machines / platforms
1185
1186 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1187
1188         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1189         * src/ds390/gen.c (emitLabel): new, added,
1190           (genDjnz): fixed stack overflow bug,
1191           (throughout): cosmetic changes to sync with mcs51/gen.c,
1192           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1193         * src/mcs51/gen.c (genEndFunction): small optimization,
1194           (throughout): cosmetic changes to sync with ds390/gen.c
1195
1196 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1197
1198         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1199           (_print_format): fixed printing pointers
1200         * src/mcs51/gen.c (emitLabel, movb): new, added,
1201           (genAssign): small optimization,
1202           (genDjnz): fixed stack overflow bug,
1203           (throughout): replaced sprintf with SNPRINTF,
1204           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1205           replaced emitcode("mov", "b,...") with MOVB(...),
1206           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1207           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1208         * src/mcs51/peeph.def: added rules 140 and 264
1209         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1210           so they may get optimized into registers
1211
1212 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1213
1214         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1215           immediately when encountered,
1216           (printUsage): always use stderr even on windows
1217
1218 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1219
1220         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1221         (processParms): fixed bug #1247551
1222         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1223         parseCmdLine, main): print '--version' to stdout,
1224         print 'help' to stdout if --help is given,
1225         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1226         arguments are given; fixed --help
1227
1228 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1229
1230         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1231         * support/regression/tests/bug-1493710.c: added
1232
1233 2006-05-27 Borut Razem <borut.razem AT siol.net>
1234
1235         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1236           static instead auto
1237         * support/regression/ports/pic16/support.c: increase stack size
1238           from default 64 bytes to 128 bytes
1239         * support/regression/tests/staticinit.c,
1240           support/regression/tests/float.c: regression tests fully enabled
1241           for pic16 port by putting the initialized data arrays into the code
1242           section
1243         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1244           This was changed by mistake in the previous version.
1245
1246 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1247
1248         * src/pic16/gen.c (genFunction, genEndFunction): some
1249         beautifications, fixed bug with falsely restoring FSR2 in large
1250         stack model, thanks to Beau E. Cox for reporting the bug
1251
1252 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1253
1254         * debugger/mcs51/break.c,
1255         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1256           use %p to print pointers, made address variables unsigned
1257         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1258         * debugger/mcs51/symtab.c (parseSymbol): must return something
1259         * src/mcs51/gen.c (aopForSym): small optimization,
1260            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1261           (freeAsmop): added missing break,
1262           (aopPut): removed parameter bvolatile, determine it inside the function,
1263           (saveRegisters, unsaveRegisters): small optimization,
1264           (genIpush): removed pointless check,
1265           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1266           replaced sprintf with SNPRINTF,
1267           replaced strcpy with strncpyz,
1268           updated aopPut calls,
1269           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1270         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1271
1272 2006-05-24 Borut Razem <borut.razem AT siol.net>
1273
1274         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1275           modification of test for the pic16 port, put the array to the code
1276           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1277
1278 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1279
1280         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1281         * support/Util/pstdint.h: added
1282
1283 2006-05-22 Borut Razem <borut.razem AT siol.net>
1284
1285         * src/regression/Makefile: removed bool2.c test, added -q linker option
1286         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1287           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1288           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1289           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1290           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1291           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1292           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1293           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1294           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1295
1296 2006-05-22 Raphael Neider <rneider AT web.de>
1297
1298         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1299           bug #1492360 (problematic due to generic pointers, see code)
1300
1301 2006-05-22 Borut Razem <borut.razem AT siol.net>
1302
1303         * support/regression/ports/pic16/specs.mk: removed stack size linker
1304           directive
1305         * support/regression/tests/array.c,
1306           support/regression/tests/bitopcse.c,
1307           support/regression/tests/bug-908454.c,
1308           support/regression/tests/malloc.c: modified for pic16 regression test
1309         * support/regression/tests/bitfields.c:
1310           pic16 - excluded bitfileds of size > 8
1311         * support/regression/tests/bp.c: pic16 - reduced data size
1312         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1313         * support/regression/tests/bug-460010.c:
1314           pic16 - used the absolute address the fits in memory
1315         * support/regression/tests/bug-716242.c:
1316           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1317         * support/regression/tests/float.c:
1318           pic16 - excluded - data size too big
1319         * support/regression/tests/onebyte.c:
1320           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1321         * support/regression/tests/shifts.c:
1322           pic16 - function names probably have to differ in first X characters
1323           (gpasm limitation?)
1324         * support/regression/tests/staticinit.c:
1325           pic16 - excluded some tests due error: no target memory available for
1326           section ".idata"
1327
1328 2006-05-22 Borut Razem <borut.razem AT siol.net>
1329
1330         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1331           second try. Thanks Stas Sergeev once more.
1332
1333 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1334
1335         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1336           (genLeftShift, genRightShift): fixed bug 1491627
1337         * src/hc08/peeph.def (rules 7, 8.x): added
1338         * support/regression/tests/shifts.c (ShiftLeftByParam,
1339           ShiftRightByParam, testShiftByParam): added to test variable shifting
1340
1341 2006-05-20 Raphael Neider <rneider AT web.de>
1342
1343         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1344         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1345           (allocReg): add only new registers to dynAllocRegs,
1346           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1347             #1489055, #1445850, and probably #1483693
1348
1349 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1350
1351         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1352         bug in for-loop that didn't emit the last of CONFIG and ID registers
1353
1354 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1355
1356         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1357           with offset
1358         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1359           1489016, 1434401 and 1490124
1360         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1361           1489016, 1434401 and 1490124
1362
1363 2006-05-17 Borut Razem <borut.razem AT siol.net>
1364
1365         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1366           thanks Stas Sergeev
1367
1368 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * device/include/mcs51/P89c51RD2.h,
1371         * device/include/mcs51/P89LPC901.h,
1372         * device/include/mcs51/P89LPC922.h,
1373         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1374
1375 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1376
1377         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1378         to fix missing stack pragma in compiled binary object file,
1379
1380 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1381
1382         * support/packihx/configure.in,
1383         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1384         determine sizeof basic types even while cross compiling
1385
1386 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1387
1388         * src/avr/gen.c (aopop),
1389         * src/ds390/gen.c (aopOp),
1390         * src/hc08/gen.c (aopOp),
1391         * src/mcs51/gen.c (aopop),
1392         * src/pic16/gen.c (pic16_aopOp),
1393         * src/pic/gen.c (aopOp),
1394         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1395         if size of operand is smaller than spill location
1396
1397 2006-05-12 Borut Razem <borut.razem AT siol.net>
1398
1399         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1400           have to have CR/LF line endings even if they are checked out on *nix
1401           or on WIN32 in cygwin binmode
1402
1403 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1404
1405         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1406         * device/include/ds80c390.h: added sfr16 definitions
1407         * src/ds390/gen.c,
1408         * src/ds390/gen.h,
1409         * src/ds390/main.c,
1410         * src/ds390/ralloc.c,
1411         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1412           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1413           bit returning functions
1414         * support/regression/tests/sfr16.c: enabled test on ds390
1415
1416 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1417
1418         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1419         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1420
1421 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1422
1423         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1424         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1425           (cl_address_space constructor): removed expensive initialization,
1426           (cl_address_space::get_cell): extended for late initialization,
1427           (cl_address_space::*): use late initialization,
1428           (cl_address_decoder::activate): removed expensive initialization,
1429           This reduced regression test running time by 25%
1430
1431 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1432
1433         * packihx/,
1434         * configure.in,
1435         * configure,
1436         * sdcc.dsw,
1437         * Makefile.bcc,
1438         * Makefile.in,
1439         * support/packihx/Makefile.in,
1440         * support/packihx/clean.mk,
1441         * support/packihx/Makefile.bcc,
1442         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1443
1444 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1445
1446         * src/SDCCval.c (valNot): fix for regression test failure
1447           of not.c on big endian hosts
1448
1449 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1450
1451         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1452
1453 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1454
1455         * device/lib/mcs51/Makefile.in: changed string comparison operator
1456           to = for POSIX compliance; == is bash extension
1457
1458 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1459
1460         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1461           kosmonaut_pirx
1462
1463 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1464
1465         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1466         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1467         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1468         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1469         bug report #1478657,
1470
1471 2006-05-05 Borut Razem <borut.razem AT siol.net>
1472
1473         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1474           making the html
1475
1476 2006-05-02 Borut Razem <borut.razem AT siol.net>
1477
1478         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1479           create *.ind, which made make to fail if invoked with -j 2
1480
1481 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1482
1483         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1484           Hubert Sack for patch 1479782
1485
1486 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1487
1488         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1489
1490 2006-05-01 Raphael Neider <rneider AT web.de>
1491
1492         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1493           (create_pic): store only prefix-free device name,
1494           (init_pic): check for device names with "16" prefix,
1495           (list_valid_pics),
1496         * src/pic/device.h (struct PIC_device),
1497         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1498             stored device name,
1499         * device/include/pic/pic12f{635,675,629,683}.h,
1500         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1501         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1502         * device/include/pic/pic16f505.h,
1503         * device/lib/pic/libdev/pic16f505.c: removed
1504         * device/include/pic/pic14devices.txt: added support for pic12f
1505             devices, removed unsupported non 16-bit devices
1506             [above changes provided by patch from Zik Saleeba]
1507         * src/pic/*, src/pic16/*, device/include/pic16/*,
1508           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1509
1510 2006-05-01 Borut Razem <borut.razem AT siol.net>
1511
1512         * configure.in, configure, doc/Makefile.in:
1513           sync with nightly build makefile - latex, dvipdf and dvips
1514           not needed any more
1515
1516 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1517
1518         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1519         in the library source
1520
1521 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1522
1523         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1524
1525 2006-04-28 Raphael Neider <rneider AT web.de>
1526
1527         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1528         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1529           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1530         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1531
1532 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1533
1534         * device/lib/pic/libdev/Makefile.in,
1535         * device/lib/hc08/Makefile.in,
1536         * device/lib/gbz80/Makefile.in,
1537         * device/lib/z80/Makefile.in,
1538         * device/lib/ds390/Makefile.in,
1539         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1540         thanks to Borut for the bug report
1541         * configure.in,
1542         * configure: always create doc/Makefile independent from --enable-doc
1543         * Makefile.in: always install from directory doc independent from
1544         --enable-doc
1545         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1546         removed
1547         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1548         * doc/Makefile.in: install *.txt if present
1549         * device/include/Makefile.in (install): added installation of pic/*.inc
1550         and pic/*.txt files again, they were erroneously removed
1551
1552 2006-04-28 Raphael Neider <rneider AT web.de>
1553
1554         * src/pic/{gen.c,main.h,pcode.c},
1555         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1556             concerning signedness with casts
1557
1558 2006-04-28 Raphael Neider <rneider AT web.de>
1559
1560         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1561             definition of an interrupt handler,
1562         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1563             interrupt handler stuff from picglue() to separate routine,
1564           (picglue): enabled definition of intr handlers in files w/o main()
1565
1566 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1567
1568         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1569           compilation with MSVC 2005 Express Edition (VC8)
1570
1571 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1572
1573         * device/lib/Makefile: fixed build of gbz80 lib
1574
1575 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1576
1577         * support/regression/tests/bug-460010.c,
1578         * support/regression/tests/bug-524691.c,
1579         * support/regression/tests/bug-716242.c: removed conditional defines
1580           that are already in testfwk.h
1581
1582 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1583
1584         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1585           (AccAXRsh1): added, shift right by 1,
1586           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1587            AccAXLrl1
1588         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1589
1590 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1591
1592         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1593         remove cast to same type
1594         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1595         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1596         * as/z80/Makefile,
1597         * link/z80/Makefile: removed, they have moved to
1598         Makefile.in files
1599         * configure,
1600         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1601         * install-sh: fix bug #1204398 by setting umask 0022
1602         * device/lib/Makefile: separate build of z80 and gbz80 lib
1603
1604 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1605
1606         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1607         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1608
1609         One basic decision: e.g. src/clean.mk includes further files. In order
1610         to make this work there are two solutions:
1611         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1612           run configure on them. This way they can use
1613           'include $(srcdir)/port-clean.mk'
1614         - always include clean.mk by the Makefile at the same level. To avoid
1615           that `make clean` tries to include and build Makefile.dep the
1616           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1617           implemented, because now even `make uninstall` doesn't create
1618           Makefile.in. clean.mk could be eliminated by pasting it in
1619           Makefile.in.
1620
1621         * debugger/mcs51/Makefile.in: build own objects from library sources
1622         (SLIB, SDCC) in current directory
1623
1624         * configure, configure.in: renamed --disable-device-lib-build in
1625         --disable-device-lib; added --enable-doc, the required tools are
1626         searched by configure; added result message; the toolchain for the
1627         belonging ports are now only built, if the port is enabled.
1628
1629         * support/regression/*: all output is written in directory gen, because
1630         the fwk and ports directories don't livet in the build tree using vpath
1631
1632         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1633         --disable-device-lib, added --enable-doc, added section VPATH
1634
1635         * sim/ucsim/configure.in,
1636         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1637         z80 are enabled by default
1638
1639 2006-04-24 Raphael Neider <rneider AT web.de>
1640
1641         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1642             to config word, "pic14_"-prefixed some extern functions
1643           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1644             config word has been found
1645         * src/pic/device.h: added prototypes
1646         * src/pic/pcode.c: added "pic14_"-prefix where needed
1647         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1648             fixup
1649         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1650             words,
1651           (pic14emitRegularMap): ignore config words,
1652           (pic14createInterruptVect): moved generating __config directives away
1653           (picglue): have __config directives emitted
1654
1655 2006-04-24 Borut Razem <borut.razem AT siol.net>
1656
1657         * doc/Makefile: sync with nightly build makefile
1658
1659 2006-04-24 Raphael Neider <rneider AT web.de>
1660
1661         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1662             registers that have not been assigned proper liveranges,
1663             fixes #1469504 and #1474602,
1664           (pCodeRegOptimizeRegUsage): fixed typo in comment
1665
1666 2006-04-24 Borut Razem <borut.razem AT siol.net>
1667
1668         * device/examples/main8051.c: deleted - it was removed from CVS
1669           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1670           after the transition to Subversion
1671         * src/SDCCalloc.h: deleted - it was removed  from CVS
1672           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1673           after the transition to Subversion
1674         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1675           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1676           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1677           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1678
1679 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1680
1681         * as/asx8051.dsp: added mcs51/strcmpi.h
1682         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1683         * as/hc08/aslink.h: updated lnksect prototype
1684         * as/hc08/asm.h,
1685         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1686         * as/hc08/asmain.c,
1687         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1688           (newdot): handle A_ABS
1689         * as/hc08/asout.c,
1690         * as/mcs51/asout.c (outarea): output address
1691         * as/hc08/lkaomf51.c,
1692         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1693         * as/hc08/m08pst.c,
1694         * as/mcs51/i51pst.c,
1695         * as/z80/z80pst.c: "ABS" is not A_OVR
1696         * as/hc08/lkarea.c (newarea): read a_addr,
1697           (lnkarea): added codemap array, sort absolute areas to the front,
1698            combine all GSINITx/GSFINAL,
1699           (find_empty_space, allocate_space): new functions,
1700           (lnksect): return next address, handle absolute sections
1701         * as/mcs51/lkarea.c (newarea): read a_addr,
1702           lnksect2 prototype changed,
1703           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1704           (find_empty_space, allocate_space): new, factored out of lnksect2,
1705           (lnksect2): return next address, handle absolute sections
1706         * as/hc08/lkhead.c,
1707         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1708         * as/hc08/lklibr.c (addfile, fndsym),
1709         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1710           index out of range and detect both '\' and '/'
1711         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1712         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1713           regression tests (ds390 cannot return bool yet)
1714         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1715           document critical interrupts on z80, document changed SDCC define
1716         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1717           (_a390_mapping): added .org directive
1718         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1719           (genMultOneByte): fixed warnings
1720         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1721           ones
1722         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1723         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1724           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1725         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1726         * src/pic16/main.c: removed newReg prototype
1727         * src/pic16/pcode.c,
1728         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1729           warnings
1730         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1731           ones
1732         * src/pic16/ralloc.c
1733         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1734           to fix warnings
1735         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1736           from short to PIC_OPTYPE
1737         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1738         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1739           optype from short to PIC_OPTYPE
1740         * src/port.h: made int_size unsigned to fix warnings
1741         * src/SDCC.y: fixed warning on MSVC
1742         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1743         * src/SDCCopt.c (convertToFcall): fixed warnings
1744         * src/SDCCsymt.h: removed double prototype for genSymName
1745         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1746           offset int to fix warnings
1747
1748 2006-04-22 Borut Razem <borut.razem AT siol.net>
1749
1750         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1751           references to CVS replaced with Subversion
1752
1753 2006-04-21 Borut Razem <borut.razem AT siol.net>
1754
1755         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1756           references to CVS replaced with Subversion
1757
1758 2006-04-19 Borut Razem <borut.razem AT siol.net>
1759
1760         * src/version.awk: adapted for svn
1761         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1762           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1763           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1764           /binutils-avr/etc/*.vi, *.jin: removed all properties
1765           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1766
1767 2006-04-19 Borut Razem <borut.razem AT siol.net>
1768
1769         * CVS to Subversion migration completed
1770
1771 2006-04-18 Borut Razem <borut.razem AT siol.net>
1772
1773         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1774           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1775
1776 2006-04-17 Borut Razem <borut.razem AT siol.net>
1777
1778         * device/include/Makefile.in: added pic/*.inc to the installation
1779
1780 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1781
1782         * support/regression/collate-results.py: fixed output in case of
1783         a valdiag error
1784         * support/regression/generate-cases.py: fixed splitting of pathnames
1785         with dots
1786         * as/hc08/lklibr.c (addfile),
1787         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1788
1789 2006-04-11 Raphael Neider <rneider AT web.de>
1790
1791         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1792         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1793         * src/pic16/pcode.c (assignValnums): fixed #1460578
1794
1795 2006-04-11 Raphael Neider <rneider AT web.de>
1796
1797         * device/lib/pic/libdev/*.c,
1798         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1799           fixes #1468739, enables compilation in --std-c99 mode
1800         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1801
1802 2006-04-11 Raphael Neider <rneider AT web.de>
1803
1804         * src/pic/device.c (find_device): removed debug output
1805           (list_valid_pics): enabled verbose listing of supported devices
1806         * device/include/stdbool.h: define bool as char for pic14/16 as well
1807
1808 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1809
1810         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1811
1812 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1813
1814         * .version: bumped version to 2.5.6
1815         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1816
1817 2006-04-06 Raphael Neider <rneider AT web.de>
1818
1819         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1820         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1821         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1822           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1823             pic14_constructAbsMap
1824           (pic14printPublics): declare absolute global symbols as global
1825           (pic14createInterruptVect),
1826         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1827           (newReg): assume new registers unused, use correct name in
1828             hashtable (reg->name instead of name), more debugLog output
1829         * src/pic/device.h (PIC_device): added fields for verbose output
1830         * src/pic/device.c: moved device definition to pic14devices.txt,
1831             added routines for runtime parsing of pic14devices.txt,
1832             added support for second config word
1833         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1834           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1835           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1836           (_pic14_parseOptions): moved pCodeInitRegisters here
1837           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1838         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1839           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1840             handling the pseudo stack
1841         * device/lib/Makefile.in: ignore failures in objects-pic16,
1842         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1843         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1844         * device/lib/pic/Makefile.subdir,
1845         * device/lib/pic16/Makefile.subdir: improved clean rules
1846         * device/lib/pic/libdev/: NEW, pic14 device libraries
1847         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1848         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1849         * device/include/Makefile.in: create subdir and install pic14 headers
1850         * device/include/pic/p16f_common.inc: removed unused declarations
1851         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1852             PICs from inc2h.pl v1.6,
1853             replaced BIT_AT macros with struct declarations
1854         * device/include/pic/pic14devices.txt: definition of supported devices,
1855             all above improvements contributed by Zik Saleeba, thanks
1856         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1857         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1858             headers
1859
1860 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1861
1862         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1863         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1864           thanks to Charles Olds
1865
1866 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1867
1868         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1869
1870 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1871
1872         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1873         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1874         * support/regression/bug1464657.c: added, new test
1875
1876 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1877
1878         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1879           version number
1880
1881 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1882
1883         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1884           --no-peep and --peep-file <file> are used don't use default rules but
1885           do use the <file>
1886
1887 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1888
1889         * src/mcs51/gen.c (genCall): fixed bug 1457608
1890
1891 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1892
1893         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1894         changes seem to cause (trigger?) problems with the build system.
1895
1896 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1897
1898         * src/SDCCpeeph.c (operandsLiteral): new, added,
1899           (callFuncByName): inserted operandsLiteral
1900         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1901
1902 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1903
1904         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1905         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1906
1907 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1908
1909         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1910           implemented patch 1120823 Thanks to Willy De la Court (normal
1911           interrupts need an interrupt number now if they are made critical),
1912           and enabled nesting of critical functions though not for gbz80
1913           (genCritical, genEndCritical): added functions
1914           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1915         * src/z80/mappings.i: added "ei" to all mappings
1916
1917 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1918
1919         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1920         submitted by the Debian SDCC maintainer Aurelien Jarno:
1921         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1922         archive with gcc 4.1 on mips and wrote the patch"
1923
1924 2006-03-16 Raphael Neider <rneider AT web.de>
1925
1926         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1927           the left operand is shorter than the result (c* = lit-c* + int),
1928           fixes bug #1450796
1929         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1930           OP_SYMBOL
1931
1932 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1933
1934         * src/.version: increased version number to 2.5.5
1935         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1936         linking is done manually in pic16 port's _linkEdit,
1937         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1938         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1939         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1940         allocate asmop as AOP_ACC,
1941         (aopForRemat): added parameter 'bool result' in function declaration,
1942         (pic16_aopGet): return AOP_ACC when accessing WREG,
1943         (pic16_popGetTempReg): minor modification,
1944         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1945         'pic16_allocWithIdx',
1946         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1947         calling function in absolute addresses,
1948         (genAssign): take into account AOP_ACC asmop,
1949         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1950         * src/pic16/pcoderegs.c: some debug functions and lines added,
1951         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1952         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1953         register too,
1954         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1955         call to allocReg, not by manually allocating a new one,
1956         (pic16_assignRegisters): now before going through the register
1957         allocating functions mark all registers as free. This eliminates some
1958         side effects resulting from peephole parser done earlier in the backbone
1959
1960 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1961
1962         * src/SDCCicode.c (geniCodeLogic),
1963         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1964
1965 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1966
1967         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1968           (genSend): bugfix, do not allocate and free twice,
1969           (shiftRLong): handle partially overlapping aops
1970         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1971
1972 2006-03-08 Borut Razem <borut.razem AT siol.net>
1973
1974         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1975           for pic16
1976
1977 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1978
1979         * support/regression/tests/bug1409955.c: new, added
1980         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1981         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1982           (aopForSym, aopOp): increment asmop.allocated if reused,
1983           (freeAsmop): decrement asmop.allocated and check for zero instead of
1984           using asmop.freed,
1985           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1986           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1987            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1988            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1989            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1990            genSignedRightShift, genRightShift, genDataPointerGet,
1991            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1992            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1993             in reverse order from allocation,
1994           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1995             added swappedLR to keep track
1996         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1997           pdata & code for GCC, z80, gbz80 & hc08
1998         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1999
2000 2006-03-08 Raphael Neider <rneider AT web.de>
2001
2002         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2003
2004 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2005
2006         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2007         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2008         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2009
2010 2006-03-06 Borut Razem <borut.razem AT siol.net>
2011
2012         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2013           made the linker quiet
2014
2015 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2016
2017         * src/pic16/gen.c (genPcall): fixed bug #1443644
2018         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2019         which dumps before the function entry point a data byte which represents
2020         the number of the local variables used by the specified function, added
2021         'xinst' for initial support for Extended Instruction Support,
2022         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2023         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2024         port->fun_prefix anymore (may change later),
2025         (genFunction, genEndFunction): do not store/restore local registers for
2026         _main (this should take care the --main-return command line option in
2027         the future),
2028         (genOr): removed some legacy pic-port instructions,
2029         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2030         performing operations with SFR's causes data to be written more than
2031         once to each SFR. Perhaps SFRs should be handled in special cases...
2032         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2033         pcode.h
2034         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2035         into account for stack starting position,
2036         (struct OPTIONS pic16_optionsTable): added command line argument
2037         --extended or -y for Extended Instruction Support,
2038         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2039         (deassignLRs): *** perhaps the most important change, old 'for' code
2040         (commented out for reference), didn't account for some registers which
2041         were left marked 'not free' after a pointer operation. The change
2042         reduces register usage a lot in some cases
2043
2044 2006-03-04 Borut Razem <borut.razem AT siol.net>
2045
2046         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2047           _clean
2048         * support/regression/tests/bug-524697.c: decreased array size for
2049           mcs51 to fit into the internal RAM
2050         * support/regression/Makefile.in: a little bit more verbose
2051
2052 2006-03-03 Borut Razem <borut.razem AT siol.net>
2053
2054         * support/regression/fwk/lib/testfwk.c,
2055           support/regression/fwk/include/testfwk.h: introduced function
2056           _prints(), nonrecursive _printn(), call _initEmu() from main()
2057         * support/regression/ports/gbz80/support.asm,
2058           support/regression/ports/ucz80/support.asm,
2059           support/regression/ports/z80/support.asm,
2060           support/regression/ports/ds390/support.c,
2061           support/regression/ports/hc08/support.c,
2062           support/regression/ports/host/support.c,
2063           support/regression/ports/mcs51/support.c,
2064           support/regression/ports/xa51/support.c: added empty _initEmu()
2065           function
2066         * support/regression/ports/pic16/gpsim.cmd,
2067           support/regression/ports/pic16/spec.mk,
2068           support/regression/ports/pic16/support.c,
2069           support/regression/Makefile.in: added pic16 regression test
2070
2071 2006-03-01 Raphael Neider <rneider AT web.de>
2072
2073         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2074           genConstPointerGet): use safe way of generating MOVFF to cover
2075             literals as well as registers, fixes bug #1440527
2076         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2077             dereference
2078           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2079             more correctly, fixes bug #1232186
2080           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2081         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2082             gplink guess the correct processor in more cases, applied patch
2083             from Till Riedel attached to and fixing bug #1436552
2084
2085 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2086
2087         * support/regression/tests/array.c: added, contains check for #1434401
2088         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2089
2090 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2091
2092         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2093         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2094         * device/include/mcs51/c8051f326.h,
2095         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2096         * device/include/mcs51/c8051f000.h,
2097         * device/include/mcs51/c8051f018.h,
2098         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2099           PCON_IDLE,PCON_STOP and added sfr16 definitions
2100
2101 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2102
2103         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2104           genGetWord): fixed bug 1409955
2105
2106 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2107
2108         * device/include/hc08/mc68hc908gp32.h,
2109         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2110
2111 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2112
2113         * src/SDCCast.c (constExprValue): return NULL if not a value
2114         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2115         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2116         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2117
2118 2006-02-13 Borut Razem <borut.razem AT siol.net>
2119
2120         * src/regression/ptrarg.c: added, fails due to bug #1430967
2121         * src/regression/Makefile: ptrarg.c added, ...
2122
2123 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2124
2125         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2126         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2127
2128 2006-02-11 Borut Razem <borut.razem AT siol.net>
2129
2130         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2131           print "Processor: xxx" message to stdout only if --verbose
2132
2133 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2134
2135         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2136         * support/regression/tests/bug1426356.c: added
2137         * support/regression/tests/bitfields.c: removed 2 tests
2138
2139 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2140
2141         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2142         * device/include/mcs51/c8051f330.h,
2143         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2144           PCON_IDLE,PCON_STOP and added sfr16 definitions
2145         * device/lib/_divsint.c,
2146         * device/lib/_divuint.c,
2147         * device/lib/_divulong.c,
2148         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2149           register bank bug for small stackauto
2150
2151 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2152
2153         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2154
2155 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2156
2157         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2158         * all.dsp: corrected several bin paths
2159         * device/include/mcs51/c8051f120.h,
2160         * device/include/mcs51/c8051f300.h,
2161         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2162           to PCON_IDLE,PCON_STOP
2163         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2164         * device/lib/printf_large.c (output_float): fixed bug 1388703
2165         * support/regression/tests/bug1057979.c: added test for bug 1388703
2166
2167 2006-02-08 Raphael Neider <rneider AT web.de>
2168
2169         * src/pic/pcode.c (pciTRIS): fixed typo,
2170           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2171           (LinkFlow): fixed handling of flows that end in a call,
2172           (ReuseReg): perform safety check earlier
2173         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2174             to work with flows at the beginning of a pBlock,
2175             fixes #1426557 (Symbol not previously defined),
2176           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2177             usage information
2178           (RemoveUnusedRegisters): update register usage info
2179         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2180             created, reuse existing ones instead
2181         * src/pic/gen.c (genPcall): fixed #1424719
2182
2183 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2184
2185         * link/z80/lkmain.c,
2186         * link/z80/lklex.c,
2187         * link/z80/lkdata.c,
2188         * link/z80/aslink.h: fixed build on current cygwin:
2189         replaced getline() by lk_getline()
2190
2191 2006-02-01 Borut Razem <borut.razem AT siol.net>
2192
2193         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2194           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2195           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2196           src/regression/bool1.c, src/regression/bool2.c,
2197           src/regression/bool3.c, src/regression/call1.c,
2198           src/regression/compare.c, src/regression/compare10.c,
2199           src/regression/compare2.c, src/regression/compare3.c,
2200           src/regression/compare4.c, src/regression/compare5.c,
2201           src/regression/compare6.c, src/regression/compare7.c,
2202           src/regression/compare8.c, src/regression/compare9.c,
2203           src/regression/configword.c, src/regression/for.c,
2204           src/regression/inline.c, src/regression/mult1.c,
2205           src/regression/nestfor.c, src/regression/or1.c,
2206           src/regression/pointer1.c, src/regression/ptrfunc.c,
2207           src/regression/rotate1.c, src/regression/rotate2.c,
2208           src/regression/rotate3.c, src/regression/rotate4.c,
2209           src/regression/rotate5.c, src/regression/rotate6.c,
2210           src/regression/rotate7.c, src/regression/string1.c,
2211           src/regression/struct1.c, src/regression/sub.c,
2212           src/regression/sub2.c, src/regression/switch1.c,
2213           src/regression/while.c, src/regression/xor.c,
2214           src/regression/create_stc, src/regression/simulate,
2215           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2216           regression tests
2217         * src/regression/gpsim_assert.h: added
2218
2219 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2220
2221         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2222         ((void (code *) (void)) 0) ();
2223         * as/hc08/aslex.c,
2224         * as/hc08/aslink.h,
2225         * as/hc08/asm.h,
2226         * as/hc08/asmain.c,
2227         * as/hc08/lkdata.c,
2228         * as/hc08/lklex.c,
2229         * as/hc08/lkmain.c,
2230         * as/mcs51/aslex.c,
2231         * as/mcs51/aslink.h,
2232         * as/mcs51/asm.h,
2233         * as/mcs51/asmain.c,
2234         * as/mcs51/lkdata.c,
2235         * as/mcs51/lklex.c,
2236         * as/mcs51/lkmain.c,
2237         * as/z80/aslex.c,
2238         * as/z80/asm.h,
2239         * as/z80/asmain.c: fixed build on current cygwin:
2240         replaced getline() by as_getline()
2241
2242 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2243
2244         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2245         declarator in the symbol chain
2246         * src/SDCCsymt.h,
2247         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2248         parameter list for function pointers
2249         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2250         * support/regression/tests/bug-716242.c: added
2251
2252 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2253
2254         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2255         offset if possible
2256         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2257
2258 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2259
2260         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2261         inifinitely recurseable, added static
2262         * support/regression/tests/bug-1408066.c: added
2263
2264 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2265
2266         * src/SDCCicode.h,
2267         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2268         renamed, added possibility to create "postLoopLbl"-labels
2269         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2270         newiTempLoopHeaderLabel
2271         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2272         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2273         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2274         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2275         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2276         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2277         (basicInduction): fixed bug #136564, made static,
2278         (loopInduction): changed parameter of basicInduction, made static,
2279         (addPostLoopBlock): added
2280         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2281         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2282         findLoopEndSeq
2283         * support/regression/tests/bug-136564.c: added
2284         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2285         --std-sdcc99 to LIBSDCCFLAGS
2286
2287 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2288
2289         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2290         while loop
2291         * support/regression/tests/bug-1406131.c: added
2292
2293 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2294
2295         * src/SDCCast.c (decorateType): fix promotion of unary minus
2296         * src/SDCCsymt.c (computeType): beautified
2297         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2298         (valUnaryPM, valComplement): fix sign and promotion,
2299         (valNot): ANSI: result type is int (SDCC: unsigned char)
2300         * support/regression/tests/uminus.c: speedup by removing superflous
2301         test case 'int'
2302         * support/regression/tests/onebyte.c: added promotion and signedness
2303         tests for unary minus
2304         * support/regressions/tests/bug-477927.c: disable warning about
2305         uninitialized variables
2306         * support/regression/tests/not.c: added
2307
2308 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2309
2310         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2311         * src/mcs51/gen.c (gen51Code): show final register usage after
2312         fillGaps in asm with --i-code-in-asm
2313         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2314         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2315         incUsed, rliveClear, adjustIChain): made static,
2316         (setFromRange): excluded because it's unused,
2317         (findPrevUseSym, markWholeLoop): added,
2318         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2319         through all branches of predecessors enables sdcc to emit the warning
2320         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2321         (rlivePoint): made static, added parameter emitWarnings which is only
2322         true during the first run out of two,
2323         (findRecursiveSucc, findRecursivePred): removed,
2324         (computeLiveRanges): made static, added parameter emitWarnings,
2325         (dumpIcRlive): added for debugging only
2326         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2327         removed prototype of setFromRange()
2328         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2329         in call of computeLiveRanges()
2330         * support/regression/tests/bug-895992.c: added
2331         * support/regression/tests/bug-971834.c: added
2332         * support/valdiag/tests/bug-895992.c: added
2333         * support/valdiag/tests/bug-971834.c: added
2334
2335 2005-12-18 Raphael Neider <rneider AT web.de>
2336
2337         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2338           (genUnpackBits): improved code for direct operands,
2339           (genPackBits): improved code for literal assignment to bitfields
2340             and for direct destination operands (no FSR indirection),
2341             prevented redundant AND, fixes #1362800,
2342           (AccLsh): added parameter to disable masking of the result
2343         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2344           skip instructions with side-effects (like incfsz),
2345           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2346         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2347         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2348           fixes #1375263
2349
2350 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2351
2352         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2353         volatile variables as spill location
2354
2355 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2356
2357         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2358         replacing literals
2359         * support/regression/tests/bug-1376320.c: added
2360
2361 2005-12-08 Raphael Neider <rneider AT web.de>
2362
2363         * src/pic/device.c: renamed is_shared to pic14_is_shared
2364         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2365         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2366           (is_valid_identifier): added for above workaround
2367
2368 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2369
2370         * device/lib/Makefile.in: fixed to enable port-specific-objects
2371         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2372           char, thanks Hubert Sack
2373         * doc/sdccman.lyx: documented --xstack-loc,
2374           elaborated a bit more on interrupts and pitfalls,
2375           removed "setjmp/longjmp unsupported",
2376           documented some unsupported C99 features
2377         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2378         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2379           if, thanks Hubert Sack
2380         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2381         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2382           make make_library
2383         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2384           regression tests can report resource usage (rfe 700441)
2385         * support/regression/collate-results.py: report resource usage
2386         * support/regression/ports/ds390/spec.mk,
2387         * support/regression/ports/hc08/spec.mk,
2388         * support/regression/ports/mcs51/spec.mk,
2389         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2390         * support/regression/ports/ds390/uCsim.cmd,
2391         * support/regression/ports/hc08/uCsim.cmd,
2392         * support/regression/ports/mcs51/uCsim.cmd,
2393         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2394         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2395           library, use the default one
2396         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2397           building the library
2398
2399 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2400
2401         * config.dsp: added dependency on .version and configure_vc.awk
2402         * device/include/setjmp.h: updated for --stack-auto and --xstack
2403         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2404         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2405         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2406         * device/lib/libsdcc.lib: added _setjmp
2407         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2408           (decorateType): fixed bug 1372851,
2409           (optimizeGetHbit): fixed warning
2410         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2411           array initialisation
2412         * support/regression/tests/bug1057979.c: added test for bug 1358192
2413         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2414
2415 2005-12-03 Borut Razem <borut.razem AT siol.net>
2416
2417         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2418           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2419
2420 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2421
2422         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2423         createIval): implement symbol independant "flexible array member",
2424         (createIvalCharPtr): implemented flexible array initialisation with a
2425         string
2426         * src/SDCCsymt.c (copyStruct): removed,
2427         (getSize): fixed misleading comment,
2428         (getAllocSize): removed, the additional allocation size is now in
2429         sym->flexArrayLength,
2430         (checkStructFlexArray): new, syntax checks for flexible array members,
2431         (compStructSize): added syntax checks for "flexible array members"
2432         (copyStruct): removed,
2433         (copyLinkChain): removed inefficient fix for bug 770487
2434         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2435         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2436         symbol->flexArrayLength
2437         * src/SDCCerr.c,
2438         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2439         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2440         * support/regression/tests/structflexarray.c: added
2441         * support/valdiag/tests/structflexiblearray.c: added
2442
2443 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2444
2445         * src/SDCCast.c (decorateType): fixed bug 1368489
2446         * support/Util/SDCCerr.c,
2447         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2448
2449 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2450
2451         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2452           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2453
2454 2005-11-27 Borut Razem <borut.razem AT siol.net>
2455
2456         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2457           support/cpp2/mkdeps.h: added command line option
2458           -obj-ext=<extension> to SDCPP to define object file externion, used
2459           for generation of make dependencies (-M)
2460         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2461
2462 2005-11-26 Borut Razem <borut.razem AT siol.net>
2463
2464         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2465           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2466           added pic and pic16 libraries
2467
2468 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2469
2470         * device/include/float.h: Corrected typo in prototype of __fsgt
2471
2472 2005-11-25 Borut Razem <borut.razem AT siol.net>
2473
2474         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2475           added creation of model-mcs51-stack-auto libraries
2476
2477 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2478
2479         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2480         and fields-list too
2481         * src/SDCCast.c (createIvalArray): removed obsolete comment
2482
2483 2005-11-24 Borut Razem <borut.razem AT siol.net>
2484
2485         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2486           added missing device/lib/mcs51/crt*.asm sources
2487
2488 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2489
2490         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2491
2492 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2493
2494         * device/lib/_fs2schar.c,
2495         * device/lib/_fs2sint.c,
2496         * device/lib/_fs2slong.c: optimized inline asm
2497
2498 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2499
2500         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2501           Better handling of floats between -1.0 and 0.0.
2502
2503 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2504
2505         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2506           (the missing "if"s prohibited removal of redundant labels)
2507
2508 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2509
2510         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2511           Properly convert floats between -1.0 and 0.0 to long, int, and char
2512           types (max integer value of negative floats tends to zero).
2513         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2514           Removed changes made so to work properly with floats between
2515           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2516           and _fs2char.c
2517
2518 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2519
2520         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2521         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2522         (genCast) cosmetic change
2523         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2524         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2525         from mcs51
2526         * support/regression/tests/bitfields (testSignedBitfields): added
2527
2528 2005-11-18 Borut Razem <borut.razem AT siol.net>
2529
2530         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2531         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2532           introduced SILENT option to make building of pic16 libraries less
2533
2534 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2535
2536         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2537           Now they work properly with floats between -1.0 and 0.0
2538         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2539
2540 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2541
2542         * src/SDCCicode.c (printOperand): added missing else
2543
2544 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2545
2546         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2547         reformatted for better readability
2548         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2549         signed bitfields
2550
2551 2005-11-17 Borut Razem <borut.razem AT siol.net>
2552
2553         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2554           introduced SILENT option to make building of pic16 libraries less
2555           verbose - used for nightly snapshot build
2556         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2557           available on Win32 platforms.
2558         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2559           medium, large, pic and pic16
2560
2561 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2562
2563         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2564           printf("%f"...) sets fraction to zero.
2565
2566 2005-11-16 Raphael Neider <rneider AT web.de>
2567
2568         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2569           fixes #1357221
2570         * src/pic/gen.c (genIfx): implemented for CARRY bit
2571         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2572           to generic pointers, fixes #1357332,
2573           (pic16_movLit2f): NEW,
2574           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2575
2576 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2577
2578         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2579
2580 2005-11-11 Raphael Neider <rneider AT web.de>
2581
2582         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2583         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2584           compute pointer's type from operand,
2585           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2586           improved single bit reads, fixes bug #1353379
2587
2588 2005-11-09 Borut Razem <borut.razem AT siol.net>
2589
2590         * support/scripts/sdcc.nsi: added lib/pic to the package
2591
2592 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2593
2594         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2595
2596 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2597
2598         * support/regression/tests/bug1348008.c: added
2599         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2600         * support/regression/tests/bug1337835.c: updated comment
2601
2602 2005-11-06 Borut Razem <borut.razem AT siol.net>
2603
2604         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2605           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2606           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2607           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2608           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2609           dynamic construction of cl_error_class and derivates - 2.nd try
2610
2611 2005-11-05 Borut Razem <borut.razem AT siol.net>
2612
2613         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2614           bug, which caused Bus Errors on sparc solaris
2615
2616 2005-11-04 Borut Razem <borut.razem AT siol.net>
2617
2618         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2619           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2620           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2621           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2622           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2623           and derivates to resolve the initialization problem on OSX
2624
2625 2005-11-02 Borut Razem <borut.razem AT siol.net>
2626
2627         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2628           corrected typo - #include <winsock2.h>
2629
2630 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2631
2632         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2633           (_asxxxx_mapping): added org directive for future enhancements
2634
2635 2005-11-01 Borut Razem <borut.razem AT siol.net>
2636
2637         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2638           enabled sockets on WIN32
2639         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2640
2641 2005-10-31 Borut Razem <borut.razem AT siol.net>
2642
2643         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2644           WIN32 backslash path delimiters should be escaped when used in C strings
2645         * support/regression/tests/bitfields.c: exclude failing assertions for
2646           __CYGWIN32__ and __MINGW32__ hosts
2647
2648 2005-10-30 Borut Razem <borut.razem AT siol.net>
2649
2650         * src/SDCCutil.c: corrected double comparison typo
2651
2652 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2653
2654         * device/lib/medium/Makefile: added for new memory model medium
2655         * device/include/asm/mcs51/features.h: updated for medium/pdata
2656         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2657           added Multiply & Accumulate sbit's and MAC0_PAGE define
2658         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2659         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2660         * device/lib/_mullong.c: update for medium model
2661         * device/lib/incl.mk: added medium model
2662         * doc/sdccman.lyx: documented medium model
2663         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2664         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2665         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2666         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2667           (allocParms): set SCLS and OCLS to pdata for medium model
2668         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2669           for pdata,
2670           (powof2): return <0 if not power of 2
2671         * src/avr/gen.c (genBitWise): use updated powof2
2672         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2673           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2674           (shiftLLeftOrResult): use B if necessary
2675         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2676         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2677         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2678         * support/regression/Makefile.in: added test-mcs51-medium
2679         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2680
2681 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2682
2683         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2684         specifier unsigned
2685         * device/lib/time.c (mktime): fixed bug 1334315
2686
2687 2005-10-28 Raphael Neider <rneider AT web.de>
2688
2689         * device/include/pic/p16f_common.inc: added common declarations
2690         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2691
2692 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2693
2694         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2695           (aopPutUsesAcc): added to predict accumulator use,
2696           (assignResultValue): save acc if necessary,
2697           (genMinusDec): store result if indirectly addressed,
2698           (genDivOneByte):  save acc if necessary,
2699           (movLeft2Result): bugfix if left already in acc,
2700           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2701             attention to accumulator use (esp. pdata),
2702           (genReceive): receive pdata correctly
2703         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2704         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2705
2706 2005-10-27 Raphael Neider <rneider AT web.de>
2707
2708         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2709
2710 2005-10-27 Raphael Neider <rneider AT web.de>
2711
2712         * .version: changed version to 2.5.4
2713         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2714         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2715           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2716             arithmetics support routines
2717         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2718         * device/lib/Makefile.in: also create installdir for pic
2719
2720         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2721           pic14 port as well
2722         * src/pic/device.c (dump_sfr): rewritten to delegate register
2723           placement to the linker (use `extern sym' rather than sym EQU addr),
2724           (validAddress): fixed to check last specified address
2725         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2726           (popGetLit): truncate literal value to 8 bit,
2727           (popGet): moved assert to more appropriate place
2728           (popGetExternal): create pCode operand from and mark the according
2729             symbol as being `extern'
2730           (popGetAddr): added sanity check on immediate's offset, provide
2731             GPOINTER tag on demand
2732           (aopPut): fixed for immediates,
2733           (mov2w_op): move operand's address or contents to WREG (depending on
2734             operand type), safer variant of mov2w,
2735           (movwf,call_libraryfunc): NEW, handy abbreviations,
2736           (get_argument_pcop,get_return_val_pcop,pass_argument,
2737           get_returnvalue): interface for accessing function parameters and
2738             return values,
2739           (assignResultValuei,genRet): use new parameter/return value interface
2740           (pic14_getDataSize): back to old version handling generic pointers,
2741           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2742             provided implementation and/or fixed old one,
2743           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2744             calls, removed legacy 8051 reference code
2745           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2746           (loadSignToC): NEW, move the operands sign bit to CARRY,
2747           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2748             genRightShiftSigned, accepts negative shift counts,
2749           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2750           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2751             generic pointers, __data pointers and __code pointers,
2752           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2753             and signed bitfields, limit bitfields to 8 bit,
2754           (genDataPointerGet): fixed number of bytes read,
2755           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2756           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2757             pointers to constant data are no longer assumed to point to __code
2758             space, removed invalid pointer types,
2759           (bitpatternFromVal): retrieve the PICs representation of an integer
2760             or float literal,
2761           (genDataPointerSet): fixed assigning to po_immediate operands,
2762           (genGenPointerSet): implemented as library call,
2763           (genIfx): fixed incorrect condition,
2764           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2765             provide GPOINTER tag according to destination's storage class,
2766           (genCast): added code to handle casting to generic pointers, added
2767             sign-/zero extension of the result
2768           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2769         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2770         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2771           extend the result
2772         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2773           address/register resides in the shared banks
2774           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2775             put all variables into separate sections (have the linker arrange
2776             them)
2777           (picglue): put init code and interrupt handlers in separate sections
2778         * src/pic/main.c: added port specific options table, modified to PORT
2779           structure to make GPOINTERs 3 byte, added pic14_options
2780           (_pic14_do_link): private linking routine (update paths to libraries,
2781             add libsdcc.lib by default)
2782         * src/pic/main.h: declare pic14_options
2783         * src/pic/pcode.c: fixed instructions i/o relations,
2784           (RegCond): reverted to correct version,
2785           (newpCodeOpLit): truncate literals to 8 bit,
2786           (genericPrint): added debug output,
2787           (getRegFromInstruction): fixed for various operand types, simplified
2788           (BuildFlow): fixed broken handling of isntructions with labels
2789           (LinkFlow): start at last instruction in flow (skip trailing comments),
2790             pass the flow on to the next instruction after CALL
2791           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2792           (insertPCodeInstruction): fixed inserting after a skip instruction,
2793           (DoBankSelect): fixed for labeled instructions
2794           (OptimizepBlock): honor --nopeep switch
2795           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2796         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2797         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2798           (pCodeOptime2pCodes): allow disabling this optimization via
2799             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2800             but is still buggy), started implementation of a dataflow based
2801             pCode optimization (CSE + dead code elimination)
2802           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2803         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2804           names are independant of the stack location and therefore portable across
2805           devices
2806
2807 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2808
2809         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2810           (selectSpil): fixed bug 1337835 by not spilling bit variables
2811         * support/regression/tests/bug1337835.c: added test for this bug
2812         * src/mcs51/peeph.def: restart after rule 3.c,
2813           addded rules 263.x to optimize loading constants
2814
2815 2005-10-26 Raphael Neider <rneider AT web.de>
2816
2817         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2818         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2819           (genAssign): emit warning when casting literals to generic pointer
2820             type, also applies when taking the address of a fixed variable,
2821           (genCast): improved casting to generic pointers
2822         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2823           extern variables, added verbose error message
2824         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2825
2826 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2827
2828         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2829         carry must be complemented too
2830         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2831         could be emitted by genMinus
2832         * src/SDCCval.c (constVal): fixed bug 1305065
2833
2834 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2835
2836         * src/SDCCast.c (addCast): added promotion for bit variables
2837         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2838         promotion casts + optimisation
2839         (optimizeGetWord): fix warning 'i' might be used uninitialized
2840         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2841         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2842
2843 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2844
2845         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2846         all chars are promoted to int; promotion should be handled in SDCCast.c
2847
2848 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2849
2850         * device/lib/_strcmp.c: Fixed bug 1326457
2851
2852 2005-10-11 Raphael Neider <rneider AT web.de>
2853
2854         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2855         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2856
2857 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2858
2859         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2860         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2861
2862 2005-10-04 Raphael Neider <rneider AT web.de>
2863
2864         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2865           device/lib/pic16/pics.all: added pic18f1320
2866         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2867
2868 2005-09-30 Raphael Neider <rneider AT web.de>
2869
2870         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2871         * src/pic16/devices.inc: NEW, provides device descriptions
2872         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2873
2874 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2875
2876         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2877           GETHBIT
2878
2879 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2880
2881         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2882           documented Any Order Bit, Higher Order Byte and Higher Order Word
2883         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2884         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2885           (optimizeGetAbit): new, to get any bit, not only the high bit,
2886           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2887           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2888           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2889           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2890             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2891             GETABIT, GETBYTE, GETWORD: decorate them,
2892           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2893           (ast_print): added GETABIT, GETBYTE, GETWORD
2894         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2895         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2896           (geniCodeBinary): new generic binary icode,
2897           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2898         * src/port.h: updated comment for PORT.hasExtBitOp
2899         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2900           (genGetByte): new, to get a single byte,
2901           (genGetWord): new, to get a word from a long,
2902           (gen51Code): added GETABIT, GETBYTE, GETWORD
2903         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2904
2905 2005-09-23 Raphael Neider <rneider AT web.de>
2906
2907         * configure.in, configure: have device/lib/pic configured
2908         * device/lib/Makefile.in: added model-pic14
2909         * device/lib/clean.mk: added pic/ to clean rule
2910         * device/lib/pic: added rudimentary pic14 library providing support
2911           functions for multiplication/division/generic pointer access
2912         * src/SDCCopt.c (convilong): mark support functions as extern
2913           for pic14 port as well
2914         * src/pic/gen.c (genMult): added assertions,
2915           (genpic14Code): emit warning on unhandled iCodes
2916         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2917         * src/pic/pcode.c (pCodeOpCopy),
2918         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2919           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2920           SFR_REGISTER}), made safe for future extensions
2921         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2922           instructions even if preceeded by SKIP instructions (also remove
2923           them); removed unused code
2924         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2925           prevents leaving parts of the structure uninitialized after copying
2926
2927 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2928
2929         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2930           ago by me
2931         * support/regression/tests/addsub.c: added test for the bug
2932
2933 2005-09-21 Raphael Neider <rneider AT web.de>
2934
2935         * device/include/pic16/pic18f1220.h,
2936           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2937         * device/lib/pic16/Makefile.rules: added missing opening paren
2938         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2939           are provided in genutils.c,
2940           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2941           operand/result sizes,
2942           (genCmp): assert on NULL pointers first, then check deref'ed values
2943         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2944           result size
2945
2946 2005-09-18 Raphael Neider <rneider AT web.de>
2947
2948         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2949           as these are now unused,
2950           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2951         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2952           local, avoids uninitialized pointer dereference on r->name
2953         * src/pic16/ralloc.c (newReg): fixed indentation
2954
2955 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2956
2957         * src/SDCCval.c (constVal): fixed bug 730366
2958         * support/Util/SDCCerr.c,
2959         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2960
2961 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2962
2963         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2964
2965 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2966
2967         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2968
2969 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2970
2971         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2972           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2973         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2974           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2975         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2976         * packihx/packihx.c (hexDigit): made c unsigned char
2977         * as/mcs51/lklibr.c (fndsym),
2978         * link/z80/lkgb.c (gb),
2979         * link/z80/lklibr.c (fndsym),
2980         * link/z80/lkrloc.c (relr),
2981         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2982         * src/SDCC.lex (checkCurrFile, process_pragma),
2983         * src/SDCCglue.c (spacesToUnderscores),
2984         * src/SDCCmain.c (setParseWithComma, processFile),
2985         * src/asm.c (tvsprintf, printCLine),
2986         * src/avr/gen.c (emitcode, aopPut),
2987         * src/ds390/gen.c (emitcode),
2988         * src/hc08/gen.c (emitcode, emitinline),
2989         * src/mcs51/gen.c (emitcode, genInline),
2990         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2991           tokenizeLineNode),
2992         * src/pic/ralloc.c (debugLog),
2993         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2994           tokenizeLineNode),
2995         * src/pic16/ralloc.c (debugLog),
2996         * src/z80/main.c (_process_pragma):
2997            made all ctype.h function calls safe
2998         * src/SDCCopt.c: include math.h for fabs
2999         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3000           and used them throughout the code to make ctype.h function calls safe
3001         * src/ds390/main.c (asmLineNodeFromLineNode),
3002         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3003         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3004            unsigned char*
3005         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3006           (newpCodeAsmDir): made ctype.h function calls safe
3007         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3008           pic16_emitcode):  made lbp unsigned char*
3009         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3010           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3011         * src/xa51/gen.c (emitcode),
3012         * src/z80/gen.c (_emit2): made lbp unsigned char*
3013         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3014            char*
3015
3016 2005-09-05 Raphael Neider <rneider AT web.de>
3017
3018         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3019           access bank splitpoint
3020
3021 2005-09-05 Raphael Neider <rneider AT web.de>
3022
3023         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3024
3025 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3026
3027         * .version: changed to version 2.5.3
3028         * doc/sdccman.lyx: changed version to 2.5.3,
3029           documented --codeseg and --constseg and pragma codeseg and constseg,
3030           documented bit parameters (reentrant) and bit returning
3031         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3032            currFunc->recvSize, but is this ok for all ports?
3033           (ast2iCode): result of ~ on unsigned char must be cast to int for
3034            bool to work
3035         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3036           function pointers in bit space
3037         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3038           (processFuncArgs): call port.reg_parm() with reentrancy info
3039         * src/port.h,
3040         * src/avr/main.c,
3041         * src/ds390/main.c,
3042         * src/hc08/main.c,
3043         * src/pic/main.c,
3044         * src/pic16/main.c,
3045         * src/xa51/main.c,
3046         * src/z80/main.c: port.reg_parm prototype extended with
3047           "bool reentrant" parameter
3048         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3049           options.stackAuto for allocating bit register parameters
3050         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3051           (genSend): set BitBankUsed if it is,
3052           (selectRegBank): factored out of genCall for use in genPcall,
3053           (genCall): removed redundant dtype assignmen, use selectRegBank,
3054           (genPcall): handle returning in Carry properly, save in F0 if needed,
3055           (genReceive): handle bit register parameters
3056         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3057           (mcs51_assignRegisters): enable bit registers for all reentrant
3058            functions and don't set BitBankUsed unconditionally
3059         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3060         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3061         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3062
3063 2005-08-27 Borut Razem <borut.razem AT siol.net>
3064
3065         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3066         ppc-osx (Darwin) does not support -u option. It seems that it is
3067         supported only on Linux - GNU cp
3068
3069 2005-08-25 Borut Razem <borut.razem AT siol.net>
3070
3071         * sim/ucsim/gui.src/serio.src/Makefile.in,
3072           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3073           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3074           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3075           install and strip, since the strip at /usr/ccs/bin should be used
3076           on solaris
3077
3078 2005-08-24 Borut Razem <borut.razem AT siol.net>
3079
3080         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3081
3082 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3083
3084         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3085         ffffffffu
3086
3087 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3088
3089         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3090         * as/mcs51/lkmain.c (link_main): fixed warning
3091         * device/include/stdbool.h: ds390 has no advanced bit support yet
3092         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3093         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3094         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3095           and updated their macros
3096         * src/SDCCval.c (constVal): updated comment for renamed b_long
3097
3098 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3099
3100         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3101         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3102           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3103           (oprio): set priority for '['
3104         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3105            and adb_24_bit
3106         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3107         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3108         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3109         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3110           added overlayable BIT_BANK area
3111         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3112           (summary2): explain 'T' in legenda
3113         * as/mcs51/lkrloc.c: replaced old K&R style,
3114           (relr): added R_BIT processing,
3115           (errmsg): added "Bit-addressable relocation error",
3116           (adb_bit): added for converting from byte- to bit-addressable space,
3117           (adb_24_bit): added for converting from byte- to bit-addressable space
3118         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3119            used in reentrant functions now even as return value
3120         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3121         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3122           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3123         * src/SDCCglobl.h: added indicator BitBankUsed
3124         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3125            the bit registers b0-b7
3126         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3127           (geniCodeCast): fixed bug 1263853,
3128           (geniCodeLogicAndOr): put result in bool or char,
3129           (geniCodeReceive): added parameter func for accessing the return type,
3130           (geniCodeFunctionBody): pass func to geniCodeReceive
3131         * src/SDCCmain.c: added indicator BitBankUsed
3132         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3133         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3134           (checkSClass): don't put automatic bool/bit on stack,
3135           (checkFunction): removed check on function cannot return bit
3136         * src/SDCCsymt.h: added newBoolLink prototype
3137         * src/mcs51/gen.c (rb1regs): added bit registers,
3138           (movc): created for assigning to carry,
3139           (pushReg, popReg): created for pushing registers,
3140           (sameRegs): check both AOP_REG and AOP_CRY types,
3141           (aopOp): handle bit registers,
3142           (aopPut): optimization no self-assign,
3143           (saveRegisters): push reg->base (bits) only once for bit registers,
3144            and use pushReg,
3145           (unsaveRegisters): pop reg->base only once and use popReg,
3146           (assignResultValue): added parameter func and return in carry for bits,
3147           (genIpush): optimization no reload in A if not changed,
3148           (genSend): bit parameters in reentrant functions are passed in bit
3149            registers by first assigning to bits in B, then save registers and
3150            copy B to bits,
3151           (genCall): handle returning in Carry properly, save it in F0 if needed,
3152           (genPcall): updated assignResultValue call, this is not safe yet for bit
3153            returning function !!!
3154           (genFunction): don't generate equ's for bit registers and use pushReg,
3155           (genEndFunction): take care of bit returning functions and use popReg,
3156           (genRet): return bit in Carry,
3157           (genIfx): optimize bit registers and other directly addressable bits,
3158           (genReceive): updated assignResultValue call
3159         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3160           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3161            registers when using stack-auto
3162         * src/mcs51/ralloc.c (_G): added allBitregs,
3163           (regs8051): added the bit registers,
3164           (createStackSpil): use macro IS_BIT,
3165           (getRegBit): added to allocate a bit register, else spill,
3166           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3167           (updateRegUsage): factored out to ease stepping while debugging,
3168           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3169            also allocate bit registers,
3170           (fillGaps): handle bit registers,
3171           (findAllBitregs): added to create bit vector with all bit registers,
3172           (mcs51_allBitregs): returns this bit vector,
3173           (mcs51_assignRegisters): when using stack-auto use bit registers for
3174            passing parameters and creating local variables
3175         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3176
3177 2005-08-22 Borut Razem <borut.razem AT siol.net>
3178
3179         * device/lib/Makefile.in: replaced find option -or with -o
3180           to make it run on solaris
3181
3182 2005-08-22 Raphael Neider <rneider AT web.de>
3183
3184         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3185           fixes #1265442 (crash on Solaris)
3186
3187 2005-08-20 Borut Razem <borut.razem AT siol.net>
3188
3189         * configure, configure.in: added tests for libsocket and libnsl libraries,
3190           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3191           from support/regression/Makefile.in
3192         * support/regression/Makefile.in: added
3193         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3194         * sim/ucsim/libtool: regenerated on sparc-solaris
3195         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3196           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3197           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3198           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3199           sparc-solaris, which doesn't use GNU ld linker
3200         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3201         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3202
3203 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3204
3205         * src/mcs51/peeph.def: updated comments
3206
3207 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3208
3209         * device/lib/_gptrget.c,
3210         * device/lib/_gptrput.c: slightly shorter
3211         * doc/sdccman.lyx: incremented version
3212         * src/mcs51/peeph.def: moved peephole comments to the line of first
3213           change to better keep line correlation, reanimated 186.e
3214         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3215
3216 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3217
3218         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3219           David Saxton with quotes around file name.
3220
3221 2005-08-15 Borut Razem <borut.razem AT siol.net>
3222
3223         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3224           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3225           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3226           make tests run on x86_64 platform
3227
3228 2005-08-13 Raphael Neider <rneider AT web.de>
3229
3230         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3231           as it might be executed DURING a build (parallel make is wonderful)
3232
3233 2005-08-13 Raphael Neider <rneider AT web.de>
3234
3235         * device/lib/Makefile.in (port-specific-objects-pic16):
3236           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3237         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3238           dependency
3239         * device/lib/pic16/Makefile.rules: build subdirs before creating
3240           the library, removed builddir rule, create $(builddir) early in
3241           recurse rule, use empty recurse rule for leaf directories
3242         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3243           mkdir errors (race condition), removed duplicate suffix "hex"
3244           from clean rules
3245         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3246         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3247           prevents mkdir -p from aborting on Alpha
3248
3249 2005-08-12 Raphael Neider <rneider AT web.de>
3250
3251         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3252           db-statements in order to allow for arrays of pointers in code
3253           sections to be placed without interspersed 0-padding, fixes
3254           bug #1256215
3255         * (emitStatistics): fixed division by zero for pic18f1220
3256         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3257           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3258         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3259         * (pic16_pCodeConstString): keep track of already emitted string
3260           literals to prevent "duplicate definitions of symbol _str_NR"
3261         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3262           debug message
3263         * device/lib/Makefile.in: ignore failing PIC16 library builds
3264         * device/lib/pic16/Makefile: do not build if gputils are missing
3265         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3266
3267 2005-08-10 Raphael Neider <rneider AT web.de>
3268
3269         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3270           my last commit)
3271
3272 2005-08-10 Raphael Neider <rneider AT web.de>
3273
3274         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3275           Rokas' patch to add the new fixed point type "__fixed16x16"
3276         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3277           functions for __fixed16x16 arithmetics
3278         * device/lib/pic16: reimplemented the build system to support
3279           a separate build directory, better handling of libio (create
3280           the library in a separate subdir for each architecture) and
3281           easier configuration (centralized in Makefile.common)
3282
3283 2005-08-07 Raphael Neider <rneider AT web.de>
3284
3285         * src/pic16/gen.c (genrshTwo): fixed sign extension
3286         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3287         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3288           added T0CONbits
3289         * device/include/pic16/pic18f4220.h: NEW, header for
3290           pic18f4220 and pic18f4320
3291         * device/include/pic16/pic18fregs.h: added new devices,
3292           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3293         * device/include/pic16/signal.h: resolved name clashes
3294           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3295           to also allow testing for interrupt enable bits, added
3296           comments on how to use the macros
3297         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3298         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3299           register definitions for the devices
3300         * device/lib/pic16/pics.all: added new devices
3301         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3302           allocated memory
3303         * device/lib/pic16/libc/stdlib/memfree: do not count
3304           the block header as free memory
3305         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3306           simplified and added missing end-of-blocklist-marker
3307           (reported by Peter Onion, fixes #1252814)
3308         * (_mergeHeapBlock): fixed loop condition
3309         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3310           len==0, restructured code
3311         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3312           up a bit, reduced bitfield accesses, prevent endless loops
3313           in case of heap corruption
3314         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3315           "unreferenced arguments/must return a value" warnings
3316         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3317           replaced BAUDREG with SPBRG
3318         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3319           device/lib/pic16/debug/gstack/gstack.c: replaced
3320           _naked, _asm, _endasm with __naked, __asm, __endasm
3321
3322 2005-08-05 Raphael Neider <rneider AT web.de>
3323
3324         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3325           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3326
3327 2005-08-05 Borut Razem <borut.razem AT siol.net>
3328
3329         * device/lib/Makefile.in: added missing ';'
3330         * configure: removed ^M characters
3331
3332 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3333
3334         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3335           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3336           License
3337
3338 2005-08-04 Borut Razem <borut.razem AT siol.net>
3339
3340         * configure.in: pic16 libraries build 2nd try - enable running
3341           configure in device/lib/pic16
3342         * configure: regenerated from configure.in
3343         * device/lib/Makefile.in: create $(PORT)/bin directory
3344
3345 2005-08-03 Raphael Neider <rneider AT web.de>
3346
3347         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3348           to get/set values via pointers
3349         * (genUnpackBits,genPackBits): changed detection of
3350           ptr->bitfield vs. sym.bitfield, fixed access via generic
3351           pointers, removed dead (wrong) code for multibyte bitfields
3352         * (genNearPointerGet, genGenPointerGet): removed useless code,
3353           fixed bitfield detection, fixes #1250594
3354         * (genNearPointerSet): removed useless code
3355         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3356           and introduced macro pic16_emitpcode that conditionally emits
3357           the origin of the following pCode (useful for debugging SDCC)
3358         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3359         * (createDefmap): fixed handling of LFSR for --optimize-df
3360
3361 2005-08-02 Borut Razem <borut.razem AT siol.net>
3362
3363         * device/lib/Makefile.in: pic16 libraries build enabled since
3364           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3365
3366 2005-08-02 Raphael Neider <rneider AT web.de>
3367
3368         * src/pic16/gen.c (genPackBits): removed deprecated warning
3369         * (genGenPointerSet): fixed bitfield detection
3370
3371 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3372
3373         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3374
3375 2005-07-31 Raphael Neider <rneider AT web.de>
3376
3377         * device/lib/pic16/libdev/pic18f458.c,
3378           device/include/pic16/pic18f458.h: added missing T0CONbits
3379
3380 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3381
3382         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3383
3384 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3385
3386         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3387
3388 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3389
3390         * device/include/mcs51/at89c51ed2.h: added.
3391
3392 2005-07-23 Raphael Neider <rneider AT web.de>
3393
3394         * src/pic/gen.h: added emitpcode macro for debugging
3395         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3396           and replace by macro adding debug information on demand
3397         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3398         * (gencjne): tried to fix; replaced with correct (slower) code
3399         * (gen{Unp,P}ackBits): fixed single bit access
3400         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3401         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3402           previous instruction
3403         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3404           register has to be handled with care (forbidding movement
3405           of assignments/uses, removing assignments completely, ...)
3406         * (pCodeOptime2pCodes): make use of regIsSpecial
3407         * added lots of debugging output (commented out)
3408         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3409           from being reused as result UNLESS it is known to work
3410
3411 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3412
3413         * support/Util/dbuf.h: include <stddef.h> for size_t
3414         * .version: changed to version 2.5.2
3415
3416 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3417
3418         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3419
3420 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3421
3422         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3423           (genModOneByte): removed needless psha/pula
3424
3425 2005-07-22 Raphael Neider <rneider AT web.de>
3426
3427         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3428           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3429         * src/pic/gen.c (resolveIfx): do not "invent" labels
3430         * (genSkipc): changed to positive logic
3431         * (genSkipCond): removed as no longer needed
3432         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3433           backport from PIC16
3434         * (genLeftShift): check operands are in different registers
3435         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3436           INCF does not update CARRY...
3437         * src/pic/main.c: fixed _linkCmd
3438         * src/pic/pcode.c (unlinkpCode): added inactive code
3439         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3440           alive (do not assign result and operand overlapping registers)
3441
3442 2005-07-22 Raphael Neider <rneider AT web.de>
3443
3444         * src/pic/device.c (dump_sfr): replaced register declaration with
3445           call to emitSymbolToFile() to avoid duplicate symbols
3446         * (assignRelocatableRegisters): do not declare external symbols
3447         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3448           right (take size of type, not etype)
3449         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3450         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3451         * (packRegsForAccUse): disabled assignment of WREG as
3452           the result reg to prevent occurence of just fixed #1235003,
3453           fixes #1242954
3454         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3455           symbols (avoids duplicate symbols in .asm file)
3456         * (pic14emitRegularMap): use emitSymbolToFile()
3457         * src/pic/gen.c (aopOp): fixed spillLocation handling
3458         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3459         * (genDataPointerSet): removed unneccessary variables/output
3460
3461 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3462
3463         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3464         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3465
3466 2005-07-21 Raphael Neider <rneider AT web.de>
3467
3468         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3469           architecture cannot handle them efficiently, fixes bug #1235003
3470         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3471           check for empty sets before using them (fixes bug #1232190)
3472
3473 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3474
3475         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3476           (lnksect2): generate warnings for memory overlap
3477         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3478           constseg to set the name of these segments so you can instruct the linker
3479           to place them in banks
3480         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3481         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3482           added code_seg and const_seg to options
3483         * src/SDCCglue.c (emitMaps): use options.const_seg,
3484           (createInterruptVect): put interrupt vectors in segment HOME,
3485           (glue): put HOME before static segment and put the main glue in HOME,
3486           (glue): use options.code_seg
3487         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3488         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3489           these segments so you can instruct the linker to place them in banks
3490           (linkEdit): use code_loc for HOME segment which should be the first
3491           segment in code memory now
3492         * src/SDCCmem.c: fixed more stuff like bug 1238386
3493         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3494           (changePointer): don't change function pointers to code pointers for
3495           banked functions,
3496           (compareType): added exceptional check for banked function pointers
3497         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3498         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3499           after static in code memory
3500         * src/mcs51/gen.c: added aopLiteralLong prototype,
3501           (aopForSym): use getSize for functions,
3502           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3503           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3504           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3505           the segment,
3506           (genPcall): use call for literal function pointers and generate banked
3507           calls over the one trampoline so there's only one place for the user to
3508           modify according to his/hers hardware,
3509           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3510           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3511         * src/mcs51/main.c: added keyword banked,
3512           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3513         * support/Util/SDCCerr.c,
3514         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3515           needed for passing the bank and address to the trampoline
3516         * device/lib/mcs51/crtbank.asm: added for bankswitching
3517         * device/lib/mcs51/Makefile: added crtbank
3518
3519 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3520
3521         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3522           for fields at offset 0 of a struct or union as reported
3523           on 2005-07-07 in the developer mailing list.
3524
3525 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3526
3527         * src/SDCCmem.c: fixed bug 1238386
3528
3529 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3530
3531         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3532           (patch #1144962), added peephole 300, enabled 259.x
3533         * doc/sdccman.lyx: removed screenshot and provided link instead
3534
3535 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3536
3537         * doc/sdccman.lyx: added section about debugging with ddd
3538         * doc/figures/ddd_example.eps: screenshot of debugging session
3539
3540 2005-07-04 Raphael Neider <rneider AT web.de>
3541
3542         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3543           like CODE pointers, fixes #1115683
3544         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3545           call, fixes bugs #1232211, #1228110,
3546           fixed wrong casts to pCodeFlow from pCodeInstructions
3547
3548 2005-07-04 Raphael Neider <rneider AT web.de>
3549
3550         * src/pic/gen.c (popGet): changed assert to allow for
3551           bit operands
3552         * (popGetAddr): changed signature to provide
3553           an additional index, patched all call sites
3554         * (genCmpEq): handle literal-like operands correctly
3555         * (genAddrOf): added sanity checks on __code/__data pointers
3556         * (genAssign): added handling of symbols from __code section
3557         * (gencjne): do not generate code for comparisons whose result
3558           is neither stored nor used, fixes bug #1171114
3559         * (AccLsh, AccRsh): operate on operand instead of WREG
3560         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3561           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3562           by known count
3563         * rewrote complete shift-by-literal logic, commented unused
3564           functions out
3565         * (genConstPointerGet): get multiple bytes (if result size > 1),
3566           fixed handling of non-immediate addresses
3567         * (genPointerGet): handle CODE pointers like CONST pointers
3568         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3569         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3570           operand is to be treated as a literal or not
3571         * (mov2w,genPcall,genCmpEq),
3572           src/pic/genarith.c: use aop_isLitLike() to decide between
3573           literal/register contents
3574         * (addSign): added missing offset
3575         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3576           only emit comment in debug-mode,
3577           use {aop,op}_isLitLike throughout the file
3578         * src/pic/glue.c: fix initializers for pointers (work in progress)
3579         * src/pic/pcode.c (get_op): honor index on _const symbols
3580         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3581         * (dumppBlock): added pCode size estimation
3582         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3583           check for IS_SYMOP before OP_SYMBOL'ing
3584         * fixed indentation, compacted switch-statements
3585         * (allocReg): find free register and allocate it instead of
3586           allocating new registers all the time
3587         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3588           registers as its operands (necessary only for multibyte GETs)
3589
3590 2005-07-01 Raphael Neider <rneider AT web.de>
3591
3592         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3593           debugging .asm-output macros FENTRY + FEXIT
3594         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3595           way... I wonder...
3596         * (emitpComment): NEW, printf to pCode
3597         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3598           offset handling
3599         * (popGetAddr): NEW, variant of popGet to access an immediates
3600           high(er) bytes instead of the n'th byte of memory they reference,
3601           replaced popGet with popGetAddr where neccessary
3602         * (genDataPointerGet): reactivated and fixed implementation
3603         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3604           accesses
3605         * (genDataPointerSet): fixed multibyte assignments
3606         * (genpic14Code): fixed --i-code-in-asm handling
3607         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3608         * (genPlus): fixed index-out-of-bounds error
3609         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3610         * src/pic/ralloc.c: added debugging output macro FENTRY2
3611         * (spillThis): fixed indentation, enbraced for-body for clarity
3612         * (rematStr): commented out as now unused
3613         * (regTypeNum): commented out special spill case (overwrites
3614           arbitrary values)
3615         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3616
3617 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3618
3619         * doc/sdccman.lyx: documented sfr16/sfr32,
3620           added example for using storage class with function pointers
3621         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3622
3623 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3624
3625         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3626         * device/lib/_itoa.c,
3627         * device/lib/_ltoa.c: optimized codesize
3628         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3629           but don't know how to suppress the double warning.
3630         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3631         * support/Util/SDCCerr.c,
3632         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3633
3634 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3635
3636         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3637           fixed old K&R prototypes
3638         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3639         * device/lib/_gptrget.c,
3640         * device/lib/_gptrgetc.c,
3641         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3642           also new versions for small generic pointers and banked generic pointers
3643         * src/port.h: added const_name
3644         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3645         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3646         * src/SDCCcse.c (findPrevIc): check all associative operators
3647         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3648         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3649         * src/SDCCmem.c: updated comments,
3650           set far-space to 0 for pdata, results in optimized code
3651         * src/SDCCmem.h: added macro CONST_NAME
3652         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3653           moving the info into the highest bits, see also gptrget/gptrput
3654         * src/src.dsp: added sdcc.ico to project files
3655         * src/avr/gen.c (genCast): fixed bug 0x%d
3656         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3657         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3658           relation between ptr_type and DCL_TYPE,
3659           (genCast): fixed bug 0x%d
3660         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3661           (CODE)" for const_name
3662         * src/hc08/gen.c (genCast): fixed bug 0x%d
3663         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3664           (hc08_port): added "CONST (CODE)" for const_name
3665         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3666           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3667           between ptr_type and DCL_TYPE,
3668           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3669           operand* and took AOP() inside function so sfr-ness can be checked,
3670           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3671           new prototype,
3672           (genFunction, genEndFunction): optimized stack setup,
3673           (genMinus): optimized for literals with ending zeroes (in bytes),
3674           (genCast): fixed bug 0x%d
3675         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3676           (mcs51_port): added "CONST (CODE)" for const_name
3677         * src/mcs51/peeph.def: made rule 226 more generic
3678         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3679         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3680         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3681         * src/z80/main.c (z80_port): added NULL for const_name,
3682           (gbz80_port): added NULL for const_name
3683         * support/regression/tests/bug663539.c,
3684         * support/regression/tests/sfr16.c: new tests
3685
3686 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3687
3688         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3689
3690 2005-06-24 Raphael Neider <rneider AT web.de>
3691
3692         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3693           corrected typos...
3694         * device/include/pic16/signal.h: added USBIF
3695           and SIG_USB
3696
3697 2005-06-24 Raphael Neider <rneider AT web.de>
3698
3699         * device/lib/pic16/libdev/pic18f2455.c,
3700           device/include/pic16/pic18f2455.h: NEW
3701         * device/include/pic16/pic18fregs.h,
3702           device/lib/pic16/pics.all,
3703           src/pic16/device.c: added 18f2455
3704         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3705           device/include/pic16/{pic18f[68][567].h,usart.h}:
3706           replaced MULTIPLE_USARTS define with more relaible
3707           compatibility sfrs (for USART access)
3708
3709 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3710
3711         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3712           and the output asm file line is printed on two lines.
3713
3714 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3715
3716         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3717           BGT, BLE, BHI, and BLS instructions
3718         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3719           genCmpEq): removed
3720         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3721           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3722           fixes bug #1216342
3723         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3724
3725 2005-06-15 Raphael Neider <rneider AT web.de>
3726
3727         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3728         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3729         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3730           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3731           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3732
3733 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3734
3735         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3736           Marcel Telka in bug #1215704
3737
3738 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3739
3740         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3741           located in shared memory bank.
3742
3743 2005-05-31 Raphael Neider <rneider AT web.de>
3744
3745         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3746           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3747           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3748
3749 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3750
3751         * device/lib/_strncpy.c: fixed the fix
3752
3753 2005-05-26 Raphael Neider <rneider AT web.de>
3754
3755         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3756           initializers with \0, bug #1208187
3757         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3758           intializers with \0, bug #1208187
3759
3760 2005-05-26 Raphael Neider <rneider AT web.de>
3761
3762         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3763           initializers with \0, bug #1208187
3764         * src/pic16/main.c (_process_pragma): added sanity checks
3765           for stack position and size, emit warnings when appropriate
3766
3767 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3768
3769         * device/lib/_strncpy.c: fixed not filling with \0
3770
3771 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3772
3773         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3774           createFunction),
3775         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3776           compound_statement),
3777         * src/SDCCsymt.h,
3778         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3779
3780 2005-05-24 Raphael Neider <rneider AT web.de>
3781
3782         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3783
3784 2005-05-24 Raphael Neider <rneider AT web.de>
3785
3786         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3787           TRISE definitions, closes bug #1162453
3788
3789 2005-05-22 Raphael Neider <rneider AT web.de>
3790
3791         * src/pic16/main.c (_process_pragma): check for missing
3792           arguments to pragmas code and udata
3793         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3794           consistency fixes to match other headers (thanks to Jim Paris)
3795         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3796
3797 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3798
3799         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3800
3801 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3802
3803         * support/regression/tests/bug1198642.c: new test
3804         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3805         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3806         * support/scripts/resource.h,
3807         * support/scripts/resource.rc,
3808         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3809         * support/scripts/sdcc.ico: added 32x32 icon
3810
3811 2005-05-18 Raphael Neider <rneider AT web.de>
3812
3813         * device/lib/pic16/libdev/pic18f*.c,
3814         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3815           keywords to "__sfr" and "__at (X)"
3816         * device/include/pic16/pic18fregs.h: added pic18f4520
3817         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3818           #1203088 (MPLAB compatibility)
3819
3820 2005-05-17 Raphael Neider <rneider AT web.de>
3821
3822         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3823         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3824         * device/lib/pic16/pics.all: added new devices
3825         * src/pic16/device.c: added support for pic18f4520
3826
3827 2005-05-16 Raphael Neider <rneider AT web.de>
3828         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3829         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3830         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3831           convenience function for bit access
3832
3833 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3834
3835         * device/lib/printf_large.c: fixed bug 1193299
3836         * support/regression/tests/bug1057979.c: added test %3.3s
3837
3838 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3839
3840         * device/include/mcs51/8051.h,
3841         * device/include/mcs51/8052.h: made parseable with lint
3842         * device/include/mcs51/lint.h: added include file for (sp)lint
3843         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3844         * doc/cdbfileformat.lyx,
3845         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3846
3847 2005-05-14 Raphael Neider <rneider AT web.de>
3848
3849         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3850         * device/lib/pic16/libc/stdlib/itoa.c (new)
3851         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3852         * device/lib/pic16/libio/Makefile: exclude subdir according to
3853           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3854         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3855         * src/pic16/gen.c (genFunction): prevent annoying warning
3856         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3857           nameclashes on BeOS
3858         * support/cpp2/cppmain.c (cpp_output_string): new
3859         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3860           fixes bug 1116802
3861
3862 2005-05-13 Borut Razem <borut.razem AT siol.net>
3863
3864         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3865
3866 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3867
3868         * .version: changed to version 2.5.1; back to bleeding edge development
3869
3870 2005-05-11 Borut Razem <borut.razem AT siol.net>
3871
3872         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3873           generate PDF version 1.3 documents
3874
3875 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3876
3877         * .version: changed to version 2.5.0
3878
3879 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3880
3881         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3882
3883 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3884
3885         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3886         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3887         well as many smaller updates.
3888         * .version: changed to version 2.5.0-pre1
3889
3890 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3891
3892         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3893
3894 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3895
3896         * support/regression/tests/bug1185672.c: added
3897         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3898           bug 1185672
3899         * src/mcs51/gen.c (genCall): added comments, made it look safer
3900         * src/mcs51/gen.c (genEndFunction): simplified
3901
3902 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3903
3904         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3905
3906 2005-04-14 Borut Razem <borut.razem AT siol.net>
3907
3908         * fixed bug 1045046 - SIGSEGV with really simple code?:
3909           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3910           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3911
3912 2005-04-14 Borut Razem <borut.razem AT siol.net>
3913
3914         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3915           src/pic16/device.h: temporarily disabled experimental #inline pragma
3916           for 2.5.0 release
3917
3918 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3919
3920         * device/include/z80/stdio.h,
3921         * device/include/z80/string.h: removed these highly incomplete files so
3922           SDCC can use the default ones in device/include/
3923
3924 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3925
3926         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3927         gcc warning.
3928         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3929         fix sdcpp warnings.
3930
3931 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3932
3933         * device/include/malloc.h: removed redundant __reentrant prototypes
3934         * device/lib/_mullong.c: added working xstack variant in asm (C version
3935           doesn't pass regression tests)
3936         * device/lib/bpx.c: used __data and made bpx char for mcs51
3937         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3938           (createFunction): fixed bug with xstackPtr
3939         * src/SDCCcse.c: corrected comments
3940         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3941           (killDeadCode, eBBlockFromiCode): removed unused code
3942         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3943           corrected comments
3944         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3945           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3946           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3947           (genModOneByte): fixed warning in MSVC
3948         * src/mcs51/main.c (): added comments
3949         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3950
3951 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3952
3953         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3954
3955 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3956
3957         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3958
3959 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3960
3961         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3962         characters arrays of larger size than the declared one.
3963
3964 2005-04-10 Borut Razem <borut.razem AT siol.net>
3965
3966         * src/pic/gen.c (genInline),
3967           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3968           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3969           (findNextInstruction), (findPrevInstruction),
3970           (findInstructionUsingLabel),
3971           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3972         * src/pic/pcode.c (findLabel): added missing '\n'
3973         * src/src.dsp: added SDCCdwarf2.c to the project
3974
3975 2005-04-09 Borut Razem <borut.razem AT siol.net>
3976
3977         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3978
3979 2005-04-08 Raphael Neider <rneider AT web.de>
3980
3981         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3982           into the chain after a given one) and mergeDefmapSymbols (combine
3983           defmap entries for each symbol per pcode)
3984         * (createDefmap): have defmap entries merged in the end
3985         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3986           a symbol before replacing one access type's symbol, merge symbols in
3987           the end (replacement symbol might already have an entry)
3988         * (assignValnums): keep reference to written WREG intact
3989
3990 2005-04-08 Raphael Neider <rneider AT web.de>
3991
3992         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3993           Alpha)
3994
3995 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3996
3997         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3998         bytes
3999
4000 2005-04-07 Raphael Neider <rneider AT web.de>
4001
4002         * device/include/pic16/usart.h: added compatibility defines for
4003           devices with more than one USART
4004         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4005
4006 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4007
4008         * device/lib/Makefile.in: updated for port specific include
4009
4010 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4011
4012         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4013
4014 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4015
4016         * device/include/8051.h,
4017         * device/include/8052.h,
4018         * device/include/at89S8252.h,
4019         * device/include/at89c55.h,
4020         * device/include/at89x051.h,
4021         * device/include/at89x51.h,
4022         * device/include/at89x52.h,
4023         * device/include/mcs51reg.h,
4024         * device/include/reg51.h,
4025         * device/include/reg764.h,
4026         * device/include/regc515c.h,
4027         * device/include/sab80515.h: (re)moved these 12 files
4028         * device/include/mcs51/8051.h,
4029         * device/include/mcs51/8052.h,
4030         * device/include/mcs51/at89S8252.h,
4031         * device/include/mcs51/at89c55.h,
4032         * device/include/mcs51/at89x051.h,
4033         * device/include/mcs51/at89x51.h,
4034         * device/include/mcs51/at89x52.h,
4035         * device/include/mcs51/mcs51reg.h,
4036         * device/include/mcs51/reg51.h,
4037         * device/include/mcs51/reg764.h,
4038         * device/include/mcs51/regc515c.h,
4039         * device/include/mcs51/sab80515.h: and added them here
4040
4041 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4042
4043         * device/include/stdarg.h: changed SDCC specific keywords to double
4044           underlined form.
4045         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4046           mcs51 and ds390.
4047         * device/include/hc08/mc68hc908gp32.h,
4048         * device/include/hc08/mc68hc908jb8.h,
4049         * device/include/hc08/mc68hc908jkjl.h,
4050         * device/include/hc08/mc68hc908qy.h: fixed comments
4051         * device/include/mcs51/README: updated
4052         * device/include/mcs51/c8051f120.h: added PINRSF
4053         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4054         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4055           amidst code. Also inline is not supported.
4056
4057 2005-04-06 Raphael Neider <rneider AT web.de>
4058
4059         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4060         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4061           callers stack/frame pointers
4062
4063 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4064
4065         * device/include/pic16/usart.h: added, missing in previous commit,
4066         * device/include/pic16/adc.h: fixed typo,
4067         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4068         commit,
4069         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4070         <p18fxxx.inc>
4071         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4072         uninitialized because a bug appears with gplink
4073         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4074         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4075         complains for unrecognised option
4076
4077 2005-04-05 Raphael Neider <rneider AT web.de>
4078
4079         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4080           structs as well (using memcpy)
4081         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4082           on ISRs (GOTO has no label)
4083         * src/pic16/device.h: added OF_OPTIMIZE_DF
4084         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4085           new data flow analysis/optimization
4086         * src/pic16/pcode.c: added (prototypes for and implementation of)
4087           dataflow analysis functions, fixed pCodeInstructions' inCond and
4088           outCond values, made RCALL a branch instruction
4089         * (pic16_unlinkpCode): keep C line if possible
4090         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4091           C line moved if possible
4092         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4093         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4094           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4095         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4096           new flow)
4097         * (pic16_getJumptabpCode): NEW, needed in...
4098         * (LinkFlow): fixed handling of jumptables, calls and conditional
4099           branches
4100         * (pic16_InsertCommentAfter): NEW
4101         * (pic16_pCodeReplace): made verbose and flow preserving
4102         * (AnalyzeFlow): added call to data flow analysis
4103         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4104         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4105         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4106
4107 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4108
4109         * src/SDCCast.c (decorateType): fixed bug #1105626
4110
4111 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4112
4113         * device/include/asm/pic16/features.h,
4114         * pic18f*.h headers,
4115         * device/include/pic16/adc.h,
4116         * device/include/pic16/delay.h,
4117         * device/include/pic16/i2c.h,
4118         * device/include/pic16/malloc.h,
4119         * device/include/pic16/stdio.h,
4120         * device/include/pic16/stdlib.h,
4121         * device/include/pic16/string.h,
4122         * device/lib/pic16/libc/stdio/printf_tiny.c,
4123         * device/lib/pic16/libc/stdio/printf_small.c,
4124         * device/lib/pic16/libc/stdio/strmgpsim.c,
4125         * device/lib/pic16/libc/stdio/strmmssp.c,
4126         * device/lib/pic16/libc/stdio/strmusart.c,
4127         * device/lib/pic16/libc/stdio/vfprintf.c,
4128         * device/lib/pic16/libc/stdlib/ltoa.c,
4129         * device/lib/pic16/libc/stdlib/putchar.c,
4130         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4131         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4132         * device/lib/pic16/libc/stdlib/memchrram.c,
4133         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4134         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4135         * device/lib/pic16/libio/adc/adcbusy.c,
4136         * device/lib/pic16/libio/adc/adcread.c,
4137         * device/lib/pic16/libio/adc/adcsetch.c,
4138         * device/lib/pic16/libio/usart/ubaud.c,
4139         * device/lib/pic16/libio/usart/ubusy.c,
4140         * device/lib/pic16/libio/usart/udrdy.c,
4141         * device/lib/pic16/libio/usart/uopen.c,
4142         * device/lib/pic16/libio/usart/uputc.c,
4143         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4144         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4145         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4146         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4147         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4148         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4149         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4150         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4151         specific keywords to double underlined form,
4152         * device/lib/pic16/libc/Makefile.rules,
4153         * device/lib/pic16/libsdcc/Makefile.rules,
4154         * device/lib/pic16/libm/Makefile,
4155         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4156         to compile with C standard set in Makefile.common
4157         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4158         rand.c and crc.c in compilation process,
4159         * device/lib/pic16/libsdcc/int/divuint.c,
4160         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4161         `c' from signed to unsigned,
4162         * device/lib/pic16/startup/crt0.c,
4163         * device/lib/pic16/startup/crt0i.c,
4164         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4165         keywords to double underlined form, bug fixes in _do_cinit function
4166         which prevented the correct initialization of the .idata segment,
4167         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4168         core to enter a infinite loop
4169         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4170
4171 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4172
4173         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4174
4175 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4176
4177         * device/include/Makefile.in: add support for hc08 subdirectory
4178         * device/include/hc08/: new subdirectory
4179         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4180         Lucas Loizaga, thanks!
4181         * device/include/hc08/mc68hc908qy.h,
4182         * device/include/hc08/mc68hc908gp32.h,
4183         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4184         their own directory. Changed internal macro names to use the compiler
4185         reserved namespace. Changed SDCC specific keywords to double
4186         underlined form.
4187         * device/include/math.h,
4188         * device/include/malloc.h,
4189         * device/include/stdarg.h,
4190         * device/include/stdbool.h
4191         * device/include/string.h,
4192         * device/include/tinibios.h,
4193         * device/include/ds400rom.h,
4194         * device/include/8051.h,
4195         * device/include/8052.h,
4196         * device/include/80c51xa.h,
4197         * device/include/at89c55.h,
4198         * device/include/at89S8252.h,
4199         * device/include/at89x51.h,
4200         * device/include/at89x52.h,
4201         * device/include/ds80c390.h,
4202         * device/include/reg764.h,
4203         * device/include/regc515c.h,
4204         * device/include/sab80515.h,
4205         * device/include/mcs51/c8051f000.h,
4206         * device/include/mcs51/c8051f018.h,
4207         * device/include/mcs51/c8051f020.h,
4208         * device/include/mcs51/c8051f040.h,
4209         * device/include/mcs51/c8051f060.h,
4210         * device/include/mcs51/c8051f120.h,
4211         * device/include/mcs51/c8051f300.h,
4212         * device/include/mcs51/c8051f310.h,
4213         * device/include/mcs51/c8051f320.h,
4214         * device/include/mcs51/c8051f330.h,
4215         * device/include/mcs51/c8051f350.h,
4216         * device/include/z180.h: Changed SDCC specific keywords to double
4217         underlined form.
4218
4219 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4220
4221         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4222         18F4455,
4223         * (pic16_assignConfigWordValue): disable testing of configuration
4224         register value with config mask,
4225         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4226         function with port->fun_prefix,
4227         * (genFunction): when generating a naked interrupt function never
4228         create an absolute segment placed in interrupt vector address, place
4229         the actual interrupt function at IVA instead, when an interrupt
4230         function is generated with unspecified interrupt then do not create
4231         the absolute section,
4232         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4233         code for generating a call to generic pointer get/put function with
4234         a call to function pic16_callGenericPointer(),
4235         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4236         the call to the generic pointer get/put functions with prefixing the
4237         function name with port->fun_prefix,
4238         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4239         * src/pic16/main.c (_process_pragma): prefix function with
4240         port->fun_prefix,
4241         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4242         calling assembler, old 18Fxxxx macro is deprecated,
4243         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4244         PC_ASMDIR in while condition,
4245         * (findInstruction): add PC_ASMDIR in while condition,
4246         * (buildCallTree): prefix main with port->fun_prefix,
4247         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4248         identifier for variable with banked access in instructions BTFSS,
4249         BTFSC, BCF, BSF, BTG
4250         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4251         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4252         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4253         perform optimization when enviroment variable NO_REG_OPT is set,
4254         * (insideLRBlock): NEW, return 1 if register is inside an
4255         INF_LOCALREGS block,
4256         * (RemoveRegFromLRBlock): remove a register that is completely
4257         eliminated by register optimization, but it is still left in local
4258         register store/restore in/from stack block,
4259         * (Remove2pcodes): after removing register, check to see if it
4260         should be removed from local register store/restore in/from stack
4261         block,
4262         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4263         DUMMY_READ_VOLATILE,
4264
4265         * device/include/pic16/adc.h: minor prototype modifications and
4266         update,
4267         * device/include/pic16/malloc.h: added GPL notice various
4268         modifications,
4269         * device/include/pic16/stdint.h: NEW, standard header for ints
4270         * device/include/pic16/delay.h: NEW, header for delay functions,
4271         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4272         delay1mtcy,
4273         * device/include/pic16/signal.h: NEW, header providing helper macros
4274         for implementing signal handlers,
4275         * device/include/pic16/stdio.h: added prototypes for functions,
4276         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4277         prototypes for stdin and stdout, added macro PUTCHAR to
4278         automatically implement putchar function prototype,
4279         * device/include/pic16/usart.h: modified and updated USART library,
4280         * device/lib/pic16/libio/adc/,
4281         * device/lib/pic16/libio/i2c: some modifications to improve library
4282         performance,
4283         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4284         family of functions,
4285         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4286         family of functions and other sources,
4287         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4288         of the PIC18Fxx[28] devices,
4289         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4290         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4291         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4292         _do_cinit function, because the previous failed when local variables
4293         where not placed in the same memory bank,
4294         * device/lib/pic16/libsdcc/char/: various modifications to improve
4295         library performance,
4296         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4297         information on the new functions of the c library and more...
4298
4299 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4300
4301         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4302
4303 2005-03-26 Raphael Neider <rneider AT web.de>
4304
4305         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4306           if condition == CARRY)
4307         * (genCmp): adapted to new genSkipc semantics
4308         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4309           on rIfx (genCmp was broken)
4310
4311 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4312
4313         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4314         * src/z80/main.c (_keywords[]),
4315         * src/SDCCglobal.h (struct options),
4316         * src/SDCC.y,
4317         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4318         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4319         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4320         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4321         always available in leading double underscore form. The C99 support is
4322         mostly missing, but it's a start.
4323         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4324         reserved identifier "__data".
4325
4326 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4327
4328         * src/mcs51/peeph.def: fixed bug 1170013
4329
4330 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4331
4332         * device/include/mcs51reg.h: fixed bug 842007
4333
4334 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4335
4336         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4337         last time.
4338
4339 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4340
4341         * src/port.h (struct PORT),
4342         * src/avr/ralloc.c (avr_assignRegisters),
4343         * src/avr/main.c,
4344         * src/ds390/ralloc.c (ds390_assignRegisters),
4345         * src/ds390/main.c,
4346         * src/hc08/ralloc.c (hc08_assignRegisters),
4347         * src/hc08/main.c,
4348         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4349         * src/mcs51/main.c,
4350         * src/pic/ralloc.c (pic14_assignRegisters),
4351         * src/pic/main.c,
4352         * src/pic16/ralloc.c (pic16_assignRegisters),
4353         * src/pic16/main.c,
4354         * src/xa51/ralloc.c (xa51_assignRegisters),
4355         * src/xa51/main.c,
4356         * src/z80/ralloc.c (z80_assignRegisters),
4357         * src/z80/ralloc.h,
4358         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4359         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4360         * src/SDCCcse.h,
4361         * src/SDCCdflow.c (computeDataFlow),
4362         * src/SDCCdflow.h,
4363         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4364         * src/SDCCloop.h,
4365         * src/SDCCcflow.c (*),
4366         * src/SDCCcflow.h,
4367         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4368         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4369         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4370         immedDom() returning wrong block; probably fixes bug #1160833)
4371
4372 2005-03-20 Borut Razem <borut.razem AT siol.net>
4373
4374         * support/scripts/inc2h.pl: WIN32 port
4375
4376 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4377
4378         * device/lib/makefile.in: added abs.c and labs.c
4379
4380 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4381
4382         * device/include/stdint.h: added
4383         * device/lib/abs.c: added
4384         * device/lib/labs.c: added
4385         * device/include/stdlib.h: added abs() and labs() prototypes
4386         * device/lib/libsdcc.lib: added abs and labs
4387         * device/include/float.h,
4388         * device/lib/_fsmul.c,
4389         * device/lib/printf_fast.c,
4390         * device/lib/printf_tiny.c: updated comments
4391
4392 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4393
4394         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4395         bug #1164313
4396
4397 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4398
4399         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4400         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4401
4402 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4403
4404         * device/lib/printf_large.c: removed inline assembly for portability and
4405           readability. Use printf_fast if speed or size are more important.
4406         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4407         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4408
4409 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4410
4411         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4412         prevent compiler warning
4413
4414 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4415
4416         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4417         moved to level 0 and declared as static. Also they are explicit
4418         placed in access bank. This was necessery because some times they
4419         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4420         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4421         optimizations. Currently only compare to unsigned char is implemented,
4422         * src/pic16/gen.c: added fReturnIdx array,
4423         * (struct resolvedIfx) is moved to gen.h and made public,
4424         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4425         * (aopForSym): added an optimization to directly store in stack of
4426         the operand of a SEND iCode,
4427         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4428         but as registers instead (AOP_REG) using the fReturnIdx array,
4429         * (pic16_freeAsmop): remove the freed register from the
4430         _G.sregsAlloc field,
4431         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4432         a compare of 'WREG',
4433         * (pic16_popGetTempRegCond): changed function prototype, now
4434         function takes also a bitVector argument v which holds the current
4435         set of registers that are allocated for stack access by aopForSym,
4436         registers allocated in aopForSym for accessing stack symbols are not
4437         any more part of the functions usedRegs field,
4438         * (genCall): some times aopOp is called for a stack variable to be
4439         send, aopForSym might perform the push, if this is true make sure
4440         that genCall doesn't push the variable twice by testing _G.resDirect,
4441         * (genFunction): changed testing for unspecified interrupt number
4442         from 256 to INTNO_UNSPEC,
4443         * modified selection scheme of frame pointer generation. Previously
4444         if function did use local registers a frame pointer was generated,
4445         now a frame pointer is generated only if function has arguments
4446         (that need PLUSW2 register access), or has stack arguments, or the
4447         compiler is not instructed to omit the frame pointer,
4448         * (genEndFunction): before restoring local registers that were saved
4449         in the function preamble, also restore the registers that *might*
4450         have been allocated for stack access,
4451         * (genRet): removed some old comments,
4452         * (genCmp, the active (RN's) version): added a call to the
4453         pic16_genCmp_special function to perform the compare with a more
4454         robust and optimized way,
4455         * (genInline): a feature has been added in inline code generation,
4456         which allows a wildcard variable substitution when writing inline
4457         assembly. Code is incomplete and experimental therefore undocumented,
4458         * (genCast): changed order of aopOp for result and right to allow
4459         aopForSym to directly load the result if possible,
4460         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4461         perform an optimized compare on some selected special occasions,
4462         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4463         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4464         generate an IVT any more,
4465         * src/pic16/main.c (pic16_optionsTable): added command line option
4466         --optimize-cmp,
4467         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4468         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4469         macros,
4470         * src/pic16/NOTES: Raphael Neider added in list of active developers
4471         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4472         jumptable_end to prevent bug #,
4473         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4474         inCond and outCond fields,
4475         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4476         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4477         turn off register spilling,
4478         * (packRegsForOneUse): synced with other ports' versions although it
4479         is not used currently,
4480         * (pic16_packRegisters): added an optimization while reading
4481         structure bitfields, some registers may be saved (malloc code is
4482         decreased by 80 bytes)
4483
4484 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4485
4486         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4487         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4488         this can be optimized more?
4489
4490 2005-03-10 Raphael Neider <rneider AT web.de>
4491
4492         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4493           genNearPointerGet): (hopefully) fixed access to bitfields via
4494           pointers (p->bitN = x; and x = p->bitN; failed)
4495
4496 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4497
4498         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4499
4500 2005-03-09 Raphael Neider <rneider AT web.de>
4501
4502         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4503
4504 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4505
4506         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4507         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4508           (regTypeNum): set REG_BIT type if necessary
4509         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4510         * support/regression/tests/critical.c: check bug 1144613
4511
4512 2005-03-02 Raphael Neider <rneider AT web.de>
4513
4514         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4515
4516 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4517
4518         * src/avr/ralloc.c (serialRegAssign),
4519         * src/ds390/ralloc.c (serialRegAssign),
4520         * src/hc08/ralloc.c (serialRegAssign),
4521         * src/mcs51/ralloc.c (serialRegAssign),
4522         * src/pic/ralloc.c (serialRegAssign),
4523         * src/pic16/ralloc.c (serialRegAssign),
4524         * src/xa51/ralloc.c (serialRegAssign),
4525         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4526
4527 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4528
4529         * src/SDCCast.c (decorateType): fixed bug 1124787
4530
4531 2005-02-20 Hubert Sack <sack AT digiplan.de>
4532         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4533
4534         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4535         patch #1121755
4536
4537 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4538
4539         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4540         to keep the correct label reference count when adding/removing references
4541         to labels. A peephole file using this is appended to patch #1144962.
4542
4543 2005-02-14 Raphael Neider <rneider AT web.de>
4544
4545         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4546         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4547         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4548           retrievals of result operand's value on assignment
4549
4550 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4551
4552         * device/include/pic16/string.h: modified prototype for memccpy()
4553         to memccpy(void *, void *, char, size_t)
4554         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4555         check whether to omit frame pointer or not,
4556         * (genInline): convert all occurences of "\n" to LF in inline
4557         assembler blocks, this helps formatting the inline text,
4558         * (pic16_loadFSR0): modified prototype,
4559         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4560         removed some 8051 legacy code,
4561         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4562         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4563         before allocating temporary registers in functions,
4564
4565 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4566
4567         * support/regression/tests/bitvars.c: corrected the "fix"
4568
4569 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4570
4571         * support/regression/tests/bitvars.c,
4572         * support/regression/tests/bitwise.c,
4573         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4574
4575 2005-02-10 Raphael Neider <rneider AT web.de>
4576
4577         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4578           different size for Alpha
4579         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4580
4581 2005-02-09 Raphael Neider <rneider AT web.de>
4582
4583         * src/SDCC.lex(doPragma) : save and restore warning options as well
4584           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4585         * have #pragma less_pedantic set the errorlevel to WARNING
4586           (fixes #1117001)
4587         * (cloneOptimize) : fixed wrong malloc's size
4588         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4589           facilitate correct handling of #pragma (save|restore)
4590
4591 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4592
4593         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4594
4595 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4596
4597         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4598
4599 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4600
4601         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4602
4603 2005-02-02 Raphael Neider <rneider AT web.de>
4604
4605         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4606         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4607         * (pic16_storeForReturn): fixed to allow returning function pointers
4608         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4609         * device/include/pic16/{stddef.h,stdbool.h}: added
4610
4611 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4612
4613         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4614
4615 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4616
4617         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4618         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4619          appeared to be required
4620
4621 2005-01-31 Borut Razem <borut.razem AT siol.net>
4622
4623         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4624           include/mcs51 and include/z80 directories to the package
4625
4626 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4627
4628         * src/hc08/gen.c (genFunction): fixed bug #1112752
4629
4630 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4631
4632         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4633
4634 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4635
4636         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4637
4638 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4639
4640         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4641
4642 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4643
4644         * device/include/c8051fxxx.h: removed these 6 files
4645         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4646
4647 2005-01-26 Raphael Neider <rneider AT web.de>
4648
4649         * src/pic16/gen.c (genAssign): fixed assignment from longs
4650           in codespace (were cut to three bytes)
4651         * (genDummyRead): implemented (except for CODESPACE...),
4652           fixed bug #1108575
4653         * src/pic16/glue.c (emitStatistics): beautified
4654         * device/lib/pic16/libm/Makefile: added include path
4655
4656 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4657
4658         * src/z80/gen.c (aopPut): fixed bug #1103902
4659
4660 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4661
4662         * device/lib/expf.c: fixed bug #1095792
4663
4664 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4665
4666         * device/lib/pic16/libm: added Math library sources
4667
4668 2005-01-24 Raphael Neider <rneider AT web.de>
4669
4670         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4671           to enable upcast to pCodeOpReg2 (there is no type tag to
4672           differenciate the two and pic16_popGet2p cast into PCOR2)
4673         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4674           (sizeof(sectNames) changed to sizeof(sectName))
4675           Both patches fix segfaults under MinGW.
4676
4677 2005-01-23 Raphael Neider <rneider AT web.de>
4678
4679         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4680           Safe_[mc]?alloc()'ed variables
4681         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4682           of (byte sized) temporaries (assign them to WREG for now)
4683         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4684           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4685           this might fix SIGSEGVs on MinGW...
4686         * src/SDCCopt.c (killDeadCode): restored original behaviour
4687           (volatile operands might get thrown away though)
4688
4689 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4690
4691         * src/pic16/gen.c: fixed bug #1106975,
4692         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4693         pointer update, INTCON is saved, global interrupts are disabled and
4694         restored after updateing TOS.
4695         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4696         * added function attribute 'shadowregs' to take advantage of shadow
4697         registers,
4698         * added function attribute 'wparam' as an alternative to the wparam
4699         pragma,
4700         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4701         user declares a non-ISR function as 'shadowregs',
4702         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4703
4704 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4705
4706         * .version: bumped version number to 2.4.8
4707         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4708         pic16 port,
4709         * device/lib/pic16/libio/i2c/: I2C module support library,
4710         * device/include/pic16/i2c.h: I2C support library header,
4711         * device/lib/pic16/libc/stdio/: standard IO support sources,
4712         * (printf_small.c): printf_small() source, supports float print,
4713         * (printf_tiny.c): printf_tiny() source, does not support floats,
4714         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4715         enable global optimizations for entire library source, other
4716         Makefiles in the source tree are also modified to reflect this,
4717         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4718         function,
4719         * doc/sdccman.lyx: updated to reflect new changes,
4720         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4721         sym->onStack if-case,
4722         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4723         sbit, idata, _idata, xdata, _xdata,
4724         * added pragma library, to link an external library, (see doc),
4725         * removed command line options, --pomit-config-words, --pomit-ivt,
4726         --pleave-reset-vector,
4727         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4728         when calling assembler to reflect memory model used, also define
4729         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4730         reflect stack model used,
4731         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4732         on stack return NULL,
4733
4734 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4735
4736         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4737           of the operands is volatile. Fixes #1020220
4738
4739 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4740
4741         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4742         * (OptimizeRegUsage): make sure that there is really no other flow where
4743           the first pCode is used
4744
4745 2005-01-22 Raphael Neider <rneider AT web.de>
4746
4747         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4748           to fix #1106967 (pCode->seq are not set up correctly)
4749
4750 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4751
4752         * src/SDCCglue.c (glue): make sure code area is declared before the
4753         static initialization area.
4754
4755 2005-01-21 Raphael Neider <rneider AT web.de>
4756
4757         * device/lib/Makefile.in: fixed test for pic16 install dir
4758         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4759           optimizations
4760         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4761           added --optimize-goto compiler switch and pragma wparam documentation
4762         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4763         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4764           and PRODH closing bug #1071770 (peephole optimizer)
4765
4766 2005-01-19 Raphael Neider <rneider AT web.de>
4767
4768         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4769           cmdLine buffers (used when calling sdcpp...) are large enough
4770           (MAX_PATH=256 truncates arguments leading to system halts when
4771           used in MinGW...)
4772         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4773         * (genUminus): rewritten to for efficiency
4774         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4775           used uninitialized in some cases)
4776         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4777           copy the third byte from the int -- now assumes 0x80 (data memory)
4778         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4779           operands (genAddLit expects the iCode's operands to swapped as
4780           well), fixed leftover bytes (crashed for short left operands)
4781         * (pic16_genMinusDec): performance improvements, removed false
4782           PIC14 emitSKPNCs
4783         * (pic16_genMinus): fixed to cope with differently sized operands
4784         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4785           for --obanksel > 1
4786         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4787         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4788           new banksel optimization
4789         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4790           analysis for temporary registers (segfaults...)
4791         * src/pic16/peeph.def: added rule
4792
4793 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4794
4795         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4796         which converts a float number to its ASCII representation
4797         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4798         functions to convert the fractional and integer part of a float to ASCII,
4799         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4800         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4801         ram
4802         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4803         _STATMEM macros,
4804         * device/include/pic16/adc.h: added GPL info,
4805         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4806         a pCodeOp as tested operand,
4807         * (genNearPointerGet): optimized bit testing, does not use
4808         intermediate register for bit value, test directly instead with
4809         BTFSS, BTFSC, works only for single bits,
4810         * (genpic16Code): dump the name of the iCode in the asm,
4811         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4812         renamed to pic16_decodeOp,
4813         * (serialRegAssign): do not allocate a temporary register for iCode
4814         sequences that test a single bit for 1/0
4815
4816 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4817
4818         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4819         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4820         access stack and frame pointers. They are initially assigned to
4821         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4822         accessing SFRs. Updated all occurences of modification of stack or
4823         frame pointer in gen.c and pcode.c,
4824         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4825         assigning of a literal value to pointers,
4826         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4827         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4828         selected
4829
4830 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4831
4832         * doc/sdccman.lyx: update documentation about stack pragma, added
4833         some info for stack memory models
4834
4835 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4836
4837         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4838
4839 2005-01-08 Raphael Neider <rneider AT web.de>
4840
4841         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4842           udata sections to fix bug #1097823
4843
4844 2005-01-05 Raphael Neider <rneider AT web.de>
4845
4846         * src/pic16/gen.c (genGenericShift): added handling of differently
4847           sized left operand and result
4848
4849 2005-01-04 Raphael Neider <rneider AT web.de>
4850
4851         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4852         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4853           to hold the condition bit)
4854         * added new version of genCmp (old code available via #define)
4855         * added new version of genShiftLeft/genShiftRight in a generic
4856           way, now supports shifting by negative values
4857         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4858           shiftCount (expected by genGenericShift)
4859         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4860         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4861           dump
4862         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4863           is an invalid literal too...)
4864
4865 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4866
4867         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4868         from Raphael Neider,
4869         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4870         for 8-bit literals. This fixes some literal operands which are sign
4871         extended to 16-bits ints when instruction needs only 8-bits.
4872
4873 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4874
4875         * device/lib/logf.c: added mcs51 assembly version
4876         * device/lib/expf.c: added mcs51 assembly version
4877         * device/lib/_logexpf.c: new shared asm code for expf and logf
4878         * device/include/math.h: add defines for assembly math library
4879         * device/lib/Makefile.in: build new _logexpf.c
4880         * device/lib/libfloat.lib: use new _logexpf.c
4881
4882 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4883
4884         * src/pic/device.c
4885         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4886           device types which have less than 0x7f registers.
4887
4888 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4889
4890         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4891
4892 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4893
4894         * device/lib/printf_fast.c: only build on supported arch.
4895         * device/lib/printf_tiny.c: only build on supported arch.
4896         * device/lib/printf_fast_f.c: only build if asm float lib
4897         * device/lib/_fsget1arg.c: only build if asm float lib
4898         * device/lib/_fsget2args.c: only build if asm float lib
4899         * device/lib/_fsnormalize.c: only build if asm float lib
4900         * device/lib/_fsreturnval.c: only build if asm float lib
4901         * device/lib/_fsrshift.c: only build if asm float lib
4902         * device/lib/_fsswapargs.c: only build if asm float lib
4903         * device/include/stdio.h: don't provide print_fast,
4904           print_fast_f, print_tiny prototypes if --xstack used
4905
4906 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4907
4908         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4909         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4910           to the SOURCES
4911
4912 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4913
4914         * device/lib/printf_fast_f.c: same as printf_fast, but
4915           with floating point enabled
4916         * device/lib/printf_fast.c: minor tweaks
4917         * device/include/stdio.h: add printf_fast_f
4918
4919 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4920
4921         * src/SDCCmain.c: make --float-reent default for mcs51
4922         * device/lib/_fsadd.c: added mcs51 assembly version
4923         * device/lib/_fssub.c: added mcs51 assembly version
4924         * device/lib/_fsmul.c: added mcs51 assembly version
4925         * device/lib/_fsdiv.c: added mcs51 assembly version
4926         * device/lib/_fseq.c: added mcs51 assembly version
4927         * device/lib/_fsneq.c: added mcs51 assembly version
4928         * device/lib/_fsgt.c: added mcs51 assembly version
4929         * device/lib/_fslt.c: added mcs51 assembly version
4930         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4931         * device/lib/Makefile.in: add _fscmp to build
4932         * device/lib/libfloat.lib: add _fscmp to build
4933
4934 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4935
4936         * device/lib/_fs2slong.c: added mcs51 assembly version
4937         * device/lib/_fs2sint.c: added mcs51 assembly version
4938         * device/lib/_fs2schar.c: added mcs51 assembly version
4939         * device/lib/_fs2ulong.c: added mcs51 assembly version
4940         * device/lib/_fs2uint.c: added mcs51 assembly version
4941         * device/lib/_fs2uchar.c: added mcs51 assembly version
4942         * device/lib/_slong2fs.c: added mcs51 assembly version
4943         * device/lib/_sint2fs.c: added mcs51 assembly version
4944         * device/lib/_schar2fs.c: added mcs51 assembly version
4945         * device/lib/_ulong2fs.c: added mcs51 assembly version
4946         * device/lib/_uint2fs.c: added mcs51 assembly version
4947         * device/lib/_uchar2fs.c: added mcs51 assembly version
4948         * device/include/float.h: added #define to select asm vs c
4949
4950 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4951
4952         * device/lib/printf_fast.c: improvements to float output
4953         * device/include/float.h: add defines for assembly float library
4954         * device/lib/_fsget1arg.c: receive 1 float arg
4955         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4956         * device/lib/_fsnormalize.c: normalize a float
4957         * device/lib/_fsreturnval.c: return float, various helper routines
4958         * device/lib/_fsrshift.c: right shift a float's mantissa
4959         * device/lib/_fsswapargs.c: swap 2 floats
4960         * device/lib/Makefile.in: build these 6 new files for mcs51
4961         * device/lib/libfloat.lib: add these 6 files to the library
4962
4963 2004-12-26 Borut Razem <borut.razem AT siol.net>
4964
4965         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4966           built by gcc 3.4.2
4967
4968 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4969
4970         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4971           and fully reentrant and register bank neutral.
4972         * device/lib/printf_fast.c: added float (not enabled by default),
4973           added compact/slower integer (also not enabled by default),
4974           improved size/speed of fast integer code, other minor changes
4975         * device/include/stdio.h, device/lib/Makefile.in,
4976           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4977
4978 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4979
4980         * src/pic16/pcode.c: declaring variables other than at the start of a
4981           block is not supported in C by VC6.
4982
4983 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4984
4985         * applied a previous patch from Raphael Neider that wasn't included
4986         in the previous commits, which fixes infinite loops within jumptable
4987         improvements,
4988         * made some fixes that previous patches introduced
4989
4990 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4991
4992         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4993         that fixes an issue with AOP_PCODE asmop's offset,
4994         * (pic16_popCopyReg): update instance field too,
4995         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4996         function of pic port,
4997         * (genCmp, genAnd, genAssign),
4998         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4999
5000 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5001
5002         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5003         variables initial values to idata section,
5004         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5005         variables in some functions. This utilizes parmBytes field of iCode
5006         structure to hold the offset of the variable in stack. (might be
5007         able to use the stack field too?)
5008         * applied patch from Raphael Neider # ### , # ###
5009         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5010         variable initial values in idata section,
5011         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5012         for static variables with initial value
5013         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5014         applied fix in while loop from Raphael Neider.
5015
5016 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5017
5018         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5019         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5020         * src/ds390/ralloc.c (serialRegAssign): spill bits
5021         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5022         * support/Util/SDCCerr.c,
5023         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5024         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5025         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5026
5027 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5028
5029         * device/include/sdcc-lib.h: inserted LGPL, added includes
5030           asm/ds390/features.h and asm/mcs51/features.h
5031         * device/include/asm/default/features.h,
5032         * device/include/asm/gbz80/features.h,
5033         * device/include/asm/z80/features.h: added empty _AUTOMEM
5034           and _STATMEM
5035         * device/include/asm/ds390/features.h,
5036         * device/include/asm/mcs51/features.h: added files with defines for
5037           _AUTOMEM and _STATMEM indicating automatic and static storage class
5038         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5039         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5040         * src/SDCCicode.c (geniCodeCast),
5041         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5042         * src/SDCCloop.c (loopInduction): removed unused variable lr
5043         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5044           to convertToFcall to include char modulo (RFE 1065037), added check
5045           if left operand is unsigned and use abs of literal value
5046         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5047           as it doesn't work after conversion from peephole.def to peephole.rul
5048         * src/mcs51/gen.c (toBoolean): added check for size,
5049           (genModOneByte): optimized code for signed char modulo a literal
5050           power of 2 (thanks to Hubert Sack),
5051           (genRRC): removed unnecessary "clr c",
5052           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5053         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5054           jump optimization,
5055           swapped rules 256.c and 256.d,
5056           extended 256.d by using new multiple checks (thanks Erik),
5057           added rules 256.e and 256.f,
5058           updated rule 261.a and 261.b to new generated code
5059         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5060
5061 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5062
5063         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5064           induction related bugs, including first part of bug #1074377
5065
5066 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5067
5068         * applied patch from bug-report #1076292,
5069         * applied patches for genAnd and Goto-optimizations for Raphael
5070         Neider,
5071         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5072         dump a less iCode information,
5073         * src/pic16/device.h (pic16_options_t): added field debgen,
5074         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5075         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5076         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5077         puclic,
5078         * (various functions): added macros FENTRY and FENTRY2 to functions,
5079         to emit function prologue,
5080         * (various functions): fixed indentation,
5081         * (genNearPointerGet): fixed loading of FSR0,
5082         * (genPackBits): applied patch from Raphael Neider to fix updating
5083         of FSR0 and touching only the modified bits,
5084         * src/pic16/genarith.c (various functions): added macros FENTRY to
5085         emit function prologue in comments,
5086         * src/pic16/pcode.h: added functions debugf2, debugf3,
5087         * src/pic16/ralloc.c: partial fix for packForPush caused
5088         segmentation fault,
5089
5090 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5091
5092         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5093           <stsp AT users.sourceforge.net> with reversed byte order
5094         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5095
5096 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5097
5098         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5099           bug #1074377
5100         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5101         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5102
5103 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5104
5105         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5106
5107 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5108
5109         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5110           conditions,
5111           (setFromConditionArgs): friendly operand parser for peephole rules,
5112           (operandBaseName, operandsNotRelated): new peephole condition
5113           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5114           architecture specific register naming into account, handles n-way
5115           comparisons, and supports quoted literals
5116         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5117
5118 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5119
5120         * src/mcs51/peeph.def: fixed bug #1076940
5121
5122 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5123
5124         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5125
5126 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5127
5128         Adding support for replacing ljmps with sjmps in jumptables
5129         generated for switch statements. For now you need to set the
5130         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5131         Now 4 algorithms for mcs51 jumptable generation are used:
5132         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5133         addresses loaded pc-relative for up to 112 cases and stack-pushing
5134         target addresses loaded with offset from dptr for up to 256 cases.
5135
5136         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5137         * src/mcs51/main.c: adapted constants for switch table generation
5138         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5139
5140 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5141
5142         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5143         * support/regression/tests/bug1057979.c: added test for bug 1073386
5144
5145 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5146
5147         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5148         compilers
5149
5150 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5151
5152         * src/pic16/device.h,
5153         * src/pic16/genarith.c,
5154         * src/pic16/glue.c,
5155         * src/pic16/main.c,
5156         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5157
5158 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5159
5160         Large cummulative patch for pic16 port.
5161         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5162         to call when a stack overflow occurs,
5163         * (malloc.h): added CVS Id tag,
5164         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5165         variable,
5166         * added libc directory. The current version of LibC contains string
5167         functions, ctype functions and macros and some functions of the
5168         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5169         be extensively tested in the future. Standard disclaimer here.
5170         Library is not automatically build yet. But one can build it by
5171         invoking 'make' inside the libc directory.
5172         * added ADC library under libio. Preliminary version yet.
5173
5174         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5175         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5176         aopForRemat() now and not by pic16_aopOp(),
5177         * (pic16_popGetTempReg): removed warning messgae when allocating
5178         temporary registers, its a buggy feature and will be removed,
5179         * (pic16_popGet): set register instance field in AOP_CRY,
5180         * (pic16_outBitC): fixed for results in size greater than 1,
5181         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5182         * (pic16_storeForReturn): optimized return of 0,
5183         * (genCmp): experimental code for new genCmp which uses PIC18's
5184         special compare&skip instructions. Initial tests fail some times
5185         with variables grater than 1 byte in size, so new code is disabled,
5186         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5187         a single bit,
5188         * (genCast): began a fix to optimize the casting of a bit to another
5189         bit, now assigning a bitfield to another bitfield will fail, sorry,
5190         * src/pic16/main.c: disabled the use of lr-support feature,
5191         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5192         * added some function prototypes, added function _debugf prototype,
5193         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5194         bits with offset (case PO_GPR_BIT),
5195         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5196         command line,
5197         * (isBankInstruction): modified to return 0 for no banking instruction,
5198         and 1 for banking instruction,
5199         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5200         caused stop processing pCodes after a inline assembly block,
5201         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5202         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5203         registers when it shouldn't,
5204         * src/pic16/ralloc.c (allocReg): add preliminary support for
5205         supporting a limited set of temporary registers,
5206
5207 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5208
5209         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5210           genDataPointerSet): ensure assignments always copy in MSB to LSB
5211           order,
5212           (loadRegFromAop): recognize CLRH optimization,
5213           (genFunction): optimize RECEIVE iCodes in reentrant functions
5214
5215 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5216
5217         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5218           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5219           selected.
5220         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5221         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5222           contiguous with data
5223
5224 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5225
5226         * device/lib/_gptrget.c (_gptrget),
5227         * device/lib/_gptrgetc.c (_gptrgetc),
5228         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5229           instead of sjmp to ret
5230         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5231           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5232
5233 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5234
5235         * .version: bumped version to 2.4.7
5236         * device/lib/_gptrget.c (_gptrget): is now _naked
5237         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5238         * device/lib/_gptrput.c (_gptrput): is now _naked
5239         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5240           (createFunction): fixed xstack
5241         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5242         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5243           or bit either,
5244           (geniCodeCritical): store original interrupt state in an iTemp bit
5245           var unless stack-auto
5246         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5247         * src/SDCCmain.c (setIncludePath): added include/target to search path
5248         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5249         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5250           prototype,
5251           (processFuncArgs): put bit vars in bit area
5252         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5253           unsaveRBank): fixed xstack,
5254           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5255           (genFunction, genEndFunction): fixed xstack,
5256           (genAssign): optimization don't walk backwards through mem
5257         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5258         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5259         * support/regression/Makefile: also make library (for stack-auto) when
5260           making "all" and added "test-mcs51-xstack-auto"
5261         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5262         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5263         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5264         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5265         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5266           make-library by MAKE_LIBRARY
5267         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5268           regression tests for xstack
5269         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5270         * support/regression/tests/critical.c: test for critical on mcs51
5271
5272 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5273
5274         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5275           built version of sdcc instead of installed version
5276
5277 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5278
5279         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5280         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5281           vprintf.c now
5282         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5283         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5284           WARNING: remove device/lib/build/z80/printf.o by hand when
5285           updating from previous build!
5286         * device/lib/z80/printf.c: updated comment
5287         * support/regression/tests/bug1057979.c: test all ports now
5288         * support/regression/tests/bug1065458.c: file added
5289
5290 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5291
5292         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5293           *_start and *_end symbols for static functions
5294
5295 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5296
5297         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5298           and search crt0.o in all library paths,
5299           (setIncludePath): proper handling of --nostdinc,
5300           (setLibPath): proper handling of --nostdlib
5301         * support/regression/Makefile,
5302         * support/regression/ports/ds390/spec.mk,
5303         * support/regression/ports/gbz80/spec.mk,
5304         * support/regression/ports/hc08/spec.mk,
5305         * support/regression/ports/mcs51/spec.mk,
5306         * support/regression/ports/mcs51-large/spec.mk,
5307         * support/regression/ports/mcs51-stack-auto/spec.mk,
5308         * support/regression/ports/z80/spec.mk: use include and lib files from
5309           built version of sdcc instead of installed version
5310         * doc/sdccman.lyx: fixed typo in --nostdinc
5311
5312 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5313
5314         * src/pic/pcode.c,
5315         * src/pic/device.c,
5316         * src/pic/ralloc.c,
5317         * src/pic/gen.c : added support to generate code for struct bit fields.
5318
5319 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5320
5321         * as/xa51/xa_version.h,
5322         * device/include/errno.h,
5323         * device/include/regc515c.h,
5324         * device/lib/_itoa.c,
5325         * device/lib/_ltoa.c,
5326         * device/lib/ser_ir_cts_rts.c,
5327         * sim/ucsim/xa.src/glob.cc,
5328         * sim/ucsim/xa.src/inst_gen.cc,
5329         * sim/ucsim/xa.src/xa_bit.cc,
5330         * sim/ucsim/xa.src/xa_sfr.cc,
5331         * sim/ucsim/z80.src/inst_dd.cc,
5332         * sim/ucsim/z80.src/inst_fdcb.cc,
5333         * support/scripts/keil2sdcc.pl,
5334         * src/pic16/pic16.dsp,
5335         * src/pic16/pic16a.dsp: corrected cvs line endings
5336         * device/lib/printf_large.c: fixed bug 1057979
5337         * src/pic16/gen.c: fixed non-C standard code
5338         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5339         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5340         * support/regression/ports/mcs51/support.c: reload T1 asap
5341         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5342           pdata use and clear idata startup behaviour
5343         * support/regression/tests/bug1057979.c: added
5344
5345 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5346
5347         * device/examples/ds390/ow390/ad26.h,
5348         * device/examples/ds390/ow390/cnt1d.h,
5349         * device/examples/ds390/ow390/crcutil.c,
5350         * device/examples/ds390/ow390/ownet.h,
5351         * device/examples/ds390/ow390/owsesu.c,
5352         * device/examples/ds390/ow390/swt12.h,
5353         * device/examples/ds390/ow390/swtoper.c,
5354         * device/examples/ds390/ow390/temp10.h,
5355         * device/examples/ds390/ow390/thermodl.c,
5356         * device/examples/ds390/tinitalk/tinitalk.dsp,
5357         * device/examples/ds390/tinitalk/tinitalk.dsw,
5358         * device/examples/mcs51/clock/hw.h,
5359         * device/examples/mcs51/simple2/go.bat,
5360         * device/examples/serialcomm/windows/serial.h,
5361         * device/examples/xa51/dummy.c,
5362         * device/examples/xa51/hello.c,
5363         * device/include/80c51xa.h,
5364         * device/include/at89x051.h: corrected cvs line endings
5365
5366 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5367
5368         * src/pic16/main.c (options): added command line --gstack, to trace
5369         stack over/under flows,
5370         * added pragma 'wparam' to allow passing first byte of function
5371         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5372         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5373         call to __gstack_test function and sets up the symbol as extern,
5374         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5375         * popaop): added call to pic16_testStackOverflow,
5376         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5377         wparamList list,
5378         * (genCall, genPcall): now all parameters are passed via stack
5379         except in functions that are pass to wparam pragma in which WREG is
5380         used too,
5381         * (genPcall): REENTRANT flag is checked to see if variable prototype
5382         contains reentrant keyword, don't call a non-reentrant function, via
5383         a reentrant function pointer or vice versa, functions are never
5384         passed via WREG,
5385         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5386         D.Winkler,
5387         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5388         SIGSEGV when accessing a NULL register stucture,
5389         * (pic16_printGPointerType): modified to handle UPPER modifier for
5390         function initializers, changed prototype of function to simpler one,
5391         * (pic16_printIvalFuncPtr): check to see if function is already
5392         added in externs list,
5393         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5394         optimized a move from W to SFR with a move to the same register
5395         later after a CALL,
5396         * device/lib/pic16/debug: NEW directory, contains debug features
5397         which are enabled when linking with libdebug.lib, currently command
5398         line option --gstack enables stack pointer tracing for over/under
5399         flow, corresponding sources are in debug/gstack
5400
5401 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5402
5403         * doc/sdccman.lyx: updated SDCC version,
5404         * (PIC16 port): update list of command line options,
5405         * src/pic16/device.h (structure pic16_options_t): added field gstack
5406         to enable stack overflow tracing on push/pops,
5407         * src/pic16/device.c (statistics structure): added statistics
5408         structure,
5409         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5410         pic16_dump_int_registers): increase statistics counters for each
5411         * variable which is encountered
5412         * (pic16_dump_usection): emit each .udata variable to its own udata
5413         section,
5414         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5415         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5416         parameters via stack, otherwise use old scheme,
5417         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5418         assembler output file,
5419         * src/pic16/main.c: added command line options --gstack to enable
5420         push/pop tracing for stack overflow,
5421         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5422         instructions): added size of each instruction,
5423         * (pic16_countInstruction): estimate size of instructions in
5424         the_pFile list, inline assembly blocks are not counted,
5425         * (pic16_FixRegisterBanking): trace previous register usage, when
5426         banksel optimizations is greater than 0, don't emit a redudant
5427         banksel directive,
5428
5429 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5430
5431         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5432         * src/pic16/ralloc.c : applied same fix for pic16.
5433         * src/pic/gen.c : tidied it up a little.
5434
5435 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5436
5437         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5438         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5439
5440 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5441
5442         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5443
5444 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5445
5446         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5447         non-reentrant function __modsint in the interrupt function (thus
5448         corrupting math operations during serial I/O)
5449         * device/lib/ser_ir.c: as above, changed buffersize
5450         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5451         256.c,d for zeroing
5452         * doc/Makefile: added option -t for rsync
5453
5454 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5455
5456         * src/SDCCast.h (struct ast),
5457         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5458
5459 2004-10-20 Borut Razem <borut.razem AT siol.net>
5460
5461         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5462         package
5463
5464 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5465
5466         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5467         makefile targets,
5468         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5469         support functions to replace long sequences of MOVFF's from access
5470         bank registers to stack and vice versa,
5471         * src/pic16/device.h: added new field opt_flags, where optimization
5472         flags can be set to enable certain features,
5473         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5474         * pBlock, (genFunction, genEndFunction): surroung loop for
5475         saving/loading used registers in stack with PC_INFO pCodes,
5476         INF_LREGS. Code in between can then be optimized by pCode optimizer
5477         to support function calls,
5478         * (genDataPointerSet): fixed bug which loaded float fields in
5479         structures with corrupt data,
5480         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5481         in a standard way debug info on stderr. Feature used for developing
5482         and debugging only,
5483         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5484         obsolete chunks of code,
5485         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5486         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5487         * pic16/src/pcode.c (pic16_newpCodeInfo,
5488         * (pic16_newpCodeOpLocalRegs),
5489         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5490         feature,
5491         * (pic16_pCodeConstString): printing of the initial value of a
5492         symbol as a comment is inhibited since parsing was already done by
5493         copyStr and output is corrupt,
5494         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5495
5496 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5497
5498         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5499
5500 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5501
5502         * as/mcs51/lkarea.c: removed old K&R style,
5503           (lnksect): changed check on boundary error,
5504           (lnksect2): changed check on boundary error,
5505           (lnksect2): extend XSTK to end of page if size = 1
5506         * as/mcs51/lkmain.c: removed old K&R style,
5507           (Areas51): create l_IRAM symbol
5508         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5509         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5510           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5511         * device/lib/_mullong.c: added version to be compiled with xstack
5512         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5513         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5514         * device/lib/mcs51/crtxstack.asm: fixed comment
5515         * src/SDCCglue.c: maxInterrupts defaults to 0,
5516           (emitMaps): added pdata,
5517           (createInterruptVect): (re)moved default,
5518           (glue): added pdata,
5519           (glue): moved __start__xstack to XSTK with default size 1
5520         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5521           and options.float_rent when options.stackAuto is set,
5522           (linkEdit): only write XDATA_NAME if provided on command line
5523         * src/SDCCmem.h,
5524         * src/SDCCmem.c: added pdata
5525         * src/port.h: added pdata_name to PORT
5526         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5527           (saveRegisters, unsaveRegisters): removed usage of B,
5528           (genMinus): fixed accumulator clash,
5529           (genJumpTab): added comment, this needs another look
5530         * src/mcs51/gen.c: added check for "B in use" paranoia,
5531           added pushB() and popB()
5532         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5533           chance
5534         * src/avr/main.c,
5535         * src/ds390/main.c,
5536         * src/hc08/main.c,
5537         * src/mcs51/main.c,
5538         * src/pic/main.c,
5539         * src/pic16/main.c,
5540         * src/xa51/main.c,
5541         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5542           added PSEG (PAG,XDATA) or NULL to port specifier
5543         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5544         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5545           (_mcs51_genInitStartup): removed __start__xstack equ,
5546           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5547         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5548         * src/z80/gen.c (_rleAppend): fixed warnings
5549         * support/regression/tests/zeropad.c: added pdata test
5550         * .version: bumped to 2.4.6
5551
5552 2004-10-17 Borut Razem <borut.razem AT siol.net>
5553
5554         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5555         as a part of nightly build
5556
5557 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5558
5559         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5560         WREG holds the first byte function parameters,
5561         * (aopForSym): take special case for symbols which are in FARSPACE
5562         but in CODESPACE too,
5563         * (assignResultValue): modified to take into account _G.useWreg,
5564         * (genCall): don't use wreg for parameter passing when function is
5565         declared as reentrant, too, added optimization INCF to stack
5566         pointer when stack parameter count is 1,
5567         * (genFunction, genEndFunction): refurnished and fixed to not using
5568         wreg for passing parameters when function has varargs or is
5569         reentrant, fixed bug with symbol name compare for generating
5570         functions in absolute address,
5571         * (pic16_storeForReturn): refurnished,
5572         * (genCmp): began writing a new version of the function, not ready
5573         yet, therefore it is disabled,
5574         * (genAssign): do not read code memory when assigning a function to
5575         a pointer function,
5576         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5577         array of characters, not pointer,
5578         * (pic16initialComments): in debug mode emit an .ident directive for
5579         the assembler,
5580         * (_process_pragma): emit a new warning type (internal to pic16)
5581         when setting stack to default length, emit a similar warning when
5582         placing a function at absolute address and address is not word aligned
5583         * (_pic16_parseOptions): added 'return TRUE' statement,
5584         * (_pic16_linkEdit): if compiling a source, then add the source's
5585         file object, first in the list of objects to link,
5586
5587 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5588
5589         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5590         * src/pic/main.c : removed VC warning.
5591         * src/pic/gen.c : changed comment.
5592
5593 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5594
5595         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5596         reference to a deprecated symbol _GPTRREG was causing failure to
5597         link. Thanks G. M. Gallant for the info.
5598
5599 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5600
5601         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5602         comments for Bugs item #954788.
5603
5604 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5605
5606         * src/pic16/device.c (pic16_dump_gsection,
5607         * pic16_groupRegistersInSection): handle symbols declared to be in
5608         access bank differently,
5609         * src/pic16/gen.c (struct _G): added field resDirect,
5610         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5611         send values read from stack directly to result and don't allocate
5612         temporary values,
5613         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5614         same registers,
5615         * (pic16_sameRegsOfs): NEW,
5616         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5617         free because they were not allocated from temporary pool,
5618         * pic16_popRegFromString): workaround to fix a problem with
5619         allocating variables twice or never,
5620         * (genGenPointerGet): using PRODL instead of FSR0H,
5621         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5622         instead of FSR0H,
5623         * (genAssign): take advantage of the _G.resDirect flag,
5624         * (genCast): around line 11844, use mov2f instead of directly
5625         MOVFF'ing between operands to account for literal values,
5626         * src/pic16/genutils.c: some new debug functions for gpsim have been
5627         added,
5628         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5629         float with integer part only,
5630         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5631         place variables in access bank
5632         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5633         updated sources to reflect recent changes in gen.c
5634
5635 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5636
5637         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5638         sources that searched for headers in installation path, now the
5639         device/include/pic16 is used,
5640         * src/pic16/glue.c (pic16glue),
5641         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5642         .line directives if not in debug mode, this suppresses assembler's
5643         warnings for ignored directives
5644
5645 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5646
5647         * src/port.h: made reset_regparms prototype void parameter explicit.
5648         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5649         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5650         * doc/sdccman.lyx: documented warning disabling and how to use
5651           printf_large to make it print floats.
5652         * device/include/stdbool.h: NEW
5653         * device/lib/_atof.c,
5654         * device/lib/_divuint.c,
5655         * device/lib/_divulong.c,
5656         * device/lib/expf.c,
5657         * device/lib/printf_large.c,
5658         * device/lib/sincosf.c,
5659         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5660         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5661           a completely reentrant lib.
5662
5663 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5664
5665         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5666         * device/include/pic16/stdio.h: fixed bug with colon
5667
5668 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5669
5670         * device/include/pic16/stdio.h,
5671         * device/include/pic16/stdlib.h,
5672         * device/include/pic16/math.h: NEW
5673         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5674         declared as _naked to reduce overhead
5675         * device/lib/Makefile.in (target port-specific-objects-pic16):
5676         changed * to *.* so to ignore the CVS directory,
5677         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5678         stacked variables back in stack,
5679         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5680         corruption
5681
5682 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5683
5684         * .version: bumped version number to 2.4.5
5685         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5686         * support/Util/SDCCerr.c (messages structure): added entry for
5687         W_POSSBUG2
5688
5689         Large cumulative patch for pic16 port and libraries.
5690         * device/include/pic16/sdcc-lib.h,
5691         * device/include/pic16/stdarg.h,
5692         * device/include/asm/pic16/features.h,
5693         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5694         * device/include/pic16/float.h: changes reentrant keyword with
5695         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5696         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5697         updated target build-libraries to include objects from gptr,
5698         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5699         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5700         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5701         all function headings,
5702         * src/SDCCmain.c: added global parameter userIncDirsSet,
5703         * (parseCmdLine): when option -I is encountered add directory to
5704         userIncDirsSet too,
5705         * src/version.awk: added space between control and long,
5706         * src/pic16/NOTES: added some notes for the port,
5707         * src/pic16/gen.c: added prototype for mov2fp function,
5708         * (fReturnpic16[]): properly named return value registers,
5709         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5710         * (aopForSym): added code to handle symbols with onStack flag set,
5711         symbols onStack are allocated PTRSIZE bytes,
5712         * (aopFreeAsmop): handles special case where asmops are stack objects,
5713         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5714         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5715         added argument lock to trace flaws in allocating temporary registers
5716         when developing port,
5717         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5718         * (pic16_popRegFromString): reenabled allocating a direct register
5719         from string,
5720         * (assignResultValue): various beautifications,
5721         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5722         referenced function argument,
5723         * (genIpush): reenabled to allow stacked arguments, handles only
5724         ic->parmPush iCodes,
5725         * (genCall, genPcall): major changes to allow for variable argument
5726         functions, fixed a bug with falsely restoring stack pointer after
5727         returning from call,
5728         * (genFunction): pending code for critical function,
5729         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5730         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5731         * (genNearPointerGet): fixed bug with indirect reading, was always
5732         reading from INDF0
5733         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5734         pointers,
5735         * (genAddrOf): rewrote code to take address of a stacked function parameter
5736         * (genCast): fixed casting to generic pointer type,
5737         * src/pic16/gen.h: added AOP_STA,
5738         * (struct asmop): added field stk,
5739         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5740         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5741         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5742         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5743         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5744         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5745         generic pointers,
5746         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5747         and library paths,
5748         * (pic16_port structure): generic pointer size is set to 3,
5749         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5750         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5751         compiler warning,
5752         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5753         operand is an iTemp,
5754
5755 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5756
5757         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5758         * debugger/mcs51/simi.c: addapt new syntax of s51
5759
5760 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5761
5762         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5763         * src/pic16/pcode.c: commented out some calls to free() in order to
5764         fix bug #989576,
5765
5766 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5767
5768         * src/SDCCicode.h,
5769         * src/SDCCicode.c (isiCodeInFunctionCall),
5770         * src/avr/ralloc.c (selectSpil),
5771         * src/pic/ralloc.c (selectSpil),
5772         * src/pic16/ralloc.c (selectSpil),
5773         * src/ds390/ralloc.c (selectSpil),
5774         * src/hc08/ralloc.c (selectSpil),
5775         * src/xa51/ralloc.c (selectSpil),
5776         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5777         stack in the middle of a function call sequence (fixes bug #1020268)
5778         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5779         costs associated with the minimum switch case.
5780
5781 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5782
5783         * src/SDCC.lex: fixed bug #1030549
5784
5785 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5786
5787         * src/SDCCcse.h (struct cseDef),
5788         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5789         over a function call if the CSE is derived from a symbol whose
5790         address has been taken (fixes bug #1029883)
5791         * support/regression/tests/bug-1029883: a new regression test for
5792         this bug
5793
5794 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5795
5796         * src/hc08/gen.c (emitinline): fixed bug #1029778
5797         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5798         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5799         and starts toward RFE #905167)
5800
5801 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5802
5803         * src/pic16/gen.c (mov2f): New function to move an operand to
5804         another without considering if it is a literal or a register,
5805         * (pic16_sameRegs): don't check if they are both AOP_REG,
5806         * (AccRsh): removed andmask=0 lines,
5807         * (genLeftShift): duplicated to be improved in future versions,
5808         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5809         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5810         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5811         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5812         * (insertBankSwitch): fixed inserting banksel directives algorithm
5813         for instructions that follow a skip instruction, this fixes a report
5814         for broken subtraction code generation,
5815         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5816         iCode is a left op, just in case result and right share the same
5817         registers
5818
5819 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5820
5821         * src/hc08/main.c,
5822         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5823         preservation of HX
5824         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5825         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5826         on 2004-09-12; it was buggy
5827
5828 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * src/SDCCsymt.h: removed RESULT_CHECK
5831         * src/SDCCast.c,
5832         * src/SDCCglue.c,
5833         * src/SDCCval.c,
5834         * src/pic/glue.c,
5835         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5836
5837 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5838
5839         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5840         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5841         configuration values no more rejected by compiler, they are assigned
5842         to configuration registers with a warning message instead,
5843         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5844         the for-loop so last conf register is emitted too,
5845         * (_pic16_initPaths): link library libsdcc.lib by default,
5846         * (_hasNativeMulFor): modified test for multiplication according to
5847         Raphael Neider's remarks. Integer multiplication is also done with
5848         support functions,
5849         * device/include/pic16/pic18fregs.h: corrected type error in while
5850         testing and including 18f6720 header file
5851
5852 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5853
5854         * src/pic16/device.h (pic16_options): removed field use_crt,
5855         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5856         until an optimization to handle single bits is added,
5857         * (pic16_loadFSR0): moved before genUnpackBits,
5858         * (genAnd): some white lines removed,
5859         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5860         leave_reset flags in pic16_options when using crt modules,
5861
5862 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5863
5864         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5865           for bugs 898889 & 979599. Also used some safer print instructions.
5866
5867 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5868
5869         * src/pic16/device.h (pic16_options_t): added field use_crt,
5870         crt_name, no_crt,
5871         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5872         catch a probable future bug,
5873         * src/pic16/gen.c: aopIdx function commented out,
5874         * (genAssign): commented out old code which used aopIdx,
5875         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5876         code, added if conditionals to take into account the --use-crt
5877         command line options,
5878         * src/pic16/main.c (pic16_optionsTable): added new command line
5879         options, --use-crt= and --no-crt,
5880         * (_pic16_linkEdit): now the proper crt object is added in the
5881         linker command line except than when --no-crt is specified,
5882         * src/pic16/pcode.c,
5883         * src/pic16/pcode.h: added some structures and functions for a new
5884         optimization scheme to compansate for instruction overhead between
5885         same iCodes, this scheme is currently under development and is not
5886         working in any way,
5887         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5888         to && operator,
5889         * device/lib/pic16/startup/crt0i.c,
5890         * device/lib/pic16/startup/crt0iz.c: added global char variable
5891         __uflags to force the generation of an idata section
5892
5893 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5894
5895         * doc/Makefile,
5896         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5897         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5898
5899 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5900
5901         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5902         Frieder) and clarified the default code optimization mode
5903
5904 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCC.lex (doPragma, process_pragma),
5907         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5908         "opt_code_size", and "opt_code_balanced"
5909         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5910         regrouped options by category, added support for category headers
5911         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5912         and "--opt-code-size"
5913         * doc/sdccman.lyx: documented these new options and pragmas
5914         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5915         preference into account
5916
5917 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5918
5919         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5920           geniCodePreDec): Fixed bug 904237 by generating a warning
5921         * src/SDCCerr.h,
5922         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5923
5924 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5925
5926         * src/pic/device.c : When no max ram set validate full memory range.
5927         * src/pic/pcode.c,
5928         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5929
5930 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5931
5932         * device/lib/_gptrget.c,
5933         * device/lib/_gptrput.c: updated comment
5934         * device/lib/calloc.c,
5935         * device/lib/free.c,
5936         * device/lib/malloc.c,
5937         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5938         * src/SDCCcse.c (cseBBlock),
5939         * src/SDCCicode.c (printOperand, geniCodeArray),
5940         * src/SDCCicode.h (struct operand): fixed bug 868103
5941         * support/regression/tests/bug-868103.c: added
5942         * src/SDCCast.c (searchLitOp),
5943         * src/SDCCcse.h (struct cseDef),
5944         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5945         * src/SDCCicode.h (struct operand),
5946         * src/SDCCsymt.h (struct sym_link),
5947         * src/avr/gen.c (hasInc),
5948         * src/ds390/gen.c (hasInc),
5949         * src/hc08/gen.c (genPlusIncr, hasInc),
5950         * src/mcs51/gen.c (hasInc),
5951         * src/pic16/glue.c (pic16_printIvalChar),
5952         * src/pic16/ralloc.c (regWithIdx),
5953         * src/xa51/gen.c (hasInc) : removed warnings
5954         * src/SDCCast.c (createBlock): added comment ???
5955         * src/hc08/ralloc.c: updated comments
5956
5957 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5958
5959         * doc/sdccman.lyx: updated section on switch statements, added
5960         section about semaphore locking
5961         * doc/Makefile: added option -info for latex2html
5962         * device/lib/_gptrget.c,
5963         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5964
5965 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5966
5967         * src/pic/device.h,
5968         * src/pic/device.c,
5969         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5970          maxram is less than 0x100.
5971
5972 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5973
5974         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5975
5976 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5977
5978         * src/port.h,
5979         * src/mcs51/main.c,
5980         * src/ds390/main.c,
5981         * src/z80/main.c,
5982         * src/hc08/main.c,
5983         * src/pic/main.c,
5984         * src/pic16/main.c,
5985         * src/avr/main.c,
5986         * src/xa51/main.c
5987         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5988         a jump table is the best form for a switch statement, including
5989         automatic insertion of missing cases to make the case range
5990         continuous. Developed in collaboration with Frieder Ferlemann.
5991
5992 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5993
5994         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5995         accumulator result if it needs sign extension
5996
5997 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5998
5999         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6000
6001 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6002
6003         * device/lib/gbz80/printf.c,
6004         * device/lib/z80/printf.c: removed define for NULL
6005
6006 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6007
6008         * as/xa51/xa_link.c,
6009         * device/examples/ds390/ow390/ad26.c,
6010         * device/examples/ds390/ow390/cnt1d.c,
6011         * device/examples/ds390/ow390/counter.c,
6012         * device/examples/ds390/ow390/ds2480.h,
6013         * device/examples/ds390/ow390/ds2480ut.c,
6014         * device/examples/ds390/ow390/findtype.c,
6015         * device/examples/ds390/ow390/gethumd.c,
6016         * device/examples/ds390/ow390/owllu.c,
6017         * device/examples/ds390/ow390/ownetu.c,
6018         * device/examples/ds390/ow390/swt12.c,
6019         * device/examples/ds390/ow390/swtloop.c,
6020         * device/examples/ds390/ow390/temp.c,
6021         * device/examples/ds390/ow390/temp10.c,
6022         * device/examples/ds390/ow390/thermo21.c,
6023         * device/examples/ds390/ow390/tinilnk.c,
6024         * device/examples/ds390/ow390/tstfind.c,
6025         * device/examples/serialcomm/windows/serial.cpp,
6026         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6027         * device/include/reg51.h: fixed line endings for cvs
6028
6029 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6030
6031         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6032         packRegsForAccUse, packRegisters): new accumulator register
6033         packing algorithm
6034         * support/regression/ports/hc08/support.c (_putchar): suppress
6035         warning of unused variable
6036         * src/SDCCicode.c: added SWAP entry to codeTable
6037
6038 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6039
6040         * device/lib/sprintf.c: forgot to add this file before previous commit
6041
6042 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6043
6044         * src/pic16/gen.c (genPackBits): added operand right in function
6045         parameters, load result directly if p_type is POINTER (that is
6046         called by genNearPointerSet)
6047         * (genUnPackBits): added operand left in function parameters,
6048         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6049         FSR0 if accessing bitfields,
6050
6051 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6052
6053         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6054           _print_format; updated printf, sprintf, vsprintf
6055         * device/include/asm/default/features.h: corrected comment/define
6056         * device/lib/Makefile.in: added sprintf.c
6057         * device/lib/libsdcc.lib: added sprintf module
6058         * device/lib/printf_large.c,
6059         * device/lib/vprintf.c,
6060         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6061           into these 3 files
6062         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6063         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6064         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6065           hc08 test
6066         * support/regression/tests/zeropad.c: define idata as data for hc08
6067
6068 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6069
6070         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6071         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6072         labels are referenced at least once (even if a reference is not found)
6073         * src/hc08/gen.c (emitcode): set isComment flag for comments
6074         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6075         loads), rules 6a..6b (optimize jumps to return)
6076
6077 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6078
6079         * device/lib/acosf.c (acosf),
6080         * device/lib/asinf.c (asinf),
6081         * device/lib/atanf.c (atanf),
6082         * device/lib/ceilf.c (ceilf),
6083         * device/lib/cosf.c (cosf),
6084         * device/lib/coshf.c (coshf),
6085         * device/lib/cotf.c (cotf),
6086         * device/lib/fabsf.c (fabsf),
6087         * device/lib/floorf.c (floorf),
6088         * device/lib/log10f.c (log10f),
6089         * device/lib/logf.c (logf),
6090         * device/lib/sinf.c (sinf),
6091         * device/lib/sinhf.c (sinhf),
6092         * device/lib/sqrtf.c (sqrtf),
6093         * device/lib/tanf.c (tanf),
6094         * device/lib/tanhf.c (tanhf),
6095         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6096         replaced all instances of "reentrant" in the library functions
6097         defined in math.h with this macro.
6098         * support/regression/tests/float_trans.c: reenabled test for hc08
6099
6100 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6101
6102         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6103         erroneously deleted
6104
6105 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6106
6107         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6108         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6109         multi-byte volatile operands are used
6110         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6111         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6112         initialization to area GSINIT0 so that it would always precede
6113         any static initializers in GSINIT
6114         * support/regression/tests/zeropad.c: fixed idata define for hc08
6115         * support/regression/tests/bug-927659.c,
6116         * support/regression/tests/float_trans.c: disabled tests for hc08
6117         pending missing library routines
6118         * .version: increased version number to 2.4.4 - hc08 port now passes
6119         regression tests
6120
6121
6122 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6123
6124         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6125         * Makefile.common.in,
6126         * as/Makefile,
6127         * as/hc08/Makefile.in,
6128         * as/mcs51/Makefile.in,
6129         * as/z80/Makefile.in,
6130         * debugger/mcs51/Makefile.in,
6131         * device/include/Makefile.in,
6132         * device/lib/Makefile.in,
6133         * doc/Makefile,
6134         * link/Makefile,
6135         * link/z80/Makefile.in,
6136         * packihx/Makefile.in,
6137         * sim/ucsim/main_in.mk,
6138         * sim/ucsim/avr.src/Makefile.in,
6139         * sim/ucsim/doc/Makefile.in,
6140         * sim/ucsim/gui.src/serio.src/Makefile.in,
6141         * sim/ucsim/hc08.src/Makefile.in,
6142         * sim/ucsim/s51.src/Makefile.in,
6143         * sim/ucsim/xa.src/Makefile.in,
6144         * sim/ucsim/z80.src/Makefile.in,
6145         * src/Makefile.in,
6146         * support/cpp2/Makefile.in,
6147         * support/librarian/Makefile,
6148         * support/makebin/Makefile: added DESTDIR to the install path proposed
6149         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6150         * doc/sdccman.lyx: added DESTDIR documentation
6151
6152 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6153
6154         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6155         instruction for interrupt handlers, use fast returns when returning
6156         from high priority interrupts
6157
6158 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6159
6160         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6161         code generation
6162         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6163         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6164         bugs, ported much of Bernhard's code from mcs51
6165         * src/mcs51/gen.c (genSend),
6166         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6167         than one when calling a reentrant function
6168         * device/lib/_mullong.c: defined an alternate struct layout for big
6169         endian ports (hc08)
6170
6171 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6172
6173         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6174         test
6175
6176 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6177
6178         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6179         are sane and complete before asking the port its prefered parameter
6180         passing method (fixes bug #1017633)
6181         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6182         and _ret3
6183
6184 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6185
6186         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6187         problem in bitfields >= 8 bits.
6188
6189 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6190
6191         * src/SDCCsymt.c: undid changes that were not meant to be committed
6192
6193 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6194
6195         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6196
6197 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6198
6199         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6200           copied and wrong bit got inverted
6201
6202 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6205         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6206         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6207         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6208         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6209         assignments to bitfields at known addresses
6210         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6211         reads from bitfields at known addresses
6212         * src/hc08/ralloc.c (packRegisters),
6213         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6214         genhc08Code): optimize pointer get values used as conditionals
6215         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6216         and branch
6217
6218 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6219
6220         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6221         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6222         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6223         as conditionals
6224
6225 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6226
6227         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6228
6229 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6232         related problems
6233
6234 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6235
6236         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6237
6238 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6239
6240         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6241         mcs51 port
6242
6243 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6244
6245         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6246
6247 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6248
6249         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6250         cases use more compact code.
6251
6252 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6253
6254         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6255
6256 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6257
6258         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6259
6260 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6261
6262         * src/SDCCsymt.h,
6263         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6264         parameter of changePointer() from symbol* to sym_link*
6265         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6266         * src/SDCCsymt.c (compareType): void* type is castable to other
6267         pointers, but not necesarily an exact match.
6268         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6269         is no longer blindly treated as an exact match.
6270         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6271
6272 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6273
6274         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6275
6276 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6277
6278         * src/pic/gen.c,
6279         * src/pic/pcode.c,
6280         * src/pic/ralloc.h,
6281         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6282
6283 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6284
6285         * src/pic/device.c,
6286         * src/pic/device.h,
6287         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6288
6289 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6290
6291         * src/mcs51/gen.c (emitcode): fixed bug #992819
6292
6293 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6294
6295         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6296           there's no need to make it worse
6297
6298 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/mcs51/ralloc.c (deassignLR),
6301         * src/ds390/ralloc.c (deassignLR),
6302         * src/hc08/ralloc.c (deassignLR),
6303         * src/z80/ralloc.c (deassignLR),
6304         * src/pic/ralloc.c (deassignLR),
6305         * src/pic16/ralloc.c (deassignLR),
6306         * src/avr/ralloc.c (deassignLR),
6307         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6308         rlivePoint): fixed another part of bug #971834
6309
6310 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6311
6312         * src/z80/main.c: enabled "critical" keyword
6313         * src/z80/mappings.i,
6314         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6315         functions (fixes bug #979646)
6316         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6317
6318 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6319
6320         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6321           such as c:\mydir.
6322
6323 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6324
6325         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6326           doesn't disable too much optimizations
6327
6328 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6329
6330         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6331
6332 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6333
6334         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6335
6336 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6337
6338         * src/pic/gen.c tidied up tabs
6339         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6340         * src/pic/main.c tidied up tabs
6341         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6342         * src/pic/pcoderegs.c tidied up tabs
6343         * src/pic/ralloc.c tidied up tabs
6344
6345 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6346
6347         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6348         to S_FIXED for pic16 port and when symbol is not in level 0,
6349         allocate for S_REGISTER storage class and pic16 port, too,
6350         * src/pic16/device.h: prototype for checkSym,
6351         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6352         * (pic16_assignConfigWordValue): test the value and the mask to
6353         validate that the value is suitable for the configuration word,
6354         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6355         collect extern declared symbols, don't emit symbol twice, check
6356         first if symbol is in publics set first,
6357         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6358         * added command line '--fstack' which enables an experimental
6359         feature for stack access, too buggy to be used yet...
6360         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6361         * (pic16_allocDirReg): when register has storage class S_REGISTER
6362         allocate in pic16_dynAccessRegs,
6363         * device/include/pic16/pic18f????.h: modified configuration word
6364         naming convention, words started as CONFIG0H but should be CONFIG1H
6365
6366 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6367
6368         * device/include/mcs51reg.h: fixed bug 970993
6369
6370 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6371
6372         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6373         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6374         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6375         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6376         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6377         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6378           error/warning numbers,
6379           added function setWarningDisabled()
6380         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6381         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6382           _memcmp.c _memmove.c calloc.c realloc.c free.c
6383         * support/regression/tests/malloc.c: added tests for new functionality
6384         * support/regression/tests/zeropad.c: added tests for truncated initializers
6385           and initialized char arrays starting with '\x0'
6386         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6387
6388 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6389
6390         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6391
6392 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6393
6394         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6395         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6396         peephole 177.e. Thanks to anonymous
6397
6398 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6399
6400         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6401         function isn't used in the source but referenced as a
6402         variable initializer then declare it as extern in .asm file
6403
6404 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6405
6406         * .version: increased version number to 2.4.3
6407
6408         Adding version extension according to ChangeLog CVS revision
6409         * src/Makefile.in (target all): added dependency 'version.h'
6410         * (rule version.h): added rule to create version.h from ChangeLog,
6411         * (rule dep): added dependency version.h,
6412         * src/version.awk: AWK script to create version.h
6413         * src/SDCCdwarf2.c (dwWriteModule),
6414         * src/SDCCglue.c (initialComments),
6415         * src/SDCCmain.c (printVersionInfo): modified to write after
6416         version string the version extension number,
6417         * src/SDCCutil.c: included "version.h"
6418         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6419         number,
6420         * src/SDCCutil.h: added prototype for getBuildNumber
6421
6422         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6423         includeDirsSet, too,
6424         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6425         const char [] is found in function prototype...
6426
6427         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6428         moving to WREG with source is already in WREG,
6429         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6430         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6431         * (aopForSym): stack'ed symbols are partially supported, added
6432         if-clause to support symbols in FARSPACE,
6433         * (sameRegs): added test for AOP_ACC to see if registers are same,
6434         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6435         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6436         * (pic16_popRegFromString): will not allocate a new register if it
6437         doesn't find one by name, bug may have introduced...
6438         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6439         * (genIpush): revived to use pic16 port's stack,
6440         * (genAddrOf): added incomplete case for stack'ed operand,
6441         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6442         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6443         can handle multibyte operands,
6444         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6445         * (pic16initialComments): added message for MPLAB compatibility
6446         mode enabled,
6447         * src/pic16/main.h: prototype for pic16_mplab_comp,
6448         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6449         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6450         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6451         because of increased complexity of procedure,
6452         * (_process_pragma): stack pragma changed to format 'stack pos len',
6453         emit symbol '_stack_end' to conform with gplink,
6454         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6455         to search for register,
6456         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6457         PO_GPR_REGISTER,
6458         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6459         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6460         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6461         case for PO_GPR_REGISTER,
6462         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6463         dies, the new era is ahead !...
6464         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6465         pic16_dynInternalRegs,
6466         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6467         * (pic16_allocDirReg): minor optimizations and bug fixes,
6468         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6469
6470         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6471         load stack and frame pointer with address of 'stack_end' symbol
6472
6473 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6474
6475         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6476         without source code but only variable initializers
6477
6478 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6479
6480         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6481         external are not declared as extern to reduce overhead while linking
6482
6483 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6484
6485         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6486
6487 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6488
6489         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6490           Yee Keat for the patch
6491         * src/SDCCast.c (decorateType): fixed bug #979599
6492         * src/ds390/gen.h: removed local fReturnSizeDS390
6493         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6494         * src/ds390/gen.c (genAnd, genOr, genXor),
6495         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6496
6497 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6498
6499         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6500         add relFilesSet to $3, manipulate $2 to handle linking of object
6501         files without source files in command line,
6502         * device/include/pic16 (all headers): added ID location macros,
6503         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6504         entries for ID location bytes,
6505         * (pic16_assignIdByteValue): NEW,
6506         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6507         added field dumpcalltree to pic16_options_t,
6508         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6509         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6510         emitting rFalseIfx label after check_carry label,
6511         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6512         pic16_emitDIRegs), NEW
6513         * (pic16glue): dump .calltree file when option --calltree found,
6514         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6515         * (_pic16_genAssemblerPreamble): emit ID locations after
6516         configuration registers,
6517         * (pic16_linkCmd): modifications of the link command,
6518         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6519         * (pic16_pCodeInitRegisters): don't init stack registers,
6520         * (pic16_findPrevInstruction): fixed bug,
6521         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6522         bug with immediate registers,
6523         * (buildCallTree): traces stack push and pop,
6524         * (pct2): dump also stack usage for each function,
6525         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6526         * (pic16_allocDirReg): various modifications,
6527         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6528         fixed to 1,
6529
6530 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6531
6532         * src/pic16/pcode.c: removed buggy double colon
6533
6534 2004-07-01 Borut Razem <borut.razem AT siol.net>
6535
6536         * support/scripts/sdcc.nsi: added include/pic16 to setup
6537
6538 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6539
6540         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6541         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6542         target 'clean',
6543         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6544         specific command line arguments. Also added sample lkr script
6545         for placing a variable at a specific memory bank.
6546         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6547         at a specific memory bank,
6548         * (pic16_dump_isection): fixed bug which caused string literals to
6549         be omitted when dumping idata section,
6550         * (pic16_groupRegistersInSection): added code to handle registers
6551         in specific memory banks,
6552         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6553         public, all references are renamed too,
6554         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6555         AOP_DPTR2,
6556         * (pic16_storeForReturn): added case to handle when dest is WREG,
6557         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6558         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6559         pic16_rel_udata, check to see if that register is marked as being
6560         a member of a specific memory bank,
6561         * (pic16_printIvalCharPtr): added code to add string literals either
6562         to code or the idata sections,
6563         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6564         also accept the 'udata' pragma,
6565         * src/pic16/main.h: new structure types sectName and sectSym
6566         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6567         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6568         * (pic16_findPrevInstruction): fixed, it returned nothing,
6569         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6570         instruction combinations,
6571         * (pic16_FixRegisterBanking): heavily reorganised,
6572         * (pic16_AnalyzeBanking): if generating banksel directives is
6573         disabled, then don't call FixRegisterBanking at all,
6574         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6575         completely removed,
6576         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6577
6578 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6579
6580         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6581         Phuah Yee Keat <yk.phuah AT nestac.com>
6582
6583 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6584
6585         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6586         correctly the IVT even if it is relocated to some other location
6587
6588 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6589
6590         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6591         * device/include/pic16/pic18f2220.h: NEW,
6592         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6593         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6594         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6595         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6596         nodefaultlibs, ivt_loc is the location of the interrupt vector
6597         table, and nodefaultlibs signs that default libraries should not be
6598         linked in link stage,
6599         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6600         according to --ivt-loc argument,
6601         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6602         when pragma stack is found,
6603
6604 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6605
6606         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6607         256 (range check), 257 (do while), 258.a-f (bit banging
6608         f.e. on 3-wire SPI bus)
6609
6610 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6611
6612         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6613         variables used exclusively within a loop
6614
6615 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6616
6617         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6618
6619 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6620
6621         * src/SDCClrange.c (computeClash): fixed bug #971834
6622
6623 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6624
6625         * src/mcs51/gen.c (genCmp): fixed bug #975903
6626         * src/hc08/gen.c (operandsEqu),
6627         * src/ds390/gen.c (operandsEqu),
6628         * src/z80/gen.c (operandsEqu),
6629         * src/pic/gen.c (operandsEqu),
6630         * src/pic16/gen.c (operandsEqu),
6631         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6632         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6633
6634 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6637
6638 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6639
6640         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6641         default case in switch statement,
6642         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6643         to eliminate problem with initialisation of pointers, but problem
6644         still exists,
6645         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6646         * (emitStaticSegment): removed various lines emitting debug info,
6647         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6648         added processor registers for utilizing EEPROM,
6649         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6650         configurable and set 8
6651
6652 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6653
6654         * .version: increased version number to 2.4.2,
6655
6656         Cumulative patch for pic16 port
6657         * src/pic16/device.c: changed scheme to dump initial values for
6658         variables in idata segment, all print_idata* functions were removed,
6659         now the pic16_printIval* will be called,
6660         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6661         * _pic16_printPointerType, pic16_printPointerType,
6662         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6663         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6664         NEW, similar to the respective functions in SDCCglue.c,
6665         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6666         way, emitting hex bytes,
6667         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6668
6669 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6670
6671         * src/avr/ralloc.c (serialRegAssign),
6672         * src/xa51/ralloc.c (serialRegAssign),
6673         * src/pic/ralloc.c (serialRegAssign),
6674         * src/pic16/ralloc.c (serialRegAssign),
6675         * src/hc08/ralloc.c (serialRegAssign),
6676         * src/z80/ralloc.c (serialRegAssign),
6677         * src/ds390/ralloc.c (serialRegAssign),
6678         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6679
6680 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6681
6682         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6683         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6684
6685 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6686
6687         Cumulative patch for pic16 port:
6688         * src/pic16/device.h (typedef PIC16_device) modified fields for
6689         defining microcontrollers,
6690         * src/pic16/device.c: added new info for all devices in Pics16 array,
6691         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6692         to be optimised out by the pCode optimiser,
6693         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6694         specially, bug reported by G.M. Gallant,
6695         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6696         as force'd so that cannot be optimised out by pCode optimiser,
6697         * src/pic16/pcode.c,
6698         * src/pic16/pcodepeeph.c,
6699         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6700         they are disabled by default, but can be enabled explicit with
6701         command argument --denable-peeps, for testing,
6702         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6703         --pomit-ivt in COMPILE_FLAGS
6704
6705 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6706
6707         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6708           compilation on MSVC
6709
6710 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6711
6712         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6713
6714 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6715
6716         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6717         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6718
6719 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6720
6721         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6722         would only assign 0x300001 register.
6723
6724 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6725
6726         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6727         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6728
6729 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6730
6731         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6732         for ds80c400
6733         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6734         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6735         added peephole 254 (left shift), 255 (jump table)
6736
6737 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6738
6739         * device/lib/Makefile.in: removed comment line with model-pic16,
6740         * (target port-specific-objects-pic16): the libraries and objects
6741         are copied to the build directory form the device/lib/pic16/bin
6742         directory
6743
6744         Cumulative patch concerning pic16 port:
6745         * library directory has been re-organized,
6746         * added support for PIC18F1220,
6747         * added headers and library sources for chips 18f1220,18f6520,
6748         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6749
6750         * configuration registers setting has changed, now each supported
6751         device has a complete description of the registers it uses,
6752         * all initialisations are moved to idata sections, these section
6753         can be absolute or relocatable,
6754         * fixed initialisation of codespace variables,
6755         * fixed warning about PCLATU and gpsim,
6756         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6757         * (genAssign): use table reads when assigning from variables in codespace,
6758         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6759         char/int variables placed in codespace,
6760         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6761         registers set in .asm file, no need for --pomit-config-words anymore,
6762         * (pic16glue): some 8051 legacy segments are commented out
6763         (to be removed completely),
6764         * added support for alternative assembler and linker with --asm=
6765         and --link= command line arguments,
6766         * peepholes are disabled automatically in the port, no need to
6767         specify on command line,
6768         * port supports natively char/int/long multiplication, but converts
6769         all divisions to support functions,
6770         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6771         to the file set in variable $2,
6772         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6773         strings in ASCII format and not in hex,
6774         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6775         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6776         allocate proper register if iCodes aren't temporary,
6777
6778 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6779
6780         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6781
6782 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6783
6784         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6785         is commented out
6786
6787 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6790         computed address is reused
6791         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6792         multi-byte bitfields
6793
6794 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6795
6796         * src/z80/gen.c: (genArrayInit): must check for pointers too
6797
6798 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6799
6800         * support/regression/tests/zeropad.c: never meant to commit the
6801           nestedstruct test: removed, added check for GCC version
6802
6803 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6804
6805         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6806         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6807         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6808           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6809           bugs 928906 and 954082 half-empty initializers
6810         * src/SDCCsymt.h,
6811         * src/SDCCsymt.c (getAllocSize): added for above fix
6812         * src/z80/gen.c (genArrayInit): fixed bug 741044
6813         * support/regression/tests/zeropad.c: added tests
6814
6815 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6816
6817         * src/pic16/device.c (pic16_dump_section): corrected bug which
6818         caused some symbols of the libraries to be misplaced
6819
6820 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6821
6822         * src/pic16/glue.c,
6823         * src/pic16/ralloc.h,
6824         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6825         to fix conflict with pic port
6826
6827 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6828
6829         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6830         externs configuration variables,
6831         * src/pic16/ralloc.h,
6832         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6833         prototype in header, commented out some debug messages
6834
6835 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6836
6837         * src/pic16/glue.c,
6838         * src/pic16/main.c,
6839         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6840         for gpasm COFF object generation. Thanks to D. Hawkins for
6841         his patch info
6842
6843 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6844
6845         * src/ds390/main.c,
6846         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6847         Brock for spotting this)
6848         * src/ds390/gen.c (genEndFunction),
6849         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6850         interrupt handler and critical. Disable push/pop optimizations when
6851         peephole optimizations disabled.
6852
6853 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6854
6855         Updated pic16 library sources and headers.
6856         * device/lib/pic16/pic18f*/ ,
6857         * device/include/pic16/*.h: modified to handle structured SFR
6858         definitions
6859
6860 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6861
6862         * src/port.h (PORT structure): added hook initPaths, now each
6863         port can declare its own default search paths,
6864         which can been seen with the --print-search-dirs option,
6865         see pic16 port for example,
6866         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6867         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6868         * (doPrintSearchDirs): NEW, replaces in a central manner the
6869         printing of search dirs which was split in set*Paths functions,
6870         * (main): added call to port->initPaths and doPrintSearchDirs,
6871         * src/avr/main.c,
6872         * src/ds390/main.c,
6873         * src/hc08/main.c,
6874         * src/izt/i186.c,
6875         * src/izt/tlcs900h.c,
6876         * src/mcs51/main.c,
6877         * src/pic/main.c,
6878         * src/pic16/main.c: modified port structures to reflect addition of
6879         initPaths hook,
6880
6881         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6882         * (pic16_dump_section): for registers in same address reserve memory once,
6883         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6884         to no_banksel,
6885         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6886         result is greater in size than right or left,
6887         * (pic16_genUMult8X8_8): there are some cases where the result can
6888         be 16 bits size, so handle these,
6889         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6890         * (pic16_outBitC): modified to emit pcodes,
6891         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6892         or not,
6893         * (genDivOneByte): implemented algorithm to divide 8-bits,
6894         * (genCmp): uncommented goto, but issues still exist,
6895         * (genAnd): fixed a bug with variables >8bits,
6896         * (genPackBits): optimization added that uses BCF/BSF to change a
6897         single bit,
6898         * (genAssign): fixed bug when assigning floating point literals,
6899         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6900         __sdcc_gsinit_startup label,
6901         * src/pic16/main.c (_pic16_init): removed search directory
6902         initialisations,
6903         * (_pic16_initPaths): NEW, used to initialise search directories,
6904         * (_hasNativeMulFor): support functions for all except char/int
6905         multiplication, and char division,
6906         * (PIC16_port struct): modified entry for native mul support,
6907         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6908         no_banksel option,
6909         * (buildCallTree): call to register_usage is ifdef'ed out,
6910
6911 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6912
6913         * device/include/string.h: applied Stas Sergeev's patch to make this
6914         header file compatible with the preprocessor -Wundef option
6915         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6916         failure (fixes bug #941458)
6917
6918 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6919
6920         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6921         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6922         that the variable, not the function, should be static
6923         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6924         to be consistent with non-literal case
6925
6926 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6927
6928         * src/SDCCast.c (isConformingBody): fixed bug #949967
6929         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6930         convilong): fixed bug #952086
6931
6932 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6933
6934         * src/SDCCmem.c (allocVariables): fixed bug #955321
6935
6936 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6937
6938         * src/hc08/main.c (_hc08_genAssemblerEnd),
6939         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6940         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6941         completely eliminated the use of a temporary file
6942         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6943         when more than one file linked
6944         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6945
6946 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6947
6948         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6949         which fixes bug #543481
6950         * support/regression/tests/bug-751703.c: fixed comments left from a
6951         cut and paste error
6952         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6953         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6954         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6955         scopes
6956         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6957         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6958         are now changed to underscores in moduleName
6959
6960 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6961
6962         * as/mcs51/lkmem.c: better fix for bug #954173
6963
6964 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6965         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6966
6967         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6968         * device/include/c8051f000.h,
6969         * device/include/c8051f120.h,
6970         * device/include/c8051f300.h,
6971         * device/include/c8051f310.h,
6972         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6973         PWM16) and detab'ed
6974
6975 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6976
6977         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6978         and mailing lists, doc'ed --no-peep-comments, removed reference
6979         to knoppix (newest version has no LyX/LaTeX), other minor changes
6980         * src/SDCCglue.c (glue): save 2 bytes stack space with
6981         option --main-return. The ljmp could probably be avoided too
6982
6983 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6984
6985         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6986
6987 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6988
6989         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6990         * src/SDCCopt.c (isLocalWithoutDef),
6991         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6992         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6993         (credit to Maarten Brock for patch #949363, on which this is based)
6994         * support/regression/tests/bug-751703.c: some test cases of extern used
6995         within inner scopes.
6996
6997 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6998
6999         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7000         SPEC_STRUCT
7001         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7002         struct definitions
7003         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7004         dwWriteLabel): fix to create valid debugger symbols even when
7005         the module name has non-alphanumeric symbols in it
7006         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7007         when a variable's allocation has been optimized away
7008
7009
7010 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7013         * src/hc08/main.c,
7014         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7015         * src/mcs51/main.c,
7016         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7017         * src/ds390/main.c,
7018         * src/z80/gen.c (z80_emitDebuggerSymbol),
7019         * src/z80/main.c,
7020         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7021         * src/pic/main.c,
7022         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7023         * src/pic16/main.c,
7024         * src/avr/gen.c (avr_emitDebuggerSymbol),
7025         * src/avr/main.c,
7026         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7027         * src/xa51/main.c,
7028         * src/SDCCdebug.c (emitDebuggerSymbol),
7029         * src/SDCCdebug.h,
7030         * src/port.h: added a debugger struct to the port struct. Added a
7031         callback for defining debugger symbols
7032
7033         * src/SDCCast.c (createLabel),
7034         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7035         with isitmp = 1
7036         * src/SDCCicode.h,
7037         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7038         iCode back to the ast for the function
7039
7040         * src/hc08/ralloc.c (hc08_assignRegisters),
7041         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7042         unneeded fields from the regs struct.
7043         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7044         pushReg() & pullReg() functions instead of emitcode()
7045
7046         * src/hc08/gen.c (genLabel, genhc08Code),
7047         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7048
7049         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7050         debugger hooks
7051
7052         * src/hc08/gen.c (genEndFunction, genhc08Code),
7053         * src/hc08/gen.h,
7054         * src/mcs51/gen.c (genEndFunction, gen51Code),
7055         * src/mcs51/gen.h,
7056         * src/ds390/gen.c (genEndFunction, gen390Code),
7057         * src/ds390/gen.h,
7058         * src/z80/gen.c (genEndFunction, genZ80Code),
7059         * src/z80/gen.h,
7060         * src/z80/z80.h,
7061         * src/pic/gen.c (genEndFunction, genpic14Code),
7062         * src/pic/gen.h,
7063         * src/pic16/gen.c (genEndFunction, genpic16Code),
7064         * src/pic16/gen.h,
7065         * src/avr/gen.c (genEndFunction, genAVRCode),
7066         * src/avr/gen.h,
7067         * src/xa51/gen.c (genEndFunction, genXA51Code),
7068         * src/xa51/gen.h,
7069         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7070         specific code to cdbFile.c and out of the backend code generators
7071
7072         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7073         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7074         starting address is now 0
7075
7076         * as/hc08/asm.h,
7077         * as/hc08/m08pst.c,
7078         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7079         assembler directive for DWARF support
7080         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7081
7082         * src/src.dsp,
7083         * src/Makefile.in,
7084         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7085
7086 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7089         and inappropriate peephole optimization in jump tables
7090
7091 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7092
7093         * as/hc08/m08pst.c,
7094         * src/SDCCglue.c: sdccopt works for the hc08 port now
7095
7096 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7097
7098         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7099
7100 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7101
7102         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7103
7104 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7105
7106         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7107         rules
7108         * src/SDCCmain.c,
7109         * src/SDCCglobl.h,
7110         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7111         comments from the peephole optimizer replacement rules
7112         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7113         symbols
7114         * src/SDCCcse.c (updateSpillLocation),
7115         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7116         equivalents
7117         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7118         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7119         objects far pointers
7120
7121 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7122
7123         * src/SDCCsymt.h: a missing part of my last change
7124         * src/pic/ralloc.c (regTypeNum),
7125         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7126
7127 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         * src/SDCCicode.h,
7130         * src/SDCCicode.c (aggrToPtrDclType),
7131         * src/SDCCptropt.h,
7132         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7133         ptrPseudoSymConvert),
7134         * src/pic/ralloc.c (regTypeNum),
7135         * src/pic16/ralloc.c (regTypeNum),
7136         * src/hc08/ralloc.c (regTypeNum),
7137         * src/ds390/ralloc.c (regTypeNum),
7138         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7139         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7140
7141 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7142
7143         * link/z80/lkmain.c (afile),
7144         * as/hc08/lkmain.c (afile),
7145         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7146         prevent a pointer problem when a filename has no directory and
7147         no extension specified.
7148
7149 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7150
7151         * link/z80/lkmain.c (afile): allow periods in directory names
7152         * link/z80/lkmain.c (afile),
7153         * as/mcs51/lkmain.c (afile),
7154         * as/hc08/lkmain.c (afile): allow linker script file to have an
7155         extension other than ".lnk"
7156         * link/z80/lklex.c (getfid),
7157         * link/z80/lkmain.c (parse),
7158         * as/mcs51/lklex.c (getfid),
7159         * as/mcs51/lkmain.c (parse),
7160         * as/hc08/lklex.c (getfid),
7161         * as/hc08/lkmain.c (parse): Support comments in the linker script
7162         file on lines by themselves and after filenames
7163
7164 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7165
7166         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7167
7168 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7169
7170         * src/z80/peeph-z80.def: removed some peephole rules that don't
7171         work with multibyte arithmetic (fixed bug #937126)
7172         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7173         to registers and not global variables
7174         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7175         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7176         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7177         checking for assignments not internally generated (fixed bug #931895)
7178         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7179         structure member (fixed bug #930072)
7180
7181 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7182
7183         * src/SDCCmain.c (linkEdit),
7184         * src/hc08/main.c (_hc08_parseOptions),
7185         * as/hc08/Makefile.in,
7186         * as/hc08/aslink.h,
7187         * as/hc08/asm.h,
7188         * as/hc08/m08pst.c,
7189         * as/hc08/lkrloc.c (relr, rele),
7190         * as/hc08/lkarea.c (lnkarea)
7191         * as/hc08/lkmain.c (afile, parse),
7192         * as/hc08/lkelf.c: support for ELF output
7193         * as/hc08/lks19.c (s19),
7194         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7195
7196 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7197
7198         * as/mcs51/lkihx.c: Fixed bug #899105.
7199
7200 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7201
7202         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7203         .dsp files from Unix to DOS.
7204
7205 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7206
7207         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7208         function pointers; we have been compliant for several months now.
7209         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7210         change that was accidently commented out
7211         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7212         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7213         bug #922319
7214
7215 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         * src/hc08/gen.c: output of all of the internal debugging information
7218         is now controlled by the D() macro; it is disabled by default
7219
7220 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7221
7222         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7223         harder to keep the same registers during a CAST iCode
7224         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7225         long via int can be done in a single cast, if the signedness is
7226         correct.
7227         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7228         putchar() in tinibios.c in ds390's library
7229
7230 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7231
7232         * src/SDCCast.c (decorateType): fixed bug #898889,
7233         cast result of a literal complement too
7234         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7235         fixed check for bitfields
7236
7237 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7238
7239         * src/SDCCicode.c (geniCodeLogic): made it static,
7240         (geniCodeLogicAndOr): added in order to fix bug #905492,
7241         (ast2iCode): fixed bug #905492
7242         * support/regression/tests/bug-905492.c: added
7243         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7244         (processParms): fixed bug #927659: don't copy parms, this will clear
7245         decorated flag
7246         * support/regression/tests/bug-927659.c: added
7247
7248 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7249
7250         * src/SDCCast.c (addCast): don't cast float to char
7251         * device/lib/libsdcc.lib: added _memmove
7252
7253 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7254
7255         * device/lib/large/Makefile: fixed parallel execution by
7256         replacing `make` by `$(MAKE)`
7257
7258 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7259
7260         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7261         offsets (fixes bug #923936)
7262
7263 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7264
7265         * device/lib/small/Makefile: fixed parallel execution by
7266         replacing `make` by `$(MAKE)`
7267
7268 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7269
7270         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7271
7272 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7273
7274         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7275         * src/regression/Makefile: Regression test was not running.
7276
7277 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7278
7279         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7280         complement if possible
7281         * src/SDCCval.c (valComplement),
7282         * src/SDCCicode.c (operandOperation): fixed complement of literal
7283         * support/regression/tests/onebyte.c (testComplement): added
7284
7285 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7286
7287         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7288         return an optimized tree; actually replace actParm with the new tree
7289         * src/SDCCast.h: added some parantheses to remove side effects
7290         * support/regression/tests/bug-920866.c
7291
7292 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7293         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7294         Bit operands were not being handled properly in the pic14 port.
7295         (now src/regression/add.c passes again).
7296
7297 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7298
7299         * src/SDCC.y (labeled_statement): case and default no longer require
7300         a following statement (RFE #893037)
7301
7302 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7303
7304         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7305         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7306         disabled (fixes bug #916294)
7307         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7308         "mov a,acc"; patch provided by Lenny Story
7309         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7310
7311 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7312
7313         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7314         functions
7315         * src/ds390/gen.c (genFunction, genEndFunction),
7316         * src/ds390/ralloc.c (ds390_assignRegisters),
7317         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7318         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7319         pushed if there are parameters passed on the stack. Also, a cleaner
7320         way to decide if r0/r1 should be pushed/popped. (Together they fix
7321         bug #918693)
7322
7323 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7324
7325         * doc/sdccman.lyx,
7326         * device/lib/mcs51/crtpagesfr.asm,
7327         * device/lib/mcs51/crtxinit.asm,
7328         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7329         to avoid confusion with Si Lab's SFRPAGE register.
7330
7331 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7332
7333         * src/SDCCglue.c (emitMaps): allow public sfr variables
7334         * src/SDCCglue.c (initialComments): include compiler build date
7335         with compiler version and put the timestamp of the generated
7336         assembly file on a serperate line to be less confusing.
7337         * src/port.h: added genInitStartup hook
7338         * src/avr/main.c,
7339         * src/ds390/main.c,
7340         * src/hc08/main.c,
7341         * src/pic/main.c,
7342         * src/pic16/main.c,
7343         * src/xa51/main.c,
7344         * src/z80/main.c: genInitStartup initialize as NULL (default to
7345         historical behaviour)
7346         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7347         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7348         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7349         library instead of hard coding it into the compiler.
7350         * support/regression/ports/mcs51-stack-auto/spec.mk,
7351         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7352         * device/lib/mcs51/Makefile,
7353         * device/lib/small/Makefile,
7354         * device/lib/large/Makefile,
7355         * device/lib/mcs51/crtpagesfr.asm,
7356         * device/lib/mcs51/crtstart.asm,
7357         * device/lib/mcs51/crtxclear.asm,
7358         * device/lib/mcs51/crtxinit.asm,
7359         * device/lib/mcs51/crtclear.asm,
7360         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7361         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7362         and into user configurable files.
7363         * device/lib/clean.mk: clean mcs51 directory too
7364         * support/regression/tests/longlit.c: added static to T1 declaration
7365         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7366         accesses in the initialization code
7367
7368 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7371         OSCTRIMVAL as noted in bug #916008
7372
7373 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7374
7375         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7376         in loops with multiple exits (reported as incorrect registers
7377         used by Martin Helmling in Sdcc-user list)
7378
7379 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7380
7381         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7382         made ds390 register extensions look less like error messages
7383
7384 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7385
7386         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7387         reported by Adam Wozniak in Sdcc-user list
7388
7389 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7390
7391         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7392         arithmetic optimizations, added debug output
7393
7394 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7395
7396         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7397         * sdcc.spec: updated and split sdcc into 3 rpms
7398         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7399         needed for literals of LEFT_OP and '+'
7400         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7401         introduced RESULT_TYPE_NOPROM
7402         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7403         left shift
7404         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7405         limited promotion to int only for '*'
7406         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7407
7408 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7409
7410         * src/pic16/gen.c (genSkip),
7411         (genc16bit2lit), (gencjneshort): commented out
7412         (is_LitOp): new helper function, checks operand type
7413         (genCmpEq): rewritten
7414
7415 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7416
7417         * support/regression/tests/bug-908454.c: added
7418
7419 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7420
7421         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7422         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7423         (geniCodeCast): cosmetic, don't preserve bit storage class
7424         (geniCodeLeftShift): added promotion
7425         (geniCodeLogic): fixed regression
7426         * src/SDCCsymt.c (computeTypeOr): accept bits too
7427         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7428
7429 2004-03-07  Borut Razem <borut.razem AT siol.net>
7430
7431         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7432
7433 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7434
7435         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7436         version of pic16_genPackRegisters which does not check if ic is a
7437         CAST operator,
7438         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7439         function cause string1.c regression test fails
7440
7441 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7442
7443         * sim/ucsim/configure.in,
7444         * sim/ucsim/configure,
7445         * sim/ucsim/doc/Makefile.in: use docdir
7446         * src/SDCC.y: fixed sbit atrributes
7447         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7448         * src/SDCCast.c (decorateType): |^& need special promotion handling
7449         * src/SDCCast.h,
7450         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7451         * src/SDCCsymt.h (computeType),
7452         * src/SDCCicode.c: computeType() needs op
7453         * src/SDCCsymt.c (checkTypeSanity),
7454         * doc/sddman.lyx: "plain" bitfields are unsigned
7455         * src/SDCCsymt.c (computeTypeOr): added
7456         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7457         |^& ops
7458         * src/SDCCval.c (val*): computeType() needs op
7459         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7460         * support/regression/tests/onebyte.c: added tests for |^&
7461
7462 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7463
7464         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7465         for writing icode into asm output.
7466
7467 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7468
7469         * src/pic16/device.c: added some debug lines enabled
7470         with macro DEBUG_CHECK,
7471         * src/pic16/genarith.c: more debug in genPlus,
7472         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7473         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7474         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7475         * (aopForSym): onStack symbols are re-placed in data memspace,
7476         and onStack flag is cleared,
7477         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7478         copy temporary pcodeop,
7479         * (genPcall): added warning for not updating PCLATU,
7480         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7481         always true for pic16 port,
7482         * (genMultOneWord): NEW, supports integer multiplication,
7483         * (genMult): modified to call genMultOneWord,
7484         * (ifxForOp): added warning when return NULL,
7485         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7486         flag is set before call to operandFromSymbol for implicit
7487         added structures,
7488         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7489         options.intlong_rent are set by default,
7490         * (_hasNativeMulFor): modified to allow port generation of integer
7491         multiplication,
7492         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7493         set regtype to REG_SFR for all registers, restricting seting the
7494         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7495
7496 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7497
7498         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7499         more than 500 times in the regression tests
7500
7501 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7502
7503         * support/Util/SDCCerr.h,
7504         * support/Util/SDCCerr.c,
7505         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7506         enumerator_list),
7507         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7508         for symbol conflicts.
7509         * support/valdiags/tests/enum.c,
7510         * support/valdiags/tests/tentdecl.c,
7511         * support/valdiags/tests/struct.c: expect possible error messages
7512         referring to original symbol definitions.
7513         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7514         * src/SDCCsymt.h,
7515         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7516
7517 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7518
7519         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7520
7521 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7522
7523         * src/pic16/ralloc.c (newReg): fixed bug #908929
7524
7525 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7526
7527         * src/ds390/gen.c: added missing #include "main.h"
7528
7529 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7530
7531         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7532         checking if symbol is already in set,
7533         * src/pic16/device.h: prototype for checkAddSym,
7534         * src/pic16/gen.c: (_G): added entry interruptvector,
7535         * (assignResultValue): removed some commented out lines,
7536         * (genFunction): check for ISR via sym->type, absolute section for
7537         interrupt code is created via a new pBlock, the goto instruction is
7538         placed now correctly at the interrupt vector position, changed all
7539         references from ivec to _G.interruptvector,
7540         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7541         is the interrupt is a high priority one, same for return from ISR,
7542         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7543         externs to calls of checkAddSym,
7544         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7545         pic16_pcode_verbose flag is set,
7546         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7547         * src/pic16/pcoderegs.c: message about how many registers are saved
7548         will only be emitted if pic16_pcode_verbose flag is set,
7549
7550 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7551
7552         * src/ds390/ralloc.h,
7553         * src/ds390/ralloc.c (ds390_regWithIdx),
7554         * src/ds390/gen.c (emitcode),
7555         * src/ds390/main.h,
7556         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7557         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7558         ds390operandCompare, getRegsRead, getRegsWritten,
7559         initializeAsmLineNode): customized instruction size calculation for
7560         ds390, started basis for some register optimizations
7561         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7562         corresponding assembly output
7563         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7564         missing push/pop of r0/r1. Optimized push/pops
7565
7566 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7567
7568         * src/mcs51/main.c (instructionSize): fixed ACALL size
7569         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7570
7571 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7572
7573         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7574         the sorting of rlist with NULL elements
7575         * (print_idataType, print_idata): NEW to create idata sections
7576         * src/pic16/device.h: idataSymSet new variable
7577         * src/pic16/gen.c (genFunction): fixed some bugs in string
7578         comparing, improved the absolute section creation for ISRs,
7579         added FSR0L/FSR0H in registers that are saved in an ISR,
7580         * (genInline): fixed the processing of inline snippets,
7581         now they undergo no process by the peephole optimizer
7582         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7583         are placed in idataSymSet,
7584         * (pic16emitStaticSeg): extern symbols are added in externs,
7585         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7586         switching when aboslute variables are placed in access bank memory
7587         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7588         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7589         commented out with #if,
7590         * (pic16_packRegisters): reintroduce the check for CAST because some
7591         symbols are not correctly handled,
7592         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7593         pCodeInstruction instead of pCode,
7594         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7595         pCodeAsmDir definition,
7596         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7597         directive, then the argument directive is emitted without the leading
7598         tab, hack for inline labels which must be in the first column,
7599         * (compareLabel,pic16_findNextInstruction),
7600         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7601         * (insertBankSwitch): modified for the new pCodeAsmDir,
7602
7603 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7604         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7605
7606         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7607         instance,
7608         * (pushSide): commented out with #if,
7609         * (assignResultValue): fixed some typos in saving
7610         registers,
7611         * (genPcall): FIXED and sync'ed with genCall,
7612         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7613         * (genNearPointerGet): fixed to handle some more cases,
7614         implementation scheme via table reads,
7615         * (genConstPointerGet): modified to access code memory correct,
7616         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7617         and improved to handle some cases
7618         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7619         instead of "RETLW" for init data
7620         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7621         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7622         variables are placed in access bank memory (<0x80 and >=0xf80),
7623         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7624         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7625         TBLWT_POSTDEC,TBLWT_PREINC
7626         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7627         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7628         directives
7629         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7630         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7631         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7632         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7633
7634 2004-02-29  Borut Razem <borut.razem AT siol.net>
7635
7636         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7637         support/Util/findme.h, support/Util/system.h: enhance binary relative
7638         search for lib and include by using findProgramPath()
7639
7640 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7641
7642         * src/SDCCpeeph.h,
7643         * src/SDCCpeeph.c (pcDistance),
7644         * src/port.h,
7645         * src/mcs51/ralloc.h,
7646         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7647         * src/mcs51/main.h,
7648         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7649         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7650         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7651         size calculation port specific, started basis for some register
7652         optimizations
7653         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7654         missing push/pop of r0/r1. Optimized push/pops
7655         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7656         * device/lib/_modsint.c (_modsint),
7657         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7658         and stack version so regression tests pass
7659
7660 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7661
7662         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7663         * src/SDCCast.c (decorateType): catch another small optimization
7664         with '?' operator
7665         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7666         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7667         modified to finally use computeType() all over SDCC,
7668         see Feature Request #877103
7669         * src/SDCCval.h: cosmetic
7670         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7671         valCompare(); regression tested in muldiv.c
7672         * support/regression/tests/muldiv.c (testMod): mod sign follows
7673         dividend only
7674
7675 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7676
7677         * src/SDCCast.c (decorateType): fixed bug #902362
7678         * doc/INSTALL.txt: fixed install instructions for win32
7679
7680 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7681
7682         * device/include/Makefile.in (install): fixed by replacing spaces
7683         by tabs
7684         * doc/README.txt,
7685         * doc/INSTALL.txt: updated for release
7686         * doc/sdccman.lyx: added warning for --xstack being buggy
7687
7688 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7689
7690         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7691         to eliminate build warnings.
7692         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7693
7694 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7695            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7696
7697         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7698         removed -penable-stack, added comment for stack pragma, added
7699         warning for not initializing the stack/frame registers, removed
7700         comment at interrupts section
7701
7702         Stack is made permanent, there is no ability to disable stack usage.
7703         * src/pic16/device.h,
7704         * src/pic16/device.c: removed all references to USE_STACK macro,
7705         * src/pic16/device.c (pic16_dump_section): when no elements in
7706         rlist, free rlist before return,
7707         * (pic16_dump_int_registers): NEW, internal registers are a new set
7708         of general purpose registers reused by each function,
7709         * (checkAddReg): returns 1 if registers is added to set,
7710         * (pic16_groupRegistersInSection): when a registers is of type
7711         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7712         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7713         SRCASECMP macro is moved here from device.c
7714         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7715         PO_PCLATU, PO_PRODL, PO_PRODH,
7716         * (pic16_pCodeOpType, genMinus,
7717         changed compares to "a" register, with AOP_ACC,
7718         * (pic16_genPlus): fixed some bugs and indented properly,
7719         * (pic16_addSign): changed size to size+offset in the MOVWF
7720         instruction,
7721         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7722         multiply 8-bit operand by literal, result is 8-bit,
7723         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7724         multiply 2 8-bit operand, result is 8-bit,
7725         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7726         genUMult8X*_16,
7727         * src/pic16/gen.c: changed accUse to contain WREG only,
7728         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7729         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7730         true, do not use immediate addressing any more unless sym is a
7731         pointer in codespace,
7732         * (aopForRemat): do not use immediate addressing when symbol not in
7733         codespace and when symbol's address is requested,
7734         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7735         accUse size (= 1),
7736         * (aopGet): added case for AOP_ACC and don't return "accumulator
7737         bug" but WREG instead,
7738         * (popGetTempReg): pushes contents of temporary register in stack,
7739         * (popReleaseTempReg): pops contents of temporary register from
7740         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7741         * (pic16_popGet): separated case AOP_ACC to return register WREG
7742         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7743         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7744         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7745         the use of immediate pointers to certain cases only.
7746
7747         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7748         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7749         * (assignResultValue, genCall, genRet): modified to use the new
7750         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7751         genPcall is still broken,
7752         * (genFunction): added code to create 'A' type pBlocks when
7753         interrupt functions are generated, code not extensively tested yet,
7754         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7755         * (genEndFunction): modified so ISRs pop stored registers from stack,
7756         * (genMultOneByte): cleanup,
7757         * (AccRsh): added flag andmask, to and result with appropriate mask,
7758         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7759         * (genDataPointerGet): fixed and reenabled its use,
7760         * (genNearDataPointerGet): bugs fixed,
7761         * (genDataPointerSet): bugs fixed,
7762         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7763         pic16_DumpSymbol, pic16_DumpOp,
7764         * src/pic16/genutils.h: function prototypes for the above functions,
7765         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7766         pointers,
7767         * (pic16emitRegularMap): many many many improvements, but needs a
7768         major cleanup,
7769         * src/pic16/main.c: enable_stack in pic16_options is removed,
7770         * (_pic16_parseOptions): removed command line options -penable-stack,
7771         * (_process_pragma): emit stack symbol only when stack pragma is
7772         processed,
7773         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7774         redirected to FSR0L/FSR0H pair,
7775         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7776         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7777         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7778         for immediates,
7779         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7780         * (dumpPicOptype): NEW,
7781         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7782         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7783         with movff instruction,
7784         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7785         added pic16_int_regs, some packRegsFor* functions are commented out,
7786         because produce errors,
7787         * src/pic16/NOTES: minor modifications
7788
7789 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7790
7791         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7792         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7793         --pack-iram.
7794         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7795         * as/mcs51/lkaomf51.c: fixed bug #895763
7796
7797 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7798
7799         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7800
7801 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7802
7803         * doc/sdccman.lyx: added details about the HC08 storage classes and
7804         interrupts, fixed the register usage info for z80 & gbz80
7805
7806 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7807
7808         * doc/sdccman.lyx: added more pic16 port documentation
7809         * device/include/pic16/: added header pic18fregs.h
7810
7811 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7812
7813         * doc/sdccman.lyx: added Vangelis' contribution
7814
7815 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7816
7817         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7818         extend to the next CALL or PCALL, not just to the next CALL.
7819
7820 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7821
7822         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7823
7824 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7825
7826         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7827         bug #895752 and a better fix for bug #716790
7828
7829 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7830
7831         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7832
7833 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7834
7835         * doc/sdccman.lyx: minor changes, minor changed
7836
7837 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7838
7839         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7840         which can't handle SDCC_NEWONEBYTEOPS,
7841         (geniCodeMultiply): removed conversion from mult to shift for pic14
7842         and pic16
7843
7844 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7845
7846         * src/hc08/gen.h,
7847         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7848         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7849         thus fixing bug #895406
7850
7851 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7852
7853         * device/lib/_modsint.c,
7854         * device/lib/_modslong.c: sign follows divisor only
7855         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7856         signs or signedness can be ignored
7857         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7858         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7859         added optimization for IFX,
7860         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7861         arguments;
7862         reenabled optimization for IFX, which was removed on 2004-01-11
7863         * src/SDCCast.h: added return type IFX
7864         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7865         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7866         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7867         SDCC_OLDONEBYTEOPS selects the old behaviour
7868         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7869         changed again and commented promotion rule
7870         * src/SDCCval.c (valDiv): promotion no longer necessary
7871         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7872         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7873         rewritten
7874         * support/regression/tests/onebyte.c: added
7875
7876 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7877
7878         * gen.c (genInline): reverted to old code for assemnling inline
7879         code because of bug reported James Chadd
7880
7881 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7882
7883         * ralloc.h: missing declarations from previous patch,
7884         seems that patch for ralloc.h was never applied, fixed
7885
7886 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7887            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7888
7889         * pcode.c,
7890         * pcode.h,
7891         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7892         indirect addressing. Marked FSR0 as deprecated
7893         * gen.c (pointerCode): commented out, not needed now
7894         (pic16_popGet2p): new MOVFF helper function
7895         (genGenPointerGet),
7896         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7897         (shiftRLong): removed duplicate debugging info
7898
7899 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7900
7901         * src/ds390/gen.c (genNearPointerGet),
7902         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7903         optimization with bits, but not bitfields.
7904         * src/ds390/ralloc.c (packRegisters),
7905         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7906
7907 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7908
7909         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7910
7911 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7912
7913         * src/SDCCsymt.h,
7914         * src/SDCCicode.c (operandFromSymbol),
7915         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7916         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7917         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7918         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7919         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7920         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7921         bug #892038
7922         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7923         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7924         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7925         * src/SDCCsymt.c (newSymbol),
7926         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7927         enumerator_list),
7928         * src/SDCCval.h,
7929         * src/SDCCval.c (newiList): fixed bug #885705
7930
7931 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7932
7933         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7934         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7935
7936 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7937
7938         * device/include/c8051f120.h,
7939         * device/include/c8051f300.h,
7940         * device/include/c8051f310.h: added/updated header files for Silicon
7941         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7942         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7943         in new section Submitting patches
7944
7945 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7946
7947         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7948         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7949         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7950         genGenPointerSet),
7951         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7952         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7953         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7954         genGenPointerSet),
7955         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7956         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7957         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7958         genGenPointerSet),
7959         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7960         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7961         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7962         genGenPointerSet): fixed bug #892400
7963         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7964         to eliminate build warnings.
7965         * src/SDCCast.c (processParms),
7966         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7967         fixed bug 751859
7968         * support/valdiag/valdiag.py: added GCC to the list of defines active
7969         when compiling with gcc
7970
7971 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7972
7973         * support/Util/SDCCerr.h,
7974         * support/Util/SDCCerr.c,
7975         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7976         with an incomplete type (fixed bug #883734)
7977         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7978
7979 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7980
7981         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7982
7983 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7984
7985         * src/SDCCast.c (decorateType),
7986         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7987         function pointer implementation
7988         * support/regression/tests/funptrs.c: added tests to verify both forms
7989         of function pointers work correctly. Added tests to verify parameters
7990         are passed in the correct order.
7991
7992 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7993
7994         * device.c (regCompare): registers are sorted by ascending
7995         address and increasing size,
7996         * main.c (_pic16_finaliseOptions): removed the declaration
7997         of compiler macro MCU. Now a macro of the format pic18fxxxx
7998         will be defined from the command line
7999
8000 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8001             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8002
8003         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8004         PCOP_RLCF was overwritten!
8005         * gen.c (genSkip): commented out calls to pic16_emitcode,
8006         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8007         * (genlshTwo),
8008         * (genRRC): added debugging info,
8009         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8010         overwritten while shifting,
8011         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8012         overwritten while shifting,
8013         * (AccLsh),
8014         * (AccRsh),
8015         * (shiftLLeftOrResult),
8016         * (shiftRLeftOrResult),
8017         * (shiftRLong),
8018         * (shiftLLong): Implemented with pic16_emitpcode
8019         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8020         * (genLeftShift): Fixed bug, operand for shift by variable always
8021         was "and"ed with 0x0f,
8022         * (genLeftShiftLiteral),
8023         * (genrshTwo),
8024         * (genRightShiftLiteral): added debugging info,
8025         * (genrshFour): added comment,
8026         * (genRightShift): determined signedness from operand "left"
8027         instead of "result"
8028
8029 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8030
8031         * src/SDCCicode.c (geniCodeParms),
8032         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8033         function pointers, fixed function pointer bugs #861242 and #861896
8034
8035 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8036
8037         * device/include/c8051f000.h,
8038         * device/include/c8051f120.h,
8039         * device/include/c8051f300.h: added header files for Silicon
8040         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8041
8042 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8043
8044         * src/SDCCast.c (processParams): added new type flow and restructured
8045         (gatherAutoInit): added new type flow
8046         (addCast): cosmetic changes
8047         (getLeftResultType): added new type flow for array indices, patch
8048         provided by Stas, see FR #877103
8049         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8050         array index patch by Stas
8051         * src/SDCCast.h: added prototype getResultTypeFromType()
8052         * src/SDCCval.h,
8053         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8054         * src/pic/glue.c (pic14emitStaticSeg),
8055         * src/pic16/glue.c (pic16emitStaticSeg),
8056         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8057         for initialization of symbols
8058         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8059         * support/Util/SDCCerr.h:
8060         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8061         * .version: bumped version number to 2.3.8
8062         * device/include/Makefile.in (install),
8063         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8064         avoid warnings
8065
8066 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8067
8068         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8069         Slade Rich fixed an optimization bug
8070         * src/pic/pcodepeep.c,
8071         * src/pic/pcoderegs.c
8072         * doc/Makefile (install): added test for directory
8073
8074 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8075
8076         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8077         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8078         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8079         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8080         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8081         * as/mcs51/asexpr.c (term),
8082         * as/hc08/asexpr.c (term): fixed bug #887146
8083
8084 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8085
8086         * src/z80/gen.c (genMult): handle single byte result product
8087         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8088         DUMMY_READ_VOLATILE (fixed bug #886367)
8089
8090 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8091
8092         * support/regression/tests/libmullong.c: fixed logic, on little endian
8093         hosts we ended without a mullong_wrapper()
8094
8095 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8096
8097         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8098         virus/worm forged address usage.
8099
8100 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8101
8102         Fixed promotion, it should be done on AST level:
8103         * src/SDCCast.c (addCast): added promotion to int
8104         (decorateType): updated call to upCast()
8105         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8106         usualUnaryConversions()
8107
8108 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8109
8110         * support/regression/tests/literalop.c (mulWrapper): Added a
8111         wrapper to remove integer overflow warnings.
8112
8113         * support/regression/tests/float_trans.c: Made work on host.
8114
8115         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8116         location of sz80.
8117
8118         * support/regression/generate-cases.py (main): Changed from inline
8119         to a main method.
8120
8121         * doc/Makefile (install): Changed to depth first to get rid of
8122         missing directory install warning.
8123
8124         * as/Makefile (install-doc): Made work on Mac.
8125
8126 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8127
8128         * src/SDCCast.c: added an additional type flow in decorateType() of
8129         opposite direction, see feature request #860006; it's enabled at runtime
8130         by setting the environment variable SDCC_NEWTYPEFLOW
8131         * src/SDCCast.h: changed prototype of decorateType()
8132         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8133         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8134         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8135         see feature request #877103
8136         * src/SDCCval.c: updated call of decorateType()
8137         (valBitwise): fixed bug #882876
8138         (valMinus): added promotion
8139         (valLogicAndOr): result is unsigned
8140         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8141         * src/SDCCsymt.c (computeType),
8142         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8143         must not cause an unsigned operation
8144         * src/pic/glue (pic14emitRegularMap),
8145         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8146
8147 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8148
8149         * src/pic/pcode.c (PCodeID): commented out left over debug code
8150
8151 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8152
8153         * support/valdiag/tests/overflow.c: added shift tests
8154         * src/pic/device.c,
8155         * src/pic/gen.c,
8156         * src/pic/gen.h,
8157         * src/pic/glue.c,
8158         * src/pic/main.c,
8159         * src/pic/pcode.c,
8160         * src/pic/pcode.h,
8161         * src/pic/pcodepeep.c,
8162         * src/pic/pcoderegs.c,
8163         * src/pic/ralloc.c,
8164         * src/pic/ralloc.h: applied patch from Slade Rich;
8165         added support for multiple code pages and multiple RAM banks on the
8166         PIC 14 port. The ASM files now no longer simply assume all the
8167         code / RAM are in the same page / bank. This means the linker can
8168         safely allocate code/RAM of separate ASM files to different pages/banks.
8169         * doc/sdccman.lyx: added Slade's tips
8170         * src/mcs51/peeph.def: fixed bug #880768
8171
8172 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8173
8174         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8175         * src/SDCCast.c (decorateType): fixed bug #880197
8176
8177 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8178
8179         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8180         getopt.h.
8181
8182         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8183         strtof is not part of C89 and isn't included with Mac OS X.
8184
8185 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8186
8187         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8188         shiftL2Left2Result): fixed bug #879326
8189         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8190         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8191         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8192         address fetch for clr instruction
8193         * device/lib/hc08/_mulint.c: created optimized assembly version
8194         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8195
8196 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8197
8198         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8199         proposed in FR #877103
8200
8201 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8202
8203         * src/SDCCval.c (cheapestVal): added missing checks
8204         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8205         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8206
8207 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8208
8209         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8210         equal operands
8211
8212 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8213
8214         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8215         loaded with the linker search paths (-L arguments) and the libraries
8216         to be linked with the current source (-l arguments). Changes
8217         currently will affect only the pic16 port.
8218         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8219         include path the port specific paths and port specific libraries,
8220         * gplink command now contains the $3 argument,
8221         * src/pic16/device.h,
8222         * src/pic16/device.c,: structure PIC_device is made public and
8223         renamed to PIC16_device, the same for variable Pics which is renamed
8224         to Pics16. Updated all references to them.
8225         * src/pic16/glue.c (pic16glue): corrected bug with code
8226         initialization which bypassed the variable initializations block.
8227
8228         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8229         COMPILE_FLAGS and added the --nostdinc option
8230
8231 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * device/include/mc68hc908jb8.h: Register defs for another member
8234         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8235
8236 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8237
8238         Documenting changes from previous commits.
8239         * configure.in (version 1.56),
8240         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8241         when generating output files to configure the pic16 library,
8242         but now I've commented it out, since gputils aren't installed in the
8243         SF compile farm, so library won't compile
8244
8245         * device/lib/Makefile.in (version 1.56): initially I've added in
8246         target 'all' the prerequestive 'model-pic16' so it compiled the
8247         pic16 library, but now I've commented it out for the same reasons
8248         above,
8249         * added targets 'model-pic16' and 'objects-pic16' to compile the
8250         library
8251         * added target 'port-specific-objects-pic16' to handle the
8252         generated libraries and copy them into the build/ directory
8253         * added target 'clean-intermediate-pic16' to clean intermediate
8254         files into pic16 directory
8255         * in target 'installdirs' added line to create directory pic16 in
8256         the installation path
8257
8258         * device/include/Makefile.in (version 1.11): in target 'install'
8259         added lines to copy all header files to installation path,
8260         * in target 'installdirs' added line create directory for pic16
8261         headers in the installation path
8262
8263 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8264
8265         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8266          a function call
8267
8268 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8269
8270         * configure,
8271         * device/lib/configure.in,
8272         * device/lib/configure: fixed for autoconf 2.57
8273
8274 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8275
8276         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8277         option so that it actually works. Made it specific to the z80, since
8278         the gbz80 doesn't have these kinds of I/O ports.
8279
8280 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8281
8282         * device/include/z180.h,
8283         * device/lib/_memcpy.c,
8284         * device/lib/_memmove.c,
8285         * device/lib/_mulint.c,
8286         * device/lib/ser_ir.c,
8287         * device/lib/ser_ir_cts_rts.c,
8288         * device/lib/_strcmp.c,
8289         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8290         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8291         portmode; added deprecation warning for bank= and protmode= forms.
8292         Also, guard against buffer overflow.
8293         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8294
8295 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8298         changed interrupt vector table generation to only emit declared vectors.
8299         * device/include/Makefile.in: added missing backslash
8300         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8301
8302 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8303
8304         Mainly changes to support compilation of the device libraries
8305         * src/pic16/device.c: stack is allocated via symbol and not
8306         via literal number. The symbol is placed in the corresponding
8307         position of the data ram
8308         * (pic16_dump_section): relocatable and absolute uninitialized
8309         data are now emitted in sorted order to reduce section naming,
8310         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8311         weren't marked as being in the access bank,
8312
8313 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8314
8315         Added portion of GNU PIC Library under the directory
8316         device/include/pic16 and device/lib/pic16. These files
8317         contain the declarations of SFRs for the PIC18Fxx2 devices.
8318         The directory is initialized via configure from toplevel.
8319
8320 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8321
8322         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8323         the spilllocations to be compared correctly
8324
8325 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8326
8327         * src/SDCCast.c (decorateType): fixed bug introduced today
8328
8329 2004-01-12  Borut Razem <borut.razem AT siol.net>
8330
8331         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8332         doc/sdccman.lyx: upper case pragmas are deprecated
8333
8334 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8335
8336         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8337         in simpler and even better code
8338
8339 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8340
8341         * src/SDCCicode.c (operandOperation): fixed bug #874819
8342         * src/SDCCast.c (decorateType): fixed
8343         char foo (unsigned long ul) { return ul > 0; }
8344
8345 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8346
8347         * doc/sdccman.lyx: Moved and added some sections, small changes
8348         all over. Telling LaTeX to be less strict with word spacing
8349         to better keep the right margin. Changed some notes about
8350         maintainance of the ports in section 3.2.1 - is it OK like this?
8351
8352 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8353
8354         SDCC source changes:
8355         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8356         convilong): modified to inform the pic16 port that builtin functions
8357         are external
8358
8359         PIC16 PORT specific changes:
8360         * src/pic16/device.c pic16_dump_equates() added,
8361         processor registers declared internally by the port are emitted in
8362         the translation as equates,
8363         * src/pic16/gen.c: inline code is passed unprocessed to the
8364         translation,
8365         * (pic16_popGetLit2): fnuction modified to take second operand as
8366         pCodeOp pointer and not as literal,
8367         * (popRegFromIdx): prefixed with pic16_,
8368         * (pic16_popCombine2): modified to receive already allocated pCode
8369         operands,
8370         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8371         * (genFunction): initializes local stack frame and pushes on stack
8372         all the registers used by this function,
8373         * (genEndFunction): restores all registers from stack and restores
8374         stack frame,
8375         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8376         improvements,
8377         * (pic16glue): changed the program startup sequence,
8378         * added new dbName code 'A' for functions placed in absolute section
8379         * src/pic16/main.c: added function attribute _naked,
8380         * added pragma 'code' to place a fnuction at an absolute address,
8381         * added command line arguments --debug-ralloc and --pcode-verbose,
8382         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8383         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8384         * (pic16_newpCodeOpLit2): modified to take the second operand as
8385         pCodeOp pointer,
8386         * (pic16_printpBlock): modified to emit each function in a separate
8387         section,
8388         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8389         UPPER for immediate operands,
8390         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8391         instruction,
8392         * src/pic16/peeph.def: all peepholes with movff are commented out,
8393         because there is a problem in the pcode peep optimizer,
8394         * src/pic16/ralloc.c: the register allocator can now reuse local
8395         function symbols for another function. This saves register usage.
8396         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8397
8398         Added file src/pic16/NOTES with information about program writing on
8399         the current port version.
8400
8401 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8402
8403         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8404         and peephole 252 (array access)
8405
8406 2004-01-09  Borut Razem <borut.razem AT siol.net>
8407
8408         * src/SDCCmain.c : fixed #872250: -l command line defined library
8409           files are scanned before standard library files
8410
8411 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8412
8413         * src/SDCCast.c (decorateType): fixed bug #874046
8414
8415 2004-01-09  Borut Razem <borut.razem AT siol.net>
8416
8417         * support/scripts/sdcc.nsi: remove previous installation
8418
8419 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8420
8421         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8422         bytes for last interrupt vector (mcs51)
8423         * sdcc.spec: fixed typo
8424
8425 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8426
8427         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8428         gen51Code): more efficient parameter receive for --model-large
8429         ("bug" #845294)
8430
8431 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8432
8433         * src/ds390/main.c,
8434         * src/z80/main.c: added missed needLinkerScript flags (more than
8435         one port structure defined in these file)
8436         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8437         bug #795325
8438
8439 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8440
8441         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8442         * src/port.h: added flag needLinkerScript in port->linker
8443         structure to inform whether to create a .lnk file or not,
8444         * src/avr/main.c,
8445         * src/ds390/main.c,
8446         * src/hc08/main.c,
8447         * src/mcs51/main.c,
8448         * src/pic/main.c,
8449         * src/pic16/main.c,
8450         * src/xa51/main.c,
8451         * src/z80/main.c: changed appropriately to configure
8452         needLinkerScript flag
8453         * src/pic/gen.c,
8454         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8455         * src/pic/glue.c: added variable udata_section_name to
8456         override default uninitialized data segment definition for
8457         devices only with SHAREBANK memory (reported from Erik Epetrich)
8458         * (pic14emitOverlay): modified to emit a commented overlay segment
8459         directive when no overlay data exist
8460         * (picglue): modified to emit uninitialized data segment
8461         according to udata_section_name
8462         * src/pic/main.c (_pic14_parseOptions): added command line
8463         options --udata-section-name=[name] to override default
8464         udata definition name
8465         * modified _linkCmd and _asmCmd to include compiler passed
8466         arguments via -W option
8467         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8468         object file from '.rel' to '.o' in port->linker structure,
8469         changed size of fptr from 2 to 3 in port structure
8470
8471 2004-01-07  Borut Razem <borut.razem AT siol.net>
8472
8473         * support/scripts/sdcc.nsi: update PATH
8474         * support/scripts/sdcc.ico: craeted
8475
8476 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8477
8478         * device/include/Makefile.in: fix install
8479         * doc/Makefile: fix install
8480
8481 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8482
8483         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8484         in bug #860505
8485         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8486         how the function variable allocation summary is displayed; also
8487         include information about variables allocated to the overlay
8488         segment
8489
8490 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8491
8492         * as/mcs51/lkmain.c: Help about -Y option
8493         * as/mcs51/lkarea.c: Fixed gcc warnings
8494
8495 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8496
8497         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8498         fixed warning
8499         * support/valdiag/tests/overflow.c: added
8500         * src/SDCCast.c (decorateType),
8501         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8502         LEFT_OP (left shift)
8503
8504 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8505
8506         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8507         (default behaviour).
8508
8509 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8510
8511         A python script to validate compiler diagnostic messages. It can be
8512         used to verify that sdcc complains about bad c source code and
8513         gives a good location of the error.
8514         * support/valdiag/Makefile,
8515         * support/valdiag/valdiag.py,
8516         * support/valdiag/tests/*
8517
8518 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8519
8520         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8521         * src/SDCCsymt.c (newEnumType),
8522         * src/SDCCsymt.h
8523         * support/Util/SDCCerr.c,
8524         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8525         enum related bugs.
8526         * support/regression/tests/enum.c: added test for enum values that
8527         require at least 2 bytes of storage.
8528
8529 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8530
8531         * src/common.h: added ifndef/define/endif macros
8532         around the header file.
8533         Bug reported from Jesus Calvino-Fraga
8534
8535 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8536
8537         * sdcc.spec: updated
8538         * device/include/Makefile.in: don't install CVS directories
8539         * device/lib/Makefile.in: added removal of CVS directories after install
8540         * doc/Makefile: fixed install, added local_icons
8541         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8542         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8543         * src/ds390/gen.c (genRightShift): fixed bug #870788
8544         * src/SDCCast.c (decorateType): fixed bug #870781
8545
8546 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8547
8548         PIC16 port related changes:
8549         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8550         added variable stackPos,
8551
8552         * gen.c: genCall, assignResultValue: added support for
8553         pushing/retrieving function parameters to/from stack,
8554         genFunction,genEndFunction: setup stack frame for the
8555         generated function,
8556         genAddrOf: will be changed according to bug 863624
8557
8558         * added files genutils.c and genutils.h which contain gen*
8559         debugged and optimised functions extracted from gen.c
8560
8561         * glue.c: added variable 'externs' which holds extern symbols,
8562         pic16emitRegularMap: is modified to properly handle relocatable
8563          symbols under the new scheme,
8564         pic16createInterruptVect: is modified
8565         pic16printPublics: is modified to emit 'global' assembler directives,
8566         added pic16_printExterns to print extern symbols,
8567         pic16glue: initializes stack/frame pointer in the beginning of
8568         the assembly output. Temporary hack, will be corrected later,
8569         because gplink yet does not support stack and SDCC does not
8570         yet support a type of crt0.o object to create the final binary.
8571
8572         * Removed many lines that contain 8051 legacy code.
8573         * The code is finally placed under a 'code' directive.
8574         * Added port specific options.
8575
8576         * _process_pragma: simplified since now we do not need *special*
8577         include file to define SFR registers. But a separate header
8578         will be needed. This will be developed later.
8579         * _pic16_parseOptions: added, parses port specific options:
8580         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8581         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8582         --preplace-udata-with=
8583
8584         * _pic16_setDefaultOptions: modified to initialize section names,
8585         but hack is temporarly out of order since it needs improvement.
8586         * _pic16_genAssemblerPreamble: configuration words are emitted by
8587         their address instead of their name. This part is incomplete and
8588         supports only the 18Fxx2 devices. Other devices will emit an error
8589         during assembly since they do not contain the same set of config
8590         registers
8591         * _pic16_genIVT: is modified,
8592
8593         * pcode.c: added definitions for some hardware registers that are needed
8594         for stack support
8595         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8596         All PCI entries are updated. Now LFSR is supported.
8597         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8598         * added pic16_newpCodeOpLit2 to support instructions with
8599         two literal arguments
8600         * pic16_pCode2str: corrected code that emits assembler instructions
8601         with two literal operands and those that have an access bit modifier
8602         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8603         this fixes a bug which caused some labels to be lost, when an
8604         assembler directive was added, i.e. banksel,
8605         * pic16_FixRegisterBanking: improved logic that causes the insertion
8606         of bank switching,
8607         * InlineFunction: functions that are called once, are not any more
8608         inlined. This can be a port option in the future,
8609
8610         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8611
8612         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8613         hold the corresponding uninitialized symbols,
8614         * pic16_allocProcessorRegister: registers have explicit marked the
8615         accessBank field,
8616         * pic16_allocInternalRegister: registers are explicit marked as
8617         not used,
8618         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8619         processing list, so bit registers were lost,
8620         *
8621
8622         * ralloc.h: added field 'accessBank' and original symbol operand
8623         in register definition,
8624         * removed the field isMapped from register definition,
8625
8626         ** Several functions have been removed from various sources:
8627         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8628         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8629         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8630         pic16_assignRelocatableRegisters
8631
8632         ** others have been introduced:
8633         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8634         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8635
8636 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8637
8638         * support/scripts/inc2h.pl: changed definition of BIT_AT
8639         to emit 'sbit at' instead of 'bit at'. This was a request.
8640
8641         PIC16 port related preliminary changes:
8642         * gen.c: prefixed function popRegFromString with
8643         pic16_ and all references to it corrected
8644         * pcode.c: all pic16_pc_* hardware registers prefixed
8645         with underscore (_),
8646         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8647         * ralloc.c: newReg(): when register is REG_SFR then
8648         set address to rIdx,
8649         pic16_allocProcessorRegister(): marks register wasUsed=0
8650         pic16_writeUsedRegs(): added a call to assign processor
8651         registers via pic16_assignFixedRegisters
8652
8653 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8654
8655         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8656         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8657         variables in unused register banks.  Also the SSEG is placed
8658         wherever there is enough space for it, and IDATA can be anywhere
8659         in internal RAM.  For now compile using -Wl-Y[stack_size].
8660         The mem file is different for this option as well, since it
8661         makes no sense of talking about DSEG lenght.
8662
8663 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8664
8665         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8666         in certain cases, e.g. when ROM assignment, patch provided
8667         from Albert den Haan.
8668
8669 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8670
8671         Many signedness and type propagation fixes:
8672         * src/SDCCicode.c: made geniCodeCast() static
8673         replaced SPEC_ by IS_ (cosmetic)
8674         (operandOperation): fixed div and mod operation
8675         (usualBinaryConversions): added support for promotion of char
8676         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8677         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8678         (geniCodeAdd): an array index will stay unsigned, even if promoted
8679         from char to int
8680         (geniCodeArray): ditto
8681         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8682         * src/SDCCsymt.c (computeType): added more support for char;
8683         promotion of char is selectable by promoteCharToInt, fixed signedness
8684         for all cases
8685         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8686         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8687         * src/SDCCval (val*): replaced signedness calculation by
8688         computeType()
8689         rearranged if-branches (cosmetic)
8690         (valShift): added warning W_SHIFT_CHANGED
8691         (valCompare): fixed problem with different types
8692         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8693         * support/regression/tests/literalop.c: added many cases
8694         * support/regression/tests/ast_constant_folding.c: changed finally to
8695         'unsigned int'
8696         * .version: new year, new version: 2.3.7
8697         * src/SDCCmain.c (main): applied patch #866468
8698         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8699         provided by Scott Bronson
8700         * doc/sdccman.lyx: updated documentation for sdcdb
8701         updated and added chapter tips
8702
8703 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8704
8705         * src/SDCCsymt.h: missing from yesterday's commits
8706
8707 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8708
8709         * src/SDCC.y (struct_or_union_specifier),
8710         * support/Util/SDCCerr.c,
8711         * support/Util/SDCCerr.h: verify that struct & union tags are used
8712         as declared.
8713
8714 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8715
8716         * src/SDCCglobl.h: missing from yesterday's commits
8717
8718 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8719
8720         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8721         sft_attributes, struct_declaration, parameter_declaration,
8722         type_name, start_block, declaration_list),
8723         * src/SDCC.lex (check_type): support redefinition of typedef names
8724
8725 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8726
8727         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8728         aligned xdata arrays. Erik helped me with the if clause.
8729
8730 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8731
8732         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8733         warning
8734
8735 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8736
8737         * src/SDCCast.h,
8738         * src/SDCCast.c (newAst_),
8739         * src/SDCCicode.h,
8740         * src/SDCCicode.c (ast2iCode, newiCode),
8741         * src/SDCCglobl.h,
8742         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8743         expr, statement, expression_statement, selection_statement,
8744         iteration_statement, expr_opt, jump_statement): foundation for tracking
8745         sequence points
8746         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8747         point code too)
8748
8749 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8750
8751         * support/Util/SDCCerr.c,
8752         * src/SDCCast.h,
8753         * src/SDCCast.c (createCase, createDefault, decorateType),
8754         * src/SDCClabel.c (labelUnreach),
8755         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8756         to error messages.
8757         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8758         (with thanks to Stas Sergeev)
8759         * device/include/time.h,
8760         * device/lib/time.c (CheckTime): suppress unreachable code warning
8761
8762 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8763
8764         * src/SDCCast.c (createIvalCharPtr),
8765         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8766         bug #753752)
8767         * support/regression/tests/nullstring.c: tests for these two bugs
8768
8769 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8770
8771         * support/Util/SDCCerr.h,
8772         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8773         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8774         about storage class and 'at' used inside struct or union
8775         * src/SDCCBBlock.c (iCodeFromeBBlock),
8776         * src/SDCCcse.c (ifxOptimize),
8777         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8778         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8779         printIval, emitStaticSeg, emitOverlay),
8780         * src/SDCClabel.c (deleteIfx),
8781         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8782         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8783         gatherAutoInit, processParms),
8784         * support/Util/SDCCerr.h,
8785         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8786         reporting for post-parse errors.
8787
8788 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8789
8790         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8791         implicit casts via union; they don't work on big endian systems
8792         (possible fix for bug #861138)
8793
8794 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8795
8796         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8797         * src/mcs51/main.c: fixed the fix for bug #737001
8798
8799 2003-12-15  Borut Razem <borut.razem AT siol.net>
8800
8801         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8802
8803 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8804
8805         * support/makebin/makebin.c: put output in binary mode
8806
8807 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8808
8809         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8810         xdata and data memory on startup. Set the environment variable
8811         SDCC_NOGENRAMCLEAR to disable this.
8812         * src/mcs51/peephole.def,
8813         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8814         (allows non-interrupt and interrupt code to safely compete for a resource
8815         without the non-interrupt code having to disable interrupts)
8816
8817 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8818
8819         * src/SDCCicode.c (geniCodeAdd),
8820         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8821         with valFromType if type might be a pointer and host is big endian).
8822         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8823         types, not just integer types.
8824         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8825         multiply defined with mismatching "at" address.
8826
8827 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8828
8829         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8830         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8831         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8832         with embedded nulls (fixed bug #753752)
8833
8834 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8835
8836         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8837         Apparently this did not see much testing (endless loop)
8838
8839 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8840
8841         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8842
8843 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8844
8845         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8846         gracefully handle NULL memmap pointers
8847
8848 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8849
8850         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8851         instead of deleting the iCode when an operand is volatile
8852         * src/z80/gen.c (genDummyRead),
8853         * src/mcs51/gen.c (genDummyRead),
8854         * src/ds390/gen.c (genDummyRead),
8855         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8856         not just IC_RIGHT
8857         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8858         * src/SDCC.y: fixed bug #850420
8859
8860 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         Applied z80 i/o port patch from Peter Townson and fixed some operators
8863         to better handle operands in A register.
8864         * device/include/z180.h
8865         * src/SDCC.y
8866         * src/SDCCglue.c
8867         * src/z80/gen.c
8868         * src/z80/gen.h
8869         * src/z80/main.c
8870         * src/z80/peeph-z80.def
8871         * src/z80/peeph.def
8872         * src/z80/z80.h
8873
8874 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8875
8876         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8877
8878 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8879
8880         * device/lib/hc08/_mullong.c: Removed extra #endif
8881
8882 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8883
8884         * sim/ucsim/hc08.src/inst.cc,
8885         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8886         carries from x to h
8887         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8888         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8889         * device/include/stdarg.h: fixed varargs for hc08
8890         * device/lib/Makefile.in,
8891         * device/lib/hc08/Makefile,
8892         * device/lib/hc08/_mulint.c,
8893         * device/lib/hc08/_mullong.c: fixed some endian problems
8894
8895 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8896
8897         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8898         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8899         * device/lib/_gptrget.c,
8900         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8901
8902 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8903
8904         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8905         * src/SDCCast.c (astErrors): fixed bug #846007
8906         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8907
8908 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         * src/SDCCast.c (decorateType): disabled a transformation I added in
8911         revision 1.188 (access to fields of a structure at an absolute address);
8912         it breaks with bitfields, extern declarations, and gcse analysis.
8913         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8914         could be assigned through a pointer, so don't complain.
8915         * src/SDCCast.c (astErrors),
8916         * src/SDCCast.h,
8917         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8918
8919 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8920
8921         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8922         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8923         output of __config directives, since gpasm now supports them
8924         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8925         pre-processor macro, i.e. -DMCU=p18f452
8926         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8927         and modified to handle 'cast' icode similarly to '=' icode
8928         * src/pic16/device.h (typedef struct PIC_device): added field
8929         'extMIface' to indicate that chip has external memory interface
8930         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8931         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8932         18F8720
8933
8934 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8935
8936         * src/SDCC.y (pointer): fixed bug #846006
8937         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8938         * src/SDCCast.c (decorateType): fixed bug #846009
8939         * src/ds390/peeph.def,
8940         * src/ds390/gen.c (genAnd, genOr),
8941         * src/mcs51/peeph.def,
8942         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8943
8944 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8945
8946         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8947         * src/SDCCdflow.c
8948         * src/SDCCcse.c
8949         * src/SDCCcse.h
8950         * src/SDCCBBlock.h
8951         * src/SDCCBBlock.c
8952
8953 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8954
8955         fixed bug #845089
8956         * src/SDCCbitv.h,
8957         * src/SDCCbitv.c: added function to free a bitvector
8958         * src/SDCClrange.h,
8959         * src/SDCClrange.c: added function to recompute the liveranges
8960         * src/avr/ralloc.c,
8961         * src/ds390/ralloc.c,
8962         * src/hc08/ralloc.c,
8963         * src/mcs51/ralloc.c,
8964         * src/pic/ralloc.c,
8965         * src/pic16/ralloc.c,
8966         * src/xa51/ralloc.c,
8967         * src/z80/ralloc.c: recompute the liveranges after register packing
8968
8969 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8970
8971         * src/SDCCloop.c (newInduction): fixed bug #845630
8972
8973 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8974
8975         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8976         inadvertantly left behind from my 2003-11-12 change
8977
8978 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8979
8980         Updated headers I neglected to commit yesterday.
8981         * src/SDCClrange.h,
8982         * src/SDCCicode.h
8983
8984 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8985
8986         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8987         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8988         * src/SDCCopt.c (eBBlockFromiCode),
8989         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8990         the creation of the key hash table from the sequencing so it can be used
8991         earlier (for some GCSE bug fixes still pending)
8992
8993 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8994
8995         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8996         * support/regression/tests/addsub.c: testing genPlus shortcut
8997
8998 2003-11-15  Borut Razem <borut.razem AT siol.net>
8999
9000         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9001
9002 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9003
9004         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9005         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9006         ordering is immaterial.
9007         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9008
9009 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9010
9011         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9012         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9013         (SIGSEV) of bug #840381
9014         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9015         unlink new file before rename if new and old filenames are the same)
9016
9017 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9018
9019         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9020         uninitialized variables) for the mcs51. Set environment variable
9021         SDCC_GENRAMCLEAR to test.
9022         xdata initialization slightly shorter
9023
9024 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9025
9026         * src/SDCCsymt.h,
9027         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9028         #838241 & 780691 (basicly the same bug)
9029         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9030         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9031
9032 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9033
9034         * src/SDCCmain.c (linkEdit): "fix" #834252
9035
9036 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9037
9038         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9039         * src/SDCCast.h,
9040         * src/SDCC.y: fixed bug #819403
9041
9042 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9043
9044         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9045         the reentrant attribute.
9046         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9047         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9048         simulation
9049         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9050         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9051         erroneously reduced to a literal.
9052         * src/hc08/ralloc.c (packRegisters, rematStr),
9053         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9054         some cases
9055
9056 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9057
9058         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9059         * doc/sdccman.lyx: changed from 'article' to 'book'
9060         * doc/Makefile: readded test_suite_spec and cdbfileformat
9061
9062 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9063
9064         * device/include/stdlib.h: include malloc.h to comply with ANSI
9065         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9066
9067 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9068
9069         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9070         * doc/clean.mk: also remove *.out files
9071         * doc/sdccman.lyx: some additions, larger top/bottom margins
9072
9073 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9074
9075         * src/SDCC.y: fixed bug #837365
9076         * support/regression/tests/bitopcse.c
9077         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9078         a symbol (might be valop instead)
9079         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9080         * device/lib/clean.mk: added hc08 to the cleaning list
9081
9082 2003-11-04  Borut Razem <borut.razem AT siol.net>
9083
9084         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9085           made 2003-11-04
9086         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9087           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9088           malloc is declared in standard stdlib.h
9089
9090 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9091
9092         * device/lib/hc08/Makefile: need to clean .rel not .o files
9093         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9094
9095 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9096
9097         * src/port.h,
9098         * src/hc08/main.c,
9099         * src/mcs51/main.c,
9100         * src/ds390/main.c,
9101         * src/z80/main.c,
9102         * src/avr/main.c,
9103         * src/pic/main.c,
9104         * src/pic16/main.c,
9105         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9106         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9107         tests (which uses the port's oclsExpense function)
9108         * src/SDCC.y,
9109         * src/SDCCast.c,
9110         * src/SDCCicode.c,
9111         * src/hc08/gen.c,
9112         * src/ds390/gen.c,
9113         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9114
9115 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9116
9117         * src/SDCCcse.c (ifxOptimize),
9118         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9119         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9120         deleting the IFX iCode.
9121         * src/hc08/ralloc.c: reduced unneeded slocs
9122         * src/hc08/gen.c: fixed bug in asmopToBoolean
9123
9124 2003-11-04  Borut Razem <borut.razem AT siol.net>
9125
9126         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9127           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9128           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9129           transferred to configure
9130
9131 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9132
9133         Use headers defined in the C[++] standards:
9134         * sim/ucsim/gui.src/serio.src/fileio.cc
9135         * sim/ucsim/gui.src/serio.src/frontend.cc
9136         * sim/ucsim/gui.src/serio.src/main.cc
9137         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9138         * support/Util/NewAlloc.c
9139         * as/hc08/lklibr.c
9140         * as/mcs51/lklibr.c
9141         * as/z80/aslist.c
9142         * as/z80/assym.c
9143
9144 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9145
9146         * Added MSVC projects for hc08 assembler and linker:
9147         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9148         /as/hc08/link_hc08.dsp
9149
9150 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9151
9152         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9153
9154 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9155
9156         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9157
9158 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9159
9160         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9161
9162 2003-10-31  Borut Razem <borut.razem AT siol.net>
9163
9164         * support/cpp2/cpplib.h,
9165           support/cpp2/cpplib.c,
9166           support/cpp2/cpplex.c,
9167           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9168           to switch _asm block preprocessing on / off. Default is
9169           #pragma preproc_asm +
9170
9171 2003-10-31  Borut Razem <borut.razem AT siol.net>
9172
9173         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9174           when outputting comment blocks (when executed with -C option) and
9175           _asm (SDCPP specific) blocks
9176
9177 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9178
9179         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9180
9181 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9182
9183         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9184
9185 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9186
9187         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9188         * src/SDCCast.c (decorateType): fixed bug #832664
9189
9190 2003-10-31  Borut Razem <borut.razem AT siol.net>
9191
9192         * support/cpp2/cpplex.c: fixed for SDCPP:
9193           comments(when executed with -C option) and _asm blocks
9194           were included even if they where in skipped #if block.
9195           Applied solution from GCC cpp 3.3.2
9196
9197 2003-10-31  Borut Razem <borut.razem AT siol.net>
9198
9199         * src/SDCC.lex: sdcc now understands both formats:
9200           '# <line_number> <file_name>' and
9201           '#line <line_number> <file_name>'
9202         * support/cpp2/cppmain.c: sdcpp now generates the standard
9203           '# <line_number> <file_name>' instead of former
9204           '#line <line_number> <file_name>'
9205
9206 2003-10-30  Borut Razem <borut.razem AT siol.net>
9207
9208         * support/cpp2/cpphash.h,
9209         * support/cpp2/cpplib.h
9210         * support/cpp2/cpplex.c,
9211         * support/cpp2/cppmain.c,
9212         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9213
9214 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9215
9216         Fixed a number of problems revealed by bug #827883.
9217         * src/SDCCloop.c (loopInvariants): Spill location of the
9218         result operand should be recomputed if extracted from
9219         a loop. Also, don't extract assignments of an iTemp
9220         from a literal.
9221         * src/SDCCast.c (isConformingBody): loop reversal should
9222         not occur if the control variable is involved with a
9223         relational operator.
9224
9225 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9226
9227         * .version: bumped to 2.3.6 to reflect the big improvements
9228         made by Erik and Klaus. Thanks!
9229
9230 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9231
9232         Replaced the livrange code.
9233         * src/SDCClrange.c: added new LR code
9234         * src/SDCCloop.c,
9235         * src/SDCCBBlock.h: removed remainig parts from old LR code
9236         * src/ds390/ralloc.c,
9237         * src/ds390/gen.c: minor fixes to make it work with new code
9238
9239 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9240
9241         * as/hc08/asm.h,
9242         * as/hc08/lkrloc.c,
9243         * src/hc08/gen.c,
9244         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9245         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9246         (tweaked fix for bug #818696)
9247
9248 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9249
9250         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9251
9252 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9253
9254         * src/SDCCmain.c,
9255         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9256         * src/mcs51/gen.c (gencjneshort),
9257         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9258         more efficient (per Scott Bronson's suggestion)
9259
9260 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9261
9262         Extended the semantics of the critical keyword to include
9263         individual statements. See RFE #827755 and #799831
9264         * src/SDCC.y
9265         * src/SDCCicode.c
9266         * src/SDCCopt.c
9267         * src/SDCCast.c
9268         * support/Util/SDCCerr.c
9269         * support/Util/SDCCerr.h
9270         * src/mcs51/gen.c
9271         * src/ds390/gen.c
9272         * src/hc08/gen.c
9273
9274 2003-10-19  Borut Razem <borut.razem AT siol.net>
9275
9276         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9277
9278 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9279
9280         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9281         Fixed bug #818696
9282         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9283         and predecrement operand is displayed
9284
9285 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9286
9287         * src/SDCCval.c (valMinus): fixed bug #826041
9288
9289 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9290
9291         Some hc08 related updates that I missed earlier
9292         * sim/ucsim/stypes.h
9293         * support/regression/ports/hc08/spec.mk
9294
9295 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9296
9297         New target "hc08" for the Motorola 68hc08 family of micros
9298
9299         * configure
9300         * configure.in
9301         * Makefile
9302         * src/hc08/*
9303         * src/SDCCmain.c
9304         * src/port.h
9305         * sim/ucsim/hc08.src/*
9306         * sim/ucsim/configure.in
9307         * src/ucsim/configure
9308         * sim/ucsim/packages_in.mk
9309         * as/hc08/*
9310         * as/Makefile
9311         * device/include/mc68hc908qy.h
9312         * device/lib/hc08/*
9313         * device/lib/Makefile.in
9314         * support/regression/ports/hc08/*
9315         * support/regression/Makefile
9316
9317 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9318
9319         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9320         regression test
9321         * src/ds390/gen.c (genCast): fixed bug #821957
9322
9323 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         * device/lib/logf.c: "fixed" overlay bug
9326         * support/regression/ports/host/spec.mk: added m library
9327         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9328         * support/regression/tests/float_trans: added (for Eric)
9329
9330 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9331
9332         * src/mcs51/gen.c (genCpl): fixed bug
9333         http://sf.net/mailarchive/message.php?msg_id=6263915
9334
9335 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9336
9337         * src/SDCCast.c (decorateType): added extended constant folding
9338         * src/SDCCsymt.c (computeType): cleanup
9339         * src/SDCCval.c (valShift): minor optimization
9340         * support/regression/tests/ast_constant_folding.c: added
9341
9342 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9343
9344         * src/SDCCmain.c: removed some unintended changes
9345
9346 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9347
9348         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9349         * src/z80/gen.c: fixed part of bug #817589
9350         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9351
9352 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9355         * src/SDCCcflow.c
9356         * src/SDCCcse.c
9357         * src/SDCCdflow.c
9358         * src/SDCClabel.c
9359         * src/SDCClrange.c
9360         * src/SDCCmem.c
9361         * src/SDCCopt.c
9362         * src/SDCCpeeph.c
9363         * src/SDCCset.c
9364         * src/avr/ralloc.c
9365         * src/ds390/ralloc.c
9366         * src/izt/ralloc.c
9367         * src/mcs51/ralloc.c
9368         * src/pic/ralloc.c
9369         * src/pic16/ralloc.c
9370         * src/xa51/ralloc.c
9371         * src/z80/ralloc.c
9372         * src/z80/gen.c: removed unused label "release:"
9373
9374 2003-10-06  Borut Razem <borut.razem AT siol.net>
9375
9376         * src/SDCC.lex: removed definition of unused variables
9377           save_optimize and save_options
9378
9379 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9380
9381         * clean.mk: removed '=' in "-maxdepth=1"
9382         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9383         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9384
9385 2003-10-06  Borut Razem <borut.razem AT siol.net>
9386
9387         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9388           my_unput() replaced by unput()
9389
9390 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9391
9392         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9393         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9394         type-punned pointer will break strict-aliasing rules"
9395         Old LR behaviour is again default; Klaus' LR can be choosen by
9396         defining the environment variable LRKLAUS
9397         * src/SDCCBBlock.h
9398         * src/SDCCloop.c
9399         * src/SDCClrange.c
9400         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9401         * clean.mk: fixed removal of files in bin/CVS/
9402         * device/lib/clean.mk: fixed removal of directories small and large
9403         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9404         * src/SDCCicode.c,
9405         * src/SDCCval.c: removed superflous test for pedantic
9406
9407 2003-10-05  Borut Razem <borut.razem AT siol.net>
9408
9409         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9410           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9411           message "unmatched #pragma SAVE and #pragma RESTORE"
9412
9413 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9414
9415         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9416           assembly, critical functions, atomic, nojtbound)
9417
9418 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9419
9420         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9421         * src/SDCCBBlock.h
9422         * src/SDCCloop.c
9423         * src/SDCCloop.h
9424         * src/SDCClrange.c
9425
9426 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9427
9428         * src/z80/gen.h,
9429         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9430         * src/mcs51/gen.h
9431         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9432         * src/ds390/gen.h
9433         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9434         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9435         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9436
9437 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9438
9439         * src/z80/gen.c (genRet): fixed bug #524753
9440         * src/z80/gen.c (genCast): fixed internal error on cast from
9441         pointer to long
9442         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9443         fix for bug #477835 to the z80
9444         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9445         for tracking iCodes in the peephole optimizer for z80
9446
9447 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9448
9449         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9450         the other part of bug #814548
9451         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9452
9453 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9454
9455         * src/SDCCcse.c: fixed part of bug #814548
9456
9457 2003-09-28  Borut Razem <borut.razem AT siol.net>
9458
9459         * src/asm.c: rewrite of printILine() to use temporary file instead
9460           a pipe
9461         * src/xa51/main.c: commented out declaration of int rewinds
9462
9463 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9464
9465         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9466
9467 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9468
9469         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9470         * src/asm.c (printILine): Fixed bug #811015
9471
9472 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9473
9474         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9475         freeing.
9476
9477 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9478
9479         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9480         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9481         to correctly handle general case of AOP_PAIRPTR
9482         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9483
9484 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9485
9486         * src/mcs51/ralloc.c (fillGaps),
9487         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9488         register positioning bug)
9489
9490 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9491
9492         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9493
9494 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9495
9496         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9497         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9498         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9499         (ralloc doesn't intentionally do this now, but perhaps later)
9500         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9501         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9502         register positioning bugs (Fixed bug #762602 and #795325)
9503         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9504         (Fixed bug #808779)
9505         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9506         lines that --i-code-in-asm generates
9507
9508 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9509
9510         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9511         trying to fclose a FILE* that was already closed.
9512
9513 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9514
9515         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9516         of const struct should be treated as if const themselves)
9517
9518 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9519
9520         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9521
9522 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9523
9524         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9525         Unix (/n) and DOS (/r/n) line terminations.
9526
9527 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9528
9529         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9530         bug #613775
9531
9532 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9533
9534         * src/mcs51/gen.c (genFunction, genEndFunction),
9535         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9536         and restore of EA so that stack offsets to parameters are
9537         correct when using both critical and reentrant/stack-auto.
9538         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9539         size (can be triggered in error if sloc is shared between
9540         different sized objects)
9541         * device/include/float.h: fixed macros to explicitly use
9542         unsigned long where needed
9543
9544 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9545
9546         Feature req. 799831: added code to allow nesting of critical functions
9547         * src/mcs51/gen.c (genFunction, genEndFunction)
9548         * src/ds390/gen.c (genFunction, genEndFunction)
9549
9550 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9551
9552         * src/SDCCsymt.c (sclsFromPtr),
9553         * src/SDCCsymt.h,
9554         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9555         support for standard C idiom of memory mapped variables; for
9556         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9557         to xdata int at 0x1234 tempvar = 1.
9558         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9559         provided by Akiya ISHIDA
9560
9561 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9562
9563         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9564         * src/SDCCval.c (constVal): added reduction from int to char
9565         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9566         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9567         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9568         to ignore the sign
9569         * support/regression/tests/shifts.c: fixed
9570
9571 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9572
9573         * src/z80/gen.c (genXor): Fixed bug #805445
9574
9575 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9576
9577         Fixed bug #621531 (const & volatile confusion in the type chain).
9578         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9579         refer to the const or volatile state of the pointer itself.
9580
9581         * src/SDCCast.c
9582         * src/SDCCglue.c
9583         * src/SDCCicode.c
9584         * src/SDCCsymt.c
9585         * src/SDCCval.c
9586         * src/SDCC.y
9587         * src/SDCCsymt.h
9588         * src/pic/gen.c
9589         * src/pic/ralloc.c
9590         * src/pic16/gen.c
9591         * src/pic16/ralloc.c
9592         * support/regression/tests/const.c
9593
9594 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9595
9596         When checking for duplicated modules, use absolute paths
9597         instead of relative paths.  Files changed:
9598
9599         * as/mcs51/lklib.c
9600         * link/z80/lklib.c
9601
9602 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9603
9604         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9605
9606 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9607
9608         * device/include/string.h: added size_t typedef, changed
9609         prototypes to use size_t, eliminated separate reentrant and
9610         non-reentrant declarations, added _memmove declaration
9611         * device/lib/_memcpy.c: changed to use size_t instead of int,
9612         changed /4 to >>2 to avoid division library call
9613         * device/lib/_memcmp.c,
9614         * device/lib/_memset.c,
9615         * device/lib/_strncat.c,
9616         * device/lib/_strncpy.c,
9617         * device/lib/_strncmp.c: changed to use size_t instead of int
9618         * device/lib/_memmove.c: new file (fixed bug #772294)
9619         * device/lib/Makefile.in: added _memmove.c
9620         * device/lib/z80/asm_strings.s: fixed bug #772290
9621         * support/regression/tests/bitfields.c: attempt to fix host assertion
9622         failure on amd64-unknown-linux2.2
9623
9624 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9625
9626         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9627         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9628         * as/z80/asmain.c (main): fixed bug #801766
9629
9630 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9631
9632         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9633         compilers
9634
9635 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9636
9637         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9638         reported in bug #800609
9639
9640 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9641
9642         * Top header beautifications in src/pic16 directory:
9643           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9644           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9645           pcoderegs.h, ralloc.c, ralloc.h
9646         * main.c: added top header and GPL license notice
9647         * pcode.c: fixed the if-conditional warning
9648
9649 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9650
9651         * device/lib/_mullong.c: replaced int by short for gcc
9652
9653 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9654
9655         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9656         and JUMPTABLE iCodes properly now (worked by accident before)
9657         * src/mcs51/gen.c (leftRightUseAcc),
9658         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9659         iCode properly now. Use getSize instead of nRegs since a & b
9660         aren't part of the nRegs tally.
9661
9662 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9663
9664         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9665         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9666           before instructions that use the _STATUS register
9667
9668 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9669
9670         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9671         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9672         fetching of the pointer
9673         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9674         copied from genNearPointerSet()
9675         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9676         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9677         If they pop r0/r1 they must be called in the opposite order than aopOp().
9678         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9679         (resp. --stack-auto), prepared for --xstack
9680
9681 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9682
9683         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9684
9685 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9686
9687         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9688         these ports have their own __sdcc_external_start()
9689
9690 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9691
9692         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9693         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9694         type for bits was changed. It resulted in bit variables becoming
9695         global, which is not permitted in PIC 14 assembly output.
9696
9697 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9698
9699         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9700
9701 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9702
9703         Z80 and MCS51 linkers complaint if a public symbol is defined
9704         in more than one library module:
9705
9706         * as/mcs51/lklib.c
9707         * link/z80/lklib.c
9708         * as/mcs51/Makefile.in
9709
9710 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9711
9712         A few small changes that speed up the peephole optimizer.
9713
9714         * src/SDCCpeeph.c
9715
9716 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9717
9718         Try to make the peephole optimizer smarter by maintaining
9719         an association between the assembly source code and the
9720         iCodes that originated them. Put this information to use
9721         with a new peephole rule condition "notVolatile" so that
9722         the rules can be aggressive yet still safe.
9723
9724         * src/SDCCpeeph.c
9725         * src/SDCCpeeph.h
9726         * src/mcs51/gen.c
9727         * src/mcs51/peeph.def
9728
9729 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9730
9731         Fixed bug #741761
9732
9733         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9734         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9735         if the left or right operand symbols have the accuse flag set.
9736
9737 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9738
9739         Changed the type of the result of the ! (NOT) operator to char;
9740         previously it returned the same type as the source. This allows
9741         us to eliminate all the genFloatNot functions (all of its target
9742         implementations were very buggy) since !float can use the same
9743         code as !long now.
9744
9745         * src/SDCCicode.c (ast2iCode): ! returns char
9746         * src/mcs51/gen.c (genNot, genNotFloat),
9747         * src/ds390/gen.c (genNot, genNotFloat),
9748         * src/z80/gen.c (genNot, genNotFloat),
9749         * src/pic/gen.c (genNot, genNotFloat),
9750         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9751
9752 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9753
9754         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9755         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9756            during interrupts. Ensure WSAVE is located at a shared bank address.
9757         2. Fixed page selection in some places
9758         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9759            the registers name strings.
9760         4. Fixed "signed / unsigned compare" compiler warnings.
9761         5. The PIC port manages its own allocation of the general purpose
9762            registers, but makes no attempt to reuse them. As a result when
9763            compiling it soon runs out of general purpose registers. Some
9764            additional code was added to the files pcode.c and device.c to walk
9765            through the function call tree and rename the registers so that they
9766            get reused.
9767
9768         * src/pic/device.c
9769         * src/pic/gen.c
9770         * src/pic/glue.c
9771         * src/pic/pcode.c
9772         * src/pic/pcode.h
9773         * src/pic/ralloc.c
9774         * src/pic/ralloc.h
9775         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9776         genPlus() & genMinus() when the result is the same as left or right
9777
9778 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9779
9780         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9781
9782 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9783
9784         Made bitfield a distinct type from bit so that bitfields
9785         convert as per ANSI C and bits retain their traditional
9786         boolean style behaviour. Implemented bitfield support in
9787         the z80 port.
9788
9789         * src/SDCCsymt.h,
9790         * src/SDCCsymt.c,
9791         * src/SDCCast.c,
9792         * src/cdbFile.c,
9793         * src/mcs51/gen.c,
9794         * src/ds390/gen.c: bit v bitfield split
9795         * src/z80/gen.c: New support for bitfields
9796         * support/regression/tests/bitfields.c: reenabled z80,
9797         added more tests
9798
9799 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9800
9801         Rules 246.x, 247.x relate to bitfields, the others speed up
9802         access to xdata mapped I/O devices.
9803
9804         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9805
9806 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9807
9808         Cleaned up genPackBits and genUnpackBits and added two helper
9809         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9810         for literal assignments in genPackBits (thanks to Frieder for
9811         reminding me).
9812
9813         * src/mcs51/gen.c
9814         * src/ds390/gen.c
9815
9816 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9817
9818         Fixed bug #748310 (pointer to function type mishandled when the
9819         function name is omitted). Also fixed a SIGSEGV when a function
9820         attribute (reentrant, etc) is used on a non-function or on a
9821         function but misplaced before the parameter list.
9822
9823         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9824         bug #748310
9825         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9826         * support/Util/SDCCerr.h,
9827         * support/Util/SDCCerr.c: Added func attr misuse error msg
9828
9829 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9830
9831         Fixed bug #787649 by anonymous
9832         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9833         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9834
9835 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9836
9837         Fixed numerous bitfield problems.
9838
9839         * src/SDCC.y: More bitfield related error checking
9840         * src/SDCCsymt.h,
9841         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9842         * support/Util/SDCCerr.h,
9843         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9844         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9845         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9846         * support/regression/tests/bitfields.c: tests added
9847
9848 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9849
9850         Made the constant following the "interrupt" keyword optional. If
9851         omitted, the function will not automatically be given an entry
9852         in the interrupt vector table (similar to #pragma NOIV, but
9853         less syntacticly kludgy). The interrupt number is also now
9854         range checked. Also fixed a bug in the high order bit example
9855         in the manual.
9856
9857         * src/SDCC.y
9858         * src/SDCCmem.c
9859         * src/SDCCglue.c
9860         * src/SDCCsymt.h
9861         * support/Util/SDCCerr.c
9862         * support/Util/SDCCerr.h
9863         * doc/sdccman.lyx
9864
9865 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9866
9867         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9868         * src/SDCCicode.c (operandOperation): rewritten some ops
9869         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9870         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9871         other type
9872         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9873         be re-activated by defining REDUCE_LITERALS)
9874         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9875         unsigned, but are signed by default
9876         * src/SDCCval.c (constVal): rearranged
9877         * src/SDCCval.c (valMod): preliminary fix
9878         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9879         * support/regression/literalop.c: added, work in progress
9880
9881 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9882
9883         Generate warnings for useless declarations like "char data;"
9884         that don't do what new users expect.
9885
9886         * src/SDCC.y
9887         * support/Util/SDCCerr.h
9888         * support/Util/SDCCerr.c
9889
9890 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9891
9892         * src/SDCCval.c (valMult): fix overflow detection of negative int
9893
9894 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9895
9896         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9897
9898         Changes to support big endian targets:
9899
9900         * src/ports.h
9901         * src/SDCCglue.c
9902         * src/avr/main.c
9903         * src/ds390/main.c
9904         * src/izt/i186.c
9905         * src/mcs51/main.c
9906         * src/pic/main.c
9907         * src/pic16/main.c
9908         * src/xa51/main.c
9909         * src/z80/main.c
9910
9911 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9912
9913         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9914         * device/lib/time.c: fixed warning "integer overflow in expression"
9915
9916 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9917
9918         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9919         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9920         constants are unsigned; added recognition of "u" flag for unsigned
9921         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9922         * src/SDCCval.c (valDiv, valMod): fixed signdness
9923         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9924         signedness of modulo, left and right shift
9925         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9926         * support/Util/SDCCerr.h: added warning W_INT_OVL
9927         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9928         * src/SDCCast.c (ast_print): improved output of constants
9929
9930 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9931
9932         Fixed some warnings when building with MSVC:
9933
9934         * as/mcs51/asdata.c
9935         * as/z80/asdata.c
9936         * as/mcs51/asm.h
9937         * as/z80/asm.h
9938         * link/z80/aslink.h
9939         * link/z80/lkdata.c
9940         * link/z80/lkeval.c
9941         * link/z80/lkgb.c
9942         * link/z80/lkihx.c
9943         * link/z80/lks19.c
9944         * link/z80/lksym.c
9945         * support/cpp2/cpplib.c
9946         * src/ds390/gen.c
9947         * src/mcs51/gen.c
9948
9949 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9950
9951         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9952
9953 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9954
9955         * support/librarian/clean.mk: Do not remove Makefile.
9956         * support/librarian/Makefile: added.
9957
9958 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9959
9960         Added librarian to MSVC build:
9961         * all.dsp
9962         * sdcc.dsw
9963         * support/librarian/librarian.dsp
9964
9965         'configure' not needed for librarian, removed:
9966         * support/librarian/configure
9967         * support/librarian/configure.in
9968         * support/librarian/config_in.h
9969         * support/librarian/Makefile.in
9970
9971         Hopefully these ones built the librarian and the rest of sdcc properly:
9972         * Makefile
9973         * Makefile.common.in
9974
9975         Messed up 'configure', so revert to previous version:
9976         * configure
9977         * configure.in
9978
9979 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9980
9981         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9982         there, while the mantissa of a double is "only" 53 bits wide.
9983
9984 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9985
9986         Adding sdcclib to the build.  MSVC project coming soon.
9987         Files added/changed:
9988
9989         * support/librarian/clean.mk
9990         * support/librarian/configure
9991         * support/librarian/configure.in
9992         * support/librarian/config_in.h
9993         * support/librarian/Makefile.bcc
9994         * support/librarian/Makefile.in
9995         * support/librarian/sdcclib.c
9996         * Makefile.bcc
9997         * Makefile
9998         * Makefile.common.in
9999         * configure
10000         * configure.in
10001
10002 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10003
10004         Linker now complaints if linked modules have conflicting options, for
10005         example, one compiled using --model-large and another one compiled with
10006         --model-small.  The following files were modified:
10007
10008         * as/mcs51/asdata.c
10009         * as/mcs51/aslink.h
10010         * as/mcs51/asm.h
10011         * as/mcs51/asmain.c
10012         * as/mcs51/asout.c
10013         * as/mcs51/i51pst.c
10014         * as/mcs51/lkdata.c
10015         * as/mcs51/lklibr.c
10016         * as/mcs51/lkmain.c
10017         * as/z80/asdata.c
10018         * as/z80/asm.h
10019         * as/z80/asmain.c
10020         * as/z80/asout.c
10021         * as/z80/z80pst.c
10022         * link/z80/aslink.h
10023         * link/z80/lkdata.c
10024         * link/z80/lklibr.c
10025         * link/z80/lkmain.c
10026         * src/SDCCglue.c
10027
10028 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10029
10030         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10031         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10032
10033 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10034
10035         * src/z80/mappings.i: fix _mul[us][int,long] entries
10036
10037 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10038
10039         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10040
10041 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10044         * support/regression/tests/bitopcse.c: added
10045         fixed warning:
10046         * src/avr/gen.c:
10047         * src/pic/gen.c:
10048         * src/pic16/gen.c:
10049         * src/z80/gen.c:
10050         * src/xa51/gen.c:
10051
10052 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10053
10054         added support for new library format to z80, gbz80 linkers:
10055         *link/z80/aslink.h
10056         *link/z80/lklex.c
10057         *link/z80/lklib.c
10058         *link/z80/lklist.c
10059
10060 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10061
10062         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10063         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10064
10065 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10066
10067         added DUMMY_READ_VOLATILE:
10068         * src/SDCC.y:
10069         * src/avr/gen.c:
10070         * src/xa51/gen.c:
10071         * src/z80/gen.c:
10072         * src/pic/gen.c:
10073         * src/pic16/gen.c:
10074         * src/mcs51/gen.c:
10075         * src/ds390/gen.c:
10076         * src/SDCCcse.c (algebraicOpts): many improvements
10077         * src/SDCCcse.h: removed algebraicOpts()
10078         * src/SDCCicode.c (picDummyRead): added
10079
10080 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10081
10082         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10083         "Insufficient space in data memory".
10084
10085 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10086
10087         * src/mcs51/gen.c: fixed bug #771358
10088         * src/z80/gen.c: fixed bug #759087
10089
10090 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10091
10092         * src/pic16/glue.c: minor cleanup by Vangelis
10093
10094 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10095
10096         * device/include/regc515c.h: fixed #758477
10097         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10098         * device/lib/_gptrput.c: saved a few bytes
10099         * my tab spacing is 8, yours too?)
10100         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10101         * device/lib/serial.c: process RX bytes earlier than TX bytes
10102         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10103
10104 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10105
10106         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10107
10108 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10109
10110     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10111
10112 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10113
10114         * device/lib/Makefile.in: bad fix, reverted to 1.43
10115
10116 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10117
10118         * device/lib/Makefile.in: added missing z80 object files
10119
10120 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10121
10122         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10123         pic16 progress by Vangelis:
10124         * src/SDCCglobl.h:
10125         * src/SDCCmain.c:
10126         * src/pic/Makefile:
10127         * src/pic:
10128         * pic/Makefile:
10129         * pic16/device.c:
10130         * pic16/device.h:
10131         * pic16/gen.c:
10132         * pic16/gen.h:
10133         * pic16/genarith.c:
10134         * pic16/glue.c:
10135         * pic16/main.c:
10136         * pic16/pcode.c:
10137         * pic16/pcode.h:
10138         * pic16/pcodepeep.c:
10139         * pic16/peeph.def:
10140
10141 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10142
10143     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10144
10145 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10146
10147     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10148     added gbz80 build to MSVC project.
10149     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10150     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10151     from 8051 stuff and setup so it links using a .lnk file.
10152
10153 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10154
10155     * support/librarian/sdcclib.c: sdcc librarian.
10156     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10157     with sdcclib.
10158
10159 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10160
10161     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10162
10163 2003-07-02  Borut Razem <borut.razem AT siol.net>
10164
10165         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10166         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10167         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10168         src/xa51/main.c, src/z80/main.c:
10169         virtualization of glue() function: each port has it's own glue function,
10170         which is accessed by do_glue function pointer in PORT.general structure
10171
10172 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10173
10174         * DS800C400 fun, improved ROM interface and tinibios.
10175
10176 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10177
10178         * More support for DS80C400. Now includes beginning of interface to ROM.
10179
10180 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10181
10182         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10183
10184 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10185
10186         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10187
10188 2003-06-19  Borut Razem <borut.razem AT siol.net>
10189
10190         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10191
10192 2003-06-19  Borut Razem <borut.razem AT siol.net>
10193
10194         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10195         fixed Z80 port - crt0.o: cannot open.
10196
10197 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10198
10199         * support/Util/MySystem.c (merge_command): revert bad fix
10200
10201 2003-06-18  Borut Razem <borut.razem AT siol.net>
10202
10203         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10204
10205 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10206
10207         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10208         option --use-stdout sends errors to stdout instead of stderr.
10209
10210 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10211
10212         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10213
10214 2003-06-15  Borut Razem <borut.razem AT siol.net>
10215
10216         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10217         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10218         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10219         fixed width array of pointers replaced with sets;
10220         multiple include and lib paths ared transferred to preprocessor and linker
10221         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10222         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10223         fixed width array of pointers
10224         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10225         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10226         fixupPath(), getPathDifference()
10227         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10228         fixed width array of pointers
10229
10230 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10231
10232         * src/pic16/ralloc.c: fix warnings
10233         * src/pic16/pcode.c: fix warning
10234
10235 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10236
10237          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10238         know all the details, but essentially this set of changes enable
10239         the pic16 port to generate movff instructions and generate assembler
10240         directives,
10241         * src/SDCCmain.c:
10242         * src/pic16/gen.c:
10243         * src/pic16/glue.c:
10244         * src/pic16/pcode.c:
10245         * src/pic16/device.c:
10246         * src/pic16/main.c:
10247         * src/pic16/pcode.h:
10248         * src/pic16/pcoderegs.c:
10249         * src/pic16/ralloc.c:
10250         * src/pic16/ralloc.h:
10251
10252 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10253
10254         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10255         added option --vc, so sdcc errors and warnings are compatible with
10256         Microsoft Visual Studio.
10257
10258 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10259
10260         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10261           device/lib/libfloat.lib: added atof function.
10262
10263 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10264
10265         * doc/sdccman.lyx: updated to Lyx 1.3
10266         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10267         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10268         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10269
10270 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10271
10272         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10273
10274 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10275
10276         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10277           additions to the "related tools/documentation" section
10278
10279 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10280
10281         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10282
10283 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10284
10285         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10286         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10287
10288 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10289
10290         * doc/sdccman.lyx: fix double dash and other minor things
10291         * doc/Makefile: fix double dash
10292
10293 2003-05-28  Karl Bongers(patches from Martin Helmling)
10294         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10295           condition and ignore commands.
10296
10297 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10298
10299         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10300           is in parts still quite out of date, I did changes as far as I felt makes sense
10301           for a non-native english speaker.
10302           Please feel free to add to the manual or to correct my changes.
10303         * doc/Makefile: undid touching the date of intermediate tex files.
10304
10305 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10306
10307         * doc/sdccman.lyx: Manual has an index now
10308
10309 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10310
10311         Finalize muluint/mulsint and mululong/mulslong merging:
10312         * device/lib/_mulint.c
10313         * device/lib/_mullong.c
10314         * device/lib/gbz80/mul.s
10315         * device/lib/gbz80/stubs.s
10316         * device/lib/z80/mul.s
10317         * device/lib/z80/stubs.s
10318         * src/SDCCsymt.c (initCSupport)
10319
10320 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10321
10322         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10323         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10324           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10325           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10326           instead of /Zm500.
10327
10328 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10329
10330         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10331           the regression tests I'm not brave enough to enable 245.b, 245.c
10332         * doc/sdccman.lyx: added latex preamble for hyperref package.
10333           Using pdflatex this will give you a hyperlinked pdf file with
10334           bookmarks. (prepend '%' before /usepackage if this breaks something)
10335
10336 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10337
10338          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10339
10340 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10341
10342         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10343
10344 2003-05-21    <johan AT balder>
10345
10346         * src/SDCCglue.c (printIval): fixed bug #739934
10347
10348 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10349
10350         Applied patch from bug 737905 (renamed yylineo to mylineno):
10351         * src/altlex.c
10352         * src/SDCCast.c
10353         * src/SDCglobl.h
10354         * src/SDCC.lex
10355         * src/SDCCsymt.c
10356         * src/SDCCval.c
10357         * src/pic16/pcode.c: Cleaned warnings
10358         * src/pic16/pcodeflow.c: Cleaned warnings
10359         * src/pic16/pcoderegs.c: Cleaned warnings
10360
10361 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10362
10363         * src/pic16/pcode.c: Cleaned warnings
10364         * src/pic16/pcodepeep.c: Cleaned warnings
10365         * src/pic16/ralloc.c: Cleaned warnings
10366
10367 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10368
10369         * doc/sdccman.lyx: fixed bug 739745
10370         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10371
10372 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10373
10374         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10375         it can be defined with CFLAGS when running configure
10376         * src/SDCCmain.c: fixed compiling + linking with object files
10377
10378 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10379
10380         * configure.in: configure for pic16 port,
10381             added --disable-pic16-port
10382         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10383         * src/SDCCmain.c: linkOptions is changed to set *,
10384             added if/endif conditional macros to remove options help
10385             messages from optionsTable when a port is not configured, added
10386             support for the PIc16 port in the ports table, when executing
10387             the compiler with no port specified on command line, a default
10388             port is selected with the new macro DEFAULT_PORT which is
10389             defined in port.h, in setDefaultOptions() linkOptions is removed
10390             from initialization assignment, since now it is a set,
10391             parseCmdLine uses setParseWithComma for linkOptions, in
10392             linkEdit() linkOptions are accessed with new function indexSet()
10393             which returns the i'th item of a set variable. See SDCCset.c, in
10394             linkEdit() when calling buildCmdLine(), added linkOptions as
10395             last argument. Now users can pass arguments to gplink via the
10396             -Wl option, main() uses pic16glue() to glue up pic16 programs
10397         * src/SDCCpeeph.c: various changes to support pic16
10398         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10399             return the i'th item of the set
10400         * src/SDCCset.h: added function prototype for indexSet()
10401         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10402         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10403         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10404             added macro DEFAULT_PORT
10405         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10406         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10407             generated
10408         * src/pic16/glue.c: commented out some error producing lines
10409         * src/pic16/main.c: __config directives are commented out to stop
10410             gpasm complaining and test the linkage with gplink, _linkCmd and
10411             _asmCmd changed to be more gplink and gpasm friendly
10412         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10413             produced an error when parsed, peep rule 12 is added to utilize
10414             movff, but it is commented out since the pCode does not support
10415             yet a command with 2 address arguments
10416
10417 2003-05-18    <johan AT balder>
10418
10419         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10420         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10421 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10422
10423         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10424   Added feature to script commands from file.
10425
10426 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10427
10428         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10429         * src/SDCCutil.c: include ctype.h for win32
10430
10431 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10432
10433         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10434
10435 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10436
10437         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10438   Fixed so you can set breakpoints prior to run, run does not stop
10439   on entry now.  Add tbreak.  Other enhancements and fixes for use
10440   with ddd.
10441
10442 2003-05-12  Borut Razem <borut.razem AT siol.net>
10443
10444         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10445
10446 2003-05-11  Borut Razem <borut.razem AT siol.net>
10447
10448         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10449         the path of bin directory, so that PATH is the only env. variable, which has to be set
10450         in case of standard installation.
10451         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10452         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10453         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10454
10455 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10456
10457         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10458         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10459         temp files are in the port dir; clean the gen/test directory when
10460         generating new test.c
10461         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10462         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10463         * support/regression/tests/zeropad.c: added
10464
10465 2003-05-09    <johan AT balder>
10466
10467         * src/SDCCglue.c: fixed bug #597940
10468
10469 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10470
10471         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10472   cache sfr, optimize next,step, fix off by one sourceline,
10473   support ddd list function.
10474         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10475
10476 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10477
10478         * support/regression/HTMLgen.py: added compare_s2f()
10479         * support/regression/Makefile: redo 1.27
10480         * support/regression/generate-cases.py: redo 1.5
10481
10482 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10483
10484         * support/regression/tests/float.c: workaround 33 bit hex constant
10485         * support/regression/tests/simplefloat.c: fix division for host
10486
10487 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10488
10489         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10490         that tame's the PIC's over-aggressive optimizer.
10491
10492 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10493
10494          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10495          support for MSVC.
10496
10497 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10498
10499         Initial support for DS80C400. "Hello world" runs on TINIm400
10500         (with polled I/O).
10501
10502 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10503
10504          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10505          * Some notes on ddd usage added in debugger/README
10506          Martin Helmling adding more features and fixes for ddd GUI debugger.
10507          Code added for nexti, stepi, up, down, and other adjustments.
10508
10509 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10510
10511         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10512         * src/pic/peeph.def Added two rules to optimize carry manipulation
10513         * src/pic/* removed debug printfs
10514
10515 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10516
10517         * debugger/mcs51/cmd.c: added header newalloc.h
10518
10519 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10520
10521         * as/Makefile: new EXEEXT
10522         * as/z80/Makefile: remove trailing slash of BUILDIR
10523         * as/z80/clean.mk: new EXEEXT
10524         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10525         * support/cpp2/Makefile.in: new EXEEXT
10526         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10527
10528 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10529
10530         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10531         EXEEXT was introduced to fix all related problems with targets
10532         "clean", "install" and "uninstall"; a couple of further flaws
10533         especially with "clean" have been fixed too
10534         * as/mcs51/Makefile.in
10535         * as/mcs51/clean.mk
10536         * as/z80/Makefile
10537         * Makefile
10538         * clean.mk
10539         * debugger/mcs51/Makefile.in
10540         * debugger/mcs51/clean.mk
10541         * link/z80/Makefile
10542         * link/z80/Makefile.in
10543         * link/z80/clean.mk
10544         * link/Makefile
10545         * packihx/Makefile.in
10546         * packihx/clean.mk
10547         * sim/ucsim/Makefile
10548         * sim/ucsim/clean.mk
10549         * sim/ucsim/avr.src/Makefile.in
10550         * sim/ucsim/avr.src/clean.mk
10551         * sim/ucsim/s51.src/Makefile.in
10552         * sim/ucsim/s51.src/clean.mk
10553         * sim/ucsim/xa.src/Makefile.in
10554         * sim/ucsim/xa.src/clean.mk
10555         * sim/ucsim/z80.src/Makefile.in
10556         * sim/ucsim/z80.src/clean.mk
10557         * sim/ucsim/main_in.mk
10558         * sim/ucsim/packages_in.mk
10559         * sim/ucsim/gui.src/Makefile.in
10560         * sim/ucsim/gui.src/serio.src/Makefile.in
10561         * sim/ucsim/gui.src/serio.src/clean.mk
10562         * src/Makefile.in
10563         * src/clean.mk
10564         * support/cpp2/Makefile.in
10565         * support/cpp2/clean.mk
10566         * support/makebin/Makefile
10567         * support/makebin/clean.mk
10568         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10569         * doc/sdccman.lyx: --program-suffix no longer needed
10570
10571 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10572
10573          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10574          Martin Helmling added support for ddd GUI debugger.
10575          Code added to display assembly, set variables, and other commands
10576          to interface to ddd.
10577
10578 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10579
10580         * as/Makefile: fix target clean
10581         * as/clean.mk: fix target clean
10582         * as/z80/clean.mk: fix target clean
10583
10584 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10585
10586         * Makefile.common.in: added  AT EXEEXT AT
10587         * configure.in: removed all mingw32 stuff
10588         * configure: rebuilt from configure.in
10589         * doc/sdccman.lyx: updated section "installation"
10590         * support/scripts/sdcc_mingw32: adapted to configure
10591         * support/scripts/sdcc_cygwin_mingw32: added
10592
10593 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10594
10595         * src/pic Added object file support for the PIC port
10596         * src/pic Applied patch from Craig Franklin (this started the object file support)
10597         * src/regression Updated the PIC regression tests for object files
10598
10599 2003-04-20  Borut Razem <borut.razem AT siol.net>
10600
10601         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10602           lklex.c: In function `getfid':
10603           lklex.c:203: warning: array subscript has type `char'
10604         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10605           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10606         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10607           stack handling macros
10608
10609 2003-04-19  Borut Razem <borut.razem AT siol.net>
10610
10611         * "handling space characters in file path" task:
10612         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10613         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10614         * support/Util/MySystem.h: make it self-sufficient
10615         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10616           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10617           handling space characters in file path
10618         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10619           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10620         * support/Util/MySystem.c: handling space characters in executable's path
10621
10622 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10623
10624         * as/z80/Makefile: fix permanent rebuild of z80
10625         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10626         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10627
10628 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10629
10630         * src/SDCCopt.c: add special case optimization to replace modulo by
10631           a power of two with a bitwise AND.
10632
10633 2003-04-18    <johan AT balder>
10634
10635         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10636
10637 2003-04-17    <johan AT balder>
10638
10639         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10640         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10641
10642 2003-04-13  Borut Razem <borut.razem AT siol.net>
10643
10644         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10645         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10646           fixed mingw problem in adl_NORMALIZE_PATH
10647
10648 2003-04-12  Borut Razem <borut.razem AT siol.net>
10649
10650         * fixed "#pragma SAVE/RESTORE can not be nested":
10651         * src/SDCC.lex: reworked pragma handling functions
10652         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10653         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10654
10655 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10656
10657         * src/SDCCutil.c (pathEquivalent): defined but not used
10658         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10659         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10660         * configure: rebuilt from configure.in
10661         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10662         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10663         * device/include/Makefile.in: replace sdcc_datadir
10664         * device/lib/Makefile.in: replace sdcc_datadir
10665         * Makefile.common.in: add LDFLAGS from configure
10666         * packihx/Makefile.in: use LDFLAGS
10667         * src/Makefile.in: use LDFLAGS
10668         * support/cpp2/Makefile.in: add LDFLAGS from configure
10669         * support/makebin/Makefile: use LDFLAGS
10670         * .version: bumped version number to 2.3.5
10671
10672 2003-04-12  Borut Razem <borut.razem AT siol.net>
10673
10674         * completed "different paths" task:
10675         * src/SDCCmacro.c: fixed bug in handling quotes
10676         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10677         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10678
10679 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10680
10681         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10682
10683 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10684
10685         * ds390/gen.c ds390/peeph.def: fix bug 706781
10686
10687 2003-04-11  Borut Razem <borut.razem AT siol.net>
10688
10689         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10690
10691 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10692
10693         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10694         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10695          set - this bit used to not be set...).
10696         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10697           bad code in PIC Port
10698         * src/regression/and2.c added to test bug 609268
10699         * src/regression/Makefile added and2.c to regression test
10700
10701
10702 2003-04-08    <johan AT CP255758-A>
10703
10704         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10705         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10706         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10707
10708 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10709
10710         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10711         fix bug #487815
10712         * support/cpp2/Makefile.in: fix bug #487815
10713         * configure: rebuilt from configure.in
10714         * Makefile.common.in: docdir changed, new path suffixes
10715         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10716         * sdcc_vc_in.h: reflect changes from sdccconf.h
10717         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10718         * src/SDCCutil.h: remove BINDIR hack
10719         * doc/sdccman.lyx: update new path hierarchy
10720
10721 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10722
10723         * src/SDCCpeeph.c: added okToRemoveSLOC test
10724
10725 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10726
10727         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10728
10729 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10730
10731         * src/SDCCpeeph.c: added labelIsReturnOnly test
10732         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10733
10734 2003-04-05    <johan AT balder>
10735
10736         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10737         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10738         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10739         * src/SDCCast.c: fixed a warning
10740         * src/SDCCast.h: fixed a warning
10741         * src/SDCCicode.c (operandFromAst): fixed a warning
10742
10743 2003-04-04    <johan AT balder>
10744
10745         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10746         * src/SDCCast.c (decorateType): fixed bug #715076
10747         * src/SDCC.y: fixed bug #702907
10748
10749 2003-04-03    <johan AT balder>
10750
10751         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10752         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10753         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10754         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10755         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10756
10757 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10758
10759         * _decdptr.c: fix return values
10760         * _gptrget.c: fix return values
10761         * _gptrgetc.c: fix return values
10762         * _gptrput.c: fix return values
10763         * _mulint.c: fix return values
10764         * as/z80/Makefile: fix 'make -j' problem
10765
10766 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10767
10768         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10769         * configure.in: big cleanup, updated to autoconf 2.5x
10770         * configure: rebuilt from configure.in
10771         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10772         * sdcc_vc_in.h: reflect changes from sdccconf.h
10773         * doc/Makefile: fixed a flaw in "make install"
10774
10775 2003-04-02    <johan AT balder>
10776
10777         * src/ds390/gen.c (genCmp): no comments
10778         * src/mcs51/gen.c (genCmp): no comments
10779         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10780         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10781
10782 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10783
10784         * support/regression/generate-cases.py: place generated file in given sub directory
10785         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10786         * support/regression/Makefile: improvements for 'make -j';
10787         side effect: it's simpler and faster now
10788
10789 2003-03-31  Borut Razem <borut.razem AT siol.net>
10790
10791         * src/z80/main.c: link-{port} and as-{port} defined without path
10792         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10793
10794 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10795
10796         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10797
10798 2003-03-30  Borut Razem <borut.razem AT siol.net>
10799
10800         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10801           changed type of list parameter to set
10802         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10803         * src/port.h: changed type of do_assemble() parameter to set
10804         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10805           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10806           definition of "cppoutfilename" macro with NULL value in preProcess()
10807         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10808         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10809         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10810           replaced with set *binPathSet
10811         * shash_add() deallocates the item, if allready exsists, before adding the new one
10812         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10813
10814 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10815
10816         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10817           a nested for loop bug in the PIC port
10818         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10819           for loops
10820
10821 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10822
10823         * support/Util/dbuf.h: remove C++ stuff to make it portable
10824
10825 2003-03-28  Borut Razem <borut.razem AT siol.net>
10826
10827         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10828           literal strings in stringLiteral()
10829         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10830         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10831           to the project
10832
10833 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10834
10835         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10836
10837 2003-03-26    <johan AT balder>
10838
10839         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10840         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10841         * src/SDCCast.c (decorateType): fixed " -v < 3"
10842
10843 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10844
10845         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10846         Added Lenny Story's debug infrastructure changes:
10847         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10848         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10849         * src/cdbFile.c: added
10850         * src/SDCCdebug.c: added
10851         * src/SDCCdebug.h: added
10852         * src/SDCCast.c (createFunction)
10853         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10854         * src/SDCCmain.c (parseCmdLine, main)
10855         * src/SDCCmem.c (redoStackOffsets)
10856         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10857         * src/SDCCsymt.h
10858         * src/common.h
10859         * src/avr/gen.c (genAVRCode)
10860         * src/ds390/gen.c (gen390Code)
10861         * src/mcs51/gen.c (gen51Code)
10862         * src/pic/gen.c (genpic14Code)
10863         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10864         * src/xa51/gen.c (genXA51Code)
10865         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10866
10867 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10868
10869         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10870         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10871
10872 2003-03-22    <johan AT balder>
10873
10874         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10875
10876 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10877
10878         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10879         * doc/cdbfileformat.lyx: added, written by Lenny Story
10880         * doc/Makefile: added cdbfileformat.lyx
10881         * doc/clean.mk: added cdbfileformat.lyx
10882
10883 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10884
10885         * src/mcs51/peeph.def: fix bug #705773
10886
10887 2003-03-20    <johan AT balder>
10888
10889         An sfr/sbit can have an "at #" AND an initializer
10890         * src/SDCCsymt.c (checkSClass):
10891         * src/SDCCmem.c (allocGlobal):
10892         * src/SDCCmem.c (allocLocal):
10893         * src/SDCCast.c (createBlock):
10894
10895 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10896
10897         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10898
10899 2003-03-16    <johan AT balder>
10900
10901         Undid the hackup of const and volatile, the problem is much bigger
10902         * src/SDCC.y:1.65
10903         * src/SDCCast.c:1.171
10904         * src/SDCCglue.c:1.138
10905         * src/SDCCicode.c:1.146
10906         * src/SDCCsymt.c:1.150
10907         * src/SDCCval.c:1.65
10908
10909 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10910
10911         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10912         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10913
10914 2003-03-13    <johan AT balder>
10915
10916         Hackup const and volatile modifiers in type chains a bit:
10917         * src/SDCC.y:1.63
10918         * src/SDCCast.c:1.169
10919         * src/SDCCglue.c:1.136
10920         * src/SDCCicode.c:1.143
10921         * src/SDCCsymt.c1.146
10922         * src/SDCCsymt.h1.59
10923         * src/SDCCval.c:1.63
10924
10925 2003-03-12    <johan AT balder>
10926
10927         * src/SDCCBBlock.h: more LRH debugging junk
10928         * src/SDCCcflow.h: more LRH debugging junk
10929         * src/SDCCloop.c: more LRH debugging junk
10930         * src/SDCC.y (struct_declaration): fixed bug #697590
10931         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10932         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10933         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10934
10935 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10936         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10937         test function names must now match exactly).
10938         * src/SDCCcse.c: added special case in findCheaperOp to allow
10939         extending a short integer. Makes less awful code for bug 700121 test case.
10940
10941 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10942
10943         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10944         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10945
10946 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10947
10948         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10949         actually called (operandsNotEqual() was called for all
10950         operandsNotEqualX tests).
10951
10952 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10953
10954         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10955         with shorter literals. Fixes bug 700121.
10956
10957 2003-03-11    <johan AT balder>
10958
10959         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10960
10961 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10962
10963         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10964         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10965
10966 2003-03-10  Borut Razem <borut.razem AT siol.net>
10967
10968         * src/SDCCmain.c: pipe preprocessor's output
10969         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10970         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10971         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10972         which closes all pipes in pipeSet set
10973         * src/SDCCset.c: free deleted item in function deleteSetItem()
10974         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10975         moved from z80 to src subproject
10976         * .version: increased version number to 2.3.4
10977
10978 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10979
10980         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10981         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10982         * support/regression/ports/xa51/spec.mk: fix typo
10983
10984 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10985
10986         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10987
10988 2003-03-09  Borut Razem <borut.razem AT siol.net>
10989
10990         * src/SDCCmain.c: pipe preprocessor's output
10991         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10992         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10993         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10994         which closes all pipes in pipeSet set
10995         * src/SDCCset.c: free deleted item in function deleteSetItem()
10996         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10997         moved from z80 to src subproject
10998
10999 2003-03-09  Borut Razem <borut.razem AT siol.net>
11000
11001         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11002         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11003         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11004         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11005         * src/SDCCglobl.h: unification of WIN32 native definitions
11006
11007 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11008
11009         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11010
11011 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11012
11013         * src/configure.in:   check for endianess (even while cross-compiling)
11014         * src/configure:      check for endianess (even while cross-compiling)
11015         * src/configure_in.h: check for endianess (even while cross-compiling)
11016         * src/avr/gen.c:        remove old endianess stuff
11017         * src/mcs51/gen.c:      remove old endianess stuff
11018         * src/ds390/gen.c:      remove old endianess stuff
11019         * src/pic/gen.c:        remove old endianess stuff
11020         * src/pic/genarith.c:   remove old endianess stuff
11021         * src/pic/glue.c:       fix endianess check
11022         * src/pic16/gen.c:      remove old endianess stuff
11023         * src/pic16/genarith.c: remove old endianess stuff
11024         * src/pic16/glue.c:     fix endianess check
11025         * src/xa51/gen.c:       remove old endianess stuff
11026         * src/z80/gen.c:        fix endianess check
11027         * src/SDCCglue.c:       fix endianess check
11028         * src/ds390/peeph.def: fix bug 700036
11029
11030 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11031
11032         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11033         * src/configure: find appropriate data-types on host for SDCC's int and long
11034         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11035         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11036         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11037
11038 2003-03-07    <johan AT balder>
11039
11040         Just a big NOOP:
11041                 some minor cleanups before the big shot
11042                 OP_DEFS and OP_USES now use Kevin's protection
11043                 new option --nolabelopt
11044
11045         * src/SDCCBBlock.c:
11046         * src/SDCCast.c,:
11047         * src/SDCCcflow.c:
11048         * src/SDCCcse.c:
11049         * src/SDCCicode.c:
11050         * src/SDCCicode.h:
11051         * src/SDCClabel.c:
11052         * src/SDCCloop.c:
11053         * src/SDCCmain.c:
11054         * src/ds390/ralloc.c:
11055         * src/mcs51/ralloc.c:
11056         * src/pic/ralloc.c:
11057         * src/xa51/ralloc.c:
11058         * src/z80/ralloc.c:
11059
11060 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11061
11062         * src/pic/pcode.c (get_op): fix 64 bit warnings
11063         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11064         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11065         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11066         * support/regression/tests/malloc.c: fix 64 bit warnings
11067
11068 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11069
11070         * src/mcs51/gen.c (genMinus): fixed bug 696436
11071
11072 2003-03-02  Borut Razem <borut.razem AT siol.net>
11073
11074         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11075
11076 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11077
11078         * configure.in: test for mkstemp
11079         * sdccconf_in.h: add HAVE_MKSTEMP
11080
11081 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11082
11083         * device/include/ctype.h: removed warning while using --stack-auto
11084         * device/include/malloc.h: removed warning while using --stack-auto
11085         * device/include/string.h: removed warning while using --stack-auto
11086
11087 2003-02-23  Borut Razem <borut.razem AT siol.net>
11088
11089         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11090         because NDEBUG is defined (see man assert)
11091         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11092
11093 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11094
11095         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11096         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11097
11098 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11099
11100         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11101         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11102
11103 2003-02-18    <johan AT balder>
11104
11105         * as/mcs51/asmain.c (asmbl): module can start with a digit
11106         * as/z80/asmain.c (asmbl): module can start with a digit
11107
11108 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11109
11110         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11111         * src/asm.c: fix pipe() for Mingw32
11112
11113 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11114
11115         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11116         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11117         make -V work again; --c1mode reads now from stdin
11118         * doc/sdccman.lyx: added --c1mode
11119         * support/Util/SDCCerr.c: new messages for c1 mode
11120         * support/Util/SDCCerr.h: new messages for c1 mode
11121         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11122
11123 2003-02-15    <johan AT balder>
11124
11125         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11126
11127 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11128
11129         * doc/sdccman.lyx: Environment variables, -o and other minor things
11130
11131 2003-02-14    <johan AT balder>
11132
11133         * src/xa51/main.c: before anyone really tries to use it :)
11134
11135         * Install doc's in share/sdcc/doc
11136         * removed some obsolete files
11137         * Do a proper make distclean and uninstall
11138         M Makefile.common.in
11139         R sdccbuild.sh
11140         M as/Makefile
11141         M device/include/Makefile.in
11142         M device/lib/Makefile.in
11143         M doc/sdccman.lyx
11144         M link/Makefile
11145         M sim/ucsim/doc/Makefile.in
11146         M src/clean.mk
11147         R src/avr/peeph.rul
11148         R src/xa51/peeph.rul
11149         M support/cpp2/Makefile.in
11150         M support/makebin/Makefile
11151
11152
11153 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11154
11155         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11156
11157 2003-02-10  Borut Razem <borut.razem AT siol.net>
11158
11159         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11160         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11161         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11162         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11163         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11164         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11165         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11166         src/z80/Makefile.bcc: Borland Makefile cleanup
11167         * as/z80/Makefile.bcc: Added Borland Makefile
11168         * support/cpp2/borland.h: Removed
11169
11170 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11171
11172         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11173         * src/SDCC.lex: new pragma NOIV
11174         * src/SDCCglobl.h: new pragma NOIV
11175         * src/SDCCmem.c: new pragma NOIV
11176
11177 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11178
11179         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11180
11181 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11182
11183         * src/SDCCmain.c: signal handling is switched off by --debug
11184         * doc/Makefile: small fix for install; use clean.mk again
11185         * doc/clean.mk: clean *.pdf and *.html too
11186
11187 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11188
11189         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11190         * device/lib/printfl.c: fix a ds390 bug by making it portable
11191         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11192         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11193         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11194         * debugger/mcs51/cmd.c: converted multi-line string literals
11195         * sim/ucsim/globals.cc: converted multi-line string literals
11196         * src/SDCCmain.c: introduced signal handler to remove temp files
11197         * doc/Makefile: small tweaks, implement clean
11198         * doc: removed generated files
11199
11200 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11201
11202         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11203         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11204         Address Record is not correctly generated for DS390."
11205
11206 2003-02-02  Borut Razem <borut.razem AT siol.net>
11207
11208         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11209         * as/mcs51/asm.h: fixed compilation with Borland C
11210         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11211         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11212         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11213         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11214         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11215         src/z80/Makefile.bcc: delete $(LIB) only if exist
11216         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11217
11218 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11219
11220         * device/include/malloc.h: introduced NULL
11221         * device/include/string.h: introduced NULL
11222         * device/include/stdlib.h: introduced NULL
11223         * device/lib/_memcpy.c: removed NULL
11224         * device/lib/_strcat.c: removed NULL
11225         * device/lib/_strchr.c: removed NULL
11226         * device/lib/_strcmp.c: removed NULL
11227         * device/lib/_strcpy.c: removed NULL
11228         * device/lib/_strcspn.c: removed NULL
11229         * device/lib/_strlen.c: removed NULL
11230         * device/lib/_strncat.c: removed NULL
11231         * device/lib/_strncmp.c: removed NULL
11232         * device/lib/_strncpy.c: removed NULL
11233         * device/lib/_strpbrk.c: removed NULL
11234         * device/lib/_strrchr.c: removed NULL
11235         * device/lib/_strspn.c: removed NULL
11236         * device/lib/_strstr.c: removed NULL
11237         * device/lib/_strtok.c: removed NULL
11238         * device/lib/malloc.c: removed NULL, include own header
11239
11240 2003-02-02    <johan AT balder>
11241
11242         * 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
11243         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11244         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11245         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11246         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11247         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11248
11249 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11250
11251         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11252         area 'DATA'"
11253
11254 2003-02-01    <johan AT balder>
11255
11256         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11257
11258 2003-01-31    <johan AT CP255758-A>
11259
11260         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11261
11262 2003-01-30    <johan AT balder>
11263
11264         * src/SDCCBBlock.c: automatic bug detection
11265         * src/SDCCicode.c: automatic bug detection
11266
11267 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11268
11269         * src/SDCCglobl.h:   now --xram-size 0 works
11270         * src/SDCCmain.c:    now --xram-size 0 works
11271
11272 2003-01-29    <johan AT balder>
11273
11274         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11275
11276 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11277
11278         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11279         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11280         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11281         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11282         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11283         * src/SDCCmain.c:    Added options --xram-size and --code-size
11284
11285 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11286
11287         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11288         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11289
11290 2003-01-27    <johan AT balder>
11291
11292         * src/SDCC.y: fixed bug #613764
11293
11294 2003-01-26    <johan AT balder>
11295
11296         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11297         * src/SDCCsymt.h: fixed bug #673374
11298         * src/SDCCglue.c: fixed bug #661910
11299         * src/SDCCast.c: fixed bug #458099 and 673374
11300
11301 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11302
11303         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11304         * as/mcs51/strcmpi.h: added
11305         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11306         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11307         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11308         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11309         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11310         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11311         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11312         * as/mcs51/Makefile.aslink: new module strcmpi
11313         * as/mcs51/Makefile.asx8051: new module strcmpi
11314         * as/mcs51/Makefil.bcc: new module strcmpi
11315         * as/mcs51/Makefile.in: new module strcmpi
11316         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11317
11318 2003-01-26    <johan AT balder>
11319
11320         * src/SDCCglue.c: reverted back to 1.124
11321         * src/SDCCast.c: reverted back to 1.156
11322         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11323
11324 2003-01-25    <johan AT balder>
11325
11326         * src/SDCCglue.c: A better fix for bug #661910
11327         * src/SDCCast.c: A better fix for bug #661910
11328         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11329
11330 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11331
11332         * src/Makefile.in: remove spawn.o
11333         * src/SDCCmain.c: remove spawn.h
11334         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11335         * src/spawn.c: removed
11336         * src/spawn.h: removed
11337         * support/regression/ports/ds390/spec.mk: link with -r
11338
11339 2003-01-24    <johan AT CP255758-A>
11340
11341         * src/ds390/gen.c (aopOp): fixed bug #667458
11342         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11343         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11344         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11345
11346 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11347
11348         * src/mcs51/peeph.def: better assembler identation by Frieder
11349         * src/mcs51/gen.c: better assembler identation by Frieder
11350
11351 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11352
11353         * as/z80/string.h: removed for gcc 3.2
11354         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11355         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11356
11357 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11358
11359         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11360         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11361         * support/regression/Makefile: separate temp files for ports
11362         * support/regression/generate-cases.py: separate temp files for ports
11363         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11364         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11365
11366 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11367
11368         * moved tinitalk to device/examples/ds390
11369
11370 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11371
11372         * as/mcs51/lkmem.c: rflag is for DS390
11373         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11374         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11375                          (linkEdit): move mem- and map-files the same way as ihx-files
11376         * src/z80/main.c (_setDefaultOptions): removed --generic
11377         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11378         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11379         * src/pic/glue.c (picglue): --c1mode works again
11380         * src/pic16/glue.c (pic16glue): --c1mode works again
11381         * src/asm.c (printCLine): fix #660034
11382
11383 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11384
11385         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11386         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11387         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11388         * as/mcs51/lkmem (summary): better fix for sp problem
11389         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11390         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11391         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11392                                               remove --stack-after-data
11393
11394 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11395
11396         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11397         * src/SDCCutil.c (join): ugly bug: missing '\0'
11398         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11399
11400 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11401
11402         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11403         * src/port.h: typo
11404         * src/pic/main.c (_asmCmd): gpasm supports -o
11405         * src/z80/main.c: more general macros
11406         * device/lib/Makefile.in: remove intermediate files
11407
11408 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11409
11410         * .version: Bumped version number to 2.3.3
11411         * src/SDCCBBlock.c: new option -o
11412         * src/SDCCglobl.h: new option -o
11413         * src/SDCCglue.c: new option -o
11414         * src/SDCCmain.c: new option -o
11415         * src/asm.c: new option -o
11416         * src/ds390/main.c: new option -o
11417         * src/pic/glue.c: new option -o
11418         * src/pic/pcode.c: new option -o
11419         * src/pic/ralloc.c: new option -o
11420         * src/pic16/glue.c: new option -o
11421         * src/pic16/pcode.c: new option -o
11422         * src/pic16/ralloc.c: new option -o
11423         * src/z80/main.c: new option -o
11424         * device/lib/Makefile.in: use -o
11425         * support/regression/ports/ds390/spec.mk: use -o
11426         * support/regression/ports/gbz80/spec.mk: use -o
11427         * support/regression/ports/mcs51/spec.mk: use -o
11428         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11429         * support/regression/ports/z80/spec.mk: use -o
11430         * support/regression/ports/ucz80/spec.mk: use -o
11431         * support/regression/ports/xa51/spec.mk: use -o
11432         * support/regression/fwk/lib/timeout.c: fix usage string
11433
11434 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11435         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11436
11437 2003-01-07    <johan AT balder>
11438
11439         * src/SDCCast.c (decorateType): fixed bug #600035
11440
11441 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11442         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11443         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11444         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11445         * src/pic/pcode.c: outcommented unused variable to remove warnings
11446         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11447
11448 2003-01-06    <karl AT turbobit.com>
11449         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11450    regression tests.
11451
11452 2003-01-06    <johan AT balder>
11453
11454         * src/SDCCicode.c: fixed array add
11455
11456 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11457         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11458         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11459
11460 2003-01-04    <johan AT balder>
11461
11462         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11463
11464 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11465         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11466
11467 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11468         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11469         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11470
11471 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11472         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11473
11474 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11475         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11476
11477 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11478         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11479
11480 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11481
11482     * in /sdcc/as/mcs51/ changed these files in order to create an
11483     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11484     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11485     following files to include the previous two files: aslink.dsp,
11486     Makefile.aslink, Makefile.bcc, and Makefile.in.
11487
11488     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11489     .adb instead of .cdb
11490
11491 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11492
11493         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11494         value from option --iram-size.
11495
11496 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11497
11498         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11499         dram[] array.
11500
11501 2002-09-18    <wiml AT hhhh.org>
11502
11503         * SDCClrange.h: exposed setFromRange() and setToRange()
11504         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11505           packRegsForAccUse() (bug 542397)
11506         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11507           multiple times and emitting the fetch operations more than once
11508           added aopGetUsesAcc() function to allow binary operators to
11509           fetch their operands in the correct order; made genMinus() emit
11510           compact code for X = LITERAL - Y
11511
11512 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11513         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11514         sprintf() in line 1267.
11515
11516 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11517         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11518         like ports.
11519
11520 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11521         Changes to aslink (All the changes are marked with 'JCF'):
11522
11523         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11524         summary().
11525
11526         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11527         area BSEG.  Also moves, if possible, the DATA area down into the internal
11528         ram so more space is available.
11529
11530         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11531         sflag.
11532
11533         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11534         not bytes.  Function summary() which creates a memory usage summary
11535         file with extension .mem.  Reports of overlaping stack and small stack
11536         size.  If the space for the stack is less than 16 bytes aslink trows a
11537         warning.
11538
11539         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11540         the 8051.  Option 'y' for memory summary output file.
11541
11542         Changes to sdcc (All the changes are marked with 'JCF'):
11543
11544         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11545
11546         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11547         overlaying area for it (uses RegBankUsed[4]).
11548
11549         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11550         bank zero as used by default.  By default aslink locates the stack
11551         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11552         the creation of the .mem file.  Delegates the allocation of data area
11553         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11554         the begining of the stack area to aslink.
11555
11556         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11557         glue() in SDCCglue.c creates an area for it.
11558
11559 2002-09-03  Borut Razem <borut.razem AT siol.net>
11560         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11561         sdcc/src/pic/glue.c:
11562         introduced atexit() handler for teporay files removal in case of
11563         errors, assertions, ...
11564
11565 2002-08-29  Borut Razem <borut.razem AT siol.net>
11566         * sdcc/support/cpp2/auto-host_vc_in.h:
11567         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11568         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11569         Maybe there is a similar problem with BORLANDC? It should be checked!
11570
11571         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11572         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11573         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11574         was not executed, and the compiler (cl) launched a warning:
11575         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11576
11577 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11578         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11579
11580 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11581         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11582
11583         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11584           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11585           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11586           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11587           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11588           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11589           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11590         - added Release configuration in VS projects
11591         - review of compiler an linker options
11592         - VC .exe files are generated in bin_vc directory, not to interfere
11593           with binaries generated from other projects (cygwin, mingw, bcc ...)
11594
11595         * sdcc/src/yacc.dsp: added
11596
11597         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11598         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11599         and insert the version number definitions from .version
11600
11601         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11602
11603         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11604         added - genarate auto-host.h using auto-host_vc_in.h as template
11605
11606         * sdcc/sdcc_vc.h,
11607         removed from CVS, generated automatically
11608
11609 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11610         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11611
11612 2002-08-11  Borut Razem <borut.razem AT siol.net>
11613         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11614
11615 2002-08-10  Borut Razem <borut.razem AT siol.net>
11616         * src/SDCCmain.c (main):
11617         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11618         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11619         The consequence was that some temporary files were not removed.
11620
11621         * src/SDCCglue.c:
11622         unification of code in functions tempfilename() and tempfile():
11623         function tempnam() is defined in Visual Studio 6.0 and .NET
11624
11625         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11626
11627         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11628           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11629         - removed compiler command line option /WX: Treats all warnings as errors
11630         - update a list of source files, included into the project
11631
11632         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11633           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11634         changed project type to Generic Project so that can be correcly converted to VS.NET project
11635
11636         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11637
11638         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11639
11640         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11641
11642         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11643         added return 0 statements after assert() to make compiler happy
11644
11645         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11646         added newline in the def file to keep MSC compiler satisfied
11647
11648         * sdcc/src/z80/gen.c:
11649         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11650           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11651         - solved MSC error in function aopDump()
11652
11653         * sdcc_vc.h: define PREFIX as "\\sdcc"
11654
11655 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11656         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11657
11658 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11659         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11660         - Rewrote the register banking algorithm.
11661         - Added pCode live-range analysis to registers (for now, only non-used and
11662         singly-used registers optimized away)
11663
11664         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11665
11666         * 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.
11667
11668 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11669         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11670
11671 2002-04-22  Michael Hope  <michaelh AT vroom>
11672
11673         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11674
11675         * configure.in (DD_COPT): Added include support required for gbdk.
11676
11677         * .version: Bumped version number just to increase it.
11678
11679         * src/SDCCmain.c: Added -nostdinc to the default options.
11680
11681 2002-04-15  Michael Hope  <michaelh AT vroom>
11682
11683         * device/lib/z80/printf.c (sprintf): Added.
11684
11685         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11686
11687         * src/z80/peeph.def: Added transpose redundent load rule.
11688
11689         * src/z80/main.c: Added force callee saves for jaune.
11690
11691         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11692
11693         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11694
11695 2002-03-28  Johan Knol  <johan AT balder>
11696
11697         * src/SDCCval.c: fixed bug #532436
11698
11699 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11700         * /src/port.h:
11701         Added "char *Processor" field to the port structure.
11702
11703         * /src/SDCCmain.c:
11704         Added -p option. Allows port dependent processor to be specified.
11705
11706         * all ports:
11707         Initialized the new field char *Processor field to NULL in all ports
11708
11709         * /src/pic/*:
11710         Compiler generated registers for interrupt context saving
11711         were not getting allocated.
11712
11713 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11714
11715         * /src/SDCCast.c:
11716         Fixed left shift. Will promote the left side of a left shift
11717         if a) left shifting more than size of operand or b) when assigned
11718         to something size > size of left side
11719
11720 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11721         * src/pic/*
11722         tons of changes. Register allocation has been
11723         rewritten. Added customization for the various PICs. Flow
11724         analysis is restructured. ...
11725
11726         * src/pic/device.h:
11727         Added
11728
11729         * src/pic/device.c:
11730         Added. device.c is a PIC port hack to accomodate variations
11731         in PIC devices.
11732
11733 2002-03-13  Michael Hope  <michaelh AT vroom>
11734
11735         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11736
11737 2002-03-04  johanknol  <johanknol AT manik>
11738
11739         * /src/SDCCval.c: fixed
11740
11741         const unsigned char arr[][2] = { { 0, 1 } };
11742         t18.c:1: error: Initializer element is not constant
11743
11744 2002-03-04  bela  <bela AT manik>
11745
11746         * /device/include/mcs51reg.h:
11747         ds89c420 register definition update
11748
11749 2002-03-03    <johan AT FRIJA>
11750
11751         * support/Util/SDCCerr.c: did something, but don't no why anymore
11752
11753         * support/regression/tests/bug-524691.c: made it a little less shy
11754
11755         * src/SDCCast.c (decorateType): fixed bug #524697
11756
11757         * src/SDCCast.c: made some lineno improvements
11758
11759         * src/SDCCval.c (getNelements): changed warning to error
11760
11761         * src/SDCCglue.c (printIvalArray): changed warning to error
11762
11763         * src/SDCCicode.c: fixed a warning for mingw
11764
11765         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11766
11767         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11768
11769 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11770
11771         * src/ds390/peeph.def:
11772         Added some more peephole rules
11773
11774         * src/ds390/gen.c: Various fixes & enhancements
11775
11776         * src/SDCClrange.c, src/SDCClrange.h:
11777         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11778
11779         * src/ds390/ralloc.c:
11780         various fixes & enhancements (ds390) specific
11781
11782         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11783         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11784         from rallocs.
11785
11786         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11787
11788 2002-03-02    <johan AT FRIJA>
11789
11790         * src/SDCCast.c (decorateType): fixed bug #524708
11791
11792         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11793
11794         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11795
11796 2002-03-01  Michael Hope  <michaelh AT vroom>
11797
11798         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11799
11800         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11801
11802 2002-03-01    <johan AT FRIJA>
11803
11804         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11805
11806         * src/SDCCast.c (decorateType): fixed bug #524209
11807
11808         * src/SDCCval.c (valNot): fixed bug #524195
11809
11810 2002-02-26    <johan AT balder>
11811
11812         * src/xa51/gen.c: fixed a warning
11813
11814         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11815
11816         * src/SDCCast.c (decorateType): fixed bug #522534
11817
11818 2002-02-23    <johan AT balder>
11819
11820         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11821
11822 2002-02-22    <johan AT balder>
11823
11824         * src/SDCCast.c: fixed bug #514865
11825
11826         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11827
11828 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11829
11830         * sdcc/src/SDCCloop.c:
11831         Previous fix was not good. basic blocks that have "break" or "return" are
11832         not really partof a loop , but live ranges used in these blocks should
11833         be live thru the entire loop, so set partOfLoop but don't add them to
11834         loop region
11835
11836 2002-02-21    <johan AT FRIJA>
11837
11838         * src/SDCCcse.c: fixed bug #514308
11839
11840 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11841
11842         * src/SDCCloop.c:
11843         Fixed BUG #519583. If a conditional block ended in a return/break
11844         statement inside a loop, it was not being considered part of the loop.
11845
11846         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11847
11848 2002-02-10  Karl Bongers <karl AT turbobit.com>
11849
11850         * debugger/*:
11851         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11852         with lots of comments and notes.
11853
11854         * device/examples/test2.c:
11855         Fix bug, "red" variable not being initialized(compiler complained).
11856
11857         * device/examples/Makefile, examples/test3.c:
11858         Add Makefile in device/examples folder, compiles test3.c
11859         for use as a multiple module SDCDB test case.
11860
11861         * sim/ucsim/cmd.src/cmdset.cc:
11862         Took out debug printfs in ucsim "next" command.
11863
11864         * sim/ucsim/xa.src:
11865         Karl and Johan start ucsim XA support.  Most dissassembly working,
11866         about 75% emulation done(plenty of work remaining).
11867
11868         * sim/ucsim/z80.src:
11869         Add Z80 support to ucsim, add test-ucz80 regression test,
11870         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11871         Notice z80 compiler fails on examples/test3.c/crc code.
11872
11873 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11874
11875         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11876         Added support for --parms-in-bank1
11877
11878         * src/ds390/peeph.def:
11879         added a few more peephole optimzations
11880
11881         * src/ds390/main.c:
11882         1) added __builtin_inp & __builtin_outp used to read in data of given length
11883            from a memory mapped port
11884         2) added __builtin_memcmp
11885         3) added __builtin_swapw swap bytes of a short
11886
11887         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11888         1) handle multiple send & receives from register bank1
11889         2) ralloc can now allocate DPTR1 to some liveRanges
11890
11891         * src/SDCCsymt.c, src/SDCCsymt.h:
11892         changes to handle multiple sends & receives
11893
11894         * src/SDCCptropt.h:
11895         added some pointer arithmetic optimization
11896
11897         * src/SDCCptropt.c:
11898         added some pointer arithmetic optimizations but not stable yet so not
11899         called from anywhere (will get this working shortly)
11900
11901         * src/SDCCopt.c: fixed for multiple sends & receives
11902
11903         * src/SDCCmain.c:
11904         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11905         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11906            set preprocessor defines (depending on options)
11907
11908         * src/SDCCicode.c, src/SDCCicode.h:
11909         changes made to handle multiple sends & receives
11910
11911         * src/SDCCglobl.h:
11912         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11913
11914         * src/SDCCcse.c, src/SDCCcse.h:
11915         added function findbackward def (to be used in upcoming optimization)
11916
11917         * src/SDCCcflow.c, src/SDCCcflow.h:
11918         added function returnAtEnd - to determine if a basic block terminates with
11919         a RETURN iCode
11920
11921         * src/SDCCast.c, src/SDCCast.h:
11922         added option parms-in-bank1
11923
11924         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11925         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11926         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11927         adjusted for --parms-in-bank1 option
11928
11929         * device/include/string.h:
11930         donot redefine "reentrant" keyword
11931
11932         * device/include/ds80c390.h: Added some more SFRs
11933
11934 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11935
11936         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11937
11938 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11939
11940         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11941
11942 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11943
11944         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11945
11946 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11947
11948         * Added --xram-movc option
11949
11950 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11951
11952         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11953
11954 2002-01-11  Johan Knol
11955
11956         * Added math lib of Jesus Calvino-Fraga
11957
11958 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11959
11960         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11961         * support/regression/Makefile: new target test-mcs51-stack-auto
11962         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11963
11964 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11965
11966         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11967
11968 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11969
11970         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11971
11972 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11973
11974         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11975
11976         * src/SDCCglue.h: add definition for printIvalChar()
11977
11978 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11979
11980         * src/SDCCast.c: fix #498138 by Johan
11981
11982         * src/SDCCglue.c: fix #498138 by Johan
11983
11984 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11985
11986         * support/regression/Makefile: fix clean
11987
11988         * support/regression/ports/ds390/support.c: fix transmission of last character
11989
11990 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11991
11992         * /sdcc/src/ds390/gen.c:
11993         a) improved computing address of stack variable
11994         b) took out some #if 0 code
11995         c) improved parmBytes adjustment
11996         d) improved genPlusIncr & genMinusIncr
11997         e) genCmp could generate bad code (when left assigned to DPTR)
11998         f) Fixed bug in hasInc
11999
12000         * /sdcc/src/ds390/ralloc.c:
12001         a) packRegsForSupport could mess up live information (Fixed)
12002         b) packRegsDPTRuse could be incorrect for left & right shift
12003
12004         * /sdcc/src/mcs51/ralloc.c:
12005         packRegsForSupport could mess up the live information (Fixed)
12006
12007         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12008
12009         * /sdcc/src/SDCCast.c:
12010         can reverse a loop even if function call is present as long
12011         as the loop control variable is local & is not passed as parameter
12012
12013 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12014
12015         * /sdcc/ChangeLog: *** empty log message ***
12016
12017         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12018         More builtin function additions for TININative
12019
12020         * /sdcc/src/ds390/ralloc.c:
12021         Had broken the regression testsuite
12022
12023         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12024
12025         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12026         Added funcattr hasStackParms will be set for reentrant functions when there
12027         are paramteres on the stack, this helps in minimizing frame pointer generation
12028         typeFromStr can handle function pointers now
12029
12030         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12031         *** empty log message ***
12032
12033 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12034
12035         * /src/ds390/gen.c, /src/ds390/main.c:
12036         More builtin function additions for TININative
12037
12038         * /src/ds390/ralloc.c:
12039         Had broken the regression testsuite
12040
12041         * /src/SDCCast.c: Fixed a bug in dumptree
12042
12043         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12044         Added funcattr hasStackParms will be set for reentrant functions when there
12045         are paramteres on the stack, this helps in minimizing frame pointer generation
12046         typeFromStr can handle function pointers now
12047
12048         * /doc/builtins.txt, /doc/TININative.txt:
12049         *** empty log message ***
12050
12051
12052 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12053
12054         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12055         ALPHA version for -mTININative
12056
12057         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12058         updated to reflect changes in the port structure
12059
12060         * /src/port.h:
12061         added function do_assemble (similar to do_link) if non-null this function
12062         will be called to do assembly (-mTININative) requires a multi command
12063         assembly
12064         added function genAssemblerEnd will be called to generate assembler Epilogue
12065
12066         * /src/SDCCsymt.c:
12067         added _JavaNative to debug info printing
12068
12069         * /src/SDCCmain.c: added option --tini-libid
12070         added port->do_assemble function (-mTININative) has a multi command assemble
12071
12072         * /src/SDCCglue.c: Disabled "constExpr" check
12073         added port->genAssemblerEnd function
12074
12075         * /src/SDCCglobl.h: Added option --tini-libid value
12076
12077         * /src/SDCCast.h:
12078         tookout optimizeCompare from the header (has no external references)
12079
12080         * /src/SDCCast.c: made one more function "static"
12081
12082 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12083
12084         * src/z80/mappings.i: Added z80asm support.
12085
12086         * src/z80/main.c: Added z80asm support on --asm=z80asm
12087
12088         * src/z80/gen.c: Fixed asm portability issues.
12089
12090         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12091
12092         * src/SDCCglue.c (printExterns): Added global/extern split.
12093
12094 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12095
12096         * support/regression/Makefile: added test for mcs51 model large
12097
12098         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12099
12100         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12101
12102 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12103
12104         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12105
12106 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12107
12108         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12109
12110         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12111
12112 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12113
12114         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12115
12116         * support/regression/tests/simplefloat.c: Port to mcs51.
12117
12118 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12119         * support/regression/tests/bug-485362.c: Added.
12120
12121         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12122
12123         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12124
12125         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12126
12127         * src/z80/gen.c (aopDump): Added a dump function.
12128
12129 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12130         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12131
12132         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12133
12134         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12135
12136         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12137
12138         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12139
12140         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12141
12142         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12143
12144         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12145
12146         * support/regression/ports/ds390/support.c: Use tinibios.
12147
12148         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12149
12150 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12151
12152         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12153         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12154
12155         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12156
12157         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12158
12159 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12160
12161         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12162
12163         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12164         (packRegsForIYUse): Created and optimised.
12165
12166 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12167
12168         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12169 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12170
12171         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12172
12173         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12174
12175         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12176
12177 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12178
12179         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12180
12181         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12182
12183 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12184
12185         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12186
12187         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12188
12189         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12190
12191 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12192
12193         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12194         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12195         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12196
12197         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12198
12199         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12200         (genNotFloat): Added.
12201         (genUminusFloat): Added.
12202
12203         * device/lib/z80/Makefile: Added floating pt stubs.
12204
12205         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12206
12207         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12208
12209         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12210
12211 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12212
12213         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12214
12215         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12216
12217         * sdcc/support/regression/Makefile: Add port ds390.
12218
12219         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12220
12221         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12222
12223         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12224
12225         * sdcc/support/regression/ports/ds390/support.c: Added.
12226
12227         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12228
12229         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12230
12231         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12232
12233 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12234
12235         * device/include/malloc.h: Added z80 and gbz80 support.
12236
12237         * device/lib/gbz80/heap.s: Added.
12238
12239         * device/lib/z80/heap.s: Added.
12240
12241         * device/lib/malloc.c: Added z80 and gbz80 support.
12242
12243         * support/regression/tests/malloc.c (testMalloc): Added.
12244
12245         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12246
12247         * support/regression/tests/bug-478094.c: Added.
12248
12249         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12250
12251 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12252
12253         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12254
12255         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12256
12257         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12258
12259         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12260
12261         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12262
12263 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12264
12265         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12266
12267 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12268
12269         * support/regression/tests/bug-477927.c: Added.
12270
12271         * src/z80/peeph.def: Added minor rules.
12272
12273         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12274
12275         * src/z80/peeph.def: Added jump optimisation modification.
12276
12277 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12278
12279         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12280
12281 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12282
12283         * support/regression/tests/funptrs.c: Added.
12284
12285 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12286
12287         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12288
12289 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12290
12291         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12292
12293         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12294
12295         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12296         (movLeft2ResultLong): Created.
12297
12298         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12299         (joinPushes): Added.  Joins two char pushes into a word push.
12300
12301 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12302
12303         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12304
12305         * support/makebin/Makefile (install): Added creation of dest dir.
12306
12307 2001-10-24 Karl Bongers <karl AT turbobit.com>
12308
12309         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12310
12311 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12312
12313         * src/z80/ralloc.c: Turned off faulty pack for one use.
12314
12315         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12316
12317         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12318
12319 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12320
12321         * support/regression/Makefile: Improved clean
12322
12323         * support/regression/ports/gbz80/spec.mk: Added clean
12324
12325         * support/regression/ports/host/spec.mk: Added clean
12326
12327         * support/regression/ports/z80/spec.mk: Added clean
12328
12329         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12330
12331         * support/regression/ports/mcs51/timeout.c: little improvements
12332
12333 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12334
12335         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12336
12337         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12338
12339         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12340
12341 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12342
12343         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12344
12345         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12346
12347 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12348         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12349
12350         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12351
12352         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12353
12354         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12355
12356         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12357
12358         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12359
12360         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12361
12362         * support/regression/tests/longor.c: Added.
12363
12364 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12365
12366         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12367
12368         * as/mcs51/aslink.h: define PATH_MAX
12369
12370         * as/mcs51/asm.h: define PATH_MAX
12371
12372         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12373
12374         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12375
12376         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12377
12378         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12379
12380         * src/SDCCglobl.h: define PATH_MAX
12381
12382         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12383
12384         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12385
12386 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12387
12388         * src/z80/gen.c (gencjneshort): Fixed
12389
12390         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12391
12392 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12393
12394         * support/regression/tests/bug-469671.c: Added.
12395
12396         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12397
12398 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12399
12400         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12401
12402         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12403
12404 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12405
12406         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12407
12408         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12409
12410         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12411
12412         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12413
12414         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12415
12416         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12417
12418         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12419
12420 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12421
12422         * 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.
12423
12424         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12425
12426         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12427
12428 2001-10-07    <johan AT FRIJA>
12429
12430         * device/lib/gets.c (gets): fixed the return value.
12431
12432 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12433         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12434
12435         * 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.
12436
12437         * 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.
12438
12439         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12440
12441         * src/pic/gen.c: Removed Safe_strdup.
12442
12443         * configure.in: Added option to enable libgc support.
12444
12445         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12446         (bitVectUnion): Optimised.
12447         (bitVectIntersect): Optimised.
12448         (bitVectBitsInCommon): Optimised.
12449         (bitVectCplAnd): Optimised.
12450
12451         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12452
12453 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12454
12455         * src/SDCCmain.c: distinguish between assembler debug and plain options
12456
12457         * src/avr/main.c:   remove standard assembler options
12458
12459         * src/ds390/main.c: remove standard assembler options
12460
12461         * src/mcs51/main.c: remove standard assembler options
12462
12463         * src/port.h: removed "PENDING" comment
12464
12465 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12466
12467         * src/device/lib/_mulint.c  : new, with assember functions
12468
12469         * src/device/lib/_mullong.c : new, with assember functions
12470
12471         * src/device/lib/_divuint.c : with assember functions
12472
12473         * src/device/lib/_divsint.c : with assember functions
12474
12475         * src/device/lib/_divulong.c: with assember functions
12476
12477         * src/device/lib/_divslong.c: with assember functions
12478
12479         * src/device/lib/_moduint.c : with assember functions
12480
12481         * src/device/lib/_modsint.c : with assember functions
12482
12483         * src/device/lib/_modulong.c: with assember functions
12484
12485         * src/device/lib/_modslong.c: with assember functions
12486
12487         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12488
12489         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12490
12491         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12492                                       replaced _mululong.c and _mulslong.c by _mullong.c
12493
12494 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12495
12496         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12497
12498 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12499
12500         * src/SDCCglue.c: test, if win32api is available for MINGW
12501
12502 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12503
12504         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12505         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12506         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12507         * support/regression/ports/host/spec.mk: removed GENERIC
12508         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12509         * support/regression/ports/z80/spec.mk: removed GENERIC
12510
12511 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12512
12513         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12514
12515         * support/regression/tests/bug-467035.c: Created.
12516
12517 2001-10-01    <johan AT FRIJA>
12518
12519         * src/SDCC.y: fixed bug #466586 part 1
12520
12521 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12522
12523         * SDCCicode.c: z80 has no generic pointers
12524         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12525
12526 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12527
12528         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12529
12530 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12531
12532         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12533
12534         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12535
12536 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12537
12538         * configure.in: Fixed up so that ucsim is only configured once.
12539
12540         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12541
12542         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12543         (getPathDifference): As above.
12544
12545         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12546
12547         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12548
12549 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12550         * .version: Updated to 2.3.1
12551
12552         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12553         Added copyright header.
12554
12555         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12556         (assemble): Added support for macro based assembler commands.
12557         (linkEdit): Added support for macro based linker commands.
12558         (preProcess): Changed the pre-processor to use macros.
12559         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12560         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12561
12562         * device/lib/z80/crt0.s: Added module name for debugging.
12563
12564 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12565
12566         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12567
12568         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12569
12570         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12571
12572         * src/Makefile.in: Added SDCCmacro and SDCCutil
12573
12574 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12575
12576         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12577
12578 2001-09-16    <johan AT FRIJA>
12579
12580         * 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.
12581
12582 2001-09-15    <johan AT FRIJA>
12583
12584         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12585         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12586
12587 2001-09-11    <johan AT FRIJA>
12588
12589         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12590
12591 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12592
12593         * support/regression/tests/bug-460444.c: Added test case.
12594
12595         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12596         (genCast): Added justification for all of the asserts.
12597
12598 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12599
12600         * support/regression/support.c: _xdata replaced by xdata
12601
12602         * support/regression/spec.mk: removed _generic
12603
12604 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12605
12606         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12607
12608         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12609         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12610
12611         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12612
12613         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12614
12615         * support/regression/tests/bug-460010.c: Added test case.
12616
12617         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12618
12619 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12620
12621         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12622
12623         * support/regression/testfwk.c: removed workaround for bug #436344
12624
12625         * support/regression/tests/bp.c: use less memory with mcs51
12626
12627         * support/regression/tests/bug-441448.c: use less memory
12628
12629         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12630
12631         * support/regression/collate-results.py: typo
12632
12633 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12634
12635         * support/regression/tests/fetchoverlap.c: Added new test case.
12636
12637         * support/regression/tests/bp.c: Added new test case.
12638
12639         * support/regression/tests/bug-448984.c: Added new test case.
12640
12641         * support/regression/tests/pow2shifts.c: Added new test case.
12642
12643         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12644         (genlshTwo): Fixed right shift for count > 8.
12645
12646         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12647
12648 2001-09-08    <johan AT FRIJA>
12649
12650         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12651
12652 2001-09-07    <johan AT FRIJA>
12653
12654         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12655
12656         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12657
12658 2001-09-06    <johan AT FRIJA>
12659
12660         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12661         * bernhard noted me at this: "() equals to (void)" (1.38)
12662
12663 2001-09-05    <johan AT FRIJA>
12664
12665         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12666
12667 2001-09-04    <johan AT FRIJA>
12668
12669         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12670
12671
12672 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12673
12674         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12675
12676 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12677
12678         * link/z80/aslink.h: Fixed path for PATH_MAX
12679
12680 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12681
12682         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12683
12684         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12685
12686         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12687
12688         * 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.
12689
12690 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12691
12692         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12693         (genCmp): Fixed up genCmp for the GB with longs.
12694
12695         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12696
12697         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12698
12699         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12700
12701         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12702
12703 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12704
12705         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12706
12707 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12708
12709         * 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.
12710
12711         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12712
12713 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12714
12715         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12716
12717         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12718
12719 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12720
12721   * sim/ucsim/configure:    little improvement of Cygwin-detection
12722   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12723   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12724   * support/regression/tests/bug-221100.c: small changes for mcs51
12725   * support/regression/tests/bug-221168.c: small changes for mcs51
12726   * support/regression/tests/bug-227710.c: small changes for mcs51
12727   * support/regression/tests/staticinit.c: small changes for mcs51
12728   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12729   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12730   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12731
12732 $Revision$