Initialize uart only if SM0 and SM1 are zero. Also, use flag 'putchar_crlf' to turn...
[fw/sdcc] / ChangeLog
1 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2
3         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
4         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
5         on/off CR to CRLF conversion.  
6
7 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8
9         * doc/sdccman.lyx: updated IRQ section
10
11 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
12
13         * device/lib/serial_io.c: removed
14         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
15         replacements for serial_io.c
16
17 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
20
21 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
22
23         * device/lib/serial_io.c: Default putchar() and getchar() for
24           mcs51 uses serial port.
25
26 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
27
28         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
29
30 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
31
32         * support/regression/ports/mcs51/support.c: smaller
33         _sdcc_external_startup()
34         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
35
36 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
37
38         * device/lib/gbz80/crt0.s,
39         * device/lib/gbz80/crt0_rle.s,
40         * device/lib/gbz80/div.s,
41         * device/lib/gbz80/fstubs.s,
42         * device/lib/gbz80/heap.s,
43         * device/lib/gbz80/mul.s,
44         * device/lib/gbz80/putchar.s,
45         * device/lib/gbz80/stubs.s,
46         * device/lib/z80/crt0.s,
47         * device/lib/z80/crt0_rle.s,
48         * device/lib/z80/div.s,
49         * device/lib/z80/fstubs.s,
50         * device/lib/z80/heap.s,
51         * device/lib/z80/mul.s,
52         * device/lib/z80/putchar.s,
53         * device/lib/z80/stubs.s: reverted, I was mistaken
54
55 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
56
57         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
58         * support/regression/ports/mcs51/support.c: removed race
59         condition on TI in _putchar allowing to use serial port mode 0
60
61 2006-10-20 Borut Razem <borut.razem AT siol.net>
62
63         * sebugger/mcs51/sdcdb.c: replaced isblank() with isspace()
64
65 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
66
67         * device/lib/gbz80/crt0.s,
68         * device/lib/gbz80/crt0_rle.s,
69         * device/lib/gbz80/div.s,
70         * device/lib/gbz80/fstubs.s,
71         * device/lib/gbz80/heap.s,
72         * device/lib/gbz80/mul.s,
73         * device/lib/gbz80/putchar.s,
74         * device/lib/gbz80/stubs.s,
75         * device/lib/z80/crt0.s,
76         * device/lib/z80/crt0_rle.s,
77         * device/lib/z80/div.s,
78         * device/lib/z80/fstubs.s,
79         * device/lib/z80/heap.s,
80         * device/lib/z80/mul.s,
81         * device/lib/z80/putchar.s,
82         * device/lib/z80/stubs.s: removed all leading underscores from area names
83
84 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
85
86         * support/regression/ports/mcs51/support.c: use highest baudrate so the
87           regression tests are not waiting in the simulator for simulated
88           transmission of debug output
89
90 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
91
92         * device/lib/printf_large.c: slightly smaller
93         * doc/sdccman.lyx: do not use spaces within html links
94
95 2006-10-16 Borut Razem <borut.razem AT siol.net>
96
97         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
98           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
99           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
100           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
101           debugger/mcs51/configure:
102           [ 1185668 ] add gnu readline support to sdcdb - enabled
103
104 2006-10-16 Raphael Neider <rneider AT web.de>
105
106         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
107           fixes #1577882, removes close to all banking optimizations
108
109 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
110
111         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
112           variables in code memory
113         * support/regression/tests/absolute.c: added test for this
114
115 2006-10-15 Raphael Neider <rneider AT web.de>
116
117         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
118           devices,
119           (BankSelect): emit BANKSEL before touching linker-placed regs,
120           fixes #1570934
121
122 2006-10-10 Raphael Neider <rneider AT web.de>
123
124         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
125         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
126         * src/pic/main.c (_pic14_parseOptions),
127         * src/pic/main.h: mostly reverted to previous state, now use results
128             from SDCCmain.c's argument parsing
129
130 2006-10-10 Borut Razem <borut.razem AT siol.net>
131
132         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
133           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
134           [ 1185668 ] add gnu readline support to sdcdb -
135           prepared for READLINE, not enabled yet,
136           thanks to <tal.bav AT gmail.com>
137
138 2006-10-10 Raphael Neider <rneider AT web.de>
139
140         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
141         * src/pic16/devices.inc,
142         * device/include/pic16 (pic18f[24]620.h),
143         * device/include/pic18fregs.h,
144         * device/lib/pic16/pics.all,
145         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
146             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
147             Gary Plumbridge and Anton Strobl
148
149 2006-10-10 Raphael Neider <rneider AT web.de>
150
151         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
152           --stack-siz=NUM options to configure the argument passing stack
153         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
154         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
155           (pic14_getSharebankSize): obey --stack-siz=NUM,
156           (pic14_getSharebankAddress): obey --stack-loc=NUM
157
158 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
159
160         * doc/sdccman.lyx: added to the manual
161         * doc/figures/ddd_example.png: added (neither pdflatex nor
162         most browsers seem to like the .eps file)
163
164 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
165
166         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
167         to /tmp and /var/tmp acc. LSB
168         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
169         RESULT_TYPE_IFX
170         * support/regression/tests/onebyte.c: added test
171
172 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
173
174         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
175
176 2006-10-05 Borut Razem <borut.razem AT siol.net>
177
178         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
179           thanks to dfulab:
180           - sdcc.dsw: changed property eol-style to CRLF
181           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
182
183 2006-10-04 Raphael Neider <rneider AT web.de>
184
185         * device/include/pic/{pic16f84.h,pic16f84a.h},
186         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
187           from patch #1522504, thanks to Robas Teodor
188
189 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
190
191         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
192           fixes bug 1566015
193
194 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
195
196         * src/pic16/glue.c (pic16emitMaps),
197         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
198         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
199         * device/lib/pic16/libc/string/memcpypgm2ram.c,
200         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
201           Philipp Krause
202         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
203         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
204
205 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
206
207         * support/librarian/sdcclib.c: Added option -l.
208         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
209           usage totals.
210         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
211           using Windows command prompt.
212
213 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
214
215         * device/lib/libsdcc.lib: added module rand
216         * src/ds390/ralloc.c (rematStr),
217         * src/hc08/ralloc.c (rematStr),
218         * src/mcs51/ralloc.c (rematStr),
219         * src/z80/ralloc.c (rematStr): made output more consistent
220         * src/mcs51/gen.c: cosmetic changes
221
222 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
223
224         * src/port.h: added mem.cabs_name to PORT
225         * src/ds390/main.c,
226         * src/hc08/main.c,
227         * src/mcs51/main.c,
228         * src/pic16/main.c,
229         * src/pic/main.c,
230         * src/xa51/main.c,
231         * src/z80/main.c: added cabs_name initializers
232         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
233           constants
234           (emitMaps): emit absolutes in code memory into cabs_name
235         * src/SDCCmem.c,
236         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
237         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
238         * support/regression/fwk/include/testfwk.h: added define for at
239         * support/regression/tests/absolute.c: added, new
240
241 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
242
243         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
244           optimizations, see also patch 887161 by Stas Sergeev
245         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
246           to be necessary anymore,
247           (102, 103, 104, 127): renamed all occurances of bp to _bp
248
249 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
250
251         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
252           thanks Weston T. Schmidt for patch 1555221
253         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
254         * src/SDCCicode.c(geniCodeMultiply): small optimization
255
256 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
257
258         * device/include/stdlib.h: added rand prototypes
259         * device/lib/rand.c: new, added
260         * device/lib/Makefile.in: added rand.c
261         * src/z80/peeph.def,
262         * src/z80/peeph-gbz80.def,
263         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
264
265 2006-09-20 Raphael Neider <rneider AT web.de>
266
267         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
268
269 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
270
271         * as/link/aslink.h: cosmetic changes
272         * as/link/mcs51/Makefile.in,
273         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
274
275 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
276
277         * as/link/aslink.h,
278         * as/link/mcs51/aslink.h,
279         * as/link/z80/aslink.h: merged and moved to as/link/
280         * as/link/lkstore.c,
281         * as/link/mcs51/lkstore.c: moved to as/link/
282         * as/link/clean.mk: remove *.o
283         * as/link/mcs51/alloc.h: deleted
284         * as/link/mcs51/lkarea.c: added lnksect prototype
285         * as/link/mcs51/lkdata.c,
286         * as/link/mcs51/lklex.c,
287         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
288         * as/link/mcs51/lkmem.c,
289         * as/link/mcs51/lknoice.c: removed include strcmpi.h
290         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
291         * as/link/mcs51/aslink.dsp,
292         * as/link/mcs51/Makefile.aslink,
293         * as/link/mcs51/Makefile.bcc,
294         * as/link/mcs51/Makefile.in: updated for moved files
295         * as/link/z80/lkarea.c,
296         * as/link/z80/lkhead.c,
297         * as/link/z80/lklex.c,
298         * as/link/z80/lklibr.c,
299         * as/link/z80/lklist.c,
300         * as/link/z80/lkmain.c,
301         * as/link/z80/lkrloc.c,
302         * as/link/z80/lksym.c: synced with mcs51
303         * as/link/z80/lkdata.c,
304         * as/link/z80/lkeval.c,
305         * as/link/z80/lkihx.c,
306         * as/link/z80/lks19.c: cosmetic changes
307         * as/link/z80/Makefile.in,
308         * as/link/z80/linkgbz80.dsp,
309         * as/link/z80/linkz80.dsp: updated for moved files
310
311 2006-09-16 Borut Razem <borut.razem AT siol.net>
312
313         * debugger/mcs51/sdcdb.c: partially fixed
314           [ 1203664 ] sdcdb fails to open files w. two "." periods
315         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
316           debugger/mcs51/symtab.h: fixed indenting
317         * configure.in, configure: up to date with latest Maarten's changes
318
319 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
320
321         as/link/mcs51
322         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
323         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
324         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
325         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
326         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
327         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
328         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
329         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
330         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
331         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
332         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
333         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
334         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
335         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
336         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
337         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
338         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
339         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
340         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
341         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
342         as/link/mcs51/alloc.h,
343         as/link/mcs51/clean.mk,
344         as/link/mcs51/conf.mk,
345         as/link/mcs51/Makefile.bcc,
346         as/link/mcs51/Makefile.in,
347         as/link/mcs51/readme.390,
348         as/link/mcs51/strcmpi.c,
349         as/link/mcs51/strcmpi.h,
350         as/mcs51/clean.mk,
351         as/mcs51/Makefile.bcc,
352         as/mcs51/Makefile.in,
353         configure,
354         Makefile.in,
355         sdcc.dsw: moved mcs51 linker to as/link/mcs51
356
357 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
358
359         * as/link,
360         * as/link/Makefile.in,
361         * as/link/z80/linkgbz80.dsp,
362         * as/link/z80/linkz80.dsp,
363         * configure,
364         * link,
365         * link/clean.mk,
366         * link/Makefile.in,
367         * link/README,
368         * link/z80,
369         * link/z80/aslink.h,
370         * link/z80/clean.mk,
371         * link/z80/conf.mk,
372         * link/z80/linkgbz80.dsp,
373         * link/z80/linkz80.dsp,
374         * link/z80/lkarea.c,
375         * link/z80/lkdata.c,
376         * link/z80/lkeval.c,
377         * link/z80/lkgb.c,
378         * link/z80/lkgg.c,
379         * link/z80/lkhead.c,
380         * link/z80/lkihx.c,
381         * link/z80/lklex.c,
382         * link/z80/lklibr.c,
383         * link/z80/lklist.c,
384         * link/z80/lkmain.c,
385         * link/z80/lkrloc.c,
386         * link/z80/lks19.c,
387         * link/z80/lksym.c,
388         * link/z80/Makefile.in,
389         * Makefile.in,
390         * sdcc.dsw: moved link/ to as/link/
391
392 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
393
394         * as/mcs51/i51mch.c (machine): fixed warning
395
396 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
397
398         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
399
400 2006-09-09 Borut Razem <borut.razem AT siol.net>
401
402         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
403           sdcdb WIN32 native port
404         * src/clean.mk: fixed
405
406 2006-09-08 Borut Razem <borut.razem AT siol.net>
407
408         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
409
410 2006-09-08 Raphael Neider <rneider AT web.de>
411
412         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
413         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
414             to gplink to disable processor mismatch warning and to allow
415             the use of devices with only aliased (shared) memory banks,
416           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
417
418 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
419
420         * doc/sdccman.lyx: Some re-formating plus example on using
421           #pragma preproc_asm +/-
422
423 2006-09-07 Borut Razem <borut.razem AT siol.net>
424
425         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
426           section
427
428 2006-09-06 Borut Razem <borut.razem AT siol.net>
429
430         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
431           line at sdcc.nsi:153
432         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
433
434 2006-09-05 Borut Razem <borut.razem AT siol.net>
435
436         * configure.in, configure: support for winsock2
437         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
438           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
439           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
440           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
441           debugger/mcs51/symtab.h: sdcdb WIN32 native port
442
443 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
444
445         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
446           and OP_DEFS
447         * support/regression/tests/bug1551947.c: new, added
448         * src/SDCCsymt.h: strings are char* not byte*
449
450 2006-09-05 Raphael Neider <rneider AT web.de>
451
452         * device/lib/pic16/libdev/pic18f4550.c,
453           device/include/pic16/pic18f4550.h: added PORTD/TRISD
454             declarations/definitions from patch #1520949
455
456 2006-09-05 Raphael Neider <rneider AT web.de>
457
458         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
459           byte-aligned bitfields, fixes #1539278
460
461 2006-09-05 Raphael Neider <rneider AT web.de>
462
463         * src/pic/gen.c (genReceive): skip unreferenced arguments,
464           fixes #1544120
465
466 2006-09-04 Borut Razem <borut.razem AT siol.net>
467
468         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
469         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
470           -mno-cygwin is a part of the compiler name
471         * support/scripts/sdcc_mingw32: don't disable ucsim
472
473 2006-09-03 Borut Razem <borut.razem AT siol.net>
474
475         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
476         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
477
478 2006-09-03 Raphael Neider <rneider AT web.de>
479
480         * src/pic/ralloc.c,
481         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
482           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
483           fixes #1550049
484
485 2006-09-01 Borut Razem <borut.razem AT siol.net>
486
487         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
488           to make ppc-osx happy
489
490 2006-08-31 Borut Razem <borut.razem AT siol.net>
491
492         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
493         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
494         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
495         * support/regression/ports/ds390/spec.mk,
496           support/regression/ports/mcs51/spec.mk,
497           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
498           To run regression tests in mingw environment:
499           make DEV_NULL=NUL CC=gcc
500
501 2006-08-30 Borut Razem <borut.razem AT siol.net>
502
503         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
504           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
505           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
506           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
507           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
508           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
509           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
510           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
511           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
512           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
513           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
514           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
515           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
516           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
517           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
518           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
519           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
520           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
521           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
522           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
523           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
524           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
525           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
526           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
527           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
528           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
529           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
530           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
531           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
532           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
533           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
534           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
535           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
536           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
537           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
538           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
539           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
540           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
541           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
542           ucsim WIN32 native port
543
544 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
545
546         * doc/sdccman.lyx: added note on dynamic memory heap initialization
547
548 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
549
550         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
551         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
552
553 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
554
555         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
556         * support/regression/tests/bug1546986.c: new, added
557         * as/mcs51/.cvsignore,
558         * debugger/mcs51/.cvsignore,
559         * src/.cvsignore: deleted
560
561 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
562
563         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
564           definitions)
565
566 2006-08-20 Borut Razem <borut.razem AT siol.net>
567
568         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
569           removed cl_listen_console::match(), cl_console::match(),
570           restructured cl_commander::proc_input()
571
572 2006-08-16 Borut Razem <borut.razem AT siol.net>
573
574         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
575           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
576           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
577
578 2006-08-14 Borut Razem <borut.razem AT siol.net>
579
580         * support/regression/Makefile.in,
581           support/regression/ports/pic14/gpsim.cmd,
582           support/regression/ports/pic14/spec.mk,
583           support/regression/ports/pic14/support.c:
584           added pic14 regression test
585
586 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * as/doc/asxhtm.html: documented changed ABS behaviour
589         * as/doc/README: fixed some typos
590
591 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
594           not defined on host
595
596 2006-08-12 Borut Razem <borut.razem AT siol.net>
597
598         * support/regression/fwk/include/testfwk.h,
599           support/regression/fwk/lib/testfwk.c,
600           support/regression/generate-cases.py,
601           support/regression/Makefile.in:
602           regression test framework does not depend on function pointers and
603           variable arguments
604
605 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
606
607         * device/include/stddef.h: c temporary hack to fix bug 1518273
608
609 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
610
611         * device/include/mcs51/cc2510fx.h: added
612         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
613           to projects.
614
615 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
616
617         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
618         * as/z80/Makefile.in: added strcmpi.c
619         * as/z80/z80adr.c: added upper case registers and lower case conditionals
620         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
621
622 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
623
624         * device/lib/gbz80/asm_strings.s,
625         * device/lib/gbz80/crt0_rle.s,
626         * device/lib/gbz80/div.s,
627         * device/lib/gbz80/mul.s,
628         * device/lib/gbz80/shift.s,
629         * device/lib/z80/asm_strings.s,
630         * device/lib/z80/crt0_rle.s,
631         * device/lib/z80/div.s,
632         * device/lib/z80/mul.s,
633         * device/lib/z80/shift.s: changed to all lower case menmonics except the
634           flags which are all upper case
635
636 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
637
638         * as/z80/asm.h: made CASE_SENSITIVE 1
639         * link/z80/aslink.h: made CASE_SENSITIVE 1
640         * src/z80/gen.c (throughout): made all conditionals upper case
641         * support/regression/tests/bug1503067.c: new
642
643 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
644
645         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
646           (shiftIntoPair): added case 2 for PAIR_IY,
647           (setupToPreserveCarry): replaced parameters with iCode and check if
648            PAIR_DE is in use to fix bug 1399290,
649           (genPlus, genMinus): updated call to setupToPreserveCarry
650         * support/regression/tests/bug1399290.c: new
651
652 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
653
654         * device/lib/Makefile.in (Z80SOURCES): enabled float support
655         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
656         * src/ds390/gen.c (shiftRLong),
657         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
658         * src/mcs51/gen.c (sameReg): changed to sameByte,
659           (xch_a_aopGet): new,
660           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
661            shiftRLong): fixed bug 1533966
662         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
663           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
664         * support/regression/Makefile.in: disabled z80, enabled ucz80
665         * support/regression/tests/float_trans.c: enabled test for z80 and host
666         * support/regression/tests/shifts2.c: new, for testing bug 1533966
667
668 2006-08-01 Borut Razem <borut.razem AT siol.net>
669
670         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
671           comparison is always false due to limited range of data type
672           on PPC64 machine (openpower-linux1) where "char = unsigned char"
673
674 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
675
676         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
677         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
678         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
679         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
680
681 2006-07-31 Borut Razem <borut.razem AT siol.net>
682
683         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
684           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
685           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
686           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
687           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
688           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
689           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
690           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
691           enable ucsim mingw compilation. Serial port is disabled,
692           since it uses termios.h API, which is not available on native
693           WIN32
694
695 2006-07-31 Borut Razem <borut.razem AT siol.net>
696
697         * Small Device C Compiler 2.6.0 released
698         * support/scripts/sdcc.nsi: added FULL_DOC option
699         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
700
701 2006-07-28 Borut Razem <borut.razem AT siol.net>
702
703         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
704         * doc/INSTALL.txt: updated
705
706 2006-07-27 Borut Razem <borut.razem AT siol.net>
707
708         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
709           device/lib/pic/libdev/Makefile.in: fixed bug
710           [ 1438354 ] pic libsdcc: distclean doesn't work
711         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
712           device/lib/pic16/libio/Makefile.in: fixed bug
713           [ 1438344 ] pic16 lib: clean doesn't work properly
714         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
715
716 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
717
718         * device/lib/pic/libsdcc/fsdiv.c,
719         * device/lib/pic/libsdcc/fsmul.c,
720         * device/lib/pic16/libsdcc/float/fsdiv.c,
721         * device/lib/pic16/libsdcc/float/fsmul.c,
722         * device/lib/_fsdiv.c,
723         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
724         * support/regression/tests/bug1520966.c: added
725         * doc/knownbugs.html: removed [ 1520966 ] from the list
726
727 2006-07-25 Borut Razem <borut.razem AT siol.net>
728
729         * configure.in, configure, sdccconf_in.h: fixed bug
730           [ 1519095 ] regression test onebyte.c fails on ppc64 host
731         * doc/knownbugs.html: removed [ 1519095 ] from the list
732
733 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * doc/knownbugs.html: added, contains list of known bugs at release
736         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
737
738 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
739
740         * device/include/mcs51/compiler.h: added SFRX for xdata based special
741           function registers and corrected defaults with additional warning
742         * device/lib/malloc.c: cosmetic changes
743         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
744         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
745           (fillGaps): and used it
746
747 2006-07-20 Raphael Neider <rneider AT web.de>
748
749         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
750           output unless SDCCPICDEBUG is set
751         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
752           output if SILENT is set
753
754 2006-07-11 Borut Razem <borut.razem AT siol.net>
755
756         * doc/README.txt: updated
757
758 2006-07-10 Borut Razem <borut.razem AT siol.net>
759
760         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
761           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
762           in WIN32 installation
763         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
764           release candidate 1
765
766 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
767
768         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
769         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
770
771 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
772
773         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
774
775 2006-07-06 Borut Razem <borut.razem AT siol.net>
776
777         * support/regression/tests/bitfields.c:
778           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
779         * support/regression/tests/constantRange.c:
780           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
781
782 2006-07-04 Borut Razem <borut.razem AT siol.net>
783
784         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
785           src/port.mk,
786           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
787           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
788           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
789           reverted changes from 2006-07-03
790         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
791         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
792           added CPPFLAGS, used by the host port
793
794 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
795
796         * support/regression/valdiag/tests/switch.c,
797         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
798         * support/regression/tests/libmullong.c: fixed for host
799         * support/regression/ports/host/spec.mk: disable all warnings for host,
800         SDCC runs with --less-pedantic too
801
802 2006-07-03 Borut Razem <borut.razem AT siol.net>
803
804         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
805           defined CPPFLAGS
806         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
807         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
808           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
809           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
810           include ../port.mk
811         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
812           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
813           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
814           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
815
816 2006-07-02 Raphael Neider <rneider AT web.de>
817
818         * src/pic16/devices.inc,
819         * device/include/pic16/pic18fregs.h,
820         * device/include/pic16/pic18f4550.h,
821         * device/lib/pic16/pics.all,
822         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
823
824 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
825
826         * as/hc08/lkaomf51.c (OutputName),
827         * as/mcs51/lkaomf51.c (OutputName),
828         * as/z80/asmain.c (asmbl),
829         * src/ds390/main.c (asmLineNodeFromLineNode),
830         * src/hc08/ralloc.c (hc08_assignRegisters),
831         * src/mcs51/main.c (asmLineNodeFromLineNode),
832         * src/xa51/ralloc.c (checkRegMask),
833         * src/xa51/gen.c (emitcode),
834         * src/z80/gen.c (_emit2),
835         * src/SDCCast.c (searchLitOp),
836         * src/SDCCglobl.h,
837         * support/packihx/packihx.c,
838         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
839         * src/ds390/gen.c (aopPutUsesAcc),
840         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
841         * support/regression/tests/libmullong.c (mullong_wrapper),
842         * src/SDCCsymt.c (powof2),
843         * src/SDCCast.c,
844         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
845         * src/SDCCsymt.h: added TYPE_TARGET_*
846         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
847         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
848         SDCCast because 1) header problems 2) this is the right place
849         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
850         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
851         prototype
852
853 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
854
855         * src/SDCCicode.h: removed buggy semicolon in unused macro
856         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
857         search for previous definiton of auto symbols too,
858         (findPrevUse): fixed logic of emitWarnings
859
860 2006-06-26 Raphael Neider <rneider AT web.de>
861
862         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
863           PCLATH and PCLATU on interrupts, potentially fixes #1505141
864
865 2006-06-25 Raphael Neider <rneider AT web.de>
866
867         * device/lib/pic/libm: NEW, added math library functions
868         * device/lib/pic/libsdcc: NEW; added float support functions
869         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
870         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
871           NEW, added math related headers
872         * device/include/asm/pic/features.h: NEW
873         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
874           (popGet): allow larger offsets for AOP_PCODE,
875           (genDataPointerSet): handle literals explicitly, more debug output,
876           (genAssign): fixed for float using aopLiteral ;-)
877         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
878           GOTO initialisation routine
879         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
880           flag on registers, fixes #1469043 (local variables do not work)
881         * src/pic/main.c (_pic14_do_link),
882         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
883           available
884
885 2006-06-25 Borut Razem <borut.razem AT siol.net>
886
887         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
888           characters printed (not including the trailing '\0' used to end
889           output to strings). Problem detected in regression test bug-927659.c.
890           NOTE: printf() family functions should return int instead
891           unsigned int!
892         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
893           specifier are printed as themselves
894         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
895           support flags, width and precision specifiers
896
897 2006-06-24 Borut Razem <borut.razem AT siol.net>
898
899         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
900           to the list of sdcc tagrets not supporting bit type
901         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
902           testfor pic16 due to bug:
903           [ 1511794 ] pic16: regression test bug-895992.c fails
904
905 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
906
907         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
908         * src/SDCCglue.c (initPointer), fixed bug 1496419
909         * support/regression/tests/bug1496419.c: new, added
910
911 2006-06-22 Borut Razem <borut.razem AT siol.net>
912
913         * support/regression/ports/pic16/support.c: use gpsim usart module from
914           libgpsim_modules library
915
916 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
917
918         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
919         IP0H to IPH0.
920
921 2006-06-19 Raphael Neider <rneider AT web.de>
922
923         * src/pic/glue.h,src/pic16/glue.h: added prototypes
924         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
925           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
926           (pic14printExterns,pic14printPublics,pic16printPublics,
927           pic16_printExterns): use new functions to emit symbols
928           (picglue,pic16glue): emit publics before emitting externs
929         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
930           locally defined functions to avoid bug #1443651
931         * support/regression/tests/bug-716242.c: removed pic16 workaround
932         * support/regression/ports/pic16/spec.mk: ignore errors during build
933
934 2006-06-19 Raphael Neider <rneider AT web.de>
935
936         * src/pic/glue.h: added pic14aopLiteral prototype
937         * src/pic/glue.c (pic14aopLiteral): return unsigned int
938         * src/pic/gen.c: removed stdint.h dependency
939           (aopGet): use Safe_strdup()
940           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
941           (genDataPointerSet): use pic14aopLiteral()
942         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
943           for pic16; thanks to Bernhard and Maarten
944
945 2006-06-18 Borut Razem <borut.razem AT siol.net>
946
947         * support/regression/tests/structflexarray.c: flexible array members
948           not supported by gcc < 3
949         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
950           GUI tool by default
951         * src/pic/gen.c: don't include [p]strdin.h on solaris
952         * support/Util/pstdint.h: addad svn attributes
953         * support/regression/tests/constantRange.c,
954           support/regression/tests/rotate.c: include inttypes.h instead
955           stdint.h on solaris, addad svn attributes
956
957 2006-06-18 Raphael Neider <rneider AT web.de>
958
959         * src/SDCCsymt.c (initCSupport): change return type of divschar to
960           int for PIC16
961         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
962           (pic16_genMinusBits): simplified sign-extension
963           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
964             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
965             adjusted to correctly handle mixed-signed operands, disabled
966             now unused multiplciation routines
967         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
968           (assignResultValue): added argument denoting the size of the result
969             as returned by the function (fixes upcasts in assigning from
970             function calls: char foo(); int i = foo();)
971           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
972             function result to assignResultValue
973           (genMult): disabled inlined multiplication code
974           (genDiv): augmented to also handle the modulus operator, fixed to
975             handle mixed-signed operands correctly
976           (genMod): simply call genDiv, disabled unused code
977           (genAssign): fixed missing (sign-)extension on result
978         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
979             valid char operands, allow signed operands for native code, added
980             division and modulo operator handling
981         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
982
983         As a consequence, onebyte.c (if split into two files) and muldiv.c
984         pass regression tests.
985
986 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
987
988         * doc/Makefile.in: two runs of makeindex seem needed to get
989         correct page references in the index of sdccman.pdf
990         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
991
992 2006-06-17 Borut Razem <borut.razem AT siol.net>
993
994         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
995
996 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
997
998         * doc/sdccman.lyx: updated, added (porting source code, debugging),
999         mentioned ec2drv and paulmon
1000
1001 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1002
1003         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1004           consecutive abs areas
1005           (find_empty_space, allocate_space): added map to handle codemap or
1006            xdatamap,
1007           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1008            absolute idata and xdata
1009         * as/mcs51/lkmem.c (summary2): updated legend
1010
1011 2006-06-16 Raphael Neider <rneider AT web.de>
1012
1013         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1014
1015 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1016
1017         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1018           1208515
1019         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1020
1021 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1022
1023         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1024         value of generic pointers,
1025         * src/avr/main.c,
1026           src/ds390/main.c,
1027           src/hc08/main.c,
1028           src/izt/i186.c,
1029           src/izt/tlcs900h.c,
1030           src/mcs51/main.c,
1031           src/pic/main.c,
1032           src/pic16/main.c,
1033           src/xa51/main.c,
1034           src/z80/main.c: PORT structure, added elements for gp_tags field,
1035         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1036         fields in the PORT structure of each port,
1037         * src/SDCCast.c (decorateType): allow processing of generic pointers
1038         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1039         S_FIXED symbols
1040
1041 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1042
1043         * link/z80/lkgb.c,
1044         * link/z80/lkgg.c,
1045         * src/pic16/gen.c,
1046         * src/pic16/main.c,
1047         * src/pic16/pcode.c,
1048         * src/pic/main.c,
1049         * src/pic/pcoderegs.c,
1050         * src/SDCCicode.c,
1051         * src/SDCCmain.c,
1052         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1053           bug 1504689 on minGW
1054
1055 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1056
1057         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1058
1059 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1060
1061         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1062
1063 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1064
1065         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1066           for optimization
1067
1068 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1069
1070         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1071         to a char variable. Fixed bug #1504211
1072         * device/include/pic16/adc.h,
1073         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1074         and fixed bug #1364390
1075
1076 2006-06-10 Borut Razem <borut.razem AT siol.net>
1077
1078         * CVSROOT: removed the CVS left-over
1079
1080 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1081
1082         * as/hc08/asmain.c (asexit),
1083         * as/hc08/lkmain.c (lkexit),
1084         * as/mcs51/asmain.c (asexit),
1085         * as/mcs51/lkmain.c (lkexit),
1086         * src/SDCCglue.c (DEFSETFUNC),
1087         * src/SDCCmain.c (linkEdit, assemble),
1088         * support/librarian/sdcclib.c (AddRel),
1089           replaced unlink() by standard C remove()
1090         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1091         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1092           gatherImplicitVariables): new, added to fix bug 608752,
1093           (createFunction): added gatherImplicitVariables()
1094         * src/SDCCast.h: added createRMW prototype
1095         * src/SDCCsymt.h (struct symbol): added infertype
1096         * support/regression/tests/bug608752.c: new, added
1097
1098 2006-06-10 Raphael Neider <rneider AT web.de>
1099
1100         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1101           multibyte dummy reads (fixes #1503234)
1102
1103 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1104
1105         * device/include/mcs51/compiler.h: new, added header file to enable
1106           creating common sfr definition header files for different compilers
1107
1108 2006-06-05 Raphael Neider <rneider AT web.de>
1109
1110         * src/pic16/{pcode.h,genarith.c}:
1111           introduced pCodeOp combining any two pCodeOps (previously only
1112           two register operands could be combined), removed pcop2 from
1113           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1114         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1115         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1116           rewritten to use new PO_TWO_OPS
1117         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1118         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1119           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1120           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1121           (pic16_get_op): embraced return arg to allow #define return(x),
1122             added new case for combined opcodes
1123           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1124           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1125            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1126
1127 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1128
1129         * src/SDCCval.c (checkConstantRange): added
1130         * src/SDCCval.h: added checkConstantRange
1131         * support/Util/SDCCerr.c,
1132         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1133         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1134         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1135         * src/SDCCast.c (decorateType): added checkConstantRange,
1136         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1137         can be emitted with the correct always true/false warning,
1138         added optimization for double '!';
1139         result of decorateType() must be assigned back to the tree, because
1140         decorateType() can change the tree
1141         * src/SDCCicode.c (geniCodeLogic),
1142         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1143         (checkConstantRange): removed, it was only a fragment which never
1144         emitted a warning
1145         * src/SDCCsymt.c (computeType): fixed promotion for
1146         "-1 < (unsigned bit) b"
1147         * src/pic/ralloc.c (packRegsForAssign),
1148         * src/pic16/ralloc.c (packRegsForAssign),
1149         * src/hc08/ralloc.c (packRegsForAssign),
1150         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1151         from mcs51
1152         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1153         * support/regression/tests/constantRange.c: added
1154         * support/valdiag/tests/constantRange.c: added
1155         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1156
1157 2006-06-02 Borut Razem <borut.razem AT siol.net>
1158
1159         * support/regression/ports/pic16/support.c: increase stack size
1160           to 255 bytes
1161         * support/regression/Makefile.in: sort tests by name so that the
1162           resutlts can be compared on different machines / platforms
1163
1164 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1165
1166         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1167         * src/ds390/gen.c (emitLabel): new, added,
1168           (genDjnz): fixed stack overflow bug,
1169           (throughout): cosmetic changes to sync with mcs51/gen.c,
1170           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1171         * src/mcs51/gen.c (genEndFunction): small optimization,
1172           (throughout): cosmetic changes to sync with ds390/gen.c
1173
1174 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1175
1176         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1177           (_print_format): fixed printing pointers
1178         * src/mcs51/gen.c (emitLabel, movb): new, added,
1179           (genAssign): small optimization,
1180           (genDjnz): fixed stack overflow bug,
1181           (throughout): replaced sprintf with SNPRINTF,
1182           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1183           replaced emitcode("mov", "b,...") with MOVB(...),
1184           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1185           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1186         * src/mcs51/peeph.def: added rules 140 and 264
1187         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1188           so they may get optimized into registers
1189
1190 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1191
1192         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1193           immediately when encountered,
1194           (printUsage): always use stderr even on windows
1195
1196 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1197
1198         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1199         (processParms): fixed bug #1247551
1200         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1201         parseCmdLine, main): print '--version' to stdout,
1202         print 'help' to stdout if --help is given,
1203         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1204         arguments are given; fixed --help
1205
1206 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1207
1208         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1209         * support/regression/tests/bug-1493710.c: added
1210
1211 2006-05-27 Borut Razem <borut.razem AT siol.net>
1212
1213         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1214           static instead auto
1215         * support/regression/ports/pic16/support.c: increase stack size
1216           from default 64 bytes to 128 bytes
1217         * support/regression/tests/staticinit.c,
1218           support/regression/tests/float.c: regression tests fully enabled
1219           for pic16 port by putting the initialized data arrays into the code
1220           section
1221         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1222           This was changed by mistake in the previous version.
1223
1224 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1225
1226         * src/pic16/gen.c (genFunction, genEndFunction): some
1227         beautifications, fixed bug with falsely restoring FSR2 in large
1228         stack model, thanks to Beau E. Cox for reporting the bug
1229
1230 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1231
1232         * debugger/mcs51/break.c,
1233         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1234           use %p to print pointers, made address variables unsigned
1235         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1236         * debugger/mcs51/symtab.c (parseSymbol): must return something
1237         * src/mcs51/gen.c (aopForSym): small optimization,
1238            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1239           (freeAsmop): added missing break,
1240           (aopPut): removed parameter bvolatile, determine it inside the function,
1241           (saveRegisters, unsaveRegisters): small optimization,
1242           (genIpush): removed pointless check,
1243           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1244           replaced sprintf with SNPRINTF,
1245           replaced strcpy with strncpyz,
1246           updated aopPut calls,
1247           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1248         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1249
1250 2006-05-24 Borut Razem <borut.razem AT siol.net>
1251
1252         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1253           modification of test for the pic16 port, put the array to the code
1254           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1255
1256 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1257
1258         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1259         * support/Util/pstdint.h: added
1260
1261 2006-05-22 Borut Razem <borut.razem AT siol.net>
1262
1263         * src/regression/Makefile: removed bool2.c test, added -q linker option
1264         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1265           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1266           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1267           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1268           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1269           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1270           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1271           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1272           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1273
1274 2006-05-22 Raphael Neider <rneider AT web.de>
1275
1276         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1277           bug #1492360 (problematic due to generic pointers, see code)
1278
1279 2006-05-22 Borut Razem <borut.razem AT siol.net>
1280
1281         * support/regression/ports/pic16/specs.mk: removed stack size linker
1282           directive
1283         * support/regression/tests/array.c,
1284           support/regression/tests/bitopcse.c,
1285           support/regression/tests/bug-908454.c,
1286           support/regression/tests/malloc.c: modified for pic16 regression test
1287         * support/regression/tests/bitfields.c:
1288           pic16 - excluded bitfileds of size > 8
1289         * support/regression/tests/bp.c: pic16 - reduced data size
1290         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1291         * support/regression/tests/bug-460010.c:
1292           pic16 - used the absolute address the fits in memory
1293         * support/regression/tests/bug-716242.c:
1294           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1295         * support/regression/tests/float.c:
1296           pic16 - excluded - data size too big
1297         * support/regression/tests/onebyte.c:
1298           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1299         * support/regression/tests/shifts.c:
1300           pic16 - function names probably have to differ in first X characters
1301           (gpasm limitation?)
1302         * support/regression/tests/staticinit.c:
1303           pic16 - excluded some tests due error: no target memory available for
1304           section ".idata"
1305
1306 2006-05-22 Borut Razem <borut.razem AT siol.net>
1307
1308         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1309           second try. Thanks Stas Sergeev once more.
1310
1311 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1312
1313         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1314           (genLeftShift, genRightShift): fixed bug 1491627
1315         * src/hc08/peeph.def (rules 7, 8.x): added
1316         * support/regression/tests/shifts.c (ShiftLeftByParam,
1317           ShiftRightByParam, testShiftByParam): added to test variable shifting
1318
1319 2006-05-20 Raphael Neider <rneider AT web.de>
1320
1321         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1322         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1323           (allocReg): add only new registers to dynAllocRegs,
1324           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1325             #1489055, #1445850, and probably #1483693
1326
1327 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1328
1329         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1330         bug in for-loop that didn't emit the last of CONFIG and ID registers
1331
1332 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1333
1334         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1335           with offset
1336         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1337           1489016, 1434401 and 1490124
1338         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1339           1489016, 1434401 and 1490124
1340
1341 2006-05-17 Borut Razem <borut.razem AT siol.net>
1342
1343         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1344           thanks Stas Sergeev
1345
1346 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1347
1348         * device/include/mcs51/P89c51RD2.h,
1349         * device/include/mcs51/P89LPC901.h,
1350         * device/include/mcs51/P89LPC922.h,
1351         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1352
1353 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1354
1355         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1356         to fix missing stack pragma in compiled binary object file,
1357
1358 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1359
1360         * support/packihx/configure.in,
1361         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1362         determine sizeof basic types even while cross compiling
1363
1364 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1365
1366         * src/avr/gen.c (aopop),
1367         * src/ds390/gen.c (aopOp),
1368         * src/hc08/gen.c (aopOp),
1369         * src/mcs51/gen.c (aopop),
1370         * src/pic16/gen.c (pic16_aopOp),
1371         * src/pic/gen.c (aopOp),
1372         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1373         if size of operand is smaller than spill location
1374
1375 2006-05-12 Borut Razem <borut.razem AT siol.net>
1376
1377         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1378           have to have CR/LF line endings even if they are checked out on *nix
1379           or on WIN32 in cygwin binmode
1380
1381 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1382
1383         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1384         * device/include/ds80c390.h: added sfr16 definitions
1385         * src/ds390/gen.c,
1386         * src/ds390/gen.h,
1387         * src/ds390/main.c,
1388         * src/ds390/ralloc.c,
1389         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1390           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1391           bit returning functions
1392         * support/regression/tests/sfr16.c: enabled test on ds390
1393
1394 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1395
1396         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1397         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1398
1399 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1400
1401         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1402         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1403           (cl_address_space constructor): removed expensive initialization,
1404           (cl_address_space::get_cell): extended for late initialization,
1405           (cl_address_space::*): use late initialization,
1406           (cl_address_decoder::activate): removed expensive initialization,
1407           This reduced regression test running time by 25%
1408
1409 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1410
1411         * packihx/,
1412         * configure.in,
1413         * configure,
1414         * sdcc.dsw,
1415         * Makefile.bcc,
1416         * Makefile.in,
1417         * support/packihx/Makefile.in,
1418         * support/packihx/clean.mk,
1419         * support/packihx/Makefile.bcc,
1420         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1421
1422 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1423
1424         * src/SDCCval.c (valNot): fix for regression test failure
1425           of not.c on big endian hosts
1426
1427 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1428
1429         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1430
1431 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1432
1433         * device/lib/mcs51/Makefile.in: changed string comparison operator
1434           to = for POSIX compliance; == is bash extension
1435
1436 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1437
1438         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1439           kosmonaut_pirx
1440
1441 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1442
1443         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1444         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1445         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1446         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1447         bug report #1478657,
1448
1449 2006-05-05 Borut Razem <borut.razem AT siol.net>
1450
1451         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1452           making the html
1453
1454 2006-05-02 Borut Razem <borut.razem AT siol.net>
1455
1456         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1457           create *.ind, which made make to fail if invoked with -j 2
1458
1459 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1460
1461         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1462           Hubert Sack for patch 1479782
1463
1464 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1465
1466         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1467
1468 2006-05-01 Raphael Neider <rneider AT web.de>
1469
1470         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1471           (create_pic): store only prefix-free device name,
1472           (init_pic): check for device names with "16" prefix,
1473           (list_valid_pics),
1474         * src/pic/device.h (struct PIC_device),
1475         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1476             stored device name,
1477         * device/include/pic/pic12f{635,675,629,683}.h,
1478         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1479         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1480         * device/include/pic/pic16f505.h,
1481         * device/lib/pic/libdev/pic16f505.c: removed
1482         * device/include/pic/pic14devices.txt: added support for pic12f
1483             devices, removed unsupported non 16-bit devices
1484             [above changes provided by patch from Zik Saleeba]
1485         * src/pic/*, src/pic16/*, device/include/pic16/*,
1486           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1487
1488 2006-05-01 Borut Razem <borut.razem AT siol.net>
1489
1490         * configure.in, configure, doc/Makefile.in:
1491           sync with nightly build makefile - latex, dvipdf and dvips
1492           not needed any more
1493
1494 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1495
1496         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1497         in the library source
1498
1499 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1502
1503 2006-04-28 Raphael Neider <rneider AT web.de>
1504
1505         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1506         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1507           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1508         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1509
1510 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1511
1512         * device/lib/pic/libdev/Makefile.in,
1513         * device/lib/hc08/Makefile.in,
1514         * device/lib/gbz80/Makefile.in,
1515         * device/lib/z80/Makefile.in,
1516         * device/lib/ds390/Makefile.in,
1517         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1518         thanks to Borut for the bug report
1519         * configure.in,
1520         * configure: always create doc/Makefile independent from --enable-doc
1521         * Makefile.in: always install from directory doc independent from
1522         --enable-doc
1523         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1524         removed
1525         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1526         * doc/Makefile.in: install *.txt if present
1527         * device/include/Makefile.in (install): added installation of pic/*.inc
1528         and pic/*.txt files again, they were erroneously removed
1529
1530 2006-04-28 Raphael Neider <rneider AT web.de>
1531
1532         * src/pic/{gen.c,main.h,pcode.c},
1533         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1534             concerning signedness with casts
1535
1536 2006-04-28 Raphael Neider <rneider AT web.de>
1537
1538         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1539             definition of an interrupt handler,
1540         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1541             interrupt handler stuff from picglue() to separate routine,
1542           (picglue): enabled definition of intr handlers in files w/o main()
1543
1544 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1545
1546         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1547           compilation with MSVC 2005 Express Edition (VC8)
1548
1549 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1550
1551         * device/lib/Makefile: fixed build of gbz80 lib
1552
1553 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1554
1555         * support/regression/tests/bug-460010.c,
1556         * support/regression/tests/bug-524691.c,
1557         * support/regression/tests/bug-716242.c: removed conditional defines
1558           that are already in testfwk.h
1559
1560 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1561
1562         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1563           (AccAXRsh1): added, shift right by 1,
1564           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1565            AccAXLrl1
1566         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1567
1568 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1569
1570         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1571         remove cast to same type
1572         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1573         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1574         * as/z80/Makefile,
1575         * link/z80/Makefile: removed, they have moved to
1576         Makefile.in files
1577         * configure,
1578         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1579         * install-sh: fix bug #1204398 by setting umask 0022
1580         * device/lib/Makefile: separate build of z80 and gbz80 lib
1581
1582 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1583
1584         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1585         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1586
1587         One basic decision: e.g. src/clean.mk includes further files. In order
1588         to make this work there are two solutions:
1589         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1590           run configure on them. This way they can use
1591           'include $(srcdir)/port-clean.mk'
1592         - always include clean.mk by the Makefile at the same level. To avoid
1593           that `make clean` tries to include and build Makefile.dep the
1594           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1595           implemented, because now even `make uninstall` doesn't create
1596           Makefile.in. clean.mk could be eliminated by pasting it in
1597           Makefile.in.
1598
1599         * debugger/mcs51/Makefile.in: build own objects from library sources
1600         (SLIB, SDCC) in current directory
1601
1602         * configure, configure.in: renamed --disable-device-lib-build in
1603         --disable-device-lib; added --enable-doc, the required tools are
1604         searched by configure; added result message; the toolchain for the
1605         belonging ports are now only built, if the port is enabled.
1606
1607         * support/regression/*: all output is written in directory gen, because
1608         the fwk and ports directories don't livet in the build tree using vpath
1609
1610         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1611         --disable-device-lib, added --enable-doc, added section VPATH
1612
1613         * sim/ucsim/configure.in,
1614         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1615         z80 are enabled by default
1616
1617 2006-04-24 Raphael Neider <rneider AT web.de>
1618
1619         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1620             to config word, "pic14_"-prefixed some extern functions
1621           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1622             config word has been found
1623         * src/pic/device.h: added prototypes
1624         * src/pic/pcode.c: added "pic14_"-prefix where needed
1625         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1626             fixup
1627         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1628             words,
1629           (pic14emitRegularMap): ignore config words,
1630           (pic14createInterruptVect): moved generating __config directives away
1631           (picglue): have __config directives emitted
1632
1633 2006-04-24 Borut Razem <borut.razem AT siol.net>
1634
1635         * doc/Makefile: sync with nightly build makefile
1636
1637 2006-04-24 Raphael Neider <rneider AT web.de>
1638
1639         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1640             registers that have not been assigned proper liveranges,
1641             fixes #1469504 and #1474602,
1642           (pCodeRegOptimizeRegUsage): fixed typo in comment
1643
1644 2006-04-24 Borut Razem <borut.razem AT siol.net>
1645
1646         * device/examples/main8051.c: deleted - it was removed from CVS
1647           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1648           after the transition to Subversion
1649         * src/SDCCalloc.h: deleted - it was removed  from CVS
1650           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1651           after the transition to Subversion
1652         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1653           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1654           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1655           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1656
1657 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1658
1659         * as/asx8051.dsp: added mcs51/strcmpi.h
1660         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1661         * as/hc08/aslink.h: updated lnksect prototype
1662         * as/hc08/asm.h,
1663         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1664         * as/hc08/asmain.c,
1665         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1666           (newdot): handle A_ABS
1667         * as/hc08/asout.c,
1668         * as/mcs51/asout.c (outarea): output address
1669         * as/hc08/lkaomf51.c,
1670         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1671         * as/hc08/m08pst.c,
1672         * as/mcs51/i51pst.c,
1673         * as/z80/z80pst.c: "ABS" is not A_OVR
1674         * as/hc08/lkarea.c (newarea): read a_addr,
1675           (lnkarea): added codemap array, sort absolute areas to the front,
1676            combine all GSINITx/GSFINAL,
1677           (find_empty_space, allocate_space): new functions,
1678           (lnksect): return next address, handle absolute sections
1679         * as/mcs51/lkarea.c (newarea): read a_addr,
1680           lnksect2 prototype changed,
1681           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1682           (find_empty_space, allocate_space): new, factored out of lnksect2,
1683           (lnksect2): return next address, handle absolute sections
1684         * as/hc08/lkhead.c,
1685         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1686         * as/hc08/lklibr.c (addfile, fndsym),
1687         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1688           index out of range and detect both '\' and '/'
1689         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1690         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1691           regression tests (ds390 cannot return bool yet)
1692         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1693           document critical interrupts on z80, document changed SDCC define
1694         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1695           (_a390_mapping): added .org directive
1696         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1697           (genMultOneByte): fixed warnings
1698         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1699           ones
1700         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1701         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1702           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1703         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1704         * src/pic16/main.c: removed newReg prototype
1705         * src/pic16/pcode.c,
1706         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1707           warnings
1708         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1709           ones
1710         * src/pic16/ralloc.c
1711         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1712           to fix warnings
1713         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1714           from short to PIC_OPTYPE
1715         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1716         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1717           optype from short to PIC_OPTYPE
1718         * src/port.h: made int_size unsigned to fix warnings
1719         * src/SDCC.y: fixed warning on MSVC
1720         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1721         * src/SDCCopt.c (convertToFcall): fixed warnings
1722         * src/SDCCsymt.h: removed double prototype for genSymName
1723         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1724           offset int to fix warnings
1725
1726 2006-04-22 Borut Razem <borut.razem AT siol.net>
1727
1728         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1729           references to CVS replaced with Subversion
1730
1731 2006-04-21 Borut Razem <borut.razem AT siol.net>
1732
1733         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1734           references to CVS replaced with Subversion
1735
1736 2006-04-19 Borut Razem <borut.razem AT siol.net>
1737
1738         * src/version.awk: adapted for svn
1739         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1740           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1741           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1742           /binutils-avr/etc/*.vi, *.jin: removed all properties
1743           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1744
1745 2006-04-19 Borut Razem <borut.razem AT siol.net>
1746
1747         * CVS to Subversion migration completed
1748
1749 2006-04-18 Borut Razem <borut.razem AT siol.net>
1750
1751         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1752           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1753
1754 2006-04-17 Borut Razem <borut.razem AT siol.net>
1755
1756         * device/include/Makefile.in: added pic/*.inc to the installation
1757
1758 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1759
1760         * support/regression/collate-results.py: fixed output in case of
1761         a valdiag error
1762         * support/regression/generate-cases.py: fixed splitting of pathnames
1763         with dots
1764         * as/hc08/lklibr.c (addfile),
1765         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1766
1767 2006-04-11 Raphael Neider <rneider AT web.de>
1768
1769         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1770         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1771         * src/pic16/pcode.c (assignValnums): fixed #1460578
1772
1773 2006-04-11 Raphael Neider <rneider AT web.de>
1774
1775         * device/lib/pic/libdev/*.c,
1776         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1777           fixes #1468739, enables compilation in --std-c99 mode
1778         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1779
1780 2006-04-11 Raphael Neider <rneider AT web.de>
1781
1782         * src/pic/device.c (find_device): removed debug output
1783           (list_valid_pics): enabled verbose listing of supported devices
1784         * device/include/stdbool.h: define bool as char for pic14/16 as well
1785
1786 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1787
1788         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1789
1790 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1791
1792         * .version: bumped version to 2.5.6
1793         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1794
1795 2006-04-06 Raphael Neider <rneider AT web.de>
1796
1797         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1798         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1799         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1800           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1801             pic14_constructAbsMap
1802           (pic14printPublics): declare absolute global symbols as global
1803           (pic14createInterruptVect),
1804         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1805           (newReg): assume new registers unused, use correct name in
1806             hashtable (reg->name instead of name), more debugLog output
1807         * src/pic/device.h (PIC_device): added fields for verbose output
1808         * src/pic/device.c: moved device definition to pic14devices.txt,
1809             added routines for runtime parsing of pic14devices.txt,
1810             added support for second config word
1811         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1812           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1813           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1814           (_pic14_parseOptions): moved pCodeInitRegisters here
1815           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1816         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1817           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1818             handling the pseudo stack
1819         * device/lib/Makefile.in: ignore failures in objects-pic16,
1820         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1821         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1822         * device/lib/pic/Makefile.subdir,
1823         * device/lib/pic16/Makefile.subdir: improved clean rules
1824         * device/lib/pic/libdev/: NEW, pic14 device libraries
1825         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1826         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1827         * device/include/Makefile.in: create subdir and install pic14 headers
1828         * device/include/pic/p16f_common.inc: removed unused declarations
1829         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1830             PICs from inc2h.pl v1.6,
1831             replaced BIT_AT macros with struct declarations
1832         * device/include/pic/pic14devices.txt: definition of supported devices,
1833             all above improvements contributed by Zik Saleeba, thanks
1834         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1835         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1836             headers
1837
1838 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1839
1840         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1841         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1842           thanks to Charles Olds
1843
1844 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1845
1846         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1847
1848 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1849
1850         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1851         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1852         * support/regression/bug1464657.c: added, new test
1853
1854 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1855
1856         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1857           version number
1858
1859 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1860
1861         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1862           --no-peep and --peep-file <file> are used don't use default rules but
1863           do use the <file>
1864
1865 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1866
1867         * src/mcs51/gen.c (genCall): fixed bug 1457608
1868
1869 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1870
1871         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1872         changes seem to cause (trigger?) problems with the build system.
1873
1874 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1875
1876         * src/SDCCpeeph.c (operandsLiteral): new, added,
1877           (callFuncByName): inserted operandsLiteral
1878         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1879
1880 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1881
1882         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1883         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1884
1885 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1886
1887         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1888           implemented patch 1120823 Thanks to Willy De la Court (normal
1889           interrupts need an interrupt number now if they are made critical),
1890           and enabled nesting of critical functions though not for gbz80
1891           (genCritical, genEndCritical): added functions
1892           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1893         * src/z80/mappings.i: added "ei" to all mappings
1894
1895 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1896
1897         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1898         submitted by the Debian SDCC maintainer Aurelien Jarno:
1899         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1900         archive with gcc 4.1 on mips and wrote the patch"
1901
1902 2006-03-16 Raphael Neider <rneider AT web.de>
1903
1904         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1905           the left operand is shorter than the result (c* = lit-c* + int),
1906           fixes bug #1450796
1907         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1908           OP_SYMBOL
1909
1910 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1911
1912         * src/.version: increased version number to 2.5.5
1913         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1914         linking is done manually in pic16 port's _linkEdit,
1915         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1916         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1917         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1918         allocate asmop as AOP_ACC,
1919         (aopForRemat): added parameter 'bool result' in function declaration,
1920         (pic16_aopGet): return AOP_ACC when accessing WREG,
1921         (pic16_popGetTempReg): minor modification,
1922         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1923         'pic16_allocWithIdx',
1924         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1925         calling function in absolute addresses,
1926         (genAssign): take into account AOP_ACC asmop,
1927         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1928         * src/pic16/pcoderegs.c: some debug functions and lines added,
1929         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1930         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1931         register too,
1932         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1933         call to allocReg, not by manually allocating a new one,
1934         (pic16_assignRegisters): now before going through the register
1935         allocating functions mark all registers as free. This eliminates some
1936         side effects resulting from peephole parser done earlier in the backbone
1937
1938 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1939
1940         * src/SDCCicode.c (geniCodeLogic),
1941         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1942
1943 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1944
1945         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1946           (genSend): bugfix, do not allocate and free twice,
1947           (shiftRLong): handle partially overlapping aops
1948         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1949
1950 2006-03-08 Borut Razem <borut.razem AT siol.net>
1951
1952         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1953           for pic16
1954
1955 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1956
1957         * support/regression/tests/bug1409955.c: new, added
1958         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1959         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1960           (aopForSym, aopOp): increment asmop.allocated if reused,
1961           (freeAsmop): decrement asmop.allocated and check for zero instead of
1962           using asmop.freed,
1963           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1964           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1965            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1966            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1967            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1968            genSignedRightShift, genRightShift, genDataPointerGet,
1969            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1970            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1971             in reverse order from allocation,
1972           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1973             added swappedLR to keep track
1974         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1975           pdata & code for GCC, z80, gbz80 & hc08
1976         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1977
1978 2006-03-08 Raphael Neider <rneider AT web.de>
1979
1980         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1981
1982 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1983
1984         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1985         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1986         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1987
1988 2006-03-06 Borut Razem <borut.razem AT siol.net>
1989
1990         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1991           made the linker quiet
1992
1993 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1994
1995         * src/pic16/gen.c (genPcall): fixed bug #1443644
1996         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1997         which dumps before the function entry point a data byte which represents
1998         the number of the local variables used by the specified function, added
1999         'xinst' for initial support for Extended Instruction Support,
2000         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2001         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2002         port->fun_prefix anymore (may change later),
2003         (genFunction, genEndFunction): do not store/restore local registers for
2004         _main (this should take care the --main-return command line option in
2005         the future),
2006         (genOr): removed some legacy pic-port instructions,
2007         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2008         performing operations with SFR's causes data to be written more than
2009         once to each SFR. Perhaps SFRs should be handled in special cases...
2010         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2011         pcode.h
2012         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2013         into account for stack starting position,
2014         (struct OPTIONS pic16_optionsTable): added command line argument
2015         --extended or -y for Extended Instruction Support,
2016         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2017         (deassignLRs): *** perhaps the most important change, old 'for' code
2018         (commented out for reference), didn't account for some registers which
2019         were left marked 'not free' after a pointer operation. The change
2020         reduces register usage a lot in some cases
2021
2022 2006-03-04 Borut Razem <borut.razem AT siol.net>
2023
2024         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2025           _clean
2026         * support/regression/tests/bug-524697.c: decreased array size for
2027           mcs51 to fit into the internal RAM
2028         * support/regression/Makefile.in: a little bit more verbose
2029
2030 2006-03-03 Borut Razem <borut.razem AT siol.net>
2031
2032         * support/regression/fwk/lib/testfwk.c,
2033           support/regression/fwk/include/testfwk.h: introduced function
2034           _prints(), nonrecursive _printn(), call _initEmu() from main()
2035         * support/regression/ports/gbz80/support.asm,
2036           support/regression/ports/ucz80/support.asm,
2037           support/regression/ports/z80/support.asm,
2038           support/regression/ports/ds390/support.c,
2039           support/regression/ports/hc08/support.c,
2040           support/regression/ports/host/support.c,
2041           support/regression/ports/mcs51/support.c,
2042           support/regression/ports/xa51/support.c: added empty _initEmu()
2043           function
2044         * support/regression/ports/pic16/gpsim.cmd,
2045           support/regression/ports/pic16/spec.mk,
2046           support/regression/ports/pic16/support.c,
2047           support/regression/Makefile.in: added pic16 regression test
2048
2049 2006-03-01 Raphael Neider <rneider AT web.de>
2050
2051         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2052           genConstPointerGet): use safe way of generating MOVFF to cover
2053             literals as well as registers, fixes bug #1440527
2054         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2055             dereference
2056           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2057             more correctly, fixes bug #1232186
2058           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2059         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2060             gplink guess the correct processor in more cases, applied patch
2061             from Till Riedel attached to and fixing bug #1436552
2062
2063 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2064
2065         * support/regression/tests/array.c: added, contains check for #1434401
2066         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2067
2068 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2069
2070         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2071         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2072         * device/include/mcs51/c8051f326.h,
2073         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2074         * device/include/mcs51/c8051f000.h,
2075         * device/include/mcs51/c8051f018.h,
2076         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2077           PCON_IDLE,PCON_STOP and added sfr16 definitions
2078
2079 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2080
2081         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2082           genGetWord): fixed bug 1409955
2083
2084 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2085
2086         * device/include/hc08/mc68hc908gp32.h,
2087         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2088
2089 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2090
2091         * src/SDCCast.c (constExprValue): return NULL if not a value
2092         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2093         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2094         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2095
2096 2006-02-13 Borut Razem <borut.razem AT siol.net>
2097
2098         * src/regression/ptrarg.c: added, fails due to bug #1430967
2099         * src/regression/Makefile: ptrarg.c added, ...
2100
2101 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2102
2103         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2104         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2105
2106 2006-02-11 Borut Razem <borut.razem AT siol.net>
2107
2108         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2109           print "Processor: xxx" message to stdout only if --verbose
2110
2111 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2112
2113         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2114         * support/regression/tests/bug1426356.c: added
2115         * support/regression/tests/bitfields.c: removed 2 tests
2116
2117 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2118
2119         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2120         * device/include/mcs51/c8051f330.h,
2121         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2122           PCON_IDLE,PCON_STOP and added sfr16 definitions
2123         * device/lib/_divsint.c,
2124         * device/lib/_divuint.c,
2125         * device/lib/_divulong.c,
2126         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2127           register bank bug for small stackauto
2128
2129 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2130
2131         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2132
2133 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2134
2135         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2136         * all.dsp: corrected several bin paths
2137         * device/include/mcs51/c8051f120.h,
2138         * device/include/mcs51/c8051f300.h,
2139         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2140           to PCON_IDLE,PCON_STOP
2141         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2142         * device/lib/printf_large.c (output_float): fixed bug 1388703
2143         * support/regression/tests/bug1057979.c: added test for bug 1388703
2144
2145 2006-02-08 Raphael Neider <rneider AT web.de>
2146
2147         * src/pic/pcode.c (pciTRIS): fixed typo,
2148           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2149           (LinkFlow): fixed handling of flows that end in a call,
2150           (ReuseReg): perform safety check earlier
2151         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2152             to work with flows at the beginning of a pBlock,
2153             fixes #1426557 (Symbol not previously defined),
2154           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2155             usage information
2156           (RemoveUnusedRegisters): update register usage info
2157         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2158             created, reuse existing ones instead
2159         * src/pic/gen.c (genPcall): fixed #1424719
2160
2161 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2162
2163         * link/z80/lkmain.c,
2164         * link/z80/lklex.c,
2165         * link/z80/lkdata.c,
2166         * link/z80/aslink.h: fixed build on current cygwin:
2167         replaced getline() by lk_getline()
2168
2169 2006-02-01 Borut Razem <borut.razem AT siol.net>
2170
2171         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2172           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2173           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2174           src/regression/bool1.c, src/regression/bool2.c,
2175           src/regression/bool3.c, src/regression/call1.c,
2176           src/regression/compare.c, src/regression/compare10.c,
2177           src/regression/compare2.c, src/regression/compare3.c,
2178           src/regression/compare4.c, src/regression/compare5.c,
2179           src/regression/compare6.c, src/regression/compare7.c,
2180           src/regression/compare8.c, src/regression/compare9.c,
2181           src/regression/configword.c, src/regression/for.c,
2182           src/regression/inline.c, src/regression/mult1.c,
2183           src/regression/nestfor.c, src/regression/or1.c,
2184           src/regression/pointer1.c, src/regression/ptrfunc.c,
2185           src/regression/rotate1.c, src/regression/rotate2.c,
2186           src/regression/rotate3.c, src/regression/rotate4.c,
2187           src/regression/rotate5.c, src/regression/rotate6.c,
2188           src/regression/rotate7.c, src/regression/string1.c,
2189           src/regression/struct1.c, src/regression/sub.c,
2190           src/regression/sub2.c, src/regression/switch1.c,
2191           src/regression/while.c, src/regression/xor.c,
2192           src/regression/create_stc, src/regression/simulate,
2193           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2194           regression tests
2195         * src/regression/gpsim_assert.h: added
2196
2197 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2198
2199         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2200         ((void (code *) (void)) 0) ();
2201         * as/hc08/aslex.c,
2202         * as/hc08/aslink.h,
2203         * as/hc08/asm.h,
2204         * as/hc08/asmain.c,
2205         * as/hc08/lkdata.c,
2206         * as/hc08/lklex.c,
2207         * as/hc08/lkmain.c,
2208         * as/mcs51/aslex.c,
2209         * as/mcs51/aslink.h,
2210         * as/mcs51/asm.h,
2211         * as/mcs51/asmain.c,
2212         * as/mcs51/lkdata.c,
2213         * as/mcs51/lklex.c,
2214         * as/mcs51/lkmain.c,
2215         * as/z80/aslex.c,
2216         * as/z80/asm.h,
2217         * as/z80/asmain.c: fixed build on current cygwin:
2218         replaced getline() by as_getline()
2219
2220 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2221
2222         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2223         declarator in the symbol chain
2224         * src/SDCCsymt.h,
2225         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2226         parameter list for function pointers
2227         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2228         * support/regression/tests/bug-716242.c: added
2229
2230 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2231
2232         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2233         offset if possible
2234         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2235
2236 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2237
2238         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2239         inifinitely recurseable, added static
2240         * support/regression/tests/bug-1408066.c: added
2241
2242 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2243
2244         * src/SDCCicode.h,
2245         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2246         renamed, added possibility to create "postLoopLbl"-labels
2247         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2248         newiTempLoopHeaderLabel
2249         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2250         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2251         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2252         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2253         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2254         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2255         (basicInduction): fixed bug #136564, made static,
2256         (loopInduction): changed parameter of basicInduction, made static,
2257         (addPostLoopBlock): added
2258         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2259         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2260         findLoopEndSeq
2261         * support/regression/tests/bug-136564.c: added
2262         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2263         --std-sdcc99 to LIBSDCCFLAGS
2264
2265 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2266
2267         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2268         while loop
2269         * support/regression/tests/bug-1406131.c: added
2270
2271 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2272
2273         * src/SDCCast.c (decorateType): fix promotion of unary minus
2274         * src/SDCCsymt.c (computeType): beautified
2275         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2276         (valUnaryPM, valComplement): fix sign and promotion,
2277         (valNot): ANSI: result type is int (SDCC: unsigned char)
2278         * support/regression/tests/uminus.c: speedup by removing superflous
2279         test case 'int'
2280         * support/regression/tests/onebyte.c: added promotion and signedness
2281         tests for unary minus
2282         * support/regressions/tests/bug-477927.c: disable warning about
2283         uninitialized variables
2284         * support/regression/tests/not.c: added
2285
2286 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2287
2288         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2289         * src/mcs51/gen.c (gen51Code): show final register usage after
2290         fillGaps in asm with --i-code-in-asm
2291         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2292         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2293         incUsed, rliveClear, adjustIChain): made static,
2294         (setFromRange): excluded because it's unused,
2295         (findPrevUseSym, markWholeLoop): added,
2296         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2297         through all branches of predecessors enables sdcc to emit the warning
2298         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2299         (rlivePoint): made static, added parameter emitWarnings which is only
2300         true during the first run out of two,
2301         (findRecursiveSucc, findRecursivePred): removed,
2302         (computeLiveRanges): made static, added parameter emitWarnings,
2303         (dumpIcRlive): added for debugging only
2304         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2305         removed prototype of setFromRange()
2306         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2307         in call of computeLiveRanges()
2308         * support/regression/tests/bug-895992.c: added
2309         * support/regression/tests/bug-971834.c: added
2310         * support/valdiag/tests/bug-895992.c: added
2311         * support/valdiag/tests/bug-971834.c: added
2312
2313 2005-12-18 Raphael Neider <rneider AT web.de>
2314
2315         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2316           (genUnpackBits): improved code for direct operands,
2317           (genPackBits): improved code for literal assignment to bitfields
2318             and for direct destination operands (no FSR indirection),
2319             prevented redundant AND, fixes #1362800,
2320           (AccLsh): added parameter to disable masking of the result
2321         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2322           skip instructions with side-effects (like incfsz),
2323           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2324         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2325         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2326           fixes #1375263
2327
2328 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2329
2330         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2331         volatile variables as spill location
2332
2333 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2334
2335         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2336         replacing literals
2337         * support/regression/tests/bug-1376320.c: added
2338
2339 2005-12-08 Raphael Neider <rneider AT web.de>
2340
2341         * src/pic/device.c: renamed is_shared to pic14_is_shared
2342         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2343         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2344           (is_valid_identifier): added for above workaround
2345
2346 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2347
2348         * device/lib/Makefile.in: fixed to enable port-specific-objects
2349         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2350           char, thanks Hubert Sack
2351         * doc/sdccman.lyx: documented --xstack-loc,
2352           elaborated a bit more on interrupts and pitfalls,
2353           removed "setjmp/longjmp unsupported",
2354           documented some unsupported C99 features
2355         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2356         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2357           if, thanks Hubert Sack
2358         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2359         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2360           make make_library
2361         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2362           regression tests can report resource usage (rfe 700441)
2363         * support/regression/collate-results.py: report resource usage
2364         * support/regression/ports/ds390/spec.mk,
2365         * support/regression/ports/hc08/spec.mk,
2366         * support/regression/ports/mcs51/spec.mk,
2367         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2368         * support/regression/ports/ds390/uCsim.cmd,
2369         * support/regression/ports/hc08/uCsim.cmd,
2370         * support/regression/ports/mcs51/uCsim.cmd,
2371         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2372         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2373           library, use the default one
2374         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2375           building the library
2376
2377 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2378
2379         * config.dsp: added dependency on .version and configure_vc.awk
2380         * device/include/setjmp.h: updated for --stack-auto and --xstack
2381         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2382         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2383         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2384         * device/lib/libsdcc.lib: added _setjmp
2385         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2386           (decorateType): fixed bug 1372851,
2387           (optimizeGetHbit): fixed warning
2388         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2389           array initialisation
2390         * support/regression/tests/bug1057979.c: added test for bug 1358192
2391         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2392
2393 2005-12-03 Borut Razem <borut.razem AT siol.net>
2394
2395         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2396           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2397
2398 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2399
2400         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2401         createIval): implement symbol independant "flexible array member",
2402         (createIvalCharPtr): implemented flexible array initialisation with a
2403         string
2404         * src/SDCCsymt.c (copyStruct): removed,
2405         (getSize): fixed misleading comment,
2406         (getAllocSize): removed, the additional allocation size is now in
2407         sym->flexArrayLength,
2408         (checkStructFlexArray): new, syntax checks for flexible array members,
2409         (compStructSize): added syntax checks for "flexible array members"
2410         (copyStruct): removed,
2411         (copyLinkChain): removed inefficient fix for bug 770487
2412         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2413         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2414         symbol->flexArrayLength
2415         * src/SDCCerr.c,
2416         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2417         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2418         * support/regression/tests/structflexarray.c: added
2419         * support/valdiag/tests/structflexiblearray.c: added
2420
2421 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2422
2423         * src/SDCCast.c (decorateType): fixed bug 1368489
2424         * support/Util/SDCCerr.c,
2425         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2426
2427 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2428
2429         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2430           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2431
2432 2005-11-27 Borut Razem <borut.razem AT siol.net>
2433
2434         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2435           support/cpp2/mkdeps.h: added command line option
2436           -obj-ext=<extension> to SDCPP to define object file externion, used
2437           for generation of make dependencies (-M)
2438         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2439
2440 2005-11-26 Borut Razem <borut.razem AT siol.net>
2441
2442         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2443           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2444           added pic and pic16 libraries
2445
2446 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2447
2448         * device/include/float.h: Corrected typo in prototype of __fsgt
2449
2450 2005-11-25 Borut Razem <borut.razem AT siol.net>
2451
2452         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2453           added creation of model-mcs51-stack-auto libraries
2454
2455 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2456
2457         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2458         and fields-list too
2459         * src/SDCCast.c (createIvalArray): removed obsolete comment
2460
2461 2005-11-24 Borut Razem <borut.razem AT siol.net>
2462
2463         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2464           added missing device/lib/mcs51/crt*.asm sources
2465
2466 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2467
2468         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2469
2470 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2471
2472         * device/lib/_fs2schar.c,
2473         * device/lib/_fs2sint.c,
2474         * device/lib/_fs2slong.c: optimized inline asm
2475
2476 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2477
2478         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2479           Better handling of floats between -1.0 and 0.0.
2480
2481 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2482
2483         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2484           (the missing "if"s prohibited removal of redundant labels)
2485
2486 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2487
2488         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2489           Properly convert floats between -1.0 and 0.0 to long, int, and char
2490           types (max integer value of negative floats tends to zero).
2491         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2492           Removed changes made so to work properly with floats between
2493           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2494           and _fs2char.c
2495
2496 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2497
2498         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2499         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2500         (genCast) cosmetic change
2501         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2502         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2503         from mcs51
2504         * support/regression/tests/bitfields (testSignedBitfields): added
2505
2506 2005-11-18 Borut Razem <borut.razem AT siol.net>
2507
2508         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2509         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2510           introduced SILENT option to make building of pic16 libraries less
2511
2512 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2513
2514         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2515           Now they work properly with floats between -1.0 and 0.0
2516         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2517
2518 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2519
2520         * src/SDCCicode.c (printOperand): added missing else
2521
2522 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2523
2524         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2525         reformatted for better readability
2526         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2527         signed bitfields
2528
2529 2005-11-17 Borut Razem <borut.razem AT siol.net>
2530
2531         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2532           introduced SILENT option to make building of pic16 libraries less
2533           verbose - used for nightly snapshot build
2534         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2535           available on Win32 platforms.
2536         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2537           medium, large, pic and pic16
2538
2539 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2540
2541         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2542           printf("%f"...) sets fraction to zero.
2543
2544 2005-11-16 Raphael Neider <rneider AT web.de>
2545
2546         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2547           fixes #1357221
2548         * src/pic/gen.c (genIfx): implemented for CARRY bit
2549         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2550           to generic pointers, fixes #1357332,
2551           (pic16_movLit2f): NEW,
2552           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2553
2554 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2555
2556         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2557
2558 2005-11-11 Raphael Neider <rneider AT web.de>
2559
2560         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2561         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2562           compute pointer's type from operand,
2563           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2564           improved single bit reads, fixes bug #1353379
2565
2566 2005-11-09 Borut Razem <borut.razem AT siol.net>
2567
2568         * support/scripts/sdcc.nsi: added lib/pic to the package
2569
2570 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2571
2572         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2573
2574 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2575
2576         * support/regression/tests/bug1348008.c: added
2577         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2578         * support/regression/tests/bug1337835.c: updated comment
2579
2580 2005-11-06 Borut Razem <borut.razem AT siol.net>
2581
2582         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2583           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2584           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2585           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2586           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2587           dynamic construction of cl_error_class and derivates - 2.nd try
2588
2589 2005-11-05 Borut Razem <borut.razem AT siol.net>
2590
2591         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2592           bug, which caused Bus Errors on sparc solaris
2593
2594 2005-11-04 Borut Razem <borut.razem AT siol.net>
2595
2596         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2597           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2598           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2599           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2600           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2601           and derivates to resolve the initialization problem on OSX
2602
2603 2005-11-02 Borut Razem <borut.razem AT siol.net>
2604
2605         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2606           corrected typo - #include <winsock2.h>
2607
2608 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2609
2610         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2611           (_asxxxx_mapping): added org directive for future enhancements
2612
2613 2005-11-01 Borut Razem <borut.razem AT siol.net>
2614
2615         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2616           enabled sockets on WIN32
2617         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2618
2619 2005-10-31 Borut Razem <borut.razem AT siol.net>
2620
2621         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2622           WIN32 backslash path delimiters should be escaped when used in C strings
2623         * support/regression/tests/bitfields.c: exclude failing assertions for
2624           __CYGWIN32__ and __MINGW32__ hosts
2625
2626 2005-10-30 Borut Razem <borut.razem AT siol.net>
2627
2628         * src/SDCCutil.c: corrected double comparison typo
2629
2630 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2631
2632         * device/lib/medium/Makefile: added for new memory model medium
2633         * device/include/asm/mcs51/features.h: updated for medium/pdata
2634         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2635           added Multiply & Accumulate sbit's and MAC0_PAGE define
2636         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2637         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2638         * device/lib/_mullong.c: update for medium model
2639         * device/lib/incl.mk: added medium model
2640         * doc/sdccman.lyx: documented medium model
2641         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2642         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2643         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2644         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2645           (allocParms): set SCLS and OCLS to pdata for medium model
2646         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2647           for pdata,
2648           (powof2): return <0 if not power of 2
2649         * src/avr/gen.c (genBitWise): use updated powof2
2650         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2651           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2652           (shiftLLeftOrResult): use B if necessary
2653         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2654         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2655         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2656         * support/regression/Makefile.in: added test-mcs51-medium
2657         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2658
2659 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2660
2661         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2662         specifier unsigned
2663         * device/lib/time.c (mktime): fixed bug 1334315
2664
2665 2005-10-28 Raphael Neider <rneider AT web.de>
2666
2667         * device/include/pic/p16f_common.inc: added common declarations
2668         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2669
2670 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2671
2672         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2673           (aopPutUsesAcc): added to predict accumulator use,
2674           (assignResultValue): save acc if necessary,
2675           (genMinusDec): store result if indirectly addressed,
2676           (genDivOneByte):  save acc if necessary,
2677           (movLeft2Result): bugfix if left already in acc,
2678           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2679             attention to accumulator use (esp. pdata),
2680           (genReceive): receive pdata correctly
2681         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2682         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2683
2684 2005-10-27 Raphael Neider <rneider AT web.de>
2685
2686         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2687
2688 2005-10-27 Raphael Neider <rneider AT web.de>
2689
2690         * .version: changed version to 2.5.4
2691         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2692         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2693           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2694             arithmetics support routines
2695         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2696         * device/lib/Makefile.in: also create installdir for pic
2697
2698         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2699           pic14 port as well
2700         * src/pic/device.c (dump_sfr): rewritten to delegate register
2701           placement to the linker (use `extern sym' rather than sym EQU addr),
2702           (validAddress): fixed to check last specified address
2703         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2704           (popGetLit): truncate literal value to 8 bit,
2705           (popGet): moved assert to more appropriate place
2706           (popGetExternal): create pCode operand from and mark the according
2707             symbol as being `extern'
2708           (popGetAddr): added sanity check on immediate's offset, provide
2709             GPOINTER tag on demand
2710           (aopPut): fixed for immediates,
2711           (mov2w_op): move operand's address or contents to WREG (depending on
2712             operand type), safer variant of mov2w,
2713           (movwf,call_libraryfunc): NEW, handy abbreviations,
2714           (get_argument_pcop,get_return_val_pcop,pass_argument,
2715           get_returnvalue): interface for accessing function parameters and
2716             return values,
2717           (assignResultValuei,genRet): use new parameter/return value interface
2718           (pic14_getDataSize): back to old version handling generic pointers,
2719           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2720             provided implementation and/or fixed old one,
2721           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2722             calls, removed legacy 8051 reference code
2723           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2724           (loadSignToC): NEW, move the operands sign bit to CARRY,
2725           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2726             genRightShiftSigned, accepts negative shift counts,
2727           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2728           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2729             generic pointers, __data pointers and __code pointers,
2730           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2731             and signed bitfields, limit bitfields to 8 bit,
2732           (genDataPointerGet): fixed number of bytes read,
2733           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2734           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2735             pointers to constant data are no longer assumed to point to __code
2736             space, removed invalid pointer types,
2737           (bitpatternFromVal): retrieve the PICs representation of an integer
2738             or float literal,
2739           (genDataPointerSet): fixed assigning to po_immediate operands,
2740           (genGenPointerSet): implemented as library call,
2741           (genIfx): fixed incorrect condition,
2742           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2743             provide GPOINTER tag according to destination's storage class,
2744           (genCast): added code to handle casting to generic pointers, added
2745             sign-/zero extension of the result
2746           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2747         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2748         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2749           extend the result
2750         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2751           address/register resides in the shared banks
2752           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2753             put all variables into separate sections (have the linker arrange
2754             them)
2755           (picglue): put init code and interrupt handlers in separate sections
2756         * src/pic/main.c: added port specific options table, modified to PORT
2757           structure to make GPOINTERs 3 byte, added pic14_options
2758           (_pic14_do_link): private linking routine (update paths to libraries,
2759             add libsdcc.lib by default)
2760         * src/pic/main.h: declare pic14_options
2761         * src/pic/pcode.c: fixed instructions i/o relations,
2762           (RegCond): reverted to correct version,
2763           (newpCodeOpLit): truncate literals to 8 bit,
2764           (genericPrint): added debug output,
2765           (getRegFromInstruction): fixed for various operand types, simplified
2766           (BuildFlow): fixed broken handling of isntructions with labels
2767           (LinkFlow): start at last instruction in flow (skip trailing comments),
2768             pass the flow on to the next instruction after CALL
2769           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2770           (insertPCodeInstruction): fixed inserting after a skip instruction,
2771           (DoBankSelect): fixed for labeled instructions
2772           (OptimizepBlock): honor --nopeep switch
2773           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2774         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2775         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2776           (pCodeOptime2pCodes): allow disabling this optimization via
2777             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2778             but is still buggy), started implementation of a dataflow based
2779             pCode optimization (CSE + dead code elimination)
2780           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2781         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2782           names are independant of the stack location and therefore portable across
2783           devices
2784
2785 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2786
2787         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2788           (selectSpil): fixed bug 1337835 by not spilling bit variables
2789         * support/regression/tests/bug1337835.c: added test for this bug
2790         * src/mcs51/peeph.def: restart after rule 3.c,
2791           addded rules 263.x to optimize loading constants
2792
2793 2005-10-26 Raphael Neider <rneider AT web.de>
2794
2795         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2796         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2797           (genAssign): emit warning when casting literals to generic pointer
2798             type, also applies when taking the address of a fixed variable,
2799           (genCast): improved casting to generic pointers
2800         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2801           extern variables, added verbose error message
2802         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2803
2804 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2805
2806         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2807         carry must be complemented too
2808         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2809         could be emitted by genMinus
2810         * src/SDCCval.c (constVal): fixed bug 1305065
2811
2812 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2813
2814         * src/SDCCast.c (addCast): added promotion for bit variables
2815         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2816         promotion casts + optimisation
2817         (optimizeGetWord): fix warning 'i' might be used uninitialized
2818         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2819         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2820
2821 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2822
2823         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2824         all chars are promoted to int; promotion should be handled in SDCCast.c
2825
2826 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2827
2828         * device/lib/_strcmp.c: Fixed bug 1326457
2829
2830 2005-10-11 Raphael Neider <rneider AT web.de>
2831
2832         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2833         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2834
2835 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2836
2837         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2838         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2839
2840 2005-10-04 Raphael Neider <rneider AT web.de>
2841
2842         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2843           device/lib/pic16/pics.all: added pic18f1320
2844         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2845
2846 2005-09-30 Raphael Neider <rneider AT web.de>
2847
2848         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2849         * src/pic16/devices.inc: NEW, provides device descriptions
2850         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2851
2852 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2853
2854         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2855           GETHBIT
2856
2857 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2858
2859         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2860           documented Any Order Bit, Higher Order Byte and Higher Order Word
2861         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2862         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2863           (optimizeGetAbit): new, to get any bit, not only the high bit,
2864           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2865           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2866           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2867           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2868             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2869             GETABIT, GETBYTE, GETWORD: decorate them,
2870           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2871           (ast_print): added GETABIT, GETBYTE, GETWORD
2872         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2873         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2874           (geniCodeBinary): new generic binary icode,
2875           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2876         * src/port.h: updated comment for PORT.hasExtBitOp
2877         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2878           (genGetByte): new, to get a single byte,
2879           (genGetWord): new, to get a word from a long,
2880           (gen51Code): added GETABIT, GETBYTE, GETWORD
2881         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2882
2883 2005-09-23 Raphael Neider <rneider AT web.de>
2884
2885         * configure.in, configure: have device/lib/pic configured
2886         * device/lib/Makefile.in: added model-pic14
2887         * device/lib/clean.mk: added pic/ to clean rule
2888         * device/lib/pic: added rudimentary pic14 library providing support
2889           functions for multiplication/division/generic pointer access
2890         * src/SDCCopt.c (convilong): mark support functions as extern
2891           for pic14 port as well
2892         * src/pic/gen.c (genMult): added assertions,
2893           (genpic14Code): emit warning on unhandled iCodes
2894         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2895         * src/pic/pcode.c (pCodeOpCopy),
2896         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2897           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2898           SFR_REGISTER}), made safe for future extensions
2899         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2900           instructions even if preceeded by SKIP instructions (also remove
2901           them); removed unused code
2902         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2903           prevents leaving parts of the structure uninitialized after copying
2904
2905 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2906
2907         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2908           ago by me
2909         * support/regression/tests/addsub.c: added test for the bug
2910
2911 2005-09-21 Raphael Neider <rneider AT web.de>
2912
2913         * device/include/pic16/pic18f1220.h,
2914           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2915         * device/lib/pic16/Makefile.rules: added missing opening paren
2916         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2917           are provided in genutils.c,
2918           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2919           operand/result sizes,
2920           (genCmp): assert on NULL pointers first, then check deref'ed values
2921         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2922           result size
2923
2924 2005-09-18 Raphael Neider <rneider AT web.de>
2925
2926         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2927           as these are now unused,
2928           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2929         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2930           local, avoids uninitialized pointer dereference on r->name
2931         * src/pic16/ralloc.c (newReg): fixed indentation
2932
2933 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2934
2935         * src/SDCCval.c (constVal): fixed bug 730366
2936         * support/Util/SDCCerr.c,
2937         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2938
2939 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2940
2941         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2942
2943 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2944
2945         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2946
2947 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2948
2949         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2950           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2951         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2952           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2953         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2954         * packihx/packihx.c (hexDigit): made c unsigned char
2955         * as/mcs51/lklibr.c (fndsym),
2956         * link/z80/lkgb.c (gb),
2957         * link/z80/lklibr.c (fndsym),
2958         * link/z80/lkrloc.c (relr),
2959         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2960         * src/SDCC.lex (checkCurrFile, process_pragma),
2961         * src/SDCCglue.c (spacesToUnderscores),
2962         * src/SDCCmain.c (setParseWithComma, processFile),
2963         * src/asm.c (tvsprintf, printCLine),
2964         * src/avr/gen.c (emitcode, aopPut),
2965         * src/ds390/gen.c (emitcode),
2966         * src/hc08/gen.c (emitcode, emitinline),
2967         * src/mcs51/gen.c (emitcode, genInline),
2968         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2969           tokenizeLineNode),
2970         * src/pic/ralloc.c (debugLog),
2971         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2972           tokenizeLineNode),
2973         * src/pic16/ralloc.c (debugLog),
2974         * src/z80/main.c (_process_pragma):
2975            made all ctype.h function calls safe
2976         * src/SDCCopt.c: include math.h for fabs
2977         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2978           and used them throughout the code to make ctype.h function calls safe
2979         * src/ds390/main.c (asmLineNodeFromLineNode),
2980         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2981         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2982            unsigned char*
2983         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2984           (newpCodeAsmDir): made ctype.h function calls safe
2985         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2986           pic16_emitcode):  made lbp unsigned char*
2987         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2988           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2989         * src/xa51/gen.c (emitcode),
2990         * src/z80/gen.c (_emit2): made lbp unsigned char*
2991         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2992            char*
2993
2994 2005-09-05 Raphael Neider <rneider AT web.de>
2995
2996         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2997           access bank splitpoint
2998
2999 2005-09-05 Raphael Neider <rneider AT web.de>
3000
3001         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3002
3003 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3004
3005         * .version: changed to version 2.5.3
3006         * doc/sdccman.lyx: changed version to 2.5.3,
3007           documented --codeseg and --constseg and pragma codeseg and constseg,
3008           documented bit parameters (reentrant) and bit returning
3009         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3010            currFunc->recvSize, but is this ok for all ports?
3011           (ast2iCode): result of ~ on unsigned char must be cast to int for
3012            bool to work
3013         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3014           function pointers in bit space
3015         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3016           (processFuncArgs): call port.reg_parm() with reentrancy info
3017         * src/port.h,
3018         * src/avr/main.c,
3019         * src/ds390/main.c,
3020         * src/hc08/main.c,
3021         * src/pic/main.c,
3022         * src/pic16/main.c,
3023         * src/xa51/main.c,
3024         * src/z80/main.c: port.reg_parm prototype extended with
3025           "bool reentrant" parameter
3026         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3027           options.stackAuto for allocating bit register parameters
3028         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3029           (genSend): set BitBankUsed if it is,
3030           (selectRegBank): factored out of genCall for use in genPcall,
3031           (genCall): removed redundant dtype assignmen, use selectRegBank,
3032           (genPcall): handle returning in Carry properly, save in F0 if needed,
3033           (genReceive): handle bit register parameters
3034         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3035           (mcs51_assignRegisters): enable bit registers for all reentrant
3036            functions and don't set BitBankUsed unconditionally
3037         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3038         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3039         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3040
3041 2005-08-27 Borut Razem <borut.razem AT siol.net>
3042
3043         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3044         ppc-osx (Darwin) does not support -u option. It seems that it is
3045         supported only on Linux - GNU cp
3046
3047 2005-08-25 Borut Razem <borut.razem AT siol.net>
3048
3049         * sim/ucsim/gui.src/serio.src/Makefile.in,
3050           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3051           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3052           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3053           install and strip, since the strip at /usr/ccs/bin should be used
3054           on solaris
3055
3056 2005-08-24 Borut Razem <borut.razem AT siol.net>
3057
3058         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3059
3060 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3061
3062         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3063         ffffffffu
3064
3065 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3066
3067         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3068         * as/mcs51/lkmain.c (link_main): fixed warning
3069         * device/include/stdbool.h: ds390 has no advanced bit support yet
3070         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3071         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3072         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3073           and updated their macros
3074         * src/SDCCval.c (constVal): updated comment for renamed b_long
3075
3076 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3077
3078         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3079         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3080           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3081           (oprio): set priority for '['
3082         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3083            and adb_24_bit
3084         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3085         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3086         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3087         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3088           added overlayable BIT_BANK area
3089         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3090           (summary2): explain 'T' in legenda
3091         * as/mcs51/lkrloc.c: replaced old K&R style,
3092           (relr): added R_BIT processing,
3093           (errmsg): added "Bit-addressable relocation error",
3094           (adb_bit): added for converting from byte- to bit-addressable space,
3095           (adb_24_bit): added for converting from byte- to bit-addressable space
3096         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3097            used in reentrant functions now even as return value
3098         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3099         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3100           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3101         * src/SDCCglobl.h: added indicator BitBankUsed
3102         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3103            the bit registers b0-b7
3104         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3105           (geniCodeCast): fixed bug 1263853,
3106           (geniCodeLogicAndOr): put result in bool or char,
3107           (geniCodeReceive): added parameter func for accessing the return type,
3108           (geniCodeFunctionBody): pass func to geniCodeReceive
3109         * src/SDCCmain.c: added indicator BitBankUsed
3110         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3111         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3112           (checkSClass): don't put automatic bool/bit on stack,
3113           (checkFunction): removed check on function cannot return bit
3114         * src/SDCCsymt.h: added newBoolLink prototype
3115         * src/mcs51/gen.c (rb1regs): added bit registers,
3116           (movc): created for assigning to carry,
3117           (pushReg, popReg): created for pushing registers,
3118           (sameRegs): check both AOP_REG and AOP_CRY types,
3119           (aopOp): handle bit registers,
3120           (aopPut): optimization no self-assign,
3121           (saveRegisters): push reg->base (bits) only once for bit registers,
3122            and use pushReg,
3123           (unsaveRegisters): pop reg->base only once and use popReg,
3124           (assignResultValue): added parameter func and return in carry for bits,
3125           (genIpush): optimization no reload in A if not changed,
3126           (genSend): bit parameters in reentrant functions are passed in bit
3127            registers by first assigning to bits in B, then save registers and
3128            copy B to bits,
3129           (genCall): handle returning in Carry properly, save it in F0 if needed,
3130           (genPcall): updated assignResultValue call, this is not safe yet for bit
3131            returning function !!!
3132           (genFunction): don't generate equ's for bit registers and use pushReg,
3133           (genEndFunction): take care of bit returning functions and use popReg,
3134           (genRet): return bit in Carry,
3135           (genIfx): optimize bit registers and other directly addressable bits,
3136           (genReceive): updated assignResultValue call
3137         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3138           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3139            registers when using stack-auto
3140         * src/mcs51/ralloc.c (_G): added allBitregs,
3141           (regs8051): added the bit registers,
3142           (createStackSpil): use macro IS_BIT,
3143           (getRegBit): added to allocate a bit register, else spill,
3144           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3145           (updateRegUsage): factored out to ease stepping while debugging,
3146           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3147            also allocate bit registers,
3148           (fillGaps): handle bit registers,
3149           (findAllBitregs): added to create bit vector with all bit registers,
3150           (mcs51_allBitregs): returns this bit vector,
3151           (mcs51_assignRegisters): when using stack-auto use bit registers for
3152            passing parameters and creating local variables
3153         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3154
3155 2005-08-22 Borut Razem <borut.razem AT siol.net>
3156
3157         * device/lib/Makefile.in: replaced find option -or with -o
3158           to make it run on solaris
3159
3160 2005-08-22 Raphael Neider <rneider AT web.de>
3161
3162         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3163           fixes #1265442 (crash on Solaris)
3164
3165 2005-08-20 Borut Razem <borut.razem AT siol.net>
3166
3167         * configure, configure.in: added tests for libsocket and libnsl libraries,
3168           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3169           from support/regression/Makefile.in
3170         * support/regression/Makefile.in: added
3171         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3172         * sim/ucsim/libtool: regenerated on sparc-solaris
3173         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3174           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3175           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3176           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3177           sparc-solaris, which doesn't use GNU ld linker
3178         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3179         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3180
3181 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3182
3183         * src/mcs51/peeph.def: updated comments
3184
3185 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3186
3187         * device/lib/_gptrget.c,
3188         * device/lib/_gptrput.c: slightly shorter
3189         * doc/sdccman.lyx: incremented version
3190         * src/mcs51/peeph.def: moved peephole comments to the line of first
3191           change to better keep line correlation, reanimated 186.e
3192         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3193
3194 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3195
3196         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3197           David Saxton with quotes around file name.
3198
3199 2005-08-15 Borut Razem <borut.razem AT siol.net>
3200
3201         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3202           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3203           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3204           make tests run on x86_64 platform
3205
3206 2005-08-13 Raphael Neider <rneider AT web.de>
3207
3208         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3209           as it might be executed DURING a build (parallel make is wonderful)
3210
3211 2005-08-13 Raphael Neider <rneider AT web.de>
3212
3213         * device/lib/Makefile.in (port-specific-objects-pic16):
3214           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3215         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3216           dependency
3217         * device/lib/pic16/Makefile.rules: build subdirs before creating
3218           the library, removed builddir rule, create $(builddir) early in
3219           recurse rule, use empty recurse rule for leaf directories
3220         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3221           mkdir errors (race condition), removed duplicate suffix "hex"
3222           from clean rules
3223         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3224         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3225           prevents mkdir -p from aborting on Alpha
3226
3227 2005-08-12 Raphael Neider <rneider AT web.de>
3228
3229         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3230           db-statements in order to allow for arrays of pointers in code
3231           sections to be placed without interspersed 0-padding, fixes
3232           bug #1256215
3233         * (emitStatistics): fixed division by zero for pic18f1220
3234         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3235           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3236         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3237         * (pic16_pCodeConstString): keep track of already emitted string
3238           literals to prevent "duplicate definitions of symbol _str_NR"
3239         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3240           debug message
3241         * device/lib/Makefile.in: ignore failing PIC16 library builds
3242         * device/lib/pic16/Makefile: do not build if gputils are missing
3243         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3244
3245 2005-08-10 Raphael Neider <rneider AT web.de>
3246
3247         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3248           my last commit)
3249
3250 2005-08-10 Raphael Neider <rneider AT web.de>
3251
3252         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3253           Rokas' patch to add the new fixed point type "__fixed16x16"
3254         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3255           functions for __fixed16x16 arithmetics
3256         * device/lib/pic16: reimplemented the build system to support
3257           a separate build directory, better handling of libio (create
3258           the library in a separate subdir for each architecture) and
3259           easier configuration (centralized in Makefile.common)
3260
3261 2005-08-07 Raphael Neider <rneider AT web.de>
3262
3263         * src/pic16/gen.c (genrshTwo): fixed sign extension
3264         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3265         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3266           added T0CONbits
3267         * device/include/pic16/pic18f4220.h: NEW, header for
3268           pic18f4220 and pic18f4320
3269         * device/include/pic16/pic18fregs.h: added new devices,
3270           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3271         * device/include/pic16/signal.h: resolved name clashes
3272           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3273           to also allow testing for interrupt enable bits, added
3274           comments on how to use the macros
3275         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3276         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3277           register definitions for the devices
3278         * device/lib/pic16/pics.all: added new devices
3279         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3280           allocated memory
3281         * device/lib/pic16/libc/stdlib/memfree: do not count
3282           the block header as free memory
3283         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3284           simplified and added missing end-of-blocklist-marker
3285           (reported by Peter Onion, fixes #1252814)
3286         * (_mergeHeapBlock): fixed loop condition
3287         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3288           len==0, restructured code
3289         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3290           up a bit, reduced bitfield accesses, prevent endless loops
3291           in case of heap corruption
3292         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3293           "unreferenced arguments/must return a value" warnings
3294         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3295           replaced BAUDREG with SPBRG
3296         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3297           device/lib/pic16/debug/gstack/gstack.c: replaced
3298           _naked, _asm, _endasm with __naked, __asm, __endasm
3299
3300 2005-08-05 Raphael Neider <rneider AT web.de>
3301
3302         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3303           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3304
3305 2005-08-05 Borut Razem <borut.razem AT siol.net>
3306
3307         * device/lib/Makefile.in: added missing ';'
3308         * configure: removed ^M characters
3309
3310 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3311
3312         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3313           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3314           License
3315
3316 2005-08-04 Borut Razem <borut.razem AT siol.net>
3317
3318         * configure.in: pic16 libraries build 2nd try - enable running
3319           configure in device/lib/pic16
3320         * configure: regenerated from configure.in
3321         * device/lib/Makefile.in: create $(PORT)/bin directory
3322
3323 2005-08-03 Raphael Neider <rneider AT web.de>
3324
3325         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3326           to get/set values via pointers
3327         * (genUnpackBits,genPackBits): changed detection of
3328           ptr->bitfield vs. sym.bitfield, fixed access via generic
3329           pointers, removed dead (wrong) code for multibyte bitfields
3330         * (genNearPointerGet, genGenPointerGet): removed useless code,
3331           fixed bitfield detection, fixes #1250594
3332         * (genNearPointerSet): removed useless code
3333         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3334           and introduced macro pic16_emitpcode that conditionally emits
3335           the origin of the following pCode (useful for debugging SDCC)
3336         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3337         * (createDefmap): fixed handling of LFSR for --optimize-df
3338
3339 2005-08-02 Borut Razem <borut.razem AT siol.net>
3340
3341         * device/lib/Makefile.in: pic16 libraries build enabled since
3342           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3343
3344 2005-08-02 Raphael Neider <rneider AT web.de>
3345
3346         * src/pic16/gen.c (genPackBits): removed deprecated warning
3347         * (genGenPointerSet): fixed bitfield detection
3348
3349 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3350
3351         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3352
3353 2005-07-31 Raphael Neider <rneider AT web.de>
3354
3355         * device/lib/pic16/libdev/pic18f458.c,
3356           device/include/pic16/pic18f458.h: added missing T0CONbits
3357
3358 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3359
3360         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3361
3362 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3363
3364         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3365
3366 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3367
3368         * device/include/mcs51/at89c51ed2.h: added.
3369
3370 2005-07-23 Raphael Neider <rneider AT web.de>
3371
3372         * src/pic/gen.h: added emitpcode macro for debugging
3373         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3374           and replace by macro adding debug information on demand
3375         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3376         * (gencjne): tried to fix; replaced with correct (slower) code
3377         * (gen{Unp,P}ackBits): fixed single bit access
3378         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3379         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3380           previous instruction
3381         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3382           register has to be handled with care (forbidding movement
3383           of assignments/uses, removing assignments completely, ...)
3384         * (pCodeOptime2pCodes): make use of regIsSpecial
3385         * added lots of debugging output (commented out)
3386         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3387           from being reused as result UNLESS it is known to work
3388
3389 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3390
3391         * support/Util/dbuf.h: include <stddef.h> for size_t
3392         * .version: changed to version 2.5.2
3393
3394 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3395
3396         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3397
3398 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3399
3400         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3401           (genModOneByte): removed needless psha/pula
3402
3403 2005-07-22 Raphael Neider <rneider AT web.de>
3404
3405         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3406           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3407         * src/pic/gen.c (resolveIfx): do not "invent" labels
3408         * (genSkipc): changed to positive logic
3409         * (genSkipCond): removed as no longer needed
3410         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3411           backport from PIC16
3412         * (genLeftShift): check operands are in different registers
3413         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3414           INCF does not update CARRY...
3415         * src/pic/main.c: fixed _linkCmd
3416         * src/pic/pcode.c (unlinkpCode): added inactive code
3417         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3418           alive (do not assign result and operand overlapping registers)
3419
3420 2005-07-22 Raphael Neider <rneider AT web.de>
3421
3422         * src/pic/device.c (dump_sfr): replaced register declaration with
3423           call to emitSymbolToFile() to avoid duplicate symbols
3424         * (assignRelocatableRegisters): do not declare external symbols
3425         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3426           right (take size of type, not etype)
3427         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3428         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3429         * (packRegsForAccUse): disabled assignment of WREG as
3430           the result reg to prevent occurence of just fixed #1235003,
3431           fixes #1242954
3432         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3433           symbols (avoids duplicate symbols in .asm file)
3434         * (pic14emitRegularMap): use emitSymbolToFile()
3435         * src/pic/gen.c (aopOp): fixed spillLocation handling
3436         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3437         * (genDataPointerSet): removed unneccessary variables/output
3438
3439 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3440
3441         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3442         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3443
3444 2005-07-21 Raphael Neider <rneider AT web.de>
3445
3446         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3447           architecture cannot handle them efficiently, fixes bug #1235003
3448         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3449           check for empty sets before using them (fixes bug #1232190)
3450
3451 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3452
3453         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3454           (lnksect2): generate warnings for memory overlap
3455         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3456           constseg to set the name of these segments so you can instruct the linker
3457           to place them in banks
3458         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3459         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3460           added code_seg and const_seg to options
3461         * src/SDCCglue.c (emitMaps): use options.const_seg,
3462           (createInterruptVect): put interrupt vectors in segment HOME,
3463           (glue): put HOME before static segment and put the main glue in HOME,
3464           (glue): use options.code_seg
3465         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3466         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3467           these segments so you can instruct the linker to place them in banks
3468           (linkEdit): use code_loc for HOME segment which should be the first
3469           segment in code memory now
3470         * src/SDCCmem.c: fixed more stuff like bug 1238386
3471         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3472           (changePointer): don't change function pointers to code pointers for
3473           banked functions,
3474           (compareType): added exceptional check for banked function pointers
3475         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3476         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3477           after static in code memory
3478         * src/mcs51/gen.c: added aopLiteralLong prototype,
3479           (aopForSym): use getSize for functions,
3480           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3481           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3482           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3483           the segment,
3484           (genPcall): use call for literal function pointers and generate banked
3485           calls over the one trampoline so there's only one place for the user to
3486           modify according to his/hers hardware,
3487           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3488           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3489         * src/mcs51/main.c: added keyword banked,
3490           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3491         * support/Util/SDCCerr.c,
3492         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3493           needed for passing the bank and address to the trampoline
3494         * device/lib/mcs51/crtbank.asm: added for bankswitching
3495         * device/lib/mcs51/Makefile: added crtbank
3496
3497 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3498
3499         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3500           for fields at offset 0 of a struct or union as reported
3501           on 2005-07-07 in the developer mailing list.
3502
3503 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3504
3505         * src/SDCCmem.c: fixed bug 1238386
3506
3507 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3508
3509         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3510           (patch #1144962), added peephole 300, enabled 259.x
3511         * doc/sdccman.lyx: removed screenshot and provided link instead
3512
3513 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3514
3515         * doc/sdccman.lyx: added section about debugging with ddd
3516         * doc/figures/ddd_example.eps: screenshot of debugging session
3517
3518 2005-07-04 Raphael Neider <rneider AT web.de>
3519
3520         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3521           like CODE pointers, fixes #1115683
3522         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3523           call, fixes bugs #1232211, #1228110,
3524           fixed wrong casts to pCodeFlow from pCodeInstructions
3525
3526 2005-07-04 Raphael Neider <rneider AT web.de>
3527
3528         * src/pic/gen.c (popGet): changed assert to allow for
3529           bit operands
3530         * (popGetAddr): changed signature to provide
3531           an additional index, patched all call sites
3532         * (genCmpEq): handle literal-like operands correctly
3533         * (genAddrOf): added sanity checks on __code/__data pointers
3534         * (genAssign): added handling of symbols from __code section
3535         * (gencjne): do not generate code for comparisons whose result
3536           is neither stored nor used, fixes bug #1171114
3537         * (AccLsh, AccRsh): operate on operand instead of WREG
3538         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3539           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3540           by known count
3541         * rewrote complete shift-by-literal logic, commented unused
3542           functions out
3543         * (genConstPointerGet): get multiple bytes (if result size > 1),
3544           fixed handling of non-immediate addresses
3545         * (genPointerGet): handle CODE pointers like CONST pointers
3546         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3547         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3548           operand is to be treated as a literal or not
3549         * (mov2w,genPcall,genCmpEq),
3550           src/pic/genarith.c: use aop_isLitLike() to decide between
3551           literal/register contents
3552         * (addSign): added missing offset
3553         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3554           only emit comment in debug-mode,
3555           use {aop,op}_isLitLike throughout the file
3556         * src/pic/glue.c: fix initializers for pointers (work in progress)
3557         * src/pic/pcode.c (get_op): honor index on _const symbols
3558         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3559         * (dumppBlock): added pCode size estimation
3560         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3561           check for IS_SYMOP before OP_SYMBOL'ing
3562         * fixed indentation, compacted switch-statements
3563         * (allocReg): find free register and allocate it instead of
3564           allocating new registers all the time
3565         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3566           registers as its operands (necessary only for multibyte GETs)
3567
3568 2005-07-01 Raphael Neider <rneider AT web.de>
3569
3570         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3571           debugging .asm-output macros FENTRY + FEXIT
3572         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3573           way... I wonder...
3574         * (emitpComment): NEW, printf to pCode
3575         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3576           offset handling
3577         * (popGetAddr): NEW, variant of popGet to access an immediates
3578           high(er) bytes instead of the n'th byte of memory they reference,
3579           replaced popGet with popGetAddr where neccessary
3580         * (genDataPointerGet): reactivated and fixed implementation
3581         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3582           accesses
3583         * (genDataPointerSet): fixed multibyte assignments
3584         * (genpic14Code): fixed --i-code-in-asm handling
3585         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3586         * (genPlus): fixed index-out-of-bounds error
3587         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3588         * src/pic/ralloc.c: added debugging output macro FENTRY2
3589         * (spillThis): fixed indentation, enbraced for-body for clarity
3590         * (rematStr): commented out as now unused
3591         * (regTypeNum): commented out special spill case (overwrites
3592           arbitrary values)
3593         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3594
3595 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3596
3597         * doc/sdccman.lyx: documented sfr16/sfr32,
3598           added example for using storage class with function pointers
3599         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3600
3601 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3602
3603         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3604         * device/lib/_itoa.c,
3605         * device/lib/_ltoa.c: optimized codesize
3606         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3607           but don't know how to suppress the double warning.
3608         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3609         * support/Util/SDCCerr.c,
3610         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3611
3612 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3613
3614         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3615           fixed old K&R prototypes
3616         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3617         * device/lib/_gptrget.c,
3618         * device/lib/_gptrgetc.c,
3619         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3620           also new versions for small generic pointers and banked generic pointers
3621         * src/port.h: added const_name
3622         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3623         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3624         * src/SDCCcse.c (findPrevIc): check all associative operators
3625         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3626         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3627         * src/SDCCmem.c: updated comments,
3628           set far-space to 0 for pdata, results in optimized code
3629         * src/SDCCmem.h: added macro CONST_NAME
3630         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3631           moving the info into the highest bits, see also gptrget/gptrput
3632         * src/src.dsp: added sdcc.ico to project files
3633         * src/avr/gen.c (genCast): fixed bug 0x%d
3634         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3635         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3636           relation between ptr_type and DCL_TYPE,
3637           (genCast): fixed bug 0x%d
3638         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3639           (CODE)" for const_name
3640         * src/hc08/gen.c (genCast): fixed bug 0x%d
3641         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3642           (hc08_port): added "CONST (CODE)" for const_name
3643         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3644           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3645           between ptr_type and DCL_TYPE,
3646           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3647           operand* and took AOP() inside function so sfr-ness can be checked,
3648           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3649           new prototype,
3650           (genFunction, genEndFunction): optimized stack setup,
3651           (genMinus): optimized for literals with ending zeroes (in bytes),
3652           (genCast): fixed bug 0x%d
3653         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3654           (mcs51_port): added "CONST (CODE)" for const_name
3655         * src/mcs51/peeph.def: made rule 226 more generic
3656         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3657         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3658         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3659         * src/z80/main.c (z80_port): added NULL for const_name,
3660           (gbz80_port): added NULL for const_name
3661         * support/regression/tests/bug663539.c,
3662         * support/regression/tests/sfr16.c: new tests
3663
3664 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3665
3666         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3667
3668 2005-06-24 Raphael Neider <rneider AT web.de>
3669
3670         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3671           corrected typos...
3672         * device/include/pic16/signal.h: added USBIF
3673           and SIG_USB
3674
3675 2005-06-24 Raphael Neider <rneider AT web.de>
3676
3677         * device/lib/pic16/libdev/pic18f2455.c,
3678           device/include/pic16/pic18f2455.h: NEW
3679         * device/include/pic16/pic18fregs.h,
3680           device/lib/pic16/pics.all,
3681           src/pic16/device.c: added 18f2455
3682         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3683           device/include/pic16/{pic18f[68][567].h,usart.h}:
3684           replaced MULTIPLE_USARTS define with more relaible
3685           compatibility sfrs (for USART access)
3686
3687 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3688
3689         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3690           and the output asm file line is printed on two lines.
3691
3692 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3693
3694         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3695           BGT, BLE, BHI, and BLS instructions
3696         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3697           genCmpEq): removed
3698         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3699           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3700           fixes bug #1216342
3701         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3702
3703 2005-06-15 Raphael Neider <rneider AT web.de>
3704
3705         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3706         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3707         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3708           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3709           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3710
3711 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3712
3713         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3714           Marcel Telka in bug #1215704
3715
3716 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3717
3718         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3719           located in shared memory bank.
3720
3721 2005-05-31 Raphael Neider <rneider AT web.de>
3722
3723         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3724           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3725           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3726
3727 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3728
3729         * device/lib/_strncpy.c: fixed the fix
3730
3731 2005-05-26 Raphael Neider <rneider AT web.de>
3732
3733         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3734           initializers with \0, bug #1208187
3735         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3736           intializers with \0, bug #1208187
3737
3738 2005-05-26 Raphael Neider <rneider AT web.de>
3739
3740         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3741           initializers with \0, bug #1208187
3742         * src/pic16/main.c (_process_pragma): added sanity checks
3743           for stack position and size, emit warnings when appropriate
3744
3745 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3746
3747         * device/lib/_strncpy.c: fixed not filling with \0
3748
3749 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3750
3751         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3752           createFunction),
3753         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3754           compound_statement),
3755         * src/SDCCsymt.h,
3756         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3757
3758 2005-05-24 Raphael Neider <rneider AT web.de>
3759
3760         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3761
3762 2005-05-24 Raphael Neider <rneider AT web.de>
3763
3764         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3765           TRISE definitions, closes bug #1162453
3766
3767 2005-05-22 Raphael Neider <rneider AT web.de>
3768
3769         * src/pic16/main.c (_process_pragma): check for missing
3770           arguments to pragmas code and udata
3771         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3772           consistency fixes to match other headers (thanks to Jim Paris)
3773         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3774
3775 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3776
3777         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3778
3779 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3780
3781         * support/regression/tests/bug1198642.c: new test
3782         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3783         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3784         * support/scripts/resource.h,
3785         * support/scripts/resource.rc,
3786         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3787         * support/scripts/sdcc.ico: added 32x32 icon
3788
3789 2005-05-18 Raphael Neider <rneider AT web.de>
3790
3791         * device/lib/pic16/libdev/pic18f*.c,
3792         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3793           keywords to "__sfr" and "__at (X)"
3794         * device/include/pic16/pic18fregs.h: added pic18f4520
3795         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3796           #1203088 (MPLAB compatibility)
3797
3798 2005-05-17 Raphael Neider <rneider AT web.de>
3799
3800         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3801         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3802         * device/lib/pic16/pics.all: added new devices
3803         * src/pic16/device.c: added support for pic18f4520
3804
3805 2005-05-16 Raphael Neider <rneider AT web.de>
3806         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3807         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3808         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3809           convenience function for bit access
3810
3811 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3812
3813         * device/lib/printf_large.c: fixed bug 1193299
3814         * support/regression/tests/bug1057979.c: added test %3.3s
3815
3816 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3817
3818         * device/include/mcs51/8051.h,
3819         * device/include/mcs51/8052.h: made parseable with lint
3820         * device/include/mcs51/lint.h: added include file for (sp)lint
3821         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3822         * doc/cdbfileformat.lyx,
3823         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3824
3825 2005-05-14 Raphael Neider <rneider AT web.de>
3826
3827         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3828         * device/lib/pic16/libc/stdlib/itoa.c (new)
3829         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3830         * device/lib/pic16/libio/Makefile: exclude subdir according to
3831           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3832         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3833         * src/pic16/gen.c (genFunction): prevent annoying warning
3834         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3835           nameclashes on BeOS
3836         * support/cpp2/cppmain.c (cpp_output_string): new
3837         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3838           fixes bug 1116802
3839
3840 2005-05-13 Borut Razem <borut.razem AT siol.net>
3841
3842         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3843
3844 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3845
3846         * .version: changed to version 2.5.1; back to bleeding edge development
3847
3848 2005-05-11 Borut Razem <borut.razem AT siol.net>
3849
3850         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3851           generate PDF version 1.3 documents
3852
3853 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3854
3855         * .version: changed to version 2.5.0
3856
3857 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3858
3859         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3860
3861 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3862
3863         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3864         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3865         well as many smaller updates.
3866         * .version: changed to version 2.5.0-pre1
3867
3868 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3869
3870         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3871
3872 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3873
3874         * support/regression/tests/bug1185672.c: added
3875         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3876           bug 1185672
3877         * src/mcs51/gen.c (genCall): added comments, made it look safer
3878         * src/mcs51/gen.c (genEndFunction): simplified
3879
3880 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3881
3882         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3883
3884 2005-04-14 Borut Razem <borut.razem AT siol.net>
3885
3886         * fixed bug 1045046 - SIGSEGV with really simple code?:
3887           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3888           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3889
3890 2005-04-14 Borut Razem <borut.razem AT siol.net>
3891
3892         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3893           src/pic16/device.h: temporarily disabled experimental #inline pragma
3894           for 2.5.0 release
3895
3896 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3897
3898         * device/include/z80/stdio.h,
3899         * device/include/z80/string.h: removed these highly incomplete files so
3900           SDCC can use the default ones in device/include/
3901
3902 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3903
3904         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3905         gcc warning.
3906         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3907         fix sdcpp warnings.
3908
3909 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3910
3911         * device/include/malloc.h: removed redundant __reentrant prototypes
3912         * device/lib/_mullong.c: added working xstack variant in asm (C version
3913           doesn't pass regression tests)
3914         * device/lib/bpx.c: used __data and made bpx char for mcs51
3915         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3916           (createFunction): fixed bug with xstackPtr
3917         * src/SDCCcse.c: corrected comments
3918         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3919           (killDeadCode, eBBlockFromiCode): removed unused code
3920         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3921           corrected comments
3922         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3923           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3924           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3925           (genModOneByte): fixed warning in MSVC
3926         * src/mcs51/main.c (): added comments
3927         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3928
3929 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3930
3931         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3932
3933 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3934
3935         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3936
3937 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3938
3939         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3940         characters arrays of larger size than the declared one.
3941
3942 2005-04-10 Borut Razem <borut.razem AT siol.net>
3943
3944         * src/pic/gen.c (genInline),
3945           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3946           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3947           (findNextInstruction), (findPrevInstruction),
3948           (findInstructionUsingLabel),
3949           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3950         * src/pic/pcode.c (findLabel): added missing '\n'
3951         * src/src.dsp: added SDCCdwarf2.c to the project
3952
3953 2005-04-09 Borut Razem <borut.razem AT siol.net>
3954
3955         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3956
3957 2005-04-08 Raphael Neider <rneider AT web.de>
3958
3959         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3960           into the chain after a given one) and mergeDefmapSymbols (combine
3961           defmap entries for each symbol per pcode)
3962         * (createDefmap): have defmap entries merged in the end
3963         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3964           a symbol before replacing one access type's symbol, merge symbols in
3965           the end (replacement symbol might already have an entry)
3966         * (assignValnums): keep reference to written WREG intact
3967
3968 2005-04-08 Raphael Neider <rneider AT web.de>
3969
3970         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3971           Alpha)
3972
3973 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3974
3975         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3976         bytes
3977
3978 2005-04-07 Raphael Neider <rneider AT web.de>
3979
3980         * device/include/pic16/usart.h: added compatibility defines for
3981           devices with more than one USART
3982         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3983
3984 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3985
3986         * device/lib/Makefile.in: updated for port specific include
3987
3988 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3989
3990         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3991
3992 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3993
3994         * device/include/8051.h,
3995         * device/include/8052.h,
3996         * device/include/at89S8252.h,
3997         * device/include/at89c55.h,
3998         * device/include/at89x051.h,
3999         * device/include/at89x51.h,
4000         * device/include/at89x52.h,
4001         * device/include/mcs51reg.h,
4002         * device/include/reg51.h,
4003         * device/include/reg764.h,
4004         * device/include/regc515c.h,
4005         * device/include/sab80515.h: (re)moved these 12 files
4006         * device/include/mcs51/8051.h,
4007         * device/include/mcs51/8052.h,
4008         * device/include/mcs51/at89S8252.h,
4009         * device/include/mcs51/at89c55.h,
4010         * device/include/mcs51/at89x051.h,
4011         * device/include/mcs51/at89x51.h,
4012         * device/include/mcs51/at89x52.h,
4013         * device/include/mcs51/mcs51reg.h,
4014         * device/include/mcs51/reg51.h,
4015         * device/include/mcs51/reg764.h,
4016         * device/include/mcs51/regc515c.h,
4017         * device/include/mcs51/sab80515.h: and added them here
4018
4019 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4020
4021         * device/include/stdarg.h: changed SDCC specific keywords to double
4022           underlined form.
4023         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4024           mcs51 and ds390.
4025         * device/include/hc08/mc68hc908gp32.h,
4026         * device/include/hc08/mc68hc908jb8.h,
4027         * device/include/hc08/mc68hc908jkjl.h,
4028         * device/include/hc08/mc68hc908qy.h: fixed comments
4029         * device/include/mcs51/README: updated
4030         * device/include/mcs51/c8051f120.h: added PINRSF
4031         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4032         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4033           amidst code. Also inline is not supported.
4034
4035 2005-04-06 Raphael Neider <rneider AT web.de>
4036
4037         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4038         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4039           callers stack/frame pointers
4040
4041 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4042
4043         * device/include/pic16/usart.h: added, missing in previous commit,
4044         * device/include/pic16/adc.h: fixed typo,
4045         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4046         commit,
4047         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4048         <p18fxxx.inc>
4049         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4050         uninitialized because a bug appears with gplink
4051         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4052         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4053         complains for unrecognised option
4054
4055 2005-04-05 Raphael Neider <rneider AT web.de>
4056
4057         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4058           structs as well (using memcpy)
4059         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4060           on ISRs (GOTO has no label)
4061         * src/pic16/device.h: added OF_OPTIMIZE_DF
4062         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4063           new data flow analysis/optimization
4064         * src/pic16/pcode.c: added (prototypes for and implementation of)
4065           dataflow analysis functions, fixed pCodeInstructions' inCond and
4066           outCond values, made RCALL a branch instruction
4067         * (pic16_unlinkpCode): keep C line if possible
4068         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4069           C line moved if possible
4070         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4071         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4072           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4073         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4074           new flow)
4075         * (pic16_getJumptabpCode): NEW, needed in...
4076         * (LinkFlow): fixed handling of jumptables, calls and conditional
4077           branches
4078         * (pic16_InsertCommentAfter): NEW
4079         * (pic16_pCodeReplace): made verbose and flow preserving
4080         * (AnalyzeFlow): added call to data flow analysis
4081         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4082         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4083         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4084
4085 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4086
4087         * src/SDCCast.c (decorateType): fixed bug #1105626
4088
4089 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4090
4091         * device/include/asm/pic16/features.h,
4092         * pic18f*.h headers,
4093         * device/include/pic16/adc.h,
4094         * device/include/pic16/delay.h,
4095         * device/include/pic16/i2c.h,
4096         * device/include/pic16/malloc.h,
4097         * device/include/pic16/stdio.h,
4098         * device/include/pic16/stdlib.h,
4099         * device/include/pic16/string.h,
4100         * device/lib/pic16/libc/stdio/printf_tiny.c,
4101         * device/lib/pic16/libc/stdio/printf_small.c,
4102         * device/lib/pic16/libc/stdio/strmgpsim.c,
4103         * device/lib/pic16/libc/stdio/strmmssp.c,
4104         * device/lib/pic16/libc/stdio/strmusart.c,
4105         * device/lib/pic16/libc/stdio/vfprintf.c,
4106         * device/lib/pic16/libc/stdlib/ltoa.c,
4107         * device/lib/pic16/libc/stdlib/putchar.c,
4108         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4109         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4110         * device/lib/pic16/libc/stdlib/memchrram.c,
4111         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4112         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4113         * device/lib/pic16/libio/adc/adcbusy.c,
4114         * device/lib/pic16/libio/adc/adcread.c,
4115         * device/lib/pic16/libio/adc/adcsetch.c,
4116         * device/lib/pic16/libio/usart/ubaud.c,
4117         * device/lib/pic16/libio/usart/ubusy.c,
4118         * device/lib/pic16/libio/usart/udrdy.c,
4119         * device/lib/pic16/libio/usart/uopen.c,
4120         * device/lib/pic16/libio/usart/uputc.c,
4121         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4122         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4123         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4124         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4125         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4126         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4127         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4128         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4129         specific keywords to double underlined form,
4130         * device/lib/pic16/libc/Makefile.rules,
4131         * device/lib/pic16/libsdcc/Makefile.rules,
4132         * device/lib/pic16/libm/Makefile,
4133         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4134         to compile with C standard set in Makefile.common
4135         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4136         rand.c and crc.c in compilation process,
4137         * device/lib/pic16/libsdcc/int/divuint.c,
4138         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4139         `c' from signed to unsigned,
4140         * device/lib/pic16/startup/crt0.c,
4141         * device/lib/pic16/startup/crt0i.c,
4142         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4143         keywords to double underlined form, bug fixes in _do_cinit function
4144         which prevented the correct initialization of the .idata segment,
4145         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4146         core to enter a infinite loop
4147         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4148
4149 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4150
4151         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4152
4153 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4154
4155         * device/include/Makefile.in: add support for hc08 subdirectory
4156         * device/include/hc08/: new subdirectory
4157         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4158         Lucas Loizaga, thanks!
4159         * device/include/hc08/mc68hc908qy.h,
4160         * device/include/hc08/mc68hc908gp32.h,
4161         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4162         their own directory. Changed internal macro names to use the compiler
4163         reserved namespace. Changed SDCC specific keywords to double
4164         underlined form.
4165         * device/include/math.h,
4166         * device/include/malloc.h,
4167         * device/include/stdarg.h,
4168         * device/include/stdbool.h
4169         * device/include/string.h,
4170         * device/include/tinibios.h,
4171         * device/include/ds400rom.h,
4172         * device/include/8051.h,
4173         * device/include/8052.h,
4174         * device/include/80c51xa.h,
4175         * device/include/at89c55.h,
4176         * device/include/at89S8252.h,
4177         * device/include/at89x51.h,
4178         * device/include/at89x52.h,
4179         * device/include/ds80c390.h,
4180         * device/include/reg764.h,
4181         * device/include/regc515c.h,
4182         * device/include/sab80515.h,
4183         * device/include/mcs51/c8051f000.h,
4184         * device/include/mcs51/c8051f018.h,
4185         * device/include/mcs51/c8051f020.h,
4186         * device/include/mcs51/c8051f040.h,
4187         * device/include/mcs51/c8051f060.h,
4188         * device/include/mcs51/c8051f120.h,
4189         * device/include/mcs51/c8051f300.h,
4190         * device/include/mcs51/c8051f310.h,
4191         * device/include/mcs51/c8051f320.h,
4192         * device/include/mcs51/c8051f330.h,
4193         * device/include/mcs51/c8051f350.h,
4194         * device/include/z180.h: Changed SDCC specific keywords to double
4195         underlined form.
4196
4197 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4198
4199         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4200         18F4455,
4201         * (pic16_assignConfigWordValue): disable testing of configuration
4202         register value with config mask,
4203         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4204         function with port->fun_prefix,
4205         * (genFunction): when generating a naked interrupt function never
4206         create an absolute segment placed in interrupt vector address, place
4207         the actual interrupt function at IVA instead, when an interrupt
4208         function is generated with unspecified interrupt then do not create
4209         the absolute section,
4210         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4211         code for generating a call to generic pointer get/put function with
4212         a call to function pic16_callGenericPointer(),
4213         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4214         the call to the generic pointer get/put functions with prefixing the
4215         function name with port->fun_prefix,
4216         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4217         * src/pic16/main.c (_process_pragma): prefix function with
4218         port->fun_prefix,
4219         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4220         calling assembler, old 18Fxxxx macro is deprecated,
4221         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4222         PC_ASMDIR in while condition,
4223         * (findInstruction): add PC_ASMDIR in while condition,
4224         * (buildCallTree): prefix main with port->fun_prefix,
4225         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4226         identifier for variable with banked access in instructions BTFSS,
4227         BTFSC, BCF, BSF, BTG
4228         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4229         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4230         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4231         perform optimization when enviroment variable NO_REG_OPT is set,
4232         * (insideLRBlock): NEW, return 1 if register is inside an
4233         INF_LOCALREGS block,
4234         * (RemoveRegFromLRBlock): remove a register that is completely
4235         eliminated by register optimization, but it is still left in local
4236         register store/restore in/from stack block,
4237         * (Remove2pcodes): after removing register, check to see if it
4238         should be removed from local register store/restore in/from stack
4239         block,
4240         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4241         DUMMY_READ_VOLATILE,
4242
4243         * device/include/pic16/adc.h: minor prototype modifications and
4244         update,
4245         * device/include/pic16/malloc.h: added GPL notice various
4246         modifications,
4247         * device/include/pic16/stdint.h: NEW, standard header for ints
4248         * device/include/pic16/delay.h: NEW, header for delay functions,
4249         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4250         delay1mtcy,
4251         * device/include/pic16/signal.h: NEW, header providing helper macros
4252         for implementing signal handlers,
4253         * device/include/pic16/stdio.h: added prototypes for functions,
4254         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4255         prototypes for stdin and stdout, added macro PUTCHAR to
4256         automatically implement putchar function prototype,
4257         * device/include/pic16/usart.h: modified and updated USART library,
4258         * device/lib/pic16/libio/adc/,
4259         * device/lib/pic16/libio/i2c: some modifications to improve library
4260         performance,
4261         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4262         family of functions,
4263         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4264         family of functions and other sources,
4265         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4266         of the PIC18Fxx[28] devices,
4267         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4268         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4269         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4270         _do_cinit function, because the previous failed when local variables
4271         where not placed in the same memory bank,
4272         * device/lib/pic16/libsdcc/char/: various modifications to improve
4273         library performance,
4274         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4275         information on the new functions of the c library and more...
4276
4277 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4278
4279         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4280
4281 2005-03-26 Raphael Neider <rneider AT web.de>
4282
4283         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4284           if condition == CARRY)
4285         * (genCmp): adapted to new genSkipc semantics
4286         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4287           on rIfx (genCmp was broken)
4288
4289 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4290
4291         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4292         * src/z80/main.c (_keywords[]),
4293         * src/SDCCglobal.h (struct options),
4294         * src/SDCC.y,
4295         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4296         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4297         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4298         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4299         always available in leading double underscore form. The C99 support is
4300         mostly missing, but it's a start.
4301         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4302         reserved identifier "__data".
4303
4304 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4305
4306         * src/mcs51/peeph.def: fixed bug 1170013
4307
4308 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4309
4310         * device/include/mcs51reg.h: fixed bug 842007
4311
4312 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4313
4314         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4315         last time.
4316
4317 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4318
4319         * src/port.h (struct PORT),
4320         * src/avr/ralloc.c (avr_assignRegisters),
4321         * src/avr/main.c,
4322         * src/ds390/ralloc.c (ds390_assignRegisters),
4323         * src/ds390/main.c,
4324         * src/hc08/ralloc.c (hc08_assignRegisters),
4325         * src/hc08/main.c,
4326         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4327         * src/mcs51/main.c,
4328         * src/pic/ralloc.c (pic14_assignRegisters),
4329         * src/pic/main.c,
4330         * src/pic16/ralloc.c (pic16_assignRegisters),
4331         * src/pic16/main.c,
4332         * src/xa51/ralloc.c (xa51_assignRegisters),
4333         * src/xa51/main.c,
4334         * src/z80/ralloc.c (z80_assignRegisters),
4335         * src/z80/ralloc.h,
4336         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4337         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4338         * src/SDCCcse.h,
4339         * src/SDCCdflow.c (computeDataFlow),
4340         * src/SDCCdflow.h,
4341         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4342         * src/SDCCloop.h,
4343         * src/SDCCcflow.c (*),
4344         * src/SDCCcflow.h,
4345         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4346         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4347         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4348         immedDom() returning wrong block; probably fixes bug #1160833)
4349
4350 2005-03-20 Borut Razem <borut.razem AT siol.net>
4351
4352         * support/scripts/inc2h.pl: WIN32 port
4353
4354 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4355
4356         * device/lib/makefile.in: added abs.c and labs.c
4357
4358 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4359
4360         * device/include/stdint.h: added
4361         * device/lib/abs.c: added
4362         * device/lib/labs.c: added
4363         * device/include/stdlib.h: added abs() and labs() prototypes
4364         * device/lib/libsdcc.lib: added abs and labs
4365         * device/include/float.h,
4366         * device/lib/_fsmul.c,
4367         * device/lib/printf_fast.c,
4368         * device/lib/printf_tiny.c: updated comments
4369
4370 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4371
4372         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4373         bug #1164313
4374
4375 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4376
4377         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4378         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4379
4380 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4381
4382         * device/lib/printf_large.c: removed inline assembly for portability and
4383           readability. Use printf_fast if speed or size are more important.
4384         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4385         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4386
4387 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4388
4389         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4390         prevent compiler warning
4391
4392 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4393
4394         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4395         moved to level 0 and declared as static. Also they are explicit
4396         placed in access bank. This was necessery because some times they
4397         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4398         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4399         optimizations. Currently only compare to unsigned char is implemented,
4400         * src/pic16/gen.c: added fReturnIdx array,
4401         * (struct resolvedIfx) is moved to gen.h and made public,
4402         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4403         * (aopForSym): added an optimization to directly store in stack of
4404         the operand of a SEND iCode,
4405         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4406         but as registers instead (AOP_REG) using the fReturnIdx array,
4407         * (pic16_freeAsmop): remove the freed register from the
4408         _G.sregsAlloc field,
4409         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4410         a compare of 'WREG',
4411         * (pic16_popGetTempRegCond): changed function prototype, now
4412         function takes also a bitVector argument v which holds the current
4413         set of registers that are allocated for stack access by aopForSym,
4414         registers allocated in aopForSym for accessing stack symbols are not
4415         any more part of the functions usedRegs field,
4416         * (genCall): some times aopOp is called for a stack variable to be
4417         send, aopForSym might perform the push, if this is true make sure
4418         that genCall doesn't push the variable twice by testing _G.resDirect,
4419         * (genFunction): changed testing for unspecified interrupt number
4420         from 256 to INTNO_UNSPEC,
4421         * modified selection scheme of frame pointer generation. Previously
4422         if function did use local registers a frame pointer was generated,
4423         now a frame pointer is generated only if function has arguments
4424         (that need PLUSW2 register access), or has stack arguments, or the
4425         compiler is not instructed to omit the frame pointer,
4426         * (genEndFunction): before restoring local registers that were saved
4427         in the function preamble, also restore the registers that *might*
4428         have been allocated for stack access,
4429         * (genRet): removed some old comments,
4430         * (genCmp, the active (RN's) version): added a call to the
4431         pic16_genCmp_special function to perform the compare with a more
4432         robust and optimized way,
4433         * (genInline): a feature has been added in inline code generation,
4434         which allows a wildcard variable substitution when writing inline
4435         assembly. Code is incomplete and experimental therefore undocumented,
4436         * (genCast): changed order of aopOp for result and right to allow
4437         aopForSym to directly load the result if possible,
4438         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4439         perform an optimized compare on some selected special occasions,
4440         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4441         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4442         generate an IVT any more,
4443         * src/pic16/main.c (pic16_optionsTable): added command line option
4444         --optimize-cmp,
4445         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4446         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4447         macros,
4448         * src/pic16/NOTES: Raphael Neider added in list of active developers
4449         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4450         jumptable_end to prevent bug #,
4451         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4452         inCond and outCond fields,
4453         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4454         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4455         turn off register spilling,
4456         * (packRegsForOneUse): synced with other ports' versions although it
4457         is not used currently,
4458         * (pic16_packRegisters): added an optimization while reading
4459         structure bitfields, some registers may be saved (malloc code is
4460         decreased by 80 bytes)
4461
4462 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4463
4464         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4465         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4466         this can be optimized more?
4467
4468 2005-03-10 Raphael Neider <rneider AT web.de>
4469
4470         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4471           genNearPointerGet): (hopefully) fixed access to bitfields via
4472           pointers (p->bitN = x; and x = p->bitN; failed)
4473
4474 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4475
4476         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4477
4478 2005-03-09 Raphael Neider <rneider AT web.de>
4479
4480         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4481
4482 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4483
4484         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4485         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4486           (regTypeNum): set REG_BIT type if necessary
4487         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4488         * support/regression/tests/critical.c: check bug 1144613
4489
4490 2005-03-02 Raphael Neider <rneider AT web.de>
4491
4492         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4493
4494 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4495
4496         * src/avr/ralloc.c (serialRegAssign),
4497         * src/ds390/ralloc.c (serialRegAssign),
4498         * src/hc08/ralloc.c (serialRegAssign),
4499         * src/mcs51/ralloc.c (serialRegAssign),
4500         * src/pic/ralloc.c (serialRegAssign),
4501         * src/pic16/ralloc.c (serialRegAssign),
4502         * src/xa51/ralloc.c (serialRegAssign),
4503         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4504
4505 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4506
4507         * src/SDCCast.c (decorateType): fixed bug 1124787
4508
4509 2005-02-20 Hubert Sack <sack AT digiplan.de>
4510         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4511
4512         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4513         patch #1121755
4514
4515 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4516
4517         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4518         to keep the correct label reference count when adding/removing references
4519         to labels. A peephole file using this is appended to patch #1144962.
4520
4521 2005-02-14 Raphael Neider <rneider AT web.de>
4522
4523         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4524         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4525         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4526           retrievals of result operand's value on assignment
4527
4528 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4529
4530         * device/include/pic16/string.h: modified prototype for memccpy()
4531         to memccpy(void *, void *, char, size_t)
4532         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4533         check whether to omit frame pointer or not,
4534         * (genInline): convert all occurences of "\n" to LF in inline
4535         assembler blocks, this helps formatting the inline text,
4536         * (pic16_loadFSR0): modified prototype,
4537         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4538         removed some 8051 legacy code,
4539         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4540         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4541         before allocating temporary registers in functions,
4542
4543 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4544
4545         * support/regression/tests/bitvars.c: corrected the "fix"
4546
4547 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4548
4549         * support/regression/tests/bitvars.c,
4550         * support/regression/tests/bitwise.c,
4551         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4552
4553 2005-02-10 Raphael Neider <rneider AT web.de>
4554
4555         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4556           different size for Alpha
4557         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4558
4559 2005-02-09 Raphael Neider <rneider AT web.de>
4560
4561         * src/SDCC.lex(doPragma) : save and restore warning options as well
4562           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4563         * have #pragma less_pedantic set the errorlevel to WARNING
4564           (fixes #1117001)
4565         * (cloneOptimize) : fixed wrong malloc's size
4566         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4567           facilitate correct handling of #pragma (save|restore)
4568
4569 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4570
4571         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4572
4573 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4574
4575         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4576
4577 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4578
4579         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4580
4581 2005-02-02 Raphael Neider <rneider AT web.de>
4582
4583         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4584         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4585         * (pic16_storeForReturn): fixed to allow returning function pointers
4586         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4587         * device/include/pic16/{stddef.h,stdbool.h}: added
4588
4589 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4590
4591         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4592
4593 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4594
4595         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4596         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4597          appeared to be required
4598
4599 2005-01-31 Borut Razem <borut.razem AT siol.net>
4600
4601         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4602           include/mcs51 and include/z80 directories to the package
4603
4604 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4605
4606         * src/hc08/gen.c (genFunction): fixed bug #1112752
4607
4608 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4609
4610         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4611
4612 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4613
4614         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4615
4616 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4617
4618         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4619
4620 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4621
4622         * device/include/c8051fxxx.h: removed these 6 files
4623         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4624
4625 2005-01-26 Raphael Neider <rneider AT web.de>
4626
4627         * src/pic16/gen.c (genAssign): fixed assignment from longs
4628           in codespace (were cut to three bytes)
4629         * (genDummyRead): implemented (except for CODESPACE...),
4630           fixed bug #1108575
4631         * src/pic16/glue.c (emitStatistics): beautified
4632         * device/lib/pic16/libm/Makefile: added include path
4633
4634 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4635
4636         * src/z80/gen.c (aopPut): fixed bug #1103902
4637
4638 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4639
4640         * device/lib/expf.c: fixed bug #1095792
4641
4642 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4643
4644         * device/lib/pic16/libm: added Math library sources
4645
4646 2005-01-24 Raphael Neider <rneider AT web.de>
4647
4648         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4649           to enable upcast to pCodeOpReg2 (there is no type tag to
4650           differenciate the two and pic16_popGet2p cast into PCOR2)
4651         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4652           (sizeof(sectNames) changed to sizeof(sectName))
4653           Both patches fix segfaults under MinGW.
4654
4655 2005-01-23 Raphael Neider <rneider AT web.de>
4656
4657         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4658           Safe_[mc]?alloc()'ed variables
4659         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4660           of (byte sized) temporaries (assign them to WREG for now)
4661         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4662           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4663           this might fix SIGSEGVs on MinGW...
4664         * src/SDCCopt.c (killDeadCode): restored original behaviour
4665           (volatile operands might get thrown away though)
4666
4667 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4668
4669         * src/pic16/gen.c: fixed bug #1106975,
4670         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4671         pointer update, INTCON is saved, global interrupts are disabled and
4672         restored after updateing TOS.
4673         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4674         * added function attribute 'shadowregs' to take advantage of shadow
4675         registers,
4676         * added function attribute 'wparam' as an alternative to the wparam
4677         pragma,
4678         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4679         user declares a non-ISR function as 'shadowregs',
4680         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4681
4682 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4683
4684         * .version: bumped version number to 2.4.8
4685         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4686         pic16 port,
4687         * device/lib/pic16/libio/i2c/: I2C module support library,
4688         * device/include/pic16/i2c.h: I2C support library header,
4689         * device/lib/pic16/libc/stdio/: standard IO support sources,
4690         * (printf_small.c): printf_small() source, supports float print,
4691         * (printf_tiny.c): printf_tiny() source, does not support floats,
4692         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4693         enable global optimizations for entire library source, other
4694         Makefiles in the source tree are also modified to reflect this,
4695         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4696         function,
4697         * doc/sdccman.lyx: updated to reflect new changes,
4698         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4699         sym->onStack if-case,
4700         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4701         sbit, idata, _idata, xdata, _xdata,
4702         * added pragma library, to link an external library, (see doc),
4703         * removed command line options, --pomit-config-words, --pomit-ivt,
4704         --pleave-reset-vector,
4705         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4706         when calling assembler to reflect memory model used, also define
4707         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4708         reflect stack model used,
4709         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4710         on stack return NULL,
4711
4712 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4713
4714         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4715           of the operands is volatile. Fixes #1020220
4716
4717 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4718
4719         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4720         * (OptimizeRegUsage): make sure that there is really no other flow where
4721           the first pCode is used
4722
4723 2005-01-22 Raphael Neider <rneider AT web.de>
4724
4725         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4726           to fix #1106967 (pCode->seq are not set up correctly)
4727
4728 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4729
4730         * src/SDCCglue.c (glue): make sure code area is declared before the
4731         static initialization area.
4732
4733 2005-01-21 Raphael Neider <rneider AT web.de>
4734
4735         * device/lib/Makefile.in: fixed test for pic16 install dir
4736         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4737           optimizations
4738         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4739           added --optimize-goto compiler switch and pragma wparam documentation
4740         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4741         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4742           and PRODH closing bug #1071770 (peephole optimizer)
4743
4744 2005-01-19 Raphael Neider <rneider AT web.de>
4745
4746         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4747           cmdLine buffers (used when calling sdcpp...) are large enough
4748           (MAX_PATH=256 truncates arguments leading to system halts when
4749           used in MinGW...)
4750         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4751         * (genUminus): rewritten to for efficiency
4752         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4753           used uninitialized in some cases)
4754         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4755           copy the third byte from the int -- now assumes 0x80 (data memory)
4756         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4757           operands (genAddLit expects the iCode's operands to swapped as
4758           well), fixed leftover bytes (crashed for short left operands)
4759         * (pic16_genMinusDec): performance improvements, removed false
4760           PIC14 emitSKPNCs
4761         * (pic16_genMinus): fixed to cope with differently sized operands
4762         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4763           for --obanksel > 1
4764         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4765         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4766           new banksel optimization
4767         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4768           analysis for temporary registers (segfaults...)
4769         * src/pic16/peeph.def: added rule
4770
4771 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4772
4773         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4774         which converts a float number to its ASCII representation
4775         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4776         functions to convert the fractional and integer part of a float to ASCII,
4777         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4778         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4779         ram
4780         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4781         _STATMEM macros,
4782         * device/include/pic16/adc.h: added GPL info,
4783         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4784         a pCodeOp as tested operand,
4785         * (genNearPointerGet): optimized bit testing, does not use
4786         intermediate register for bit value, test directly instead with
4787         BTFSS, BTFSC, works only for single bits,
4788         * (genpic16Code): dump the name of the iCode in the asm,
4789         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4790         renamed to pic16_decodeOp,
4791         * (serialRegAssign): do not allocate a temporary register for iCode
4792         sequences that test a single bit for 1/0
4793
4794 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4795
4796         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4797         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4798         access stack and frame pointers. They are initially assigned to
4799         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4800         accessing SFRs. Updated all occurences of modification of stack or
4801         frame pointer in gen.c and pcode.c,
4802         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4803         assigning of a literal value to pointers,
4804         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4805         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4806         selected
4807
4808 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4809
4810         * doc/sdccman.lyx: update documentation about stack pragma, added
4811         some info for stack memory models
4812
4813 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4814
4815         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4816
4817 2005-01-08 Raphael Neider <rneider AT web.de>
4818
4819         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4820           udata sections to fix bug #1097823
4821
4822 2005-01-05 Raphael Neider <rneider AT web.de>
4823
4824         * src/pic16/gen.c (genGenericShift): added handling of differently
4825           sized left operand and result
4826
4827 2005-01-04 Raphael Neider <rneider AT web.de>
4828
4829         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4830         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4831           to hold the condition bit)
4832         * added new version of genCmp (old code available via #define)
4833         * added new version of genShiftLeft/genShiftRight in a generic
4834           way, now supports shifting by negative values
4835         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4836           shiftCount (expected by genGenericShift)
4837         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4838         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4839           dump
4840         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4841           is an invalid literal too...)
4842
4843 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4844
4845         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4846         from Raphael Neider,
4847         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4848         for 8-bit literals. This fixes some literal operands which are sign
4849         extended to 16-bits ints when instruction needs only 8-bits.
4850
4851 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4852
4853         * device/lib/logf.c: added mcs51 assembly version
4854         * device/lib/expf.c: added mcs51 assembly version
4855         * device/lib/_logexpf.c: new shared asm code for expf and logf
4856         * device/include/math.h: add defines for assembly math library
4857         * device/lib/Makefile.in: build new _logexpf.c
4858         * device/lib/libfloat.lib: use new _logexpf.c
4859
4860 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4861
4862         * src/pic/device.c
4863         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4864           device types which have less than 0x7f registers.
4865
4866 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4867
4868         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4869
4870 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4871
4872         * device/lib/printf_fast.c: only build on supported arch.
4873         * device/lib/printf_tiny.c: only build on supported arch.
4874         * device/lib/printf_fast_f.c: only build if asm float lib
4875         * device/lib/_fsget1arg.c: only build if asm float lib
4876         * device/lib/_fsget2args.c: only build if asm float lib
4877         * device/lib/_fsnormalize.c: only build if asm float lib
4878         * device/lib/_fsreturnval.c: only build if asm float lib
4879         * device/lib/_fsrshift.c: only build if asm float lib
4880         * device/lib/_fsswapargs.c: only build if asm float lib
4881         * device/include/stdio.h: don't provide print_fast,
4882           print_fast_f, print_tiny prototypes if --xstack used
4883
4884 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4885
4886         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4887         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4888           to the SOURCES
4889
4890 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4891
4892         * device/lib/printf_fast_f.c: same as printf_fast, but
4893           with floating point enabled
4894         * device/lib/printf_fast.c: minor tweaks
4895         * device/include/stdio.h: add printf_fast_f
4896
4897 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4898
4899         * src/SDCCmain.c: make --float-reent default for mcs51
4900         * device/lib/_fsadd.c: added mcs51 assembly version
4901         * device/lib/_fssub.c: added mcs51 assembly version
4902         * device/lib/_fsmul.c: added mcs51 assembly version
4903         * device/lib/_fsdiv.c: added mcs51 assembly version
4904         * device/lib/_fseq.c: added mcs51 assembly version
4905         * device/lib/_fsneq.c: added mcs51 assembly version
4906         * device/lib/_fsgt.c: added mcs51 assembly version
4907         * device/lib/_fslt.c: added mcs51 assembly version
4908         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4909         * device/lib/Makefile.in: add _fscmp to build
4910         * device/lib/libfloat.lib: add _fscmp to build
4911
4912 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4913
4914         * device/lib/_fs2slong.c: added mcs51 assembly version
4915         * device/lib/_fs2sint.c: added mcs51 assembly version
4916         * device/lib/_fs2schar.c: added mcs51 assembly version
4917         * device/lib/_fs2ulong.c: added mcs51 assembly version
4918         * device/lib/_fs2uint.c: added mcs51 assembly version
4919         * device/lib/_fs2uchar.c: added mcs51 assembly version
4920         * device/lib/_slong2fs.c: added mcs51 assembly version
4921         * device/lib/_sint2fs.c: added mcs51 assembly version
4922         * device/lib/_schar2fs.c: added mcs51 assembly version
4923         * device/lib/_ulong2fs.c: added mcs51 assembly version
4924         * device/lib/_uint2fs.c: added mcs51 assembly version
4925         * device/lib/_uchar2fs.c: added mcs51 assembly version
4926         * device/include/float.h: added #define to select asm vs c
4927
4928 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4929
4930         * device/lib/printf_fast.c: improvements to float output
4931         * device/include/float.h: add defines for assembly float library
4932         * device/lib/_fsget1arg.c: receive 1 float arg
4933         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4934         * device/lib/_fsnormalize.c: normalize a float
4935         * device/lib/_fsreturnval.c: return float, various helper routines
4936         * device/lib/_fsrshift.c: right shift a float's mantissa
4937         * device/lib/_fsswapargs.c: swap 2 floats
4938         * device/lib/Makefile.in: build these 6 new files for mcs51
4939         * device/lib/libfloat.lib: add these 6 files to the library
4940
4941 2004-12-26 Borut Razem <borut.razem AT siol.net>
4942
4943         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4944           built by gcc 3.4.2
4945
4946 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4947
4948         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4949           and fully reentrant and register bank neutral.
4950         * device/lib/printf_fast.c: added float (not enabled by default),
4951           added compact/slower integer (also not enabled by default),
4952           improved size/speed of fast integer code, other minor changes
4953         * device/include/stdio.h, device/lib/Makefile.in,
4954           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4955
4956 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4957
4958         * src/pic16/pcode.c: declaring variables other than at the start of a
4959           block is not supported in C by VC6.
4960
4961 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4962
4963         * applied a previous patch from Raphael Neider that wasn't included
4964         in the previous commits, which fixes infinite loops within jumptable
4965         improvements,
4966         * made some fixes that previous patches introduced
4967
4968 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4969
4970         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4971         that fixes an issue with AOP_PCODE asmop's offset,
4972         * (pic16_popCopyReg): update instance field too,
4973         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4974         function of pic port,
4975         * (genCmp, genAnd, genAssign),
4976         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4977
4978 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4979
4980         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4981         variables initial values to idata section,
4982         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4983         variables in some functions. This utilizes parmBytes field of iCode
4984         structure to hold the offset of the variable in stack. (might be
4985         able to use the stack field too?)
4986         * applied patch from Raphael Neider # ### , # ###
4987         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4988         variable initial values in idata section,
4989         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4990         for static variables with initial value
4991         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4992         applied fix in while loop from Raphael Neider.
4993
4994 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4995
4996         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4997         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4998         * src/ds390/ralloc.c (serialRegAssign): spill bits
4999         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5000         * support/Util/SDCCerr.c,
5001         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5002         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5003         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5004
5005 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5006
5007         * device/include/sdcc-lib.h: inserted LGPL, added includes
5008           asm/ds390/features.h and asm/mcs51/features.h
5009         * device/include/asm/default/features.h,
5010         * device/include/asm/gbz80/features.h,
5011         * device/include/asm/z80/features.h: added empty _AUTOMEM
5012           and _STATMEM
5013         * device/include/asm/ds390/features.h,
5014         * device/include/asm/mcs51/features.h: added files with defines for
5015           _AUTOMEM and _STATMEM indicating automatic and static storage class
5016         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5017         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5018         * src/SDCCicode.c (geniCodeCast),
5019         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5020         * src/SDCCloop.c (loopInduction): removed unused variable lr
5021         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5022           to convertToFcall to include char modulo (RFE 1065037), added check
5023           if left operand is unsigned and use abs of literal value
5024         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5025           as it doesn't work after conversion from peephole.def to peephole.rul
5026         * src/mcs51/gen.c (toBoolean): added check for size,
5027           (genModOneByte): optimized code for signed char modulo a literal
5028           power of 2 (thanks to Hubert Sack),
5029           (genRRC): removed unnecessary "clr c",
5030           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5031         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5032           jump optimization,
5033           swapped rules 256.c and 256.d,
5034           extended 256.d by using new multiple checks (thanks Erik),
5035           added rules 256.e and 256.f,
5036           updated rule 261.a and 261.b to new generated code
5037         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5038
5039 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5042           induction related bugs, including first part of bug #1074377
5043
5044 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5045
5046         * applied patch from bug-report #1076292,
5047         * applied patches for genAnd and Goto-optimizations for Raphael
5048         Neider,
5049         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5050         dump a less iCode information,
5051         * src/pic16/device.h (pic16_options_t): added field debgen,
5052         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5053         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5054         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5055         puclic,
5056         * (various functions): added macros FENTRY and FENTRY2 to functions,
5057         to emit function prologue,
5058         * (various functions): fixed indentation,
5059         * (genNearPointerGet): fixed loading of FSR0,
5060         * (genPackBits): applied patch from Raphael Neider to fix updating
5061         of FSR0 and touching only the modified bits,
5062         * src/pic16/genarith.c (various functions): added macros FENTRY to
5063         emit function prologue in comments,
5064         * src/pic16/pcode.h: added functions debugf2, debugf3,
5065         * src/pic16/ralloc.c: partial fix for packForPush caused
5066         segmentation fault,
5067
5068 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5069
5070         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5071           <stsp AT users.sourceforge.net> with reversed byte order
5072         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5073
5074 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5075
5076         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5077           bug #1074377
5078         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5079         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5080
5081 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5082
5083         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5084
5085 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5086
5087         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5088           conditions,
5089           (setFromConditionArgs): friendly operand parser for peephole rules,
5090           (operandBaseName, operandsNotRelated): new peephole condition
5091           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5092           architecture specific register naming into account, handles n-way
5093           comparisons, and supports quoted literals
5094         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5095
5096 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5097
5098         * src/mcs51/peeph.def: fixed bug #1076940
5099
5100 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5101
5102         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5103
5104 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5105
5106         Adding support for replacing ljmps with sjmps in jumptables
5107         generated for switch statements. For now you need to set the
5108         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5109         Now 4 algorithms for mcs51 jumptable generation are used:
5110         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5111         addresses loaded pc-relative for up to 112 cases and stack-pushing
5112         target addresses loaded with offset from dptr for up to 256 cases.
5113
5114         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5115         * src/mcs51/main.c: adapted constants for switch table generation
5116         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5117
5118 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5119
5120         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5121         * support/regression/tests/bug1057979.c: added test for bug 1073386
5122
5123 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5124
5125         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5126         compilers
5127
5128 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5129
5130         * src/pic16/device.h,
5131         * src/pic16/genarith.c,
5132         * src/pic16/glue.c,
5133         * src/pic16/main.c,
5134         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5135
5136 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5137
5138         Large cummulative patch for pic16 port.
5139         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5140         to call when a stack overflow occurs,
5141         * (malloc.h): added CVS Id tag,
5142         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5143         variable,
5144         * added libc directory. The current version of LibC contains string
5145         functions, ctype functions and macros and some functions of the
5146         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5147         be extensively tested in the future. Standard disclaimer here.
5148         Library is not automatically build yet. But one can build it by
5149         invoking 'make' inside the libc directory.
5150         * added ADC library under libio. Preliminary version yet.
5151
5152         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5153         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5154         aopForRemat() now and not by pic16_aopOp(),
5155         * (pic16_popGetTempReg): removed warning messgae when allocating
5156         temporary registers, its a buggy feature and will be removed,
5157         * (pic16_popGet): set register instance field in AOP_CRY,
5158         * (pic16_outBitC): fixed for results in size greater than 1,
5159         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5160         * (pic16_storeForReturn): optimized return of 0,
5161         * (genCmp): experimental code for new genCmp which uses PIC18's
5162         special compare&skip instructions. Initial tests fail some times
5163         with variables grater than 1 byte in size, so new code is disabled,
5164         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5165         a single bit,
5166         * (genCast): began a fix to optimize the casting of a bit to another
5167         bit, now assigning a bitfield to another bitfield will fail, sorry,
5168         * src/pic16/main.c: disabled the use of lr-support feature,
5169         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5170         * added some function prototypes, added function _debugf prototype,
5171         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5172         bits with offset (case PO_GPR_BIT),
5173         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5174         command line,
5175         * (isBankInstruction): modified to return 0 for no banking instruction,
5176         and 1 for banking instruction,
5177         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5178         caused stop processing pCodes after a inline assembly block,
5179         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5180         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5181         registers when it shouldn't,
5182         * src/pic16/ralloc.c (allocReg): add preliminary support for
5183         supporting a limited set of temporary registers,
5184
5185 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5186
5187         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5188           genDataPointerSet): ensure assignments always copy in MSB to LSB
5189           order,
5190           (loadRegFromAop): recognize CLRH optimization,
5191           (genFunction): optimize RECEIVE iCodes in reentrant functions
5192
5193 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5194
5195         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5196           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5197           selected.
5198         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5199         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5200           contiguous with data
5201
5202 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5203
5204         * device/lib/_gptrget.c (_gptrget),
5205         * device/lib/_gptrgetc.c (_gptrgetc),
5206         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5207           instead of sjmp to ret
5208         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5209           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5210
5211 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5212
5213         * .version: bumped version to 2.4.7
5214         * device/lib/_gptrget.c (_gptrget): is now _naked
5215         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5216         * device/lib/_gptrput.c (_gptrput): is now _naked
5217         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5218           (createFunction): fixed xstack
5219         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5220         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5221           or bit either,
5222           (geniCodeCritical): store original interrupt state in an iTemp bit
5223           var unless stack-auto
5224         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5225         * src/SDCCmain.c (setIncludePath): added include/target to search path
5226         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5227         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5228           prototype,
5229           (processFuncArgs): put bit vars in bit area
5230         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5231           unsaveRBank): fixed xstack,
5232           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5233           (genFunction, genEndFunction): fixed xstack,
5234           (genAssign): optimization don't walk backwards through mem
5235         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5236         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5237         * support/regression/Makefile: also make library (for stack-auto) when
5238           making "all" and added "test-mcs51-xstack-auto"
5239         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5240         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5241         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5242         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5243         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5244           make-library by MAKE_LIBRARY
5245         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5246           regression tests for xstack
5247         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5248         * support/regression/tests/critical.c: test for critical on mcs51
5249
5250 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5251
5252         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5253           built version of sdcc instead of installed version
5254
5255 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5256
5257         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5258         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5259           vprintf.c now
5260         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5261         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5262           WARNING: remove device/lib/build/z80/printf.o by hand when
5263           updating from previous build!
5264         * device/lib/z80/printf.c: updated comment
5265         * support/regression/tests/bug1057979.c: test all ports now
5266         * support/regression/tests/bug1065458.c: file added
5267
5268 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5269
5270         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5271           *_start and *_end symbols for static functions
5272
5273 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5274
5275         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5276           and search crt0.o in all library paths,
5277           (setIncludePath): proper handling of --nostdinc,
5278           (setLibPath): proper handling of --nostdlib
5279         * support/regression/Makefile,
5280         * support/regression/ports/ds390/spec.mk,
5281         * support/regression/ports/gbz80/spec.mk,
5282         * support/regression/ports/hc08/spec.mk,
5283         * support/regression/ports/mcs51/spec.mk,
5284         * support/regression/ports/mcs51-large/spec.mk,
5285         * support/regression/ports/mcs51-stack-auto/spec.mk,
5286         * support/regression/ports/z80/spec.mk: use include and lib files from
5287           built version of sdcc instead of installed version
5288         * doc/sdccman.lyx: fixed typo in --nostdinc
5289
5290 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5291
5292         * src/pic/pcode.c,
5293         * src/pic/device.c,
5294         * src/pic/ralloc.c,
5295         * src/pic/gen.c : added support to generate code for struct bit fields.
5296
5297 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5298
5299         * as/xa51/xa_version.h,
5300         * device/include/errno.h,
5301         * device/include/regc515c.h,
5302         * device/lib/_itoa.c,
5303         * device/lib/_ltoa.c,
5304         * device/lib/ser_ir_cts_rts.c,
5305         * sim/ucsim/xa.src/glob.cc,
5306         * sim/ucsim/xa.src/inst_gen.cc,
5307         * sim/ucsim/xa.src/xa_bit.cc,
5308         * sim/ucsim/xa.src/xa_sfr.cc,
5309         * sim/ucsim/z80.src/inst_dd.cc,
5310         * sim/ucsim/z80.src/inst_fdcb.cc,
5311         * support/scripts/keil2sdcc.pl,
5312         * src/pic16/pic16.dsp,
5313         * src/pic16/pic16a.dsp: corrected cvs line endings
5314         * device/lib/printf_large.c: fixed bug 1057979
5315         * src/pic16/gen.c: fixed non-C standard code
5316         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5317         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5318         * support/regression/ports/mcs51/support.c: reload T1 asap
5319         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5320           pdata use and clear idata startup behaviour
5321         * support/regression/tests/bug1057979.c: added
5322
5323 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5324
5325         * device/examples/ds390/ow390/ad26.h,
5326         * device/examples/ds390/ow390/cnt1d.h,
5327         * device/examples/ds390/ow390/crcutil.c,
5328         * device/examples/ds390/ow390/ownet.h,
5329         * device/examples/ds390/ow390/owsesu.c,
5330         * device/examples/ds390/ow390/swt12.h,
5331         * device/examples/ds390/ow390/swtoper.c,
5332         * device/examples/ds390/ow390/temp10.h,
5333         * device/examples/ds390/ow390/thermodl.c,
5334         * device/examples/ds390/tinitalk/tinitalk.dsp,
5335         * device/examples/ds390/tinitalk/tinitalk.dsw,
5336         * device/examples/mcs51/clock/hw.h,
5337         * device/examples/mcs51/simple2/go.bat,
5338         * device/examples/serialcomm/windows/serial.h,
5339         * device/examples/xa51/dummy.c,
5340         * device/examples/xa51/hello.c,
5341         * device/include/80c51xa.h,
5342         * device/include/at89x051.h: corrected cvs line endings
5343
5344 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5345
5346         * src/pic16/main.c (options): added command line --gstack, to trace
5347         stack over/under flows,
5348         * added pragma 'wparam' to allow passing first byte of function
5349         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5350         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5351         call to __gstack_test function and sets up the symbol as extern,
5352         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5353         * popaop): added call to pic16_testStackOverflow,
5354         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5355         wparamList list,
5356         * (genCall, genPcall): now all parameters are passed via stack
5357         except in functions that are pass to wparam pragma in which WREG is
5358         used too,
5359         * (genPcall): REENTRANT flag is checked to see if variable prototype
5360         contains reentrant keyword, don't call a non-reentrant function, via
5361         a reentrant function pointer or vice versa, functions are never
5362         passed via WREG,
5363         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5364         D.Winkler,
5365         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5366         SIGSEGV when accessing a NULL register stucture,
5367         * (pic16_printGPointerType): modified to handle UPPER modifier for
5368         function initializers, changed prototype of function to simpler one,
5369         * (pic16_printIvalFuncPtr): check to see if function is already
5370         added in externs list,
5371         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5372         optimized a move from W to SFR with a move to the same register
5373         later after a CALL,
5374         * device/lib/pic16/debug: NEW directory, contains debug features
5375         which are enabled when linking with libdebug.lib, currently command
5376         line option --gstack enables stack pointer tracing for over/under
5377         flow, corresponding sources are in debug/gstack
5378
5379 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5380
5381         * doc/sdccman.lyx: updated SDCC version,
5382         * (PIC16 port): update list of command line options,
5383         * src/pic16/device.h (structure pic16_options_t): added field gstack
5384         to enable stack overflow tracing on push/pops,
5385         * src/pic16/device.c (statistics structure): added statistics
5386         structure,
5387         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5388         pic16_dump_int_registers): increase statistics counters for each
5389         * variable which is encountered
5390         * (pic16_dump_usection): emit each .udata variable to its own udata
5391         section,
5392         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5393         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5394         parameters via stack, otherwise use old scheme,
5395         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5396         assembler output file,
5397         * src/pic16/main.c: added command line options --gstack to enable
5398         push/pop tracing for stack overflow,
5399         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5400         instructions): added size of each instruction,
5401         * (pic16_countInstruction): estimate size of instructions in
5402         the_pFile list, inline assembly blocks are not counted,
5403         * (pic16_FixRegisterBanking): trace previous register usage, when
5404         banksel optimizations is greater than 0, don't emit a redudant
5405         banksel directive,
5406
5407 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5408
5409         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5410         * src/pic16/ralloc.c : applied same fix for pic16.
5411         * src/pic/gen.c : tidied it up a little.
5412
5413 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5414
5415         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5416         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5417
5418 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5419
5420         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5421
5422 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5423
5424         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5425         non-reentrant function __modsint in the interrupt function (thus
5426         corrupting math operations during serial I/O)
5427         * device/lib/ser_ir.c: as above, changed buffersize
5428         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5429         256.c,d for zeroing
5430         * doc/Makefile: added option -t for rsync
5431
5432 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5433
5434         * src/SDCCast.h (struct ast),
5435         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5436
5437 2004-10-20 Borut Razem <borut.razem AT siol.net>
5438
5439         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5440         package
5441
5442 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5445         makefile targets,
5446         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5447         support functions to replace long sequences of MOVFF's from access
5448         bank registers to stack and vice versa,
5449         * src/pic16/device.h: added new field opt_flags, where optimization
5450         flags can be set to enable certain features,
5451         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5452         * pBlock, (genFunction, genEndFunction): surroung loop for
5453         saving/loading used registers in stack with PC_INFO pCodes,
5454         INF_LREGS. Code in between can then be optimized by pCode optimizer
5455         to support function calls,
5456         * (genDataPointerSet): fixed bug which loaded float fields in
5457         structures with corrupt data,
5458         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5459         in a standard way debug info on stderr. Feature used for developing
5460         and debugging only,
5461         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5462         obsolete chunks of code,
5463         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5464         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5465         * pic16/src/pcode.c (pic16_newpCodeInfo,
5466         * (pic16_newpCodeOpLocalRegs),
5467         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5468         feature,
5469         * (pic16_pCodeConstString): printing of the initial value of a
5470         symbol as a comment is inhibited since parsing was already done by
5471         copyStr and output is corrupt,
5472         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5473
5474 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5475
5476         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5477
5478 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5479
5480         * as/mcs51/lkarea.c: removed old K&R style,
5481           (lnksect): changed check on boundary error,
5482           (lnksect2): changed check on boundary error,
5483           (lnksect2): extend XSTK to end of page if size = 1
5484         * as/mcs51/lkmain.c: removed old K&R style,
5485           (Areas51): create l_IRAM symbol
5486         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5487         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5488           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5489         * device/lib/_mullong.c: added version to be compiled with xstack
5490         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5491         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5492         * device/lib/mcs51/crtxstack.asm: fixed comment
5493         * src/SDCCglue.c: maxInterrupts defaults to 0,
5494           (emitMaps): added pdata,
5495           (createInterruptVect): (re)moved default,
5496           (glue): added pdata,
5497           (glue): moved __start__xstack to XSTK with default size 1
5498         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5499           and options.float_rent when options.stackAuto is set,
5500           (linkEdit): only write XDATA_NAME if provided on command line
5501         * src/SDCCmem.h,
5502         * src/SDCCmem.c: added pdata
5503         * src/port.h: added pdata_name to PORT
5504         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5505           (saveRegisters, unsaveRegisters): removed usage of B,
5506           (genMinus): fixed accumulator clash,
5507           (genJumpTab): added comment, this needs another look
5508         * src/mcs51/gen.c: added check for "B in use" paranoia,
5509           added pushB() and popB()
5510         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5511           chance
5512         * src/avr/main.c,
5513         * src/ds390/main.c,
5514         * src/hc08/main.c,
5515         * src/mcs51/main.c,
5516         * src/pic/main.c,
5517         * src/pic16/main.c,
5518         * src/xa51/main.c,
5519         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5520           added PSEG (PAG,XDATA) or NULL to port specifier
5521         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5522         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5523           (_mcs51_genInitStartup): removed __start__xstack equ,
5524           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5525         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5526         * src/z80/gen.c (_rleAppend): fixed warnings
5527         * support/regression/tests/zeropad.c: added pdata test
5528         * .version: bumped to 2.4.6
5529
5530 2004-10-17 Borut Razem <borut.razem AT siol.net>
5531
5532         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5533         as a part of nightly build
5534
5535 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5536
5537         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5538         WREG holds the first byte function parameters,
5539         * (aopForSym): take special case for symbols which are in FARSPACE
5540         but in CODESPACE too,
5541         * (assignResultValue): modified to take into account _G.useWreg,
5542         * (genCall): don't use wreg for parameter passing when function is
5543         declared as reentrant, too, added optimization INCF to stack
5544         pointer when stack parameter count is 1,
5545         * (genFunction, genEndFunction): refurnished and fixed to not using
5546         wreg for passing parameters when function has varargs or is
5547         reentrant, fixed bug with symbol name compare for generating
5548         functions in absolute address,
5549         * (pic16_storeForReturn): refurnished,
5550         * (genCmp): began writing a new version of the function, not ready
5551         yet, therefore it is disabled,
5552         * (genAssign): do not read code memory when assigning a function to
5553         a pointer function,
5554         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5555         array of characters, not pointer,
5556         * (pic16initialComments): in debug mode emit an .ident directive for
5557         the assembler,
5558         * (_process_pragma): emit a new warning type (internal to pic16)
5559         when setting stack to default length, emit a similar warning when
5560         placing a function at absolute address and address is not word aligned
5561         * (_pic16_parseOptions): added 'return TRUE' statement,
5562         * (_pic16_linkEdit): if compiling a source, then add the source's
5563         file object, first in the list of objects to link,
5564
5565 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5566
5567         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5568         * src/pic/main.c : removed VC warning.
5569         * src/pic/gen.c : changed comment.
5570
5571 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5572
5573         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5574         reference to a deprecated symbol _GPTRREG was causing failure to
5575         link. Thanks G. M. Gallant for the info.
5576
5577 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5578
5579         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5580         comments for Bugs item #954788.
5581
5582 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5583
5584         * src/pic16/device.c (pic16_dump_gsection,
5585         * pic16_groupRegistersInSection): handle symbols declared to be in
5586         access bank differently,
5587         * src/pic16/gen.c (struct _G): added field resDirect,
5588         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5589         send values read from stack directly to result and don't allocate
5590         temporary values,
5591         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5592         same registers,
5593         * (pic16_sameRegsOfs): NEW,
5594         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5595         free because they were not allocated from temporary pool,
5596         * pic16_popRegFromString): workaround to fix a problem with
5597         allocating variables twice or never,
5598         * (genGenPointerGet): using PRODL instead of FSR0H,
5599         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5600         instead of FSR0H,
5601         * (genAssign): take advantage of the _G.resDirect flag,
5602         * (genCast): around line 11844, use mov2f instead of directly
5603         MOVFF'ing between operands to account for literal values,
5604         * src/pic16/genutils.c: some new debug functions for gpsim have been
5605         added,
5606         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5607         float with integer part only,
5608         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5609         place variables in access bank
5610         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5611         updated sources to reflect recent changes in gen.c
5612
5613 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5614
5615         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5616         sources that searched for headers in installation path, now the
5617         device/include/pic16 is used,
5618         * src/pic16/glue.c (pic16glue),
5619         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5620         .line directives if not in debug mode, this suppresses assembler's
5621         warnings for ignored directives
5622
5623 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5624
5625         * src/port.h: made reset_regparms prototype void parameter explicit.
5626         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5627         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5628         * doc/sdccman.lyx: documented warning disabling and how to use
5629           printf_large to make it print floats.
5630         * device/include/stdbool.h: NEW
5631         * device/lib/_atof.c,
5632         * device/lib/_divuint.c,
5633         * device/lib/_divulong.c,
5634         * device/lib/expf.c,
5635         * device/lib/printf_large.c,
5636         * device/lib/sincosf.c,
5637         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5638         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5639           a completely reentrant lib.
5640
5641 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5642
5643         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5644         * device/include/pic16/stdio.h: fixed bug with colon
5645
5646 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5647
5648         * device/include/pic16/stdio.h,
5649         * device/include/pic16/stdlib.h,
5650         * device/include/pic16/math.h: NEW
5651         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5652         declared as _naked to reduce overhead
5653         * device/lib/Makefile.in (target port-specific-objects-pic16):
5654         changed * to *.* so to ignore the CVS directory,
5655         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5656         stacked variables back in stack,
5657         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5658         corruption
5659
5660 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5661
5662         * .version: bumped version number to 2.4.5
5663         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5664         * support/Util/SDCCerr.c (messages structure): added entry for
5665         W_POSSBUG2
5666
5667         Large cumulative patch for pic16 port and libraries.
5668         * device/include/pic16/sdcc-lib.h,
5669         * device/include/pic16/stdarg.h,
5670         * device/include/asm/pic16/features.h,
5671         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5672         * device/include/pic16/float.h: changes reentrant keyword with
5673         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5674         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5675         updated target build-libraries to include objects from gptr,
5676         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5677         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5678         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5679         all function headings,
5680         * src/SDCCmain.c: added global parameter userIncDirsSet,
5681         * (parseCmdLine): when option -I is encountered add directory to
5682         userIncDirsSet too,
5683         * src/version.awk: added space between control and long,
5684         * src/pic16/NOTES: added some notes for the port,
5685         * src/pic16/gen.c: added prototype for mov2fp function,
5686         * (fReturnpic16[]): properly named return value registers,
5687         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5688         * (aopForSym): added code to handle symbols with onStack flag set,
5689         symbols onStack are allocated PTRSIZE bytes,
5690         * (aopFreeAsmop): handles special case where asmops are stack objects,
5691         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5692         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5693         added argument lock to trace flaws in allocating temporary registers
5694         when developing port,
5695         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5696         * (pic16_popRegFromString): reenabled allocating a direct register
5697         from string,
5698         * (assignResultValue): various beautifications,
5699         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5700         referenced function argument,
5701         * (genIpush): reenabled to allow stacked arguments, handles only
5702         ic->parmPush iCodes,
5703         * (genCall, genPcall): major changes to allow for variable argument
5704         functions, fixed a bug with falsely restoring stack pointer after
5705         returning from call,
5706         * (genFunction): pending code for critical function,
5707         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5708         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5709         * (genNearPointerGet): fixed bug with indirect reading, was always
5710         reading from INDF0
5711         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5712         pointers,
5713         * (genAddrOf): rewrote code to take address of a stacked function parameter
5714         * (genCast): fixed casting to generic pointer type,
5715         * src/pic16/gen.h: added AOP_STA,
5716         * (struct asmop): added field stk,
5717         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5718         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5719         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5720         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5721         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5722         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5723         generic pointers,
5724         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5725         and library paths,
5726         * (pic16_port structure): generic pointer size is set to 3,
5727         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5728         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5729         compiler warning,
5730         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5731         operand is an iTemp,
5732
5733 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5734
5735         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5736         * debugger/mcs51/simi.c: addapt new syntax of s51
5737
5738 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5739
5740         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5741         * src/pic16/pcode.c: commented out some calls to free() in order to
5742         fix bug #989576,
5743
5744 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5745
5746         * src/SDCCicode.h,
5747         * src/SDCCicode.c (isiCodeInFunctionCall),
5748         * src/avr/ralloc.c (selectSpil),
5749         * src/pic/ralloc.c (selectSpil),
5750         * src/pic16/ralloc.c (selectSpil),
5751         * src/ds390/ralloc.c (selectSpil),
5752         * src/hc08/ralloc.c (selectSpil),
5753         * src/xa51/ralloc.c (selectSpil),
5754         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5755         stack in the middle of a function call sequence (fixes bug #1020268)
5756         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5757         costs associated with the minimum switch case.
5758
5759 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5760
5761         * src/SDCC.lex: fixed bug #1030549
5762
5763 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5764
5765         * src/SDCCcse.h (struct cseDef),
5766         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5767         over a function call if the CSE is derived from a symbol whose
5768         address has been taken (fixes bug #1029883)
5769         * support/regression/tests/bug-1029883: a new regression test for
5770         this bug
5771
5772 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5773
5774         * src/hc08/gen.c (emitinline): fixed bug #1029778
5775         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5776         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5777         and starts toward RFE #905167)
5778
5779 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5780
5781         * src/pic16/gen.c (mov2f): New function to move an operand to
5782         another without considering if it is a literal or a register,
5783         * (pic16_sameRegs): don't check if they are both AOP_REG,
5784         * (AccRsh): removed andmask=0 lines,
5785         * (genLeftShift): duplicated to be improved in future versions,
5786         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5787         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5788         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5789         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5790         * (insertBankSwitch): fixed inserting banksel directives algorithm
5791         for instructions that follow a skip instruction, this fixes a report
5792         for broken subtraction code generation,
5793         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5794         iCode is a left op, just in case result and right share the same
5795         registers
5796
5797 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5798
5799         * src/hc08/main.c,
5800         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5801         preservation of HX
5802         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5803         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5804         on 2004-09-12; it was buggy
5805
5806 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5807
5808         * src/SDCCsymt.h: removed RESULT_CHECK
5809         * src/SDCCast.c,
5810         * src/SDCCglue.c,
5811         * src/SDCCval.c,
5812         * src/pic/glue.c,
5813         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5814
5815 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5816
5817         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5818         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5819         configuration values no more rejected by compiler, they are assigned
5820         to configuration registers with a warning message instead,
5821         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5822         the for-loop so last conf register is emitted too,
5823         * (_pic16_initPaths): link library libsdcc.lib by default,
5824         * (_hasNativeMulFor): modified test for multiplication according to
5825         Raphael Neider's remarks. Integer multiplication is also done with
5826         support functions,
5827         * device/include/pic16/pic18fregs.h: corrected type error in while
5828         testing and including 18f6720 header file
5829
5830 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5831
5832         * src/pic16/device.h (pic16_options): removed field use_crt,
5833         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5834         until an optimization to handle single bits is added,
5835         * (pic16_loadFSR0): moved before genUnpackBits,
5836         * (genAnd): some white lines removed,
5837         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5838         leave_reset flags in pic16_options when using crt modules,
5839
5840 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5841
5842         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5843           for bugs 898889 & 979599. Also used some safer print instructions.
5844
5845 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5846
5847         * src/pic16/device.h (pic16_options_t): added field use_crt,
5848         crt_name, no_crt,
5849         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5850         catch a probable future bug,
5851         * src/pic16/gen.c: aopIdx function commented out,
5852         * (genAssign): commented out old code which used aopIdx,
5853         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5854         code, added if conditionals to take into account the --use-crt
5855         command line options,
5856         * src/pic16/main.c (pic16_optionsTable): added new command line
5857         options, --use-crt= and --no-crt,
5858         * (_pic16_linkEdit): now the proper crt object is added in the
5859         linker command line except than when --no-crt is specified,
5860         * src/pic16/pcode.c,
5861         * src/pic16/pcode.h: added some structures and functions for a new
5862         optimization scheme to compansate for instruction overhead between
5863         same iCodes, this scheme is currently under development and is not
5864         working in any way,
5865         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5866         to && operator,
5867         * device/lib/pic16/startup/crt0i.c,
5868         * device/lib/pic16/startup/crt0iz.c: added global char variable
5869         __uflags to force the generation of an idata section
5870
5871 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5872
5873         * doc/Makefile,
5874         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5875         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5876
5877 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5878
5879         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5880         Frieder) and clarified the default code optimization mode
5881
5882 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5883
5884         * src/SDCC.lex (doPragma, process_pragma),
5885         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5886         "opt_code_size", and "opt_code_balanced"
5887         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5888         regrouped options by category, added support for category headers
5889         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5890         and "--opt-code-size"
5891         * doc/sdccman.lyx: documented these new options and pragmas
5892         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5893         preference into account
5894
5895 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5896
5897         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5898           geniCodePreDec): Fixed bug 904237 by generating a warning
5899         * src/SDCCerr.h,
5900         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5901
5902 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5903
5904         * src/pic/device.c : When no max ram set validate full memory range.
5905         * src/pic/pcode.c,
5906         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5907
5908 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5909
5910         * device/lib/_gptrget.c,
5911         * device/lib/_gptrput.c: updated comment
5912         * device/lib/calloc.c,
5913         * device/lib/free.c,
5914         * device/lib/malloc.c,
5915         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5916         * src/SDCCcse.c (cseBBlock),
5917         * src/SDCCicode.c (printOperand, geniCodeArray),
5918         * src/SDCCicode.h (struct operand): fixed bug 868103
5919         * support/regression/tests/bug-868103.c: added
5920         * src/SDCCast.c (searchLitOp),
5921         * src/SDCCcse.h (struct cseDef),
5922         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5923         * src/SDCCicode.h (struct operand),
5924         * src/SDCCsymt.h (struct sym_link),
5925         * src/avr/gen.c (hasInc),
5926         * src/ds390/gen.c (hasInc),
5927         * src/hc08/gen.c (genPlusIncr, hasInc),
5928         * src/mcs51/gen.c (hasInc),
5929         * src/pic16/glue.c (pic16_printIvalChar),
5930         * src/pic16/ralloc.c (regWithIdx),
5931         * src/xa51/gen.c (hasInc) : removed warnings
5932         * src/SDCCast.c (createBlock): added comment ???
5933         * src/hc08/ralloc.c: updated comments
5934
5935 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5936
5937         * doc/sdccman.lyx: updated section on switch statements, added
5938         section about semaphore locking
5939         * doc/Makefile: added option -info for latex2html
5940         * device/lib/_gptrget.c,
5941         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5942
5943 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5944
5945         * src/pic/device.h,
5946         * src/pic/device.c,
5947         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5948          maxram is less than 0x100.
5949
5950 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5951
5952         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5953
5954 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5955
5956         * src/port.h,
5957         * src/mcs51/main.c,
5958         * src/ds390/main.c,
5959         * src/z80/main.c,
5960         * src/hc08/main.c,
5961         * src/pic/main.c,
5962         * src/pic16/main.c,
5963         * src/avr/main.c,
5964         * src/xa51/main.c
5965         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5966         a jump table is the best form for a switch statement, including
5967         automatic insertion of missing cases to make the case range
5968         continuous. Developed in collaboration with Frieder Ferlemann.
5969
5970 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5971
5972         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5973         accumulator result if it needs sign extension
5974
5975 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5976
5977         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5978
5979 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5980
5981         * device/lib/gbz80/printf.c,
5982         * device/lib/z80/printf.c: removed define for NULL
5983
5984 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5985
5986         * as/xa51/xa_link.c,
5987         * device/examples/ds390/ow390/ad26.c,
5988         * device/examples/ds390/ow390/cnt1d.c,
5989         * device/examples/ds390/ow390/counter.c,
5990         * device/examples/ds390/ow390/ds2480.h,
5991         * device/examples/ds390/ow390/ds2480ut.c,
5992         * device/examples/ds390/ow390/findtype.c,
5993         * device/examples/ds390/ow390/gethumd.c,
5994         * device/examples/ds390/ow390/owllu.c,
5995         * device/examples/ds390/ow390/ownetu.c,
5996         * device/examples/ds390/ow390/swt12.c,
5997         * device/examples/ds390/ow390/swtloop.c,
5998         * device/examples/ds390/ow390/temp.c,
5999         * device/examples/ds390/ow390/temp10.c,
6000         * device/examples/ds390/ow390/thermo21.c,
6001         * device/examples/ds390/ow390/tinilnk.c,
6002         * device/examples/ds390/ow390/tstfind.c,
6003         * device/examples/serialcomm/windows/serial.cpp,
6004         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6005         * device/include/reg51.h: fixed line endings for cvs
6006
6007 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6008
6009         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6010         packRegsForAccUse, packRegisters): new accumulator register
6011         packing algorithm
6012         * support/regression/ports/hc08/support.c (_putchar): suppress
6013         warning of unused variable
6014         * src/SDCCicode.c: added SWAP entry to codeTable
6015
6016 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6017
6018         * device/lib/sprintf.c: forgot to add this file before previous commit
6019
6020 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6021
6022         * src/pic16/gen.c (genPackBits): added operand right in function
6023         parameters, load result directly if p_type is POINTER (that is
6024         called by genNearPointerSet)
6025         * (genUnPackBits): added operand left in function parameters,
6026         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6027         FSR0 if accessing bitfields,
6028
6029 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6030
6031         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6032           _print_format; updated printf, sprintf, vsprintf
6033         * device/include/asm/default/features.h: corrected comment/define
6034         * device/lib/Makefile.in: added sprintf.c
6035         * device/lib/libsdcc.lib: added sprintf module
6036         * device/lib/printf_large.c,
6037         * device/lib/vprintf.c,
6038         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6039           into these 3 files
6040         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6041         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6042         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6043           hc08 test
6044         * support/regression/tests/zeropad.c: define idata as data for hc08
6045
6046 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6047
6048         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6049         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6050         labels are referenced at least once (even if a reference is not found)
6051         * src/hc08/gen.c (emitcode): set isComment flag for comments
6052         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6053         loads), rules 6a..6b (optimize jumps to return)
6054
6055 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6056
6057         * device/lib/acosf.c (acosf),
6058         * device/lib/asinf.c (asinf),
6059         * device/lib/atanf.c (atanf),
6060         * device/lib/ceilf.c (ceilf),
6061         * device/lib/cosf.c (cosf),
6062         * device/lib/coshf.c (coshf),
6063         * device/lib/cotf.c (cotf),
6064         * device/lib/fabsf.c (fabsf),
6065         * device/lib/floorf.c (floorf),
6066         * device/lib/log10f.c (log10f),
6067         * device/lib/logf.c (logf),
6068         * device/lib/sinf.c (sinf),
6069         * device/lib/sinhf.c (sinhf),
6070         * device/lib/sqrtf.c (sqrtf),
6071         * device/lib/tanf.c (tanf),
6072         * device/lib/tanhf.c (tanhf),
6073         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6074         replaced all instances of "reentrant" in the library functions
6075         defined in math.h with this macro.
6076         * support/regression/tests/float_trans.c: reenabled test for hc08
6077
6078 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6079
6080         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6081         erroneously deleted
6082
6083 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6084
6085         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6086         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6087         multi-byte volatile operands are used
6088         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6089         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6090         initialization to area GSINIT0 so that it would always precede
6091         any static initializers in GSINIT
6092         * support/regression/tests/zeropad.c: fixed idata define for hc08
6093         * support/regression/tests/bug-927659.c,
6094         * support/regression/tests/float_trans.c: disabled tests for hc08
6095         pending missing library routines
6096         * .version: increased version number to 2.4.4 - hc08 port now passes
6097         regression tests
6098
6099
6100 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6101
6102         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6103         * Makefile.common.in,
6104         * as/Makefile,
6105         * as/hc08/Makefile.in,
6106         * as/mcs51/Makefile.in,
6107         * as/z80/Makefile.in,
6108         * debugger/mcs51/Makefile.in,
6109         * device/include/Makefile.in,
6110         * device/lib/Makefile.in,
6111         * doc/Makefile,
6112         * link/Makefile,
6113         * link/z80/Makefile.in,
6114         * packihx/Makefile.in,
6115         * sim/ucsim/main_in.mk,
6116         * sim/ucsim/avr.src/Makefile.in,
6117         * sim/ucsim/doc/Makefile.in,
6118         * sim/ucsim/gui.src/serio.src/Makefile.in,
6119         * sim/ucsim/hc08.src/Makefile.in,
6120         * sim/ucsim/s51.src/Makefile.in,
6121         * sim/ucsim/xa.src/Makefile.in,
6122         * sim/ucsim/z80.src/Makefile.in,
6123         * src/Makefile.in,
6124         * support/cpp2/Makefile.in,
6125         * support/librarian/Makefile,
6126         * support/makebin/Makefile: added DESTDIR to the install path proposed
6127         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6128         * doc/sdccman.lyx: added DESTDIR documentation
6129
6130 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6131
6132         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6133         instruction for interrupt handlers, use fast returns when returning
6134         from high priority interrupts
6135
6136 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6137
6138         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6139         code generation
6140         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6141         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6142         bugs, ported much of Bernhard's code from mcs51
6143         * src/mcs51/gen.c (genSend),
6144         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6145         than one when calling a reentrant function
6146         * device/lib/_mullong.c: defined an alternate struct layout for big
6147         endian ports (hc08)
6148
6149 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6150
6151         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6152         test
6153
6154 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6157         are sane and complete before asking the port its prefered parameter
6158         passing method (fixes bug #1017633)
6159         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6160         and _ret3
6161
6162 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6165         problem in bitfields >= 8 bits.
6166
6167 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6168
6169         * src/SDCCsymt.c: undid changes that were not meant to be committed
6170
6171 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6172
6173         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6174
6175 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6176
6177         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6178           copied and wrong bit got inverted
6179
6180 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6183         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6184         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6185         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6186         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6187         assignments to bitfields at known addresses
6188         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6189         reads from bitfields at known addresses
6190         * src/hc08/ralloc.c (packRegisters),
6191         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6192         genhc08Code): optimize pointer get values used as conditionals
6193         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6194         and branch
6195
6196 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6197
6198         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6199         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6200         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6201         as conditionals
6202
6203 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6204
6205         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6206
6207 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6208
6209         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6210         related problems
6211
6212 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6213
6214         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6215
6216 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6217
6218         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6219         mcs51 port
6220
6221 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6222
6223         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6224
6225 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6226
6227         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6228         cases use more compact code.
6229
6230 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6231
6232         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6233
6234 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6235
6236         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6237
6238 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6239
6240         * src/SDCCsymt.h,
6241         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6242         parameter of changePointer() from symbol* to sym_link*
6243         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6244         * src/SDCCsymt.c (compareType): void* type is castable to other
6245         pointers, but not necesarily an exact match.
6246         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6247         is no longer blindly treated as an exact match.
6248         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6249
6250 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6251
6252         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6253
6254 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6255
6256         * src/pic/gen.c,
6257         * src/pic/pcode.c,
6258         * src/pic/ralloc.h,
6259         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6260
6261 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6262
6263         * src/pic/device.c,
6264         * src/pic/device.h,
6265         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6266
6267 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6268
6269         * src/mcs51/gen.c (emitcode): fixed bug #992819
6270
6271 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6272
6273         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6274           there's no need to make it worse
6275
6276 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6277
6278         * src/mcs51/ralloc.c (deassignLR),
6279         * src/ds390/ralloc.c (deassignLR),
6280         * src/hc08/ralloc.c (deassignLR),
6281         * src/z80/ralloc.c (deassignLR),
6282         * src/pic/ralloc.c (deassignLR),
6283         * src/pic16/ralloc.c (deassignLR),
6284         * src/avr/ralloc.c (deassignLR),
6285         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6286         rlivePoint): fixed another part of bug #971834
6287
6288 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6289
6290         * src/z80/main.c: enabled "critical" keyword
6291         * src/z80/mappings.i,
6292         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6293         functions (fixes bug #979646)
6294         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6295
6296 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6297
6298         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6299           such as c:\mydir.
6300
6301 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6302
6303         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6304           doesn't disable too much optimizations
6305
6306 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6307
6308         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6309
6310 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6311
6312         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6313
6314 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6315
6316         * src/pic/gen.c tidied up tabs
6317         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6318         * src/pic/main.c tidied up tabs
6319         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6320         * src/pic/pcoderegs.c tidied up tabs
6321         * src/pic/ralloc.c tidied up tabs
6322
6323 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6324
6325         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6326         to S_FIXED for pic16 port and when symbol is not in level 0,
6327         allocate for S_REGISTER storage class and pic16 port, too,
6328         * src/pic16/device.h: prototype for checkSym,
6329         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6330         * (pic16_assignConfigWordValue): test the value and the mask to
6331         validate that the value is suitable for the configuration word,
6332         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6333         collect extern declared symbols, don't emit symbol twice, check
6334         first if symbol is in publics set first,
6335         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6336         * added command line '--fstack' which enables an experimental
6337         feature for stack access, too buggy to be used yet...
6338         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6339         * (pic16_allocDirReg): when register has storage class S_REGISTER
6340         allocate in pic16_dynAccessRegs,
6341         * device/include/pic16/pic18f????.h: modified configuration word
6342         naming convention, words started as CONFIG0H but should be CONFIG1H
6343
6344 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6345
6346         * device/include/mcs51reg.h: fixed bug 970993
6347
6348 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6349
6350         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6351         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6352         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6353         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6354         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6355         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6356           error/warning numbers,
6357           added function setWarningDisabled()
6358         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6359         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6360           _memcmp.c _memmove.c calloc.c realloc.c free.c
6361         * support/regression/tests/malloc.c: added tests for new functionality
6362         * support/regression/tests/zeropad.c: added tests for truncated initializers
6363           and initialized char arrays starting with '\x0'
6364         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6365
6366 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6367
6368         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6369
6370 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6371
6372         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6373         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6374         peephole 177.e. Thanks to anonymous
6375
6376 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6377
6378         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6379         function isn't used in the source but referenced as a
6380         variable initializer then declare it as extern in .asm file
6381
6382 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6383
6384         * .version: increased version number to 2.4.3
6385
6386         Adding version extension according to ChangeLog CVS revision
6387         * src/Makefile.in (target all): added dependency 'version.h'
6388         * (rule version.h): added rule to create version.h from ChangeLog,
6389         * (rule dep): added dependency version.h,
6390         * src/version.awk: AWK script to create version.h
6391         * src/SDCCdwarf2.c (dwWriteModule),
6392         * src/SDCCglue.c (initialComments),
6393         * src/SDCCmain.c (printVersionInfo): modified to write after
6394         version string the version extension number,
6395         * src/SDCCutil.c: included "version.h"
6396         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6397         number,
6398         * src/SDCCutil.h: added prototype for getBuildNumber
6399
6400         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6401         includeDirsSet, too,
6402         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6403         const char [] is found in function prototype...
6404
6405         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6406         moving to WREG with source is already in WREG,
6407         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6408         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6409         * (aopForSym): stack'ed symbols are partially supported, added
6410         if-clause to support symbols in FARSPACE,
6411         * (sameRegs): added test for AOP_ACC to see if registers are same,
6412         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6413         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6414         * (pic16_popRegFromString): will not allocate a new register if it
6415         doesn't find one by name, bug may have introduced...
6416         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6417         * (genIpush): revived to use pic16 port's stack,
6418         * (genAddrOf): added incomplete case for stack'ed operand,
6419         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6420         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6421         can handle multibyte operands,
6422         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6423         * (pic16initialComments): added message for MPLAB compatibility
6424         mode enabled,
6425         * src/pic16/main.h: prototype for pic16_mplab_comp,
6426         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6427         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6428         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6429         because of increased complexity of procedure,
6430         * (_process_pragma): stack pragma changed to format 'stack pos len',
6431         emit symbol '_stack_end' to conform with gplink,
6432         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6433         to search for register,
6434         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6435         PO_GPR_REGISTER,
6436         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6437         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6438         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6439         case for PO_GPR_REGISTER,
6440         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6441         dies, the new era is ahead !...
6442         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6443         pic16_dynInternalRegs,
6444         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6445         * (pic16_allocDirReg): minor optimizations and bug fixes,
6446         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6447
6448         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6449         load stack and frame pointer with address of 'stack_end' symbol
6450
6451 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6452
6453         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6454         without source code but only variable initializers
6455
6456 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6457
6458         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6459         external are not declared as extern to reduce overhead while linking
6460
6461 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6462
6463         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6464
6465 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6466
6467         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6468           Yee Keat for the patch
6469         * src/SDCCast.c (decorateType): fixed bug #979599
6470         * src/ds390/gen.h: removed local fReturnSizeDS390
6471         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6472         * src/ds390/gen.c (genAnd, genOr, genXor),
6473         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6474
6475 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6476
6477         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6478         add relFilesSet to $3, manipulate $2 to handle linking of object
6479         files without source files in command line,
6480         * device/include/pic16 (all headers): added ID location macros,
6481         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6482         entries for ID location bytes,
6483         * (pic16_assignIdByteValue): NEW,
6484         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6485         added field dumpcalltree to pic16_options_t,
6486         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6487         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6488         emitting rFalseIfx label after check_carry label,
6489         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6490         pic16_emitDIRegs), NEW
6491         * (pic16glue): dump .calltree file when option --calltree found,
6492         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6493         * (_pic16_genAssemblerPreamble): emit ID locations after
6494         configuration registers,
6495         * (pic16_linkCmd): modifications of the link command,
6496         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6497         * (pic16_pCodeInitRegisters): don't init stack registers,
6498         * (pic16_findPrevInstruction): fixed bug,
6499         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6500         bug with immediate registers,
6501         * (buildCallTree): traces stack push and pop,
6502         * (pct2): dump also stack usage for each function,
6503         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6504         * (pic16_allocDirReg): various modifications,
6505         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6506         fixed to 1,
6507
6508 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6509
6510         * src/pic16/pcode.c: removed buggy double colon
6511
6512 2004-07-01 Borut Razem <borut.razem AT siol.net>
6513
6514         * support/scripts/sdcc.nsi: added include/pic16 to setup
6515
6516 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6517
6518         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6519         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6520         target 'clean',
6521         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6522         specific command line arguments. Also added sample lkr script
6523         for placing a variable at a specific memory bank.
6524         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6525         at a specific memory bank,
6526         * (pic16_dump_isection): fixed bug which caused string literals to
6527         be omitted when dumping idata section,
6528         * (pic16_groupRegistersInSection): added code to handle registers
6529         in specific memory banks,
6530         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6531         public, all references are renamed too,
6532         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6533         AOP_DPTR2,
6534         * (pic16_storeForReturn): added case to handle when dest is WREG,
6535         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6536         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6537         pic16_rel_udata, check to see if that register is marked as being
6538         a member of a specific memory bank,
6539         * (pic16_printIvalCharPtr): added code to add string literals either
6540         to code or the idata sections,
6541         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6542         also accept the 'udata' pragma,
6543         * src/pic16/main.h: new structure types sectName and sectSym
6544         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6545         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6546         * (pic16_findPrevInstruction): fixed, it returned nothing,
6547         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6548         instruction combinations,
6549         * (pic16_FixRegisterBanking): heavily reorganised,
6550         * (pic16_AnalyzeBanking): if generating banksel directives is
6551         disabled, then don't call FixRegisterBanking at all,
6552         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6553         completely removed,
6554         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6555
6556 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6557
6558         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6559         Phuah Yee Keat <yk.phuah AT nestac.com>
6560
6561 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6562
6563         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6564         correctly the IVT even if it is relocated to some other location
6565
6566 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6567
6568         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6569         * device/include/pic16/pic18f2220.h: NEW,
6570         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6571         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6572         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6573         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6574         nodefaultlibs, ivt_loc is the location of the interrupt vector
6575         table, and nodefaultlibs signs that default libraries should not be
6576         linked in link stage,
6577         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6578         according to --ivt-loc argument,
6579         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6580         when pragma stack is found,
6581
6582 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6583
6584         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6585         256 (range check), 257 (do while), 258.a-f (bit banging
6586         f.e. on 3-wire SPI bus)
6587
6588 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6589
6590         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6591         variables used exclusively within a loop
6592
6593 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6594
6595         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6596
6597 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6598
6599         * src/SDCClrange.c (computeClash): fixed bug #971834
6600
6601 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6602
6603         * src/mcs51/gen.c (genCmp): fixed bug #975903
6604         * src/hc08/gen.c (operandsEqu),
6605         * src/ds390/gen.c (operandsEqu),
6606         * src/z80/gen.c (operandsEqu),
6607         * src/pic/gen.c (operandsEqu),
6608         * src/pic16/gen.c (operandsEqu),
6609         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6610         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6611
6612 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6613
6614         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6615
6616 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6617
6618         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6619         default case in switch statement,
6620         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6621         to eliminate problem with initialisation of pointers, but problem
6622         still exists,
6623         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6624         * (emitStaticSegment): removed various lines emitting debug info,
6625         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6626         added processor registers for utilizing EEPROM,
6627         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6628         configurable and set 8
6629
6630 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6631
6632         * .version: increased version number to 2.4.2,
6633
6634         Cumulative patch for pic16 port
6635         * src/pic16/device.c: changed scheme to dump initial values for
6636         variables in idata segment, all print_idata* functions were removed,
6637         now the pic16_printIval* will be called,
6638         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6639         * _pic16_printPointerType, pic16_printPointerType,
6640         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6641         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6642         NEW, similar to the respective functions in SDCCglue.c,
6643         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6644         way, emitting hex bytes,
6645         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6646
6647 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6648
6649         * src/avr/ralloc.c (serialRegAssign),
6650         * src/xa51/ralloc.c (serialRegAssign),
6651         * src/pic/ralloc.c (serialRegAssign),
6652         * src/pic16/ralloc.c (serialRegAssign),
6653         * src/hc08/ralloc.c (serialRegAssign),
6654         * src/z80/ralloc.c (serialRegAssign),
6655         * src/ds390/ralloc.c (serialRegAssign),
6656         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6657
6658 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6659
6660         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6661         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6662
6663 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6664
6665         Cumulative patch for pic16 port:
6666         * src/pic16/device.h (typedef PIC16_device) modified fields for
6667         defining microcontrollers,
6668         * src/pic16/device.c: added new info for all devices in Pics16 array,
6669         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6670         to be optimised out by the pCode optimiser,
6671         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6672         specially, bug reported by G.M. Gallant,
6673         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6674         as force'd so that cannot be optimised out by pCode optimiser,
6675         * src/pic16/pcode.c,
6676         * src/pic16/pcodepeeph.c,
6677         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6678         they are disabled by default, but can be enabled explicit with
6679         command argument --denable-peeps, for testing,
6680         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6681         --pomit-ivt in COMPILE_FLAGS
6682
6683 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6684
6685         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6686           compilation on MSVC
6687
6688 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6689
6690         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6691
6692 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6693
6694         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6695         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6696
6697 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6698
6699         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6700         would only assign 0x300001 register.
6701
6702 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6703
6704         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6705         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6706
6707 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6708
6709         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6710         for ds80c400
6711         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6712         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6713         added peephole 254 (left shift), 255 (jump table)
6714
6715 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6716
6717         * device/lib/Makefile.in: removed comment line with model-pic16,
6718         * (target port-specific-objects-pic16): the libraries and objects
6719         are copied to the build directory form the device/lib/pic16/bin
6720         directory
6721
6722         Cumulative patch concerning pic16 port:
6723         * library directory has been re-organized,
6724         * added support for PIC18F1220,
6725         * added headers and library sources for chips 18f1220,18f6520,
6726         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6727
6728         * configuration registers setting has changed, now each supported
6729         device has a complete description of the registers it uses,
6730         * all initialisations are moved to idata sections, these section
6731         can be absolute or relocatable,
6732         * fixed initialisation of codespace variables,
6733         * fixed warning about PCLATU and gpsim,
6734         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6735         * (genAssign): use table reads when assigning from variables in codespace,
6736         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6737         char/int variables placed in codespace,
6738         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6739         registers set in .asm file, no need for --pomit-config-words anymore,
6740         * (pic16glue): some 8051 legacy segments are commented out
6741         (to be removed completely),
6742         * added support for alternative assembler and linker with --asm=
6743         and --link= command line arguments,
6744         * peepholes are disabled automatically in the port, no need to
6745         specify on command line,
6746         * port supports natively char/int/long multiplication, but converts
6747         all divisions to support functions,
6748         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6749         to the file set in variable $2,
6750         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6751         strings in ASCII format and not in hex,
6752         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6753         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6754         allocate proper register if iCodes aren't temporary,
6755
6756 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6757
6758         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6759
6760 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6761
6762         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6763         is commented out
6764
6765 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6766
6767         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6768         computed address is reused
6769         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6770         multi-byte bitfields
6771
6772 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6773
6774         * src/z80/gen.c: (genArrayInit): must check for pointers too
6775
6776 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6777
6778         * support/regression/tests/zeropad.c: never meant to commit the
6779           nestedstruct test: removed, added check for GCC version
6780
6781 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6782
6783         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6784         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6785         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6786           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6787           bugs 928906 and 954082 half-empty initializers
6788         * src/SDCCsymt.h,
6789         * src/SDCCsymt.c (getAllocSize): added for above fix
6790         * src/z80/gen.c (genArrayInit): fixed bug 741044
6791         * support/regression/tests/zeropad.c: added tests
6792
6793 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6794
6795         * src/pic16/device.c (pic16_dump_section): corrected bug which
6796         caused some symbols of the libraries to be misplaced
6797
6798 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6799
6800         * src/pic16/glue.c,
6801         * src/pic16/ralloc.h,
6802         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6803         to fix conflict with pic port
6804
6805 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6806
6807         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6808         externs configuration variables,
6809         * src/pic16/ralloc.h,
6810         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6811         prototype in header, commented out some debug messages
6812
6813 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6814
6815         * src/pic16/glue.c,
6816         * src/pic16/main.c,
6817         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6818         for gpasm COFF object generation. Thanks to D. Hawkins for
6819         his patch info
6820
6821 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6822
6823         * src/ds390/main.c,
6824         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6825         Brock for spotting this)
6826         * src/ds390/gen.c (genEndFunction),
6827         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6828         interrupt handler and critical. Disable push/pop optimizations when
6829         peephole optimizations disabled.
6830
6831 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6832
6833         Updated pic16 library sources and headers.
6834         * device/lib/pic16/pic18f*/ ,
6835         * device/include/pic16/*.h: modified to handle structured SFR
6836         definitions
6837
6838 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6839
6840         * src/port.h (PORT structure): added hook initPaths, now each
6841         port can declare its own default search paths,
6842         which can been seen with the --print-search-dirs option,
6843         see pic16 port for example,
6844         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6845         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6846         * (doPrintSearchDirs): NEW, replaces in a central manner the
6847         printing of search dirs which was split in set*Paths functions,
6848         * (main): added call to port->initPaths and doPrintSearchDirs,
6849         * src/avr/main.c,
6850         * src/ds390/main.c,
6851         * src/hc08/main.c,
6852         * src/izt/i186.c,
6853         * src/izt/tlcs900h.c,
6854         * src/mcs51/main.c,
6855         * src/pic/main.c,
6856         * src/pic16/main.c: modified port structures to reflect addition of
6857         initPaths hook,
6858
6859         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6860         * (pic16_dump_section): for registers in same address reserve memory once,
6861         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6862         to no_banksel,
6863         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6864         result is greater in size than right or left,
6865         * (pic16_genUMult8X8_8): there are some cases where the result can
6866         be 16 bits size, so handle these,
6867         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6868         * (pic16_outBitC): modified to emit pcodes,
6869         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6870         or not,
6871         * (genDivOneByte): implemented algorithm to divide 8-bits,
6872         * (genCmp): uncommented goto, but issues still exist,
6873         * (genAnd): fixed a bug with variables >8bits,
6874         * (genPackBits): optimization added that uses BCF/BSF to change a
6875         single bit,
6876         * (genAssign): fixed bug when assigning floating point literals,
6877         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6878         __sdcc_gsinit_startup label,
6879         * src/pic16/main.c (_pic16_init): removed search directory
6880         initialisations,
6881         * (_pic16_initPaths): NEW, used to initialise search directories,
6882         * (_hasNativeMulFor): support functions for all except char/int
6883         multiplication, and char division,
6884         * (PIC16_port struct): modified entry for native mul support,
6885         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6886         no_banksel option,
6887         * (buildCallTree): call to register_usage is ifdef'ed out,
6888
6889 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6890
6891         * device/include/string.h: applied Stas Sergeev's patch to make this
6892         header file compatible with the preprocessor -Wundef option
6893         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6894         failure (fixes bug #941458)
6895
6896 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6897
6898         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6899         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6900         that the variable, not the function, should be static
6901         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6902         to be consistent with non-literal case
6903
6904 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6905
6906         * src/SDCCast.c (isConformingBody): fixed bug #949967
6907         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6908         convilong): fixed bug #952086
6909
6910 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6911
6912         * src/SDCCmem.c (allocVariables): fixed bug #955321
6913
6914 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6915
6916         * src/hc08/main.c (_hc08_genAssemblerEnd),
6917         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6918         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6919         completely eliminated the use of a temporary file
6920         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6921         when more than one file linked
6922         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6923
6924 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6925
6926         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6927         which fixes bug #543481
6928         * support/regression/tests/bug-751703.c: fixed comments left from a
6929         cut and paste error
6930         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6931         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6932         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6933         scopes
6934         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6935         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6936         are now changed to underscores in moduleName
6937
6938 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6939
6940         * as/mcs51/lkmem.c: better fix for bug #954173
6941
6942 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6943         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6944
6945         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6946         * device/include/c8051f000.h,
6947         * device/include/c8051f120.h,
6948         * device/include/c8051f300.h,
6949         * device/include/c8051f310.h,
6950         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6951         PWM16) and detab'ed
6952
6953 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6954
6955         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6956         and mailing lists, doc'ed --no-peep-comments, removed reference
6957         to knoppix (newest version has no LyX/LaTeX), other minor changes
6958         * src/SDCCglue.c (glue): save 2 bytes stack space with
6959         option --main-return. The ljmp could probably be avoided too
6960
6961 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6962
6963         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6964
6965 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6966
6967         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6968         * src/SDCCopt.c (isLocalWithoutDef),
6969         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6970         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6971         (credit to Maarten Brock for patch #949363, on which this is based)
6972         * support/regression/tests/bug-751703.c: some test cases of extern used
6973         within inner scopes.
6974
6975 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6976
6977         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6978         SPEC_STRUCT
6979         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6980         struct definitions
6981         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6982         dwWriteLabel): fix to create valid debugger symbols even when
6983         the module name has non-alphanumeric symbols in it
6984         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6985         when a variable's allocation has been optimized away
6986
6987
6988 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6989
6990         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6991         * src/hc08/main.c,
6992         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6993         * src/mcs51/main.c,
6994         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6995         * src/ds390/main.c,
6996         * src/z80/gen.c (z80_emitDebuggerSymbol),
6997         * src/z80/main.c,
6998         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6999         * src/pic/main.c,
7000         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7001         * src/pic16/main.c,
7002         * src/avr/gen.c (avr_emitDebuggerSymbol),
7003         * src/avr/main.c,
7004         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7005         * src/xa51/main.c,
7006         * src/SDCCdebug.c (emitDebuggerSymbol),
7007         * src/SDCCdebug.h,
7008         * src/port.h: added a debugger struct to the port struct. Added a
7009         callback for defining debugger symbols
7010
7011         * src/SDCCast.c (createLabel),
7012         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7013         with isitmp = 1
7014         * src/SDCCicode.h,
7015         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7016         iCode back to the ast for the function
7017
7018         * src/hc08/ralloc.c (hc08_assignRegisters),
7019         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7020         unneeded fields from the regs struct.
7021         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7022         pushReg() & pullReg() functions instead of emitcode()
7023
7024         * src/hc08/gen.c (genLabel, genhc08Code),
7025         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7026
7027         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7028         debugger hooks
7029
7030         * src/hc08/gen.c (genEndFunction, genhc08Code),
7031         * src/hc08/gen.h,
7032         * src/mcs51/gen.c (genEndFunction, gen51Code),
7033         * src/mcs51/gen.h,
7034         * src/ds390/gen.c (genEndFunction, gen390Code),
7035         * src/ds390/gen.h,
7036         * src/z80/gen.c (genEndFunction, genZ80Code),
7037         * src/z80/gen.h,
7038         * src/z80/z80.h,
7039         * src/pic/gen.c (genEndFunction, genpic14Code),
7040         * src/pic/gen.h,
7041         * src/pic16/gen.c (genEndFunction, genpic16Code),
7042         * src/pic16/gen.h,
7043         * src/avr/gen.c (genEndFunction, genAVRCode),
7044         * src/avr/gen.h,
7045         * src/xa51/gen.c (genEndFunction, genXA51Code),
7046         * src/xa51/gen.h,
7047         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7048         specific code to cdbFile.c and out of the backend code generators
7049
7050         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7051         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7052         starting address is now 0
7053
7054         * as/hc08/asm.h,
7055         * as/hc08/m08pst.c,
7056         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7057         assembler directive for DWARF support
7058         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7059
7060         * src/src.dsp,
7061         * src/Makefile.in,
7062         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7063
7064 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7065
7066         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7067         and inappropriate peephole optimization in jump tables
7068
7069 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7070
7071         * as/hc08/m08pst.c,
7072         * src/SDCCglue.c: sdccopt works for the hc08 port now
7073
7074 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7075
7076         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7077
7078 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7079
7080         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7081
7082 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7083
7084         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7085         rules
7086         * src/SDCCmain.c,
7087         * src/SDCCglobl.h,
7088         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7089         comments from the peephole optimizer replacement rules
7090         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7091         symbols
7092         * src/SDCCcse.c (updateSpillLocation),
7093         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7094         equivalents
7095         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7096         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7097         objects far pointers
7098
7099 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7100
7101         * src/SDCCsymt.h: a missing part of my last change
7102         * src/pic/ralloc.c (regTypeNum),
7103         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7104
7105 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7106
7107         * src/SDCCicode.h,
7108         * src/SDCCicode.c (aggrToPtrDclType),
7109         * src/SDCCptropt.h,
7110         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7111         ptrPseudoSymConvert),
7112         * src/pic/ralloc.c (regTypeNum),
7113         * src/pic16/ralloc.c (regTypeNum),
7114         * src/hc08/ralloc.c (regTypeNum),
7115         * src/ds390/ralloc.c (regTypeNum),
7116         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7117         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7118
7119 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7120
7121         * link/z80/lkmain.c (afile),
7122         * as/hc08/lkmain.c (afile),
7123         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7124         prevent a pointer problem when a filename has no directory and
7125         no extension specified.
7126
7127 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7128
7129         * link/z80/lkmain.c (afile): allow periods in directory names
7130         * link/z80/lkmain.c (afile),
7131         * as/mcs51/lkmain.c (afile),
7132         * as/hc08/lkmain.c (afile): allow linker script file to have an
7133         extension other than ".lnk"
7134         * link/z80/lklex.c (getfid),
7135         * link/z80/lkmain.c (parse),
7136         * as/mcs51/lklex.c (getfid),
7137         * as/mcs51/lkmain.c (parse),
7138         * as/hc08/lklex.c (getfid),
7139         * as/hc08/lkmain.c (parse): Support comments in the linker script
7140         file on lines by themselves and after filenames
7141
7142 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7143
7144         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7145
7146 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7147
7148         * src/z80/peeph-z80.def: removed some peephole rules that don't
7149         work with multibyte arithmetic (fixed bug #937126)
7150         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7151         to registers and not global variables
7152         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7153         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7154         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7155         checking for assignments not internally generated (fixed bug #931895)
7156         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7157         structure member (fixed bug #930072)
7158
7159 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7160
7161         * src/SDCCmain.c (linkEdit),
7162         * src/hc08/main.c (_hc08_parseOptions),
7163         * as/hc08/Makefile.in,
7164         * as/hc08/aslink.h,
7165         * as/hc08/asm.h,
7166         * as/hc08/m08pst.c,
7167         * as/hc08/lkrloc.c (relr, rele),
7168         * as/hc08/lkarea.c (lnkarea)
7169         * as/hc08/lkmain.c (afile, parse),
7170         * as/hc08/lkelf.c: support for ELF output
7171         * as/hc08/lks19.c (s19),
7172         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7173
7174 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7175
7176         * as/mcs51/lkihx.c: Fixed bug #899105.
7177
7178 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7179
7180         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7181         .dsp files from Unix to DOS.
7182
7183 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7184
7185         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7186         function pointers; we have been compliant for several months now.
7187         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7188         change that was accidently commented out
7189         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7190         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7191         bug #922319
7192
7193 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7194
7195         * src/hc08/gen.c: output of all of the internal debugging information
7196         is now controlled by the D() macro; it is disabled by default
7197
7198 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7199
7200         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7201         harder to keep the same registers during a CAST iCode
7202         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7203         long via int can be done in a single cast, if the signedness is
7204         correct.
7205         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7206         putchar() in tinibios.c in ds390's library
7207
7208 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7209
7210         * src/SDCCast.c (decorateType): fixed bug #898889,
7211         cast result of a literal complement too
7212         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7213         fixed check for bitfields
7214
7215 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7216
7217         * src/SDCCicode.c (geniCodeLogic): made it static,
7218         (geniCodeLogicAndOr): added in order to fix bug #905492,
7219         (ast2iCode): fixed bug #905492
7220         * support/regression/tests/bug-905492.c: added
7221         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7222         (processParms): fixed bug #927659: don't copy parms, this will clear
7223         decorated flag
7224         * support/regression/tests/bug-927659.c: added
7225
7226 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7227
7228         * src/SDCCast.c (addCast): don't cast float to char
7229         * device/lib/libsdcc.lib: added _memmove
7230
7231 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7232
7233         * device/lib/large/Makefile: fixed parallel execution by
7234         replacing `make` by `$(MAKE)`
7235
7236 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7237
7238         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7239         offsets (fixes bug #923936)
7240
7241 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7242
7243         * device/lib/small/Makefile: fixed parallel execution by
7244         replacing `make` by `$(MAKE)`
7245
7246 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7247
7248         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7249
7250 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7251
7252         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7253         * src/regression/Makefile: Regression test was not running.
7254
7255 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7256
7257         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7258         complement if possible
7259         * src/SDCCval.c (valComplement),
7260         * src/SDCCicode.c (operandOperation): fixed complement of literal
7261         * support/regression/tests/onebyte.c (testComplement): added
7262
7263 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7264
7265         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7266         return an optimized tree; actually replace actParm with the new tree
7267         * src/SDCCast.h: added some parantheses to remove side effects
7268         * support/regression/tests/bug-920866.c
7269
7270 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7271         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7272         Bit operands were not being handled properly in the pic14 port.
7273         (now src/regression/add.c passes again).
7274
7275 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7276
7277         * src/SDCC.y (labeled_statement): case and default no longer require
7278         a following statement (RFE #893037)
7279
7280 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7281
7282         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7283         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7284         disabled (fixes bug #916294)
7285         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7286         "mov a,acc"; patch provided by Lenny Story
7287         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7288
7289 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7290
7291         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7292         functions
7293         * src/ds390/gen.c (genFunction, genEndFunction),
7294         * src/ds390/ralloc.c (ds390_assignRegisters),
7295         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7296         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7297         pushed if there are parameters passed on the stack. Also, a cleaner
7298         way to decide if r0/r1 should be pushed/popped. (Together they fix
7299         bug #918693)
7300
7301 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7302
7303         * doc/sdccman.lyx,
7304         * device/lib/mcs51/crtpagesfr.asm,
7305         * device/lib/mcs51/crtxinit.asm,
7306         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7307         to avoid confusion with Si Lab's SFRPAGE register.
7308
7309 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7310
7311         * src/SDCCglue.c (emitMaps): allow public sfr variables
7312         * src/SDCCglue.c (initialComments): include compiler build date
7313         with compiler version and put the timestamp of the generated
7314         assembly file on a serperate line to be less confusing.
7315         * src/port.h: added genInitStartup hook
7316         * src/avr/main.c,
7317         * src/ds390/main.c,
7318         * src/hc08/main.c,
7319         * src/pic/main.c,
7320         * src/pic16/main.c,
7321         * src/xa51/main.c,
7322         * src/z80/main.c: genInitStartup initialize as NULL (default to
7323         historical behaviour)
7324         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7325         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7326         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7327         library instead of hard coding it into the compiler.
7328         * support/regression/ports/mcs51-stack-auto/spec.mk,
7329         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7330         * device/lib/mcs51/Makefile,
7331         * device/lib/small/Makefile,
7332         * device/lib/large/Makefile,
7333         * device/lib/mcs51/crtpagesfr.asm,
7334         * device/lib/mcs51/crtstart.asm,
7335         * device/lib/mcs51/crtxclear.asm,
7336         * device/lib/mcs51/crtxinit.asm,
7337         * device/lib/mcs51/crtclear.asm,
7338         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7339         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7340         and into user configurable files.
7341         * device/lib/clean.mk: clean mcs51 directory too
7342         * support/regression/tests/longlit.c: added static to T1 declaration
7343         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7344         accesses in the initialization code
7345
7346 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7347
7348         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7349         OSCTRIMVAL as noted in bug #916008
7350
7351 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7352
7353         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7354         in loops with multiple exits (reported as incorrect registers
7355         used by Martin Helmling in Sdcc-user list)
7356
7357 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7358
7359         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7360         made ds390 register extensions look less like error messages
7361
7362 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7363
7364         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7365         reported by Adam Wozniak in Sdcc-user list
7366
7367 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7368
7369         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7370         arithmetic optimizations, added debug output
7371
7372 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7373
7374         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7375         * sdcc.spec: updated and split sdcc into 3 rpms
7376         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7377         needed for literals of LEFT_OP and '+'
7378         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7379         introduced RESULT_TYPE_NOPROM
7380         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7381         left shift
7382         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7383         limited promotion to int only for '*'
7384         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7385
7386 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7387
7388         * src/pic16/gen.c (genSkip),
7389         (genc16bit2lit), (gencjneshort): commented out
7390         (is_LitOp): new helper function, checks operand type
7391         (genCmpEq): rewritten
7392
7393 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7394
7395         * support/regression/tests/bug-908454.c: added
7396
7397 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7398
7399         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7400         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7401         (geniCodeCast): cosmetic, don't preserve bit storage class
7402         (geniCodeLeftShift): added promotion
7403         (geniCodeLogic): fixed regression
7404         * src/SDCCsymt.c (computeTypeOr): accept bits too
7405         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7406
7407 2004-03-07  Borut Razem <borut.razem AT siol.net>
7408
7409         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7410
7411 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7412
7413         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7414         version of pic16_genPackRegisters which does not check if ic is a
7415         CAST operator,
7416         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7417         function cause string1.c regression test fails
7418
7419 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7420
7421         * sim/ucsim/configure.in,
7422         * sim/ucsim/configure,
7423         * sim/ucsim/doc/Makefile.in: use docdir
7424         * src/SDCC.y: fixed sbit atrributes
7425         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7426         * src/SDCCast.c (decorateType): |^& need special promotion handling
7427         * src/SDCCast.h,
7428         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7429         * src/SDCCsymt.h (computeType),
7430         * src/SDCCicode.c: computeType() needs op
7431         * src/SDCCsymt.c (checkTypeSanity),
7432         * doc/sddman.lyx: "plain" bitfields are unsigned
7433         * src/SDCCsymt.c (computeTypeOr): added
7434         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7435         |^& ops
7436         * src/SDCCval.c (val*): computeType() needs op
7437         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7438         * support/regression/tests/onebyte.c: added tests for |^&
7439
7440 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7441
7442         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7443         for writing icode into asm output.
7444
7445 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7446
7447         * src/pic16/device.c: added some debug lines enabled
7448         with macro DEBUG_CHECK,
7449         * src/pic16/genarith.c: more debug in genPlus,
7450         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7451         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7452         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7453         * (aopForSym): onStack symbols are re-placed in data memspace,
7454         and onStack flag is cleared,
7455         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7456         copy temporary pcodeop,
7457         * (genPcall): added warning for not updating PCLATU,
7458         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7459         always true for pic16 port,
7460         * (genMultOneWord): NEW, supports integer multiplication,
7461         * (genMult): modified to call genMultOneWord,
7462         * (ifxForOp): added warning when return NULL,
7463         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7464         flag is set before call to operandFromSymbol for implicit
7465         added structures,
7466         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7467         options.intlong_rent are set by default,
7468         * (_hasNativeMulFor): modified to allow port generation of integer
7469         multiplication,
7470         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7471         set regtype to REG_SFR for all registers, restricting seting the
7472         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7473
7474 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7475
7476         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7477         more than 500 times in the regression tests
7478
7479 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7480
7481         * support/Util/SDCCerr.h,
7482         * support/Util/SDCCerr.c,
7483         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7484         enumerator_list),
7485         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7486         for symbol conflicts.
7487         * support/valdiags/tests/enum.c,
7488         * support/valdiags/tests/tentdecl.c,
7489         * support/valdiags/tests/struct.c: expect possible error messages
7490         referring to original symbol definitions.
7491         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7492         * src/SDCCsymt.h,
7493         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7494
7495 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7496
7497         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7498
7499 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7500
7501         * src/pic16/ralloc.c (newReg): fixed bug #908929
7502
7503 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7504
7505         * src/ds390/gen.c: added missing #include "main.h"
7506
7507 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7508
7509         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7510         checking if symbol is already in set,
7511         * src/pic16/device.h: prototype for checkAddSym,
7512         * src/pic16/gen.c: (_G): added entry interruptvector,
7513         * (assignResultValue): removed some commented out lines,
7514         * (genFunction): check for ISR via sym->type, absolute section for
7515         interrupt code is created via a new pBlock, the goto instruction is
7516         placed now correctly at the interrupt vector position, changed all
7517         references from ivec to _G.interruptvector,
7518         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7519         is the interrupt is a high priority one, same for return from ISR,
7520         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7521         externs to calls of checkAddSym,
7522         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7523         pic16_pcode_verbose flag is set,
7524         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7525         * src/pic16/pcoderegs.c: message about how many registers are saved
7526         will only be emitted if pic16_pcode_verbose flag is set,
7527
7528 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7529
7530         * src/ds390/ralloc.h,
7531         * src/ds390/ralloc.c (ds390_regWithIdx),
7532         * src/ds390/gen.c (emitcode),
7533         * src/ds390/main.h,
7534         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7535         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7536         ds390operandCompare, getRegsRead, getRegsWritten,
7537         initializeAsmLineNode): customized instruction size calculation for
7538         ds390, started basis for some register optimizations
7539         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7540         corresponding assembly output
7541         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7542         missing push/pop of r0/r1. Optimized push/pops
7543
7544 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7545
7546         * src/mcs51/main.c (instructionSize): fixed ACALL size
7547         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7548
7549 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7550
7551         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7552         the sorting of rlist with NULL elements
7553         * (print_idataType, print_idata): NEW to create idata sections
7554         * src/pic16/device.h: idataSymSet new variable
7555         * src/pic16/gen.c (genFunction): fixed some bugs in string
7556         comparing, improved the absolute section creation for ISRs,
7557         added FSR0L/FSR0H in registers that are saved in an ISR,
7558         * (genInline): fixed the processing of inline snippets,
7559         now they undergo no process by the peephole optimizer
7560         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7561         are placed in idataSymSet,
7562         * (pic16emitStaticSeg): extern symbols are added in externs,
7563         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7564         switching when aboslute variables are placed in access bank memory
7565         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7566         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7567         commented out with #if,
7568         * (pic16_packRegisters): reintroduce the check for CAST because some
7569         symbols are not correctly handled,
7570         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7571         pCodeInstruction instead of pCode,
7572         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7573         pCodeAsmDir definition,
7574         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7575         directive, then the argument directive is emitted without the leading
7576         tab, hack for inline labels which must be in the first column,
7577         * (compareLabel,pic16_findNextInstruction),
7578         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7579         * (insertBankSwitch): modified for the new pCodeAsmDir,
7580
7581 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7582         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7583
7584         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7585         instance,
7586         * (pushSide): commented out with #if,
7587         * (assignResultValue): fixed some typos in saving
7588         registers,
7589         * (genPcall): FIXED and sync'ed with genCall,
7590         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7591         * (genNearPointerGet): fixed to handle some more cases,
7592         implementation scheme via table reads,
7593         * (genConstPointerGet): modified to access code memory correct,
7594         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7595         and improved to handle some cases
7596         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7597         instead of "RETLW" for init data
7598         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7599         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7600         variables are placed in access bank memory (<0x80 and >=0xf80),
7601         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7602         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7603         TBLWT_POSTDEC,TBLWT_PREINC
7604         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7605         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7606         directives
7607         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7608         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7609         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7610         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7611
7612 2004-02-29  Borut Razem <borut.razem AT siol.net>
7613
7614         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7615         support/Util/findme.h, support/Util/system.h: enhance binary relative
7616         search for lib and include by using findProgramPath()
7617
7618 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7619
7620         * src/SDCCpeeph.h,
7621         * src/SDCCpeeph.c (pcDistance),
7622         * src/port.h,
7623         * src/mcs51/ralloc.h,
7624         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7625         * src/mcs51/main.h,
7626         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7627         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7628         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7629         size calculation port specific, started basis for some register
7630         optimizations
7631         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7632         missing push/pop of r0/r1. Optimized push/pops
7633         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7634         * device/lib/_modsint.c (_modsint),
7635         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7636         and stack version so regression tests pass
7637
7638 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7639
7640         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7641         * src/SDCCast.c (decorateType): catch another small optimization
7642         with '?' operator
7643         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7644         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7645         modified to finally use computeType() all over SDCC,
7646         see Feature Request #877103
7647         * src/SDCCval.h: cosmetic
7648         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7649         valCompare(); regression tested in muldiv.c
7650         * support/regression/tests/muldiv.c (testMod): mod sign follows
7651         dividend only
7652
7653 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7654
7655         * src/SDCCast.c (decorateType): fixed bug #902362
7656         * doc/INSTALL.txt: fixed install instructions for win32
7657
7658 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7659
7660         * device/include/Makefile.in (install): fixed by replacing spaces
7661         by tabs
7662         * doc/README.txt,
7663         * doc/INSTALL.txt: updated for release
7664         * doc/sdccman.lyx: added warning for --xstack being buggy
7665
7666 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7667
7668         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7669         to eliminate build warnings.
7670         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7671
7672 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7673            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7674
7675         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7676         removed -penable-stack, added comment for stack pragma, added
7677         warning for not initializing the stack/frame registers, removed
7678         comment at interrupts section
7679
7680         Stack is made permanent, there is no ability to disable stack usage.
7681         * src/pic16/device.h,
7682         * src/pic16/device.c: removed all references to USE_STACK macro,
7683         * src/pic16/device.c (pic16_dump_section): when no elements in
7684         rlist, free rlist before return,
7685         * (pic16_dump_int_registers): NEW, internal registers are a new set
7686         of general purpose registers reused by each function,
7687         * (checkAddReg): returns 1 if registers is added to set,
7688         * (pic16_groupRegistersInSection): when a registers is of type
7689         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7690         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7691         SRCASECMP macro is moved here from device.c
7692         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7693         PO_PCLATU, PO_PRODL, PO_PRODH,
7694         * (pic16_pCodeOpType, genMinus,
7695         changed compares to "a" register, with AOP_ACC,
7696         * (pic16_genPlus): fixed some bugs and indented properly,
7697         * (pic16_addSign): changed size to size+offset in the MOVWF
7698         instruction,
7699         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7700         multiply 8-bit operand by literal, result is 8-bit,
7701         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7702         multiply 2 8-bit operand, result is 8-bit,
7703         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7704         genUMult8X*_16,
7705         * src/pic16/gen.c: changed accUse to contain WREG only,
7706         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7707         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7708         true, do not use immediate addressing any more unless sym is a
7709         pointer in codespace,
7710         * (aopForRemat): do not use immediate addressing when symbol not in
7711         codespace and when symbol's address is requested,
7712         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7713         accUse size (= 1),
7714         * (aopGet): added case for AOP_ACC and don't return "accumulator
7715         bug" but WREG instead,
7716         * (popGetTempReg): pushes contents of temporary register in stack,
7717         * (popReleaseTempReg): pops contents of temporary register from
7718         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7719         * (pic16_popGet): separated case AOP_ACC to return register WREG
7720         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7721         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7722         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7723         the use of immediate pointers to certain cases only.
7724
7725         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7726         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7727         * (assignResultValue, genCall, genRet): modified to use the new
7728         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7729         genPcall is still broken,
7730         * (genFunction): added code to create 'A' type pBlocks when
7731         interrupt functions are generated, code not extensively tested yet,
7732         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7733         * (genEndFunction): modified so ISRs pop stored registers from stack,
7734         * (genMultOneByte): cleanup,
7735         * (AccRsh): added flag andmask, to and result with appropriate mask,
7736         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7737         * (genDataPointerGet): fixed and reenabled its use,
7738         * (genNearDataPointerGet): bugs fixed,
7739         * (genDataPointerSet): bugs fixed,
7740         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7741         pic16_DumpSymbol, pic16_DumpOp,
7742         * src/pic16/genutils.h: function prototypes for the above functions,
7743         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7744         pointers,
7745         * (pic16emitRegularMap): many many many improvements, but needs a
7746         major cleanup,
7747         * src/pic16/main.c: enable_stack in pic16_options is removed,
7748         * (_pic16_parseOptions): removed command line options -penable-stack,
7749         * (_process_pragma): emit stack symbol only when stack pragma is
7750         processed,
7751         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7752         redirected to FSR0L/FSR0H pair,
7753         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7754         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7755         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7756         for immediates,
7757         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7758         * (dumpPicOptype): NEW,
7759         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7760         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7761         with movff instruction,
7762         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7763         added pic16_int_regs, some packRegsFor* functions are commented out,
7764         because produce errors,
7765         * src/pic16/NOTES: minor modifications
7766
7767 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7768
7769         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7770         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7771         --pack-iram.
7772         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7773         * as/mcs51/lkaomf51.c: fixed bug #895763
7774
7775 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7776
7777         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7778
7779 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7780
7781         * doc/sdccman.lyx: added details about the HC08 storage classes and
7782         interrupts, fixed the register usage info for z80 & gbz80
7783
7784 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7785
7786         * doc/sdccman.lyx: added more pic16 port documentation
7787         * device/include/pic16/: added header pic18fregs.h
7788
7789 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7790
7791         * doc/sdccman.lyx: added Vangelis' contribution
7792
7793 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7794
7795         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7796         extend to the next CALL or PCALL, not just to the next CALL.
7797
7798 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7799
7800         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7801
7802 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7803
7804         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7805         bug #895752 and a better fix for bug #716790
7806
7807 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7808
7809         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7810
7811 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7812
7813         * doc/sdccman.lyx: minor changes, minor changed
7814
7815 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7816
7817         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7818         which can't handle SDCC_NEWONEBYTEOPS,
7819         (geniCodeMultiply): removed conversion from mult to shift for pic14
7820         and pic16
7821
7822 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7823
7824         * src/hc08/gen.h,
7825         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7826         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7827         thus fixing bug #895406
7828
7829 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7830
7831         * device/lib/_modsint.c,
7832         * device/lib/_modslong.c: sign follows divisor only
7833         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7834         signs or signedness can be ignored
7835         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7836         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7837         added optimization for IFX,
7838         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7839         arguments;
7840         reenabled optimization for IFX, which was removed on 2004-01-11
7841         * src/SDCCast.h: added return type IFX
7842         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7843         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7844         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7845         SDCC_OLDONEBYTEOPS selects the old behaviour
7846         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7847         changed again and commented promotion rule
7848         * src/SDCCval.c (valDiv): promotion no longer necessary
7849         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7850         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7851         rewritten
7852         * support/regression/tests/onebyte.c: added
7853
7854 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7855
7856         * gen.c (genInline): reverted to old code for assemnling inline
7857         code because of bug reported James Chadd
7858
7859 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7860
7861         * ralloc.h: missing declarations from previous patch,
7862         seems that patch for ralloc.h was never applied, fixed
7863
7864 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7865            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7866
7867         * pcode.c,
7868         * pcode.h,
7869         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7870         indirect addressing. Marked FSR0 as deprecated
7871         * gen.c (pointerCode): commented out, not needed now
7872         (pic16_popGet2p): new MOVFF helper function
7873         (genGenPointerGet),
7874         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7875         (shiftRLong): removed duplicate debugging info
7876
7877 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7878
7879         * src/ds390/gen.c (genNearPointerGet),
7880         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7881         optimization with bits, but not bitfields.
7882         * src/ds390/ralloc.c (packRegisters),
7883         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7884
7885 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7886
7887         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7888
7889 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7890
7891         * src/SDCCsymt.h,
7892         * src/SDCCicode.c (operandFromSymbol),
7893         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7894         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7895         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7896         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7897         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7898         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7899         bug #892038
7900         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7901         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7902         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7903         * src/SDCCsymt.c (newSymbol),
7904         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7905         enumerator_list),
7906         * src/SDCCval.h,
7907         * src/SDCCval.c (newiList): fixed bug #885705
7908
7909 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7910
7911         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7912         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7913
7914 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7915
7916         * device/include/c8051f120.h,
7917         * device/include/c8051f300.h,
7918         * device/include/c8051f310.h: added/updated header files for Silicon
7919         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7920         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7921         in new section Submitting patches
7922
7923 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7924
7925         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7926         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7927         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7928         genGenPointerSet),
7929         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7930         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7931         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7932         genGenPointerSet),
7933         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7934         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7935         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7936         genGenPointerSet),
7937         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7938         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7939         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7940         genGenPointerSet): fixed bug #892400
7941         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7942         to eliminate build warnings.
7943         * src/SDCCast.c (processParms),
7944         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7945         fixed bug 751859
7946         * support/valdiag/valdiag.py: added GCC to the list of defines active
7947         when compiling with gcc
7948
7949 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7950
7951         * support/Util/SDCCerr.h,
7952         * support/Util/SDCCerr.c,
7953         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7954         with an incomplete type (fixed bug #883734)
7955         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7956
7957 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7958
7959         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7960
7961 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7962
7963         * src/SDCCast.c (decorateType),
7964         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7965         function pointer implementation
7966         * support/regression/tests/funptrs.c: added tests to verify both forms
7967         of function pointers work correctly. Added tests to verify parameters
7968         are passed in the correct order.
7969
7970 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7971
7972         * device.c (regCompare): registers are sorted by ascending
7973         address and increasing size,
7974         * main.c (_pic16_finaliseOptions): removed the declaration
7975         of compiler macro MCU. Now a macro of the format pic18fxxxx
7976         will be defined from the command line
7977
7978 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7979             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7980
7981         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7982         PCOP_RLCF was overwritten!
7983         * gen.c (genSkip): commented out calls to pic16_emitcode,
7984         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7985         * (genlshTwo),
7986         * (genRRC): added debugging info,
7987         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7988         overwritten while shifting,
7989         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7990         overwritten while shifting,
7991         * (AccLsh),
7992         * (AccRsh),
7993         * (shiftLLeftOrResult),
7994         * (shiftRLeftOrResult),
7995         * (shiftRLong),
7996         * (shiftLLong): Implemented with pic16_emitpcode
7997         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7998         * (genLeftShift): Fixed bug, operand for shift by variable always
7999         was "and"ed with 0x0f,
8000         * (genLeftShiftLiteral),
8001         * (genrshTwo),
8002         * (genRightShiftLiteral): added debugging info,
8003         * (genrshFour): added comment,
8004         * (genRightShift): determined signedness from operand "left"
8005         instead of "result"
8006
8007 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * src/SDCCicode.c (geniCodeParms),
8010         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8011         function pointers, fixed function pointer bugs #861242 and #861896
8012
8013 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8014
8015         * device/include/c8051f000.h,
8016         * device/include/c8051f120.h,
8017         * device/include/c8051f300.h: added header files for Silicon
8018         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8019
8020 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8021
8022         * src/SDCCast.c (processParams): added new type flow and restructured
8023         (gatherAutoInit): added new type flow
8024         (addCast): cosmetic changes
8025         (getLeftResultType): added new type flow for array indices, patch
8026         provided by Stas, see FR #877103
8027         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8028         array index patch by Stas
8029         * src/SDCCast.h: added prototype getResultTypeFromType()
8030         * src/SDCCval.h,
8031         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8032         * src/pic/glue.c (pic14emitStaticSeg),
8033         * src/pic16/glue.c (pic16emitStaticSeg),
8034         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8035         for initialization of symbols
8036         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8037         * support/Util/SDCCerr.h:
8038         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8039         * .version: bumped version number to 2.3.8
8040         * device/include/Makefile.in (install),
8041         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8042         avoid warnings
8043
8044 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8045
8046         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8047         Slade Rich fixed an optimization bug
8048         * src/pic/pcodepeep.c,
8049         * src/pic/pcoderegs.c
8050         * doc/Makefile (install): added test for directory
8051
8052 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8053
8054         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8055         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8056         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8057         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8058         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8059         * as/mcs51/asexpr.c (term),
8060         * as/hc08/asexpr.c (term): fixed bug #887146
8061
8062 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8063
8064         * src/z80/gen.c (genMult): handle single byte result product
8065         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8066         DUMMY_READ_VOLATILE (fixed bug #886367)
8067
8068 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8069
8070         * support/regression/tests/libmullong.c: fixed logic, on little endian
8071         hosts we ended without a mullong_wrapper()
8072
8073 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8074
8075         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8076         virus/worm forged address usage.
8077
8078 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8079
8080         Fixed promotion, it should be done on AST level:
8081         * src/SDCCast.c (addCast): added promotion to int
8082         (decorateType): updated call to upCast()
8083         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8084         usualUnaryConversions()
8085
8086 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8087
8088         * support/regression/tests/literalop.c (mulWrapper): Added a
8089         wrapper to remove integer overflow warnings.
8090
8091         * support/regression/tests/float_trans.c: Made work on host.
8092
8093         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8094         location of sz80.
8095
8096         * support/regression/generate-cases.py (main): Changed from inline
8097         to a main method.
8098
8099         * doc/Makefile (install): Changed to depth first to get rid of
8100         missing directory install warning.
8101
8102         * as/Makefile (install-doc): Made work on Mac.
8103
8104 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8105
8106         * src/SDCCast.c: added an additional type flow in decorateType() of
8107         opposite direction, see feature request #860006; it's enabled at runtime
8108         by setting the environment variable SDCC_NEWTYPEFLOW
8109         * src/SDCCast.h: changed prototype of decorateType()
8110         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8111         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8112         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8113         see feature request #877103
8114         * src/SDCCval.c: updated call of decorateType()
8115         (valBitwise): fixed bug #882876
8116         (valMinus): added promotion
8117         (valLogicAndOr): result is unsigned
8118         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8119         * src/SDCCsymt.c (computeType),
8120         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8121         must not cause an unsigned operation
8122         * src/pic/glue (pic14emitRegularMap),
8123         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8124
8125 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8126
8127         * src/pic/pcode.c (PCodeID): commented out left over debug code
8128
8129 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8130
8131         * support/valdiag/tests/overflow.c: added shift tests
8132         * src/pic/device.c,
8133         * src/pic/gen.c,
8134         * src/pic/gen.h,
8135         * src/pic/glue.c,
8136         * src/pic/main.c,
8137         * src/pic/pcode.c,
8138         * src/pic/pcode.h,
8139         * src/pic/pcodepeep.c,
8140         * src/pic/pcoderegs.c,
8141         * src/pic/ralloc.c,
8142         * src/pic/ralloc.h: applied patch from Slade Rich;
8143         added support for multiple code pages and multiple RAM banks on the
8144         PIC 14 port. The ASM files now no longer simply assume all the
8145         code / RAM are in the same page / bank. This means the linker can
8146         safely allocate code/RAM of separate ASM files to different pages/banks.
8147         * doc/sdccman.lyx: added Slade's tips
8148         * src/mcs51/peeph.def: fixed bug #880768
8149
8150 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8151
8152         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8153         * src/SDCCast.c (decorateType): fixed bug #880197
8154
8155 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8156
8157         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8158         getopt.h.
8159
8160         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8161         strtof is not part of C89 and isn't included with Mac OS X.
8162
8163 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8164
8165         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8166         shiftL2Left2Result): fixed bug #879326
8167         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8168         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8169         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8170         address fetch for clr instruction
8171         * device/lib/hc08/_mulint.c: created optimized assembly version
8172         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8173
8174 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8175
8176         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8177         proposed in FR #877103
8178
8179 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8180
8181         * src/SDCCval.c (cheapestVal): added missing checks
8182         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8183         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8184
8185 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8186
8187         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8188         equal operands
8189
8190 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8191
8192         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8193         loaded with the linker search paths (-L arguments) and the libraries
8194         to be linked with the current source (-l arguments). Changes
8195         currently will affect only the pic16 port.
8196         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8197         include path the port specific paths and port specific libraries,
8198         * gplink command now contains the $3 argument,
8199         * src/pic16/device.h,
8200         * src/pic16/device.c,: structure PIC_device is made public and
8201         renamed to PIC16_device, the same for variable Pics which is renamed
8202         to Pics16. Updated all references to them.
8203         * src/pic16/glue.c (pic16glue): corrected bug with code
8204         initialization which bypassed the variable initializations block.
8205
8206         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8207         COMPILE_FLAGS and added the --nostdinc option
8208
8209 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8210
8211         * device/include/mc68hc908jb8.h: Register defs for another member
8212         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8213
8214 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8215
8216         Documenting changes from previous commits.
8217         * configure.in (version 1.56),
8218         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8219         when generating output files to configure the pic16 library,
8220         but now I've commented it out, since gputils aren't installed in the
8221         SF compile farm, so library won't compile
8222
8223         * device/lib/Makefile.in (version 1.56): initially I've added in
8224         target 'all' the prerequestive 'model-pic16' so it compiled the
8225         pic16 library, but now I've commented it out for the same reasons
8226         above,
8227         * added targets 'model-pic16' and 'objects-pic16' to compile the
8228         library
8229         * added target 'port-specific-objects-pic16' to handle the
8230         generated libraries and copy them into the build/ directory
8231         * added target 'clean-intermediate-pic16' to clean intermediate
8232         files into pic16 directory
8233         * in target 'installdirs' added line to create directory pic16 in
8234         the installation path
8235
8236         * device/include/Makefile.in (version 1.11): in target 'install'
8237         added lines to copy all header files to installation path,
8238         * in target 'installdirs' added line create directory for pic16
8239         headers in the installation path
8240
8241 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8242
8243         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8244          a function call
8245
8246 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8247
8248         * configure,
8249         * device/lib/configure.in,
8250         * device/lib/configure: fixed for autoconf 2.57
8251
8252 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8253
8254         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8255         option so that it actually works. Made it specific to the z80, since
8256         the gbz80 doesn't have these kinds of I/O ports.
8257
8258 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8259
8260         * device/include/z180.h,
8261         * device/lib/_memcpy.c,
8262         * device/lib/_memmove.c,
8263         * device/lib/_mulint.c,
8264         * device/lib/ser_ir.c,
8265         * device/lib/ser_ir_cts_rts.c,
8266         * device/lib/_strcmp.c,
8267         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8268         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8269         portmode; added deprecation warning for bank= and protmode= forms.
8270         Also, guard against buffer overflow.
8271         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8272
8273 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8274
8275         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8276         changed interrupt vector table generation to only emit declared vectors.
8277         * device/include/Makefile.in: added missing backslash
8278         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8279
8280 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8281
8282         Mainly changes to support compilation of the device libraries
8283         * src/pic16/device.c: stack is allocated via symbol and not
8284         via literal number. The symbol is placed in the corresponding
8285         position of the data ram
8286         * (pic16_dump_section): relocatable and absolute uninitialized
8287         data are now emitted in sorted order to reduce section naming,
8288         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8289         weren't marked as being in the access bank,
8290
8291 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8292
8293         Added portion of GNU PIC Library under the directory
8294         device/include/pic16 and device/lib/pic16. These files
8295         contain the declarations of SFRs for the PIC18Fxx2 devices.
8296         The directory is initialized via configure from toplevel.
8297
8298 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8299
8300         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8301         the spilllocations to be compared correctly
8302
8303 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8304
8305         * src/SDCCast.c (decorateType): fixed bug introduced today
8306
8307 2004-01-12  Borut Razem <borut.razem AT siol.net>
8308
8309         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8310         doc/sdccman.lyx: upper case pragmas are deprecated
8311
8312 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8313
8314         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8315         in simpler and even better code
8316
8317 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8318
8319         * src/SDCCicode.c (operandOperation): fixed bug #874819
8320         * src/SDCCast.c (decorateType): fixed
8321         char foo (unsigned long ul) { return ul > 0; }
8322
8323 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8324
8325         * doc/sdccman.lyx: Moved and added some sections, small changes
8326         all over. Telling LaTeX to be less strict with word spacing
8327         to better keep the right margin. Changed some notes about
8328         maintainance of the ports in section 3.2.1 - is it OK like this?
8329
8330 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8331
8332         SDCC source changes:
8333         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8334         convilong): modified to inform the pic16 port that builtin functions
8335         are external
8336
8337         PIC16 PORT specific changes:
8338         * src/pic16/device.c pic16_dump_equates() added,
8339         processor registers declared internally by the port are emitted in
8340         the translation as equates,
8341         * src/pic16/gen.c: inline code is passed unprocessed to the
8342         translation,
8343         * (pic16_popGetLit2): fnuction modified to take second operand as
8344         pCodeOp pointer and not as literal,
8345         * (popRegFromIdx): prefixed with pic16_,
8346         * (pic16_popCombine2): modified to receive already allocated pCode
8347         operands,
8348         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8349         * (genFunction): initializes local stack frame and pushes on stack
8350         all the registers used by this function,
8351         * (genEndFunction): restores all registers from stack and restores
8352         stack frame,
8353         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8354         improvements,
8355         * (pic16glue): changed the program startup sequence,
8356         * added new dbName code 'A' for functions placed in absolute section
8357         * src/pic16/main.c: added function attribute _naked,
8358         * added pragma 'code' to place a fnuction at an absolute address,
8359         * added command line arguments --debug-ralloc and --pcode-verbose,
8360         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8361         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8362         * (pic16_newpCodeOpLit2): modified to take the second operand as
8363         pCodeOp pointer,
8364         * (pic16_printpBlock): modified to emit each function in a separate
8365         section,
8366         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8367         UPPER for immediate operands,
8368         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8369         instruction,
8370         * src/pic16/peeph.def: all peepholes with movff are commented out,
8371         because there is a problem in the pcode peep optimizer,
8372         * src/pic16/ralloc.c: the register allocator can now reuse local
8373         function symbols for another function. This saves register usage.
8374         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8375
8376         Added file src/pic16/NOTES with information about program writing on
8377         the current port version.
8378
8379 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8380
8381         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8382         and peephole 252 (array access)
8383
8384 2004-01-09  Borut Razem <borut.razem AT siol.net>
8385
8386         * src/SDCCmain.c : fixed #872250: -l command line defined library
8387           files are scanned before standard library files
8388
8389 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8390
8391         * src/SDCCast.c (decorateType): fixed bug #874046
8392
8393 2004-01-09  Borut Razem <borut.razem AT siol.net>
8394
8395         * support/scripts/sdcc.nsi: remove previous installation
8396
8397 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8398
8399         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8400         bytes for last interrupt vector (mcs51)
8401         * sdcc.spec: fixed typo
8402
8403 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8404
8405         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8406         gen51Code): more efficient parameter receive for --model-large
8407         ("bug" #845294)
8408
8409 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         * src/ds390/main.c,
8412         * src/z80/main.c: added missed needLinkerScript flags (more than
8413         one port structure defined in these file)
8414         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8415         bug #795325
8416
8417 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8418
8419         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8420         * src/port.h: added flag needLinkerScript in port->linker
8421         structure to inform whether to create a .lnk file or not,
8422         * src/avr/main.c,
8423         * src/ds390/main.c,
8424         * src/hc08/main.c,
8425         * src/mcs51/main.c,
8426         * src/pic/main.c,
8427         * src/pic16/main.c,
8428         * src/xa51/main.c,
8429         * src/z80/main.c: changed appropriately to configure
8430         needLinkerScript flag
8431         * src/pic/gen.c,
8432         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8433         * src/pic/glue.c: added variable udata_section_name to
8434         override default uninitialized data segment definition for
8435         devices only with SHAREBANK memory (reported from Erik Epetrich)
8436         * (pic14emitOverlay): modified to emit a commented overlay segment
8437         directive when no overlay data exist
8438         * (picglue): modified to emit uninitialized data segment
8439         according to udata_section_name
8440         * src/pic/main.c (_pic14_parseOptions): added command line
8441         options --udata-section-name=[name] to override default
8442         udata definition name
8443         * modified _linkCmd and _asmCmd to include compiler passed
8444         arguments via -W option
8445         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8446         object file from '.rel' to '.o' in port->linker structure,
8447         changed size of fptr from 2 to 3 in port structure
8448
8449 2004-01-07  Borut Razem <borut.razem AT siol.net>
8450
8451         * support/scripts/sdcc.nsi: update PATH
8452         * support/scripts/sdcc.ico: craeted
8453
8454 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8455
8456         * device/include/Makefile.in: fix install
8457         * doc/Makefile: fix install
8458
8459 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8460
8461         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8462         in bug #860505
8463         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8464         how the function variable allocation summary is displayed; also
8465         include information about variables allocated to the overlay
8466         segment
8467
8468 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8469
8470         * as/mcs51/lkmain.c: Help about -Y option
8471         * as/mcs51/lkarea.c: Fixed gcc warnings
8472
8473 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8474
8475         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8476         fixed warning
8477         * support/valdiag/tests/overflow.c: added
8478         * src/SDCCast.c (decorateType),
8479         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8480         LEFT_OP (left shift)
8481
8482 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8483
8484         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8485         (default behaviour).
8486
8487 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8488
8489         A python script to validate compiler diagnostic messages. It can be
8490         used to verify that sdcc complains about bad c source code and
8491         gives a good location of the error.
8492         * support/valdiag/Makefile,
8493         * support/valdiag/valdiag.py,
8494         * support/valdiag/tests/*
8495
8496 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8497
8498         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8499         * src/SDCCsymt.c (newEnumType),
8500         * src/SDCCsymt.h
8501         * support/Util/SDCCerr.c,
8502         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8503         enum related bugs.
8504         * support/regression/tests/enum.c: added test for enum values that
8505         require at least 2 bytes of storage.
8506
8507 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8508
8509         * src/common.h: added ifndef/define/endif macros
8510         around the header file.
8511         Bug reported from Jesus Calvino-Fraga
8512
8513 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8514
8515         * sdcc.spec: updated
8516         * device/include/Makefile.in: don't install CVS directories
8517         * device/lib/Makefile.in: added removal of CVS directories after install
8518         * doc/Makefile: fixed install, added local_icons
8519         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8520         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8521         * src/ds390/gen.c (genRightShift): fixed bug #870788
8522         * src/SDCCast.c (decorateType): fixed bug #870781
8523
8524 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8525
8526         PIC16 port related changes:
8527         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8528         added variable stackPos,
8529
8530         * gen.c: genCall, assignResultValue: added support for
8531         pushing/retrieving function parameters to/from stack,
8532         genFunction,genEndFunction: setup stack frame for the
8533         generated function,
8534         genAddrOf: will be changed according to bug 863624
8535
8536         * added files genutils.c and genutils.h which contain gen*
8537         debugged and optimised functions extracted from gen.c
8538
8539         * glue.c: added variable 'externs' which holds extern symbols,
8540         pic16emitRegularMap: is modified to properly handle relocatable
8541          symbols under the new scheme,
8542         pic16createInterruptVect: is modified
8543         pic16printPublics: is modified to emit 'global' assembler directives,
8544         added pic16_printExterns to print extern symbols,
8545         pic16glue: initializes stack/frame pointer in the beginning of
8546         the assembly output. Temporary hack, will be corrected later,
8547         because gplink yet does not support stack and SDCC does not
8548         yet support a type of crt0.o object to create the final binary.
8549
8550         * Removed many lines that contain 8051 legacy code.
8551         * The code is finally placed under a 'code' directive.
8552         * Added port specific options.
8553
8554         * _process_pragma: simplified since now we do not need *special*
8555         include file to define SFR registers. But a separate header
8556         will be needed. This will be developed later.
8557         * _pic16_parseOptions: added, parses port specific options:
8558         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8559         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8560         --preplace-udata-with=
8561
8562         * _pic16_setDefaultOptions: modified to initialize section names,
8563         but hack is temporarly out of order since it needs improvement.
8564         * _pic16_genAssemblerPreamble: configuration words are emitted by
8565         their address instead of their name. This part is incomplete and
8566         supports only the 18Fxx2 devices. Other devices will emit an error
8567         during assembly since they do not contain the same set of config
8568         registers
8569         * _pic16_genIVT: is modified,
8570
8571         * pcode.c: added definitions for some hardware registers that are needed
8572         for stack support
8573         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8574         All PCI entries are updated. Now LFSR is supported.
8575         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8576         * added pic16_newpCodeOpLit2 to support instructions with
8577         two literal arguments
8578         * pic16_pCode2str: corrected code that emits assembler instructions
8579         with two literal operands and those that have an access bit modifier
8580         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8581         this fixes a bug which caused some labels to be lost, when an
8582         assembler directive was added, i.e. banksel,
8583         * pic16_FixRegisterBanking: improved logic that causes the insertion
8584         of bank switching,
8585         * InlineFunction: functions that are called once, are not any more
8586         inlined. This can be a port option in the future,
8587
8588         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8589
8590         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8591         hold the corresponding uninitialized symbols,
8592         * pic16_allocProcessorRegister: registers have explicit marked the
8593         accessBank field,
8594         * pic16_allocInternalRegister: registers are explicit marked as
8595         not used,
8596         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8597         processing list, so bit registers were lost,
8598         *
8599
8600         * ralloc.h: added field 'accessBank' and original symbol operand
8601         in register definition,
8602         * removed the field isMapped from register definition,
8603
8604         ** Several functions have been removed from various sources:
8605         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8606         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8607         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8608         pic16_assignRelocatableRegisters
8609
8610         ** others have been introduced:
8611         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8612         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8613
8614 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8615
8616         * support/scripts/inc2h.pl: changed definition of BIT_AT
8617         to emit 'sbit at' instead of 'bit at'. This was a request.
8618
8619         PIC16 port related preliminary changes:
8620         * gen.c: prefixed function popRegFromString with
8621         pic16_ and all references to it corrected
8622         * pcode.c: all pic16_pc_* hardware registers prefixed
8623         with underscore (_),
8624         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8625         * ralloc.c: newReg(): when register is REG_SFR then
8626         set address to rIdx,
8627         pic16_allocProcessorRegister(): marks register wasUsed=0
8628         pic16_writeUsedRegs(): added a call to assign processor
8629         registers via pic16_assignFixedRegisters
8630
8631 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8632
8633         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8634         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8635         variables in unused register banks.  Also the SSEG is placed
8636         wherever there is enough space for it, and IDATA can be anywhere
8637         in internal RAM.  For now compile using -Wl-Y[stack_size].
8638         The mem file is different for this option as well, since it
8639         makes no sense of talking about DSEG lenght.
8640
8641 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8642
8643         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8644         in certain cases, e.g. when ROM assignment, patch provided
8645         from Albert den Haan.
8646
8647 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8648
8649         Many signedness and type propagation fixes:
8650         * src/SDCCicode.c: made geniCodeCast() static
8651         replaced SPEC_ by IS_ (cosmetic)
8652         (operandOperation): fixed div and mod operation
8653         (usualBinaryConversions): added support for promotion of char
8654         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8655         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8656         (geniCodeAdd): an array index will stay unsigned, even if promoted
8657         from char to int
8658         (geniCodeArray): ditto
8659         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8660         * src/SDCCsymt.c (computeType): added more support for char;
8661         promotion of char is selectable by promoteCharToInt, fixed signedness
8662         for all cases
8663         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8664         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8665         * src/SDCCval (val*): replaced signedness calculation by
8666         computeType()
8667         rearranged if-branches (cosmetic)
8668         (valShift): added warning W_SHIFT_CHANGED
8669         (valCompare): fixed problem with different types
8670         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8671         * support/regression/tests/literalop.c: added many cases
8672         * support/regression/tests/ast_constant_folding.c: changed finally to
8673         'unsigned int'
8674         * .version: new year, new version: 2.3.7
8675         * src/SDCCmain.c (main): applied patch #866468
8676         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8677         provided by Scott Bronson
8678         * doc/sdccman.lyx: updated documentation for sdcdb
8679         updated and added chapter tips
8680
8681 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8682
8683         * src/SDCCsymt.h: missing from yesterday's commits
8684
8685 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8686
8687         * src/SDCC.y (struct_or_union_specifier),
8688         * support/Util/SDCCerr.c,
8689         * support/Util/SDCCerr.h: verify that struct & union tags are used
8690         as declared.
8691
8692 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8693
8694         * src/SDCCglobl.h: missing from yesterday's commits
8695
8696 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8697
8698         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8699         sft_attributes, struct_declaration, parameter_declaration,
8700         type_name, start_block, declaration_list),
8701         * src/SDCC.lex (check_type): support redefinition of typedef names
8702
8703 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8704
8705         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8706         aligned xdata arrays. Erik helped me with the if clause.
8707
8708 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8709
8710         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8711         warning
8712
8713 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8714
8715         * src/SDCCast.h,
8716         * src/SDCCast.c (newAst_),
8717         * src/SDCCicode.h,
8718         * src/SDCCicode.c (ast2iCode, newiCode),
8719         * src/SDCCglobl.h,
8720         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8721         expr, statement, expression_statement, selection_statement,
8722         iteration_statement, expr_opt, jump_statement): foundation for tracking
8723         sequence points
8724         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8725         point code too)
8726
8727 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8728
8729         * support/Util/SDCCerr.c,
8730         * src/SDCCast.h,
8731         * src/SDCCast.c (createCase, createDefault, decorateType),
8732         * src/SDCClabel.c (labelUnreach),
8733         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8734         to error messages.
8735         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8736         (with thanks to Stas Sergeev)
8737         * device/include/time.h,
8738         * device/lib/time.c (CheckTime): suppress unreachable code warning
8739
8740 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8741
8742         * src/SDCCast.c (createIvalCharPtr),
8743         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8744         bug #753752)
8745         * support/regression/tests/nullstring.c: tests for these two bugs
8746
8747 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8748
8749         * support/Util/SDCCerr.h,
8750         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8751         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8752         about storage class and 'at' used inside struct or union
8753         * src/SDCCBBlock.c (iCodeFromeBBlock),
8754         * src/SDCCcse.c (ifxOptimize),
8755         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8756         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8757         printIval, emitStaticSeg, emitOverlay),
8758         * src/SDCClabel.c (deleteIfx),
8759         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8760         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8761         gatherAutoInit, processParms),
8762         * support/Util/SDCCerr.h,
8763         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8764         reporting for post-parse errors.
8765
8766 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8767
8768         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8769         implicit casts via union; they don't work on big endian systems
8770         (possible fix for bug #861138)
8771
8772 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8773
8774         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8775         * src/mcs51/main.c: fixed the fix for bug #737001
8776
8777 2003-12-15  Borut Razem <borut.razem AT siol.net>
8778
8779         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8780
8781 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8782
8783         * support/makebin/makebin.c: put output in binary mode
8784
8785 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8786
8787         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8788         xdata and data memory on startup. Set the environment variable
8789         SDCC_NOGENRAMCLEAR to disable this.
8790         * src/mcs51/peephole.def,
8791         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8792         (allows non-interrupt and interrupt code to safely compete for a resource
8793         without the non-interrupt code having to disable interrupts)
8794
8795 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8796
8797         * src/SDCCicode.c (geniCodeAdd),
8798         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8799         with valFromType if type might be a pointer and host is big endian).
8800         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8801         types, not just integer types.
8802         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8803         multiply defined with mismatching "at" address.
8804
8805 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8806
8807         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8808         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8809         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8810         with embedded nulls (fixed bug #753752)
8811
8812 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8813
8814         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8815         Apparently this did not see much testing (endless loop)
8816
8817 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8818
8819         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8820
8821 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8822
8823         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8824         gracefully handle NULL memmap pointers
8825
8826 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8827
8828         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8829         instead of deleting the iCode when an operand is volatile
8830         * src/z80/gen.c (genDummyRead),
8831         * src/mcs51/gen.c (genDummyRead),
8832         * src/ds390/gen.c (genDummyRead),
8833         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8834         not just IC_RIGHT
8835         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8836         * src/SDCC.y: fixed bug #850420
8837
8838 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8839
8840         Applied z80 i/o port patch from Peter Townson and fixed some operators
8841         to better handle operands in A register.
8842         * device/include/z180.h
8843         * src/SDCC.y
8844         * src/SDCCglue.c
8845         * src/z80/gen.c
8846         * src/z80/gen.h
8847         * src/z80/main.c
8848         * src/z80/peeph-z80.def
8849         * src/z80/peeph.def
8850         * src/z80/z80.h
8851
8852 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8853
8854         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8855
8856 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8857
8858         * device/lib/hc08/_mullong.c: Removed extra #endif
8859
8860 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * sim/ucsim/hc08.src/inst.cc,
8863         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8864         carries from x to h
8865         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8866         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8867         * device/include/stdarg.h: fixed varargs for hc08
8868         * device/lib/Makefile.in,
8869         * device/lib/hc08/Makefile,
8870         * device/lib/hc08/_mulint.c,
8871         * device/lib/hc08/_mullong.c: fixed some endian problems
8872
8873 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8874
8875         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8876         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8877         * device/lib/_gptrget.c,
8878         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8879
8880 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8881
8882         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8883         * src/SDCCast.c (astErrors): fixed bug #846007
8884         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8885
8886 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8887
8888         * src/SDCCast.c (decorateType): disabled a transformation I added in
8889         revision 1.188 (access to fields of a structure at an absolute address);
8890         it breaks with bitfields, extern declarations, and gcse analysis.
8891         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8892         could be assigned through a pointer, so don't complain.
8893         * src/SDCCast.c (astErrors),
8894         * src/SDCCast.h,
8895         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8896
8897 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8898
8899         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8900         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8901         output of __config directives, since gpasm now supports them
8902         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8903         pre-processor macro, i.e. -DMCU=p18f452
8904         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8905         and modified to handle 'cast' icode similarly to '=' icode
8906         * src/pic16/device.h (typedef struct PIC_device): added field
8907         'extMIface' to indicate that chip has external memory interface
8908         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8909         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8910         18F8720
8911
8912 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8913
8914         * src/SDCC.y (pointer): fixed bug #846006
8915         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8916         * src/SDCCast.c (decorateType): fixed bug #846009
8917         * src/ds390/peeph.def,
8918         * src/ds390/gen.c (genAnd, genOr),
8919         * src/mcs51/peeph.def,
8920         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8921
8922 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8923
8924         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8925         * src/SDCCdflow.c
8926         * src/SDCCcse.c
8927         * src/SDCCcse.h
8928         * src/SDCCBBlock.h
8929         * src/SDCCBBlock.c
8930
8931 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8932
8933         fixed bug #845089
8934         * src/SDCCbitv.h,
8935         * src/SDCCbitv.c: added function to free a bitvector
8936         * src/SDCClrange.h,
8937         * src/SDCClrange.c: added function to recompute the liveranges
8938         * src/avr/ralloc.c,
8939         * src/ds390/ralloc.c,
8940         * src/hc08/ralloc.c,
8941         * src/mcs51/ralloc.c,
8942         * src/pic/ralloc.c,
8943         * src/pic16/ralloc.c,
8944         * src/xa51/ralloc.c,
8945         * src/z80/ralloc.c: recompute the liveranges after register packing
8946
8947 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8948
8949         * src/SDCCloop.c (newInduction): fixed bug #845630
8950
8951 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8952
8953         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8954         inadvertantly left behind from my 2003-11-12 change
8955
8956 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8957
8958         Updated headers I neglected to commit yesterday.
8959         * src/SDCClrange.h,
8960         * src/SDCCicode.h
8961
8962 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8963
8964         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8965         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8966         * src/SDCCopt.c (eBBlockFromiCode),
8967         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8968         the creation of the key hash table from the sequencing so it can be used
8969         earlier (for some GCSE bug fixes still pending)
8970
8971 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8972
8973         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8974         * support/regression/tests/addsub.c: testing genPlus shortcut
8975
8976 2003-11-15  Borut Razem <borut.razem AT siol.net>
8977
8978         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8979
8980 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8981
8982         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8983         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8984         ordering is immaterial.
8985         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8986
8987 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8988
8989         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8990         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8991         (SIGSEV) of bug #840381
8992         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8993         unlink new file before rename if new and old filenames are the same)
8994
8995 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8996
8997         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8998         uninitialized variables) for the mcs51. Set environment variable
8999         SDCC_GENRAMCLEAR to test.
9000         xdata initialization slightly shorter
9001
9002 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9003
9004         * src/SDCCsymt.h,
9005         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9006         #838241 & 780691 (basicly the same bug)
9007         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9008         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9009
9010 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9011
9012         * src/SDCCmain.c (linkEdit): "fix" #834252
9013
9014 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9015
9016         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9017         * src/SDCCast.h,
9018         * src/SDCC.y: fixed bug #819403
9019
9020 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9021
9022         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9023         the reentrant attribute.
9024         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9025         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9026         simulation
9027         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9028         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9029         erroneously reduced to a literal.
9030         * src/hc08/ralloc.c (packRegisters, rematStr),
9031         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9032         some cases
9033
9034 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9035
9036         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9037         * doc/sdccman.lyx: changed from 'article' to 'book'
9038         * doc/Makefile: readded test_suite_spec and cdbfileformat
9039
9040 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9041
9042         * device/include/stdlib.h: include malloc.h to comply with ANSI
9043         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9044
9045 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9046
9047         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9048         * doc/clean.mk: also remove *.out files
9049         * doc/sdccman.lyx: some additions, larger top/bottom margins
9050
9051 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9052
9053         * src/SDCC.y: fixed bug #837365
9054         * support/regression/tests/bitopcse.c
9055         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9056         a symbol (might be valop instead)
9057         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9058         * device/lib/clean.mk: added hc08 to the cleaning list
9059
9060 2003-11-04  Borut Razem <borut.razem AT siol.net>
9061
9062         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9063           made 2003-11-04
9064         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9065           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9066           malloc is declared in standard stdlib.h
9067
9068 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9069
9070         * device/lib/hc08/Makefile: need to clean .rel not .o files
9071         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9072
9073 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9074
9075         * src/port.h,
9076         * src/hc08/main.c,
9077         * src/mcs51/main.c,
9078         * src/ds390/main.c,
9079         * src/z80/main.c,
9080         * src/avr/main.c,
9081         * src/pic/main.c,
9082         * src/pic16/main.c,
9083         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9084         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9085         tests (which uses the port's oclsExpense function)
9086         * src/SDCC.y,
9087         * src/SDCCast.c,
9088         * src/SDCCicode.c,
9089         * src/hc08/gen.c,
9090         * src/ds390/gen.c,
9091         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9092
9093 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9094
9095         * src/SDCCcse.c (ifxOptimize),
9096         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9097         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9098         deleting the IFX iCode.
9099         * src/hc08/ralloc.c: reduced unneeded slocs
9100         * src/hc08/gen.c: fixed bug in asmopToBoolean
9101
9102 2003-11-04  Borut Razem <borut.razem AT siol.net>
9103
9104         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9105           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9106           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9107           transferred to configure
9108
9109 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         Use headers defined in the C[++] standards:
9112         * sim/ucsim/gui.src/serio.src/fileio.cc
9113         * sim/ucsim/gui.src/serio.src/frontend.cc
9114         * sim/ucsim/gui.src/serio.src/main.cc
9115         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9116         * support/Util/NewAlloc.c
9117         * as/hc08/lklibr.c
9118         * as/mcs51/lklibr.c
9119         * as/z80/aslist.c
9120         * as/z80/assym.c
9121
9122 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9123
9124         * Added MSVC projects for hc08 assembler and linker:
9125         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9126         /as/hc08/link_hc08.dsp
9127
9128 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9129
9130         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9131
9132 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9133
9134         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9135
9136 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9137
9138         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9139
9140 2003-10-31  Borut Razem <borut.razem AT siol.net>
9141
9142         * support/cpp2/cpplib.h,
9143           support/cpp2/cpplib.c,
9144           support/cpp2/cpplex.c,
9145           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9146           to switch _asm block preprocessing on / off. Default is
9147           #pragma preproc_asm +
9148
9149 2003-10-31  Borut Razem <borut.razem AT siol.net>
9150
9151         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9152           when outputting comment blocks (when executed with -C option) and
9153           _asm (SDCPP specific) blocks
9154
9155 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9156
9157         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9158
9159 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9160
9161         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9162
9163 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9164
9165         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9166         * src/SDCCast.c (decorateType): fixed bug #832664
9167
9168 2003-10-31  Borut Razem <borut.razem AT siol.net>
9169
9170         * support/cpp2/cpplex.c: fixed for SDCPP:
9171           comments(when executed with -C option) and _asm blocks
9172           were included even if they where in skipped #if block.
9173           Applied solution from GCC cpp 3.3.2
9174
9175 2003-10-31  Borut Razem <borut.razem AT siol.net>
9176
9177         * src/SDCC.lex: sdcc now understands both formats:
9178           '# <line_number> <file_name>' and
9179           '#line <line_number> <file_name>'
9180         * support/cpp2/cppmain.c: sdcpp now generates the standard
9181           '# <line_number> <file_name>' instead of former
9182           '#line <line_number> <file_name>'
9183
9184 2003-10-30  Borut Razem <borut.razem AT siol.net>
9185
9186         * support/cpp2/cpphash.h,
9187         * support/cpp2/cpplib.h
9188         * support/cpp2/cpplex.c,
9189         * support/cpp2/cppmain.c,
9190         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9191
9192 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9193
9194         Fixed a number of problems revealed by bug #827883.
9195         * src/SDCCloop.c (loopInvariants): Spill location of the
9196         result operand should be recomputed if extracted from
9197         a loop. Also, don't extract assignments of an iTemp
9198         from a literal.
9199         * src/SDCCast.c (isConformingBody): loop reversal should
9200         not occur if the control variable is involved with a
9201         relational operator.
9202
9203 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9204
9205         * .version: bumped to 2.3.6 to reflect the big improvements
9206         made by Erik and Klaus. Thanks!
9207
9208 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9209
9210         Replaced the livrange code.
9211         * src/SDCClrange.c: added new LR code
9212         * src/SDCCloop.c,
9213         * src/SDCCBBlock.h: removed remainig parts from old LR code
9214         * src/ds390/ralloc.c,
9215         * src/ds390/gen.c: minor fixes to make it work with new code
9216
9217 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9218
9219         * as/hc08/asm.h,
9220         * as/hc08/lkrloc.c,
9221         * src/hc08/gen.c,
9222         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9223         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9224         (tweaked fix for bug #818696)
9225
9226 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9227
9228         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9229
9230 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9231
9232         * src/SDCCmain.c,
9233         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9234         * src/mcs51/gen.c (gencjneshort),
9235         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9236         more efficient (per Scott Bronson's suggestion)
9237
9238 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9239
9240         Extended the semantics of the critical keyword to include
9241         individual statements. See RFE #827755 and #799831
9242         * src/SDCC.y
9243         * src/SDCCicode.c
9244         * src/SDCCopt.c
9245         * src/SDCCast.c
9246         * support/Util/SDCCerr.c
9247         * support/Util/SDCCerr.h
9248         * src/mcs51/gen.c
9249         * src/ds390/gen.c
9250         * src/hc08/gen.c
9251
9252 2003-10-19  Borut Razem <borut.razem AT siol.net>
9253
9254         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9255
9256 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9257
9258         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9259         Fixed bug #818696
9260         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9261         and predecrement operand is displayed
9262
9263 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9264
9265         * src/SDCCval.c (valMinus): fixed bug #826041
9266
9267 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9268
9269         Some hc08 related updates that I missed earlier
9270         * sim/ucsim/stypes.h
9271         * support/regression/ports/hc08/spec.mk
9272
9273 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9274
9275         New target "hc08" for the Motorola 68hc08 family of micros
9276
9277         * configure
9278         * configure.in
9279         * Makefile
9280         * src/hc08/*
9281         * src/SDCCmain.c
9282         * src/port.h
9283         * sim/ucsim/hc08.src/*
9284         * sim/ucsim/configure.in
9285         * src/ucsim/configure
9286         * sim/ucsim/packages_in.mk
9287         * as/hc08/*
9288         * as/Makefile
9289         * device/include/mc68hc908qy.h
9290         * device/lib/hc08/*
9291         * device/lib/Makefile.in
9292         * support/regression/ports/hc08/*
9293         * support/regression/Makefile
9294
9295 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9296
9297         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9298         regression test
9299         * src/ds390/gen.c (genCast): fixed bug #821957
9300
9301 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9302
9303         * device/lib/logf.c: "fixed" overlay bug
9304         * support/regression/ports/host/spec.mk: added m library
9305         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9306         * support/regression/tests/float_trans: added (for Eric)
9307
9308 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9309
9310         * src/mcs51/gen.c (genCpl): fixed bug
9311         http://sf.net/mailarchive/message.php?msg_id=6263915
9312
9313 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9314
9315         * src/SDCCast.c (decorateType): added extended constant folding
9316         * src/SDCCsymt.c (computeType): cleanup
9317         * src/SDCCval.c (valShift): minor optimization
9318         * support/regression/tests/ast_constant_folding.c: added
9319
9320 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9321
9322         * src/SDCCmain.c: removed some unintended changes
9323
9324 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9325
9326         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9327         * src/z80/gen.c: fixed part of bug #817589
9328         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9329
9330 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9331
9332         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9333         * src/SDCCcflow.c
9334         * src/SDCCcse.c
9335         * src/SDCCdflow.c
9336         * src/SDCClabel.c
9337         * src/SDCClrange.c
9338         * src/SDCCmem.c
9339         * src/SDCCopt.c
9340         * src/SDCCpeeph.c
9341         * src/SDCCset.c
9342         * src/avr/ralloc.c
9343         * src/ds390/ralloc.c
9344         * src/izt/ralloc.c
9345         * src/mcs51/ralloc.c
9346         * src/pic/ralloc.c
9347         * src/pic16/ralloc.c
9348         * src/xa51/ralloc.c
9349         * src/z80/ralloc.c
9350         * src/z80/gen.c: removed unused label "release:"
9351
9352 2003-10-06  Borut Razem <borut.razem AT siol.net>
9353
9354         * src/SDCC.lex: removed definition of unused variables
9355           save_optimize and save_options
9356
9357 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9358
9359         * clean.mk: removed '=' in "-maxdepth=1"
9360         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9361         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9362
9363 2003-10-06  Borut Razem <borut.razem AT siol.net>
9364
9365         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9366           my_unput() replaced by unput()
9367
9368 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9369
9370         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9371         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9372         type-punned pointer will break strict-aliasing rules"
9373         Old LR behaviour is again default; Klaus' LR can be choosen by
9374         defining the environment variable LRKLAUS
9375         * src/SDCCBBlock.h
9376         * src/SDCCloop.c
9377         * src/SDCClrange.c
9378         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9379         * clean.mk: fixed removal of files in bin/CVS/
9380         * device/lib/clean.mk: fixed removal of directories small and large
9381         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9382         * src/SDCCicode.c,
9383         * src/SDCCval.c: removed superflous test for pedantic
9384
9385 2003-10-05  Borut Razem <borut.razem AT siol.net>
9386
9387         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9388           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9389           message "unmatched #pragma SAVE and #pragma RESTORE"
9390
9391 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9392
9393         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9394           assembly, critical functions, atomic, nojtbound)
9395
9396 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9397
9398         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9399         * src/SDCCBBlock.h
9400         * src/SDCCloop.c
9401         * src/SDCCloop.h
9402         * src/SDCClrange.c
9403
9404 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9405
9406         * src/z80/gen.h,
9407         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9408         * src/mcs51/gen.h
9409         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9410         * src/ds390/gen.h
9411         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9412         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9413         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9414
9415 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9416
9417         * src/z80/gen.c (genRet): fixed bug #524753
9418         * src/z80/gen.c (genCast): fixed internal error on cast from
9419         pointer to long
9420         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9421         fix for bug #477835 to the z80
9422         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9423         for tracking iCodes in the peephole optimizer for z80
9424
9425 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9426
9427         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9428         the other part of bug #814548
9429         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9430
9431 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9432
9433         * src/SDCCcse.c: fixed part of bug #814548
9434
9435 2003-09-28  Borut Razem <borut.razem AT siol.net>
9436
9437         * src/asm.c: rewrite of printILine() to use temporary file instead
9438           a pipe
9439         * src/xa51/main.c: commented out declaration of int rewinds
9440
9441 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9442
9443         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9444
9445 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9446
9447         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9448         * src/asm.c (printILine): Fixed bug #811015
9449
9450 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9451
9452         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9453         freeing.
9454
9455 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9456
9457         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9458         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9459         to correctly handle general case of AOP_PAIRPTR
9460         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9461
9462 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9463
9464         * src/mcs51/ralloc.c (fillGaps),
9465         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9466         register positioning bug)
9467
9468 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9469
9470         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9471
9472 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9473
9474         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9475         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9476         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9477         (ralloc doesn't intentionally do this now, but perhaps later)
9478         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9479         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9480         register positioning bugs (Fixed bug #762602 and #795325)
9481         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9482         (Fixed bug #808779)
9483         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9484         lines that --i-code-in-asm generates
9485
9486 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9487
9488         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9489         trying to fclose a FILE* that was already closed.
9490
9491 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9492
9493         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9494         of const struct should be treated as if const themselves)
9495
9496 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9497
9498         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9499
9500 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9501
9502         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9503         Unix (/n) and DOS (/r/n) line terminations.
9504
9505 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9506
9507         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9508         bug #613775
9509
9510 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9511
9512         * src/mcs51/gen.c (genFunction, genEndFunction),
9513         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9514         and restore of EA so that stack offsets to parameters are
9515         correct when using both critical and reentrant/stack-auto.
9516         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9517         size (can be triggered in error if sloc is shared between
9518         different sized objects)
9519         * device/include/float.h: fixed macros to explicitly use
9520         unsigned long where needed
9521
9522 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9523
9524         Feature req. 799831: added code to allow nesting of critical functions
9525         * src/mcs51/gen.c (genFunction, genEndFunction)
9526         * src/ds390/gen.c (genFunction, genEndFunction)
9527
9528 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9529
9530         * src/SDCCsymt.c (sclsFromPtr),
9531         * src/SDCCsymt.h,
9532         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9533         support for standard C idiom of memory mapped variables; for
9534         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9535         to xdata int at 0x1234 tempvar = 1.
9536         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9537         provided by Akiya ISHIDA
9538
9539 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9540
9541         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9542         * src/SDCCval.c (constVal): added reduction from int to char
9543         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9544         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9545         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9546         to ignore the sign
9547         * support/regression/tests/shifts.c: fixed
9548
9549 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9550
9551         * src/z80/gen.c (genXor): Fixed bug #805445
9552
9553 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9554
9555         Fixed bug #621531 (const & volatile confusion in the type chain).
9556         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9557         refer to the const or volatile state of the pointer itself.
9558
9559         * src/SDCCast.c
9560         * src/SDCCglue.c
9561         * src/SDCCicode.c
9562         * src/SDCCsymt.c
9563         * src/SDCCval.c
9564         * src/SDCC.y
9565         * src/SDCCsymt.h
9566         * src/pic/gen.c
9567         * src/pic/ralloc.c
9568         * src/pic16/gen.c
9569         * src/pic16/ralloc.c
9570         * support/regression/tests/const.c
9571
9572 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9573
9574         When checking for duplicated modules, use absolute paths
9575         instead of relative paths.  Files changed:
9576
9577         * as/mcs51/lklib.c
9578         * link/z80/lklib.c
9579
9580 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9581
9582         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9583
9584 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9585
9586         * device/include/string.h: added size_t typedef, changed
9587         prototypes to use size_t, eliminated separate reentrant and
9588         non-reentrant declarations, added _memmove declaration
9589         * device/lib/_memcpy.c: changed to use size_t instead of int,
9590         changed /4 to >>2 to avoid division library call
9591         * device/lib/_memcmp.c,
9592         * device/lib/_memset.c,
9593         * device/lib/_strncat.c,
9594         * device/lib/_strncpy.c,
9595         * device/lib/_strncmp.c: changed to use size_t instead of int
9596         * device/lib/_memmove.c: new file (fixed bug #772294)
9597         * device/lib/Makefile.in: added _memmove.c
9598         * device/lib/z80/asm_strings.s: fixed bug #772290
9599         * support/regression/tests/bitfields.c: attempt to fix host assertion
9600         failure on amd64-unknown-linux2.2
9601
9602 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9603
9604         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9605         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9606         * as/z80/asmain.c (main): fixed bug #801766
9607
9608 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9609
9610         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9611         compilers
9612
9613 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9614
9615         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9616         reported in bug #800609
9617
9618 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9619
9620         * Top header beautifications in src/pic16 directory:
9621           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9622           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9623           pcoderegs.h, ralloc.c, ralloc.h
9624         * main.c: added top header and GPL license notice
9625         * pcode.c: fixed the if-conditional warning
9626
9627 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9628
9629         * device/lib/_mullong.c: replaced int by short for gcc
9630
9631 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9632
9633         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9634         and JUMPTABLE iCodes properly now (worked by accident before)
9635         * src/mcs51/gen.c (leftRightUseAcc),
9636         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9637         iCode properly now. Use getSize instead of nRegs since a & b
9638         aren't part of the nRegs tally.
9639
9640 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9641
9642         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9643         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9644           before instructions that use the _STATUS register
9645
9646 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9647
9648         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9649         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9650         fetching of the pointer
9651         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9652         copied from genNearPointerSet()
9653         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9654         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9655         If they pop r0/r1 they must be called in the opposite order than aopOp().
9656         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9657         (resp. --stack-auto), prepared for --xstack
9658
9659 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9660
9661         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9662
9663 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9664
9665         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9666         these ports have their own __sdcc_external_start()
9667
9668 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9669
9670         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9671         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9672         type for bits was changed. It resulted in bit variables becoming
9673         global, which is not permitted in PIC 14 assembly output.
9674
9675 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9676
9677         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9678
9679 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9680
9681         Z80 and MCS51 linkers complaint if a public symbol is defined
9682         in more than one library module:
9683
9684         * as/mcs51/lklib.c
9685         * link/z80/lklib.c
9686         * as/mcs51/Makefile.in
9687
9688 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9689
9690         A few small changes that speed up the peephole optimizer.
9691
9692         * src/SDCCpeeph.c
9693
9694 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9695
9696         Try to make the peephole optimizer smarter by maintaining
9697         an association between the assembly source code and the
9698         iCodes that originated them. Put this information to use
9699         with a new peephole rule condition "notVolatile" so that
9700         the rules can be aggressive yet still safe.
9701
9702         * src/SDCCpeeph.c
9703         * src/SDCCpeeph.h
9704         * src/mcs51/gen.c
9705         * src/mcs51/peeph.def
9706
9707 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9708
9709         Fixed bug #741761
9710
9711         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9712         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9713         if the left or right operand symbols have the accuse flag set.
9714
9715 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9716
9717         Changed the type of the result of the ! (NOT) operator to char;
9718         previously it returned the same type as the source. This allows
9719         us to eliminate all the genFloatNot functions (all of its target
9720         implementations were very buggy) since !float can use the same
9721         code as !long now.
9722
9723         * src/SDCCicode.c (ast2iCode): ! returns char
9724         * src/mcs51/gen.c (genNot, genNotFloat),
9725         * src/ds390/gen.c (genNot, genNotFloat),
9726         * src/z80/gen.c (genNot, genNotFloat),
9727         * src/pic/gen.c (genNot, genNotFloat),
9728         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9729
9730 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9731
9732         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9733         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9734            during interrupts. Ensure WSAVE is located at a shared bank address.
9735         2. Fixed page selection in some places
9736         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9737            the registers name strings.
9738         4. Fixed "signed / unsigned compare" compiler warnings.
9739         5. The PIC port manages its own allocation of the general purpose
9740            registers, but makes no attempt to reuse them. As a result when
9741            compiling it soon runs out of general purpose registers. Some
9742            additional code was added to the files pcode.c and device.c to walk
9743            through the function call tree and rename the registers so that they
9744            get reused.
9745
9746         * src/pic/device.c
9747         * src/pic/gen.c
9748         * src/pic/glue.c
9749         * src/pic/pcode.c
9750         * src/pic/pcode.h
9751         * src/pic/ralloc.c
9752         * src/pic/ralloc.h
9753         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9754         genPlus() & genMinus() when the result is the same as left or right
9755
9756 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9757
9758         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9759
9760 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9761
9762         Made bitfield a distinct type from bit so that bitfields
9763         convert as per ANSI C and bits retain their traditional
9764         boolean style behaviour. Implemented bitfield support in
9765         the z80 port.
9766
9767         * src/SDCCsymt.h,
9768         * src/SDCCsymt.c,
9769         * src/SDCCast.c,
9770         * src/cdbFile.c,
9771         * src/mcs51/gen.c,
9772         * src/ds390/gen.c: bit v bitfield split
9773         * src/z80/gen.c: New support for bitfields
9774         * support/regression/tests/bitfields.c: reenabled z80,
9775         added more tests
9776
9777 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9778
9779         Rules 246.x, 247.x relate to bitfields, the others speed up
9780         access to xdata mapped I/O devices.
9781
9782         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9783
9784 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9785
9786         Cleaned up genPackBits and genUnpackBits and added two helper
9787         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9788         for literal assignments in genPackBits (thanks to Frieder for
9789         reminding me).
9790
9791         * src/mcs51/gen.c
9792         * src/ds390/gen.c
9793
9794 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9795
9796         Fixed bug #748310 (pointer to function type mishandled when the
9797         function name is omitted). Also fixed a SIGSEGV when a function
9798         attribute (reentrant, etc) is used on a non-function or on a
9799         function but misplaced before the parameter list.
9800
9801         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9802         bug #748310
9803         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9804         * support/Util/SDCCerr.h,
9805         * support/Util/SDCCerr.c: Added func attr misuse error msg
9806
9807 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9808
9809         Fixed bug #787649 by anonymous
9810         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9811         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9812
9813 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9814
9815         Fixed numerous bitfield problems.
9816
9817         * src/SDCC.y: More bitfield related error checking
9818         * src/SDCCsymt.h,
9819         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9820         * support/Util/SDCCerr.h,
9821         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9822         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9823         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9824         * support/regression/tests/bitfields.c: tests added
9825
9826 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9827
9828         Made the constant following the "interrupt" keyword optional. If
9829         omitted, the function will not automatically be given an entry
9830         in the interrupt vector table (similar to #pragma NOIV, but
9831         less syntacticly kludgy). The interrupt number is also now
9832         range checked. Also fixed a bug in the high order bit example
9833         in the manual.
9834
9835         * src/SDCC.y
9836         * src/SDCCmem.c
9837         * src/SDCCglue.c
9838         * src/SDCCsymt.h
9839         * support/Util/SDCCerr.c
9840         * support/Util/SDCCerr.h
9841         * doc/sdccman.lyx
9842
9843 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9844
9845         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9846         * src/SDCCicode.c (operandOperation): rewritten some ops
9847         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9848         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9849         other type
9850         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9851         be re-activated by defining REDUCE_LITERALS)
9852         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9853         unsigned, but are signed by default
9854         * src/SDCCval.c (constVal): rearranged
9855         * src/SDCCval.c (valMod): preliminary fix
9856         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9857         * support/regression/literalop.c: added, work in progress
9858
9859 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9860
9861         Generate warnings for useless declarations like "char data;"
9862         that don't do what new users expect.
9863
9864         * src/SDCC.y
9865         * support/Util/SDCCerr.h
9866         * support/Util/SDCCerr.c
9867
9868 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9869
9870         * src/SDCCval.c (valMult): fix overflow detection of negative int
9871
9872 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9873
9874         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9875
9876         Changes to support big endian targets:
9877
9878         * src/ports.h
9879         * src/SDCCglue.c
9880         * src/avr/main.c
9881         * src/ds390/main.c
9882         * src/izt/i186.c
9883         * src/mcs51/main.c
9884         * src/pic/main.c
9885         * src/pic16/main.c
9886         * src/xa51/main.c
9887         * src/z80/main.c
9888
9889 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9890
9891         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9892         * device/lib/time.c: fixed warning "integer overflow in expression"
9893
9894 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9895
9896         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9897         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9898         constants are unsigned; added recognition of "u" flag for unsigned
9899         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9900         * src/SDCCval.c (valDiv, valMod): fixed signdness
9901         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9902         signedness of modulo, left and right shift
9903         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9904         * support/Util/SDCCerr.h: added warning W_INT_OVL
9905         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9906         * src/SDCCast.c (ast_print): improved output of constants
9907
9908 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9909
9910         Fixed some warnings when building with MSVC:
9911
9912         * as/mcs51/asdata.c
9913         * as/z80/asdata.c
9914         * as/mcs51/asm.h
9915         * as/z80/asm.h
9916         * link/z80/aslink.h
9917         * link/z80/lkdata.c
9918         * link/z80/lkeval.c
9919         * link/z80/lkgb.c
9920         * link/z80/lkihx.c
9921         * link/z80/lks19.c
9922         * link/z80/lksym.c
9923         * support/cpp2/cpplib.c
9924         * src/ds390/gen.c
9925         * src/mcs51/gen.c
9926
9927 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9928
9929         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9930
9931 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9932
9933         * support/librarian/clean.mk: Do not remove Makefile.
9934         * support/librarian/Makefile: added.
9935
9936 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9937
9938         Added librarian to MSVC build:
9939         * all.dsp
9940         * sdcc.dsw
9941         * support/librarian/librarian.dsp
9942
9943         'configure' not needed for librarian, removed:
9944         * support/librarian/configure
9945         * support/librarian/configure.in
9946         * support/librarian/config_in.h
9947         * support/librarian/Makefile.in
9948
9949         Hopefully these ones built the librarian and the rest of sdcc properly:
9950         * Makefile
9951         * Makefile.common.in
9952
9953         Messed up 'configure', so revert to previous version:
9954         * configure
9955         * configure.in
9956
9957 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9958
9959         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9960         there, while the mantissa of a double is "only" 53 bits wide.
9961
9962 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9963
9964         Adding sdcclib to the build.  MSVC project coming soon.
9965         Files added/changed:
9966
9967         * support/librarian/clean.mk
9968         * support/librarian/configure
9969         * support/librarian/configure.in
9970         * support/librarian/config_in.h
9971         * support/librarian/Makefile.bcc
9972         * support/librarian/Makefile.in
9973         * support/librarian/sdcclib.c
9974         * Makefile.bcc
9975         * Makefile
9976         * Makefile.common.in
9977         * configure
9978         * configure.in
9979
9980 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9981
9982         Linker now complaints if linked modules have conflicting options, for
9983         example, one compiled using --model-large and another one compiled with
9984         --model-small.  The following files were modified:
9985
9986         * as/mcs51/asdata.c
9987         * as/mcs51/aslink.h
9988         * as/mcs51/asm.h
9989         * as/mcs51/asmain.c
9990         * as/mcs51/asout.c
9991         * as/mcs51/i51pst.c
9992         * as/mcs51/lkdata.c
9993         * as/mcs51/lklibr.c
9994         * as/mcs51/lkmain.c
9995         * as/z80/asdata.c
9996         * as/z80/asm.h
9997         * as/z80/asmain.c
9998         * as/z80/asout.c
9999         * as/z80/z80pst.c
10000         * link/z80/aslink.h
10001         * link/z80/lkdata.c
10002         * link/z80/lklibr.c
10003         * link/z80/lkmain.c
10004         * src/SDCCglue.c
10005
10006 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10007
10008         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10009         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10010
10011 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * src/z80/mappings.i: fix _mul[us][int,long] entries
10014
10015 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10016
10017         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10018
10019 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10020
10021         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10022         * support/regression/tests/bitopcse.c: added
10023         fixed warning:
10024         * src/avr/gen.c:
10025         * src/pic/gen.c:
10026         * src/pic16/gen.c:
10027         * src/z80/gen.c:
10028         * src/xa51/gen.c:
10029
10030 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10031
10032         added support for new library format to z80, gbz80 linkers:
10033         *link/z80/aslink.h
10034         *link/z80/lklex.c
10035         *link/z80/lklib.c
10036         *link/z80/lklist.c
10037
10038 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10039
10040         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10041         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10042
10043 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10044
10045         added DUMMY_READ_VOLATILE:
10046         * src/SDCC.y:
10047         * src/avr/gen.c:
10048         * src/xa51/gen.c:
10049         * src/z80/gen.c:
10050         * src/pic/gen.c:
10051         * src/pic16/gen.c:
10052         * src/mcs51/gen.c:
10053         * src/ds390/gen.c:
10054         * src/SDCCcse.c (algebraicOpts): many improvements
10055         * src/SDCCcse.h: removed algebraicOpts()
10056         * src/SDCCicode.c (picDummyRead): added
10057
10058 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10059
10060         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10061         "Insufficient space in data memory".
10062
10063 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10064
10065         * src/mcs51/gen.c: fixed bug #771358
10066         * src/z80/gen.c: fixed bug #759087
10067
10068 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         * src/pic16/glue.c: minor cleanup by Vangelis
10071
10072 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10073
10074         * device/include/regc515c.h: fixed #758477
10075         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10076         * device/lib/_gptrput.c: saved a few bytes
10077         * my tab spacing is 8, yours too?)
10078         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10079         * device/lib/serial.c: process RX bytes earlier than TX bytes
10080         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10081
10082 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10083
10084         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10085
10086 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10087
10088     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10089
10090 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10091
10092         * device/lib/Makefile.in: bad fix, reverted to 1.43
10093
10094 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10095
10096         * device/lib/Makefile.in: added missing z80 object files
10097
10098 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10099
10100         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10101         pic16 progress by Vangelis:
10102         * src/SDCCglobl.h:
10103         * src/SDCCmain.c:
10104         * src/pic/Makefile:
10105         * src/pic:
10106         * pic/Makefile:
10107         * pic16/device.c:
10108         * pic16/device.h:
10109         * pic16/gen.c:
10110         * pic16/gen.h:
10111         * pic16/genarith.c:
10112         * pic16/glue.c:
10113         * pic16/main.c:
10114         * pic16/pcode.c:
10115         * pic16/pcode.h:
10116         * pic16/pcodepeep.c:
10117         * pic16/peeph.def:
10118
10119 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10120
10121     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10122
10123 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10124
10125     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10126     added gbz80 build to MSVC project.
10127     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10128     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10129     from 8051 stuff and setup so it links using a .lnk file.
10130
10131 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10132
10133     * support/librarian/sdcclib.c: sdcc librarian.
10134     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10135     with sdcclib.
10136
10137 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10138
10139     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10140
10141 2003-07-02  Borut Razem <borut.razem AT siol.net>
10142
10143         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10144         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10145         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10146         src/xa51/main.c, src/z80/main.c:
10147         virtualization of glue() function: each port has it's own glue function,
10148         which is accessed by do_glue function pointer in PORT.general structure
10149
10150 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10151
10152         * DS800C400 fun, improved ROM interface and tinibios.
10153
10154 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10155
10156         * More support for DS80C400. Now includes beginning of interface to ROM.
10157
10158 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10159
10160         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10161
10162 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10163
10164         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10165
10166 2003-06-19  Borut Razem <borut.razem AT siol.net>
10167
10168         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10169
10170 2003-06-19  Borut Razem <borut.razem AT siol.net>
10171
10172         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10173         fixed Z80 port - crt0.o: cannot open.
10174
10175 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10176
10177         * support/Util/MySystem.c (merge_command): revert bad fix
10178
10179 2003-06-18  Borut Razem <borut.razem AT siol.net>
10180
10181         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10182
10183 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10184
10185         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10186         option --use-stdout sends errors to stdout instead of stderr.
10187
10188 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10189
10190         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10191
10192 2003-06-15  Borut Razem <borut.razem AT siol.net>
10193
10194         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10195         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10196         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10197         fixed width array of pointers replaced with sets;
10198         multiple include and lib paths ared transferred to preprocessor and linker
10199         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10200         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10201         fixed width array of pointers
10202         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10203         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10204         fixupPath(), getPathDifference()
10205         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10206         fixed width array of pointers
10207
10208 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10209
10210         * src/pic16/ralloc.c: fix warnings
10211         * src/pic16/pcode.c: fix warning
10212
10213 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10214
10215          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10216         know all the details, but essentially this set of changes enable
10217         the pic16 port to generate movff instructions and generate assembler
10218         directives,
10219         * src/SDCCmain.c:
10220         * src/pic16/gen.c:
10221         * src/pic16/glue.c:
10222         * src/pic16/pcode.c:
10223         * src/pic16/device.c:
10224         * src/pic16/main.c:
10225         * src/pic16/pcode.h:
10226         * src/pic16/pcoderegs.c:
10227         * src/pic16/ralloc.c:
10228         * src/pic16/ralloc.h:
10229
10230 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10231
10232         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10233         added option --vc, so sdcc errors and warnings are compatible with
10234         Microsoft Visual Studio.
10235
10236 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10237
10238         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10239           device/lib/libfloat.lib: added atof function.
10240
10241 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10242
10243         * doc/sdccman.lyx: updated to Lyx 1.3
10244         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10245         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10246         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10247
10248 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10249
10250         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10251
10252 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10253
10254         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10255           additions to the "related tools/documentation" section
10256
10257 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10258
10259         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10260
10261 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10262
10263         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10264         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10265
10266 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10267
10268         * doc/sdccman.lyx: fix double dash and other minor things
10269         * doc/Makefile: fix double dash
10270
10271 2003-05-28  Karl Bongers(patches from Martin Helmling)
10272         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10273           condition and ignore commands.
10274
10275 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10276
10277         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10278           is in parts still quite out of date, I did changes as far as I felt makes sense
10279           for a non-native english speaker.
10280           Please feel free to add to the manual or to correct my changes.
10281         * doc/Makefile: undid touching the date of intermediate tex files.
10282
10283 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10284
10285         * doc/sdccman.lyx: Manual has an index now
10286
10287 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10288
10289         Finalize muluint/mulsint and mululong/mulslong merging:
10290         * device/lib/_mulint.c
10291         * device/lib/_mullong.c
10292         * device/lib/gbz80/mul.s
10293         * device/lib/gbz80/stubs.s
10294         * device/lib/z80/mul.s
10295         * device/lib/z80/stubs.s
10296         * src/SDCCsymt.c (initCSupport)
10297
10298 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10299
10300         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10301         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10302           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10303           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10304           instead of /Zm500.
10305
10306 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10307
10308         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10309           the regression tests I'm not brave enough to enable 245.b, 245.c
10310         * doc/sdccman.lyx: added latex preamble for hyperref package.
10311           Using pdflatex this will give you a hyperlinked pdf file with
10312           bookmarks. (prepend '%' before /usepackage if this breaks something)
10313
10314 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10315
10316          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10317
10318 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10319
10320         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10321
10322 2003-05-21    <johan AT balder>
10323
10324         * src/SDCCglue.c (printIval): fixed bug #739934
10325
10326 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10327
10328         Applied patch from bug 737905 (renamed yylineo to mylineno):
10329         * src/altlex.c
10330         * src/SDCCast.c
10331         * src/SDCglobl.h
10332         * src/SDCC.lex
10333         * src/SDCCsymt.c
10334         * src/SDCCval.c
10335         * src/pic16/pcode.c: Cleaned warnings
10336         * src/pic16/pcodeflow.c: Cleaned warnings
10337         * src/pic16/pcoderegs.c: Cleaned warnings
10338
10339 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10340
10341         * src/pic16/pcode.c: Cleaned warnings
10342         * src/pic16/pcodepeep.c: Cleaned warnings
10343         * src/pic16/ralloc.c: Cleaned warnings
10344
10345 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10346
10347         * doc/sdccman.lyx: fixed bug 739745
10348         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10349
10350 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10351
10352         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10353         it can be defined with CFLAGS when running configure
10354         * src/SDCCmain.c: fixed compiling + linking with object files
10355
10356 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10357
10358         * configure.in: configure for pic16 port,
10359             added --disable-pic16-port
10360         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10361         * src/SDCCmain.c: linkOptions is changed to set *,
10362             added if/endif conditional macros to remove options help
10363             messages from optionsTable when a port is not configured, added
10364             support for the PIc16 port in the ports table, when executing
10365             the compiler with no port specified on command line, a default
10366             port is selected with the new macro DEFAULT_PORT which is
10367             defined in port.h, in setDefaultOptions() linkOptions is removed
10368             from initialization assignment, since now it is a set,
10369             parseCmdLine uses setParseWithComma for linkOptions, in
10370             linkEdit() linkOptions are accessed with new function indexSet()
10371             which returns the i'th item of a set variable. See SDCCset.c, in
10372             linkEdit() when calling buildCmdLine(), added linkOptions as
10373             last argument. Now users can pass arguments to gplink via the
10374             -Wl option, main() uses pic16glue() to glue up pic16 programs
10375         * src/SDCCpeeph.c: various changes to support pic16
10376         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10377             return the i'th item of the set
10378         * src/SDCCset.h: added function prototype for indexSet()
10379         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10380         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10381         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10382             added macro DEFAULT_PORT
10383         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10384         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10385             generated
10386         * src/pic16/glue.c: commented out some error producing lines
10387         * src/pic16/main.c: __config directives are commented out to stop
10388             gpasm complaining and test the linkage with gplink, _linkCmd and
10389             _asmCmd changed to be more gplink and gpasm friendly
10390         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10391             produced an error when parsed, peep rule 12 is added to utilize
10392             movff, but it is commented out since the pCode does not support
10393             yet a command with 2 address arguments
10394
10395 2003-05-18    <johan AT balder>
10396
10397         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10398         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10399 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10400
10401         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10402   Added feature to script commands from file.
10403
10404 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10405
10406         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10407         * src/SDCCutil.c: include ctype.h for win32
10408
10409 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10410
10411         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10412
10413 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10414
10415         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10416   Fixed so you can set breakpoints prior to run, run does not stop
10417   on entry now.  Add tbreak.  Other enhancements and fixes for use
10418   with ddd.
10419
10420 2003-05-12  Borut Razem <borut.razem AT siol.net>
10421
10422         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10423
10424 2003-05-11  Borut Razem <borut.razem AT siol.net>
10425
10426         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10427         the path of bin directory, so that PATH is the only env. variable, which has to be set
10428         in case of standard installation.
10429         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10430         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10431         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10432
10433 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10434
10435         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10436         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10437         temp files are in the port dir; clean the gen/test directory when
10438         generating new test.c
10439         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10440         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10441         * support/regression/tests/zeropad.c: added
10442
10443 2003-05-09    <johan AT balder>
10444
10445         * src/SDCCglue.c: fixed bug #597940
10446
10447 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10448
10449         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10450   cache sfr, optimize next,step, fix off by one sourceline,
10451   support ddd list function.
10452         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10453
10454 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10455
10456         * support/regression/HTMLgen.py: added compare_s2f()
10457         * support/regression/Makefile: redo 1.27
10458         * support/regression/generate-cases.py: redo 1.5
10459
10460 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10461
10462         * support/regression/tests/float.c: workaround 33 bit hex constant
10463         * support/regression/tests/simplefloat.c: fix division for host
10464
10465 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10466
10467         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10468         that tame's the PIC's over-aggressive optimizer.
10469
10470 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10471
10472          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10473          support for MSVC.
10474
10475 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10476
10477         Initial support for DS80C400. "Hello world" runs on TINIm400
10478         (with polled I/O).
10479
10480 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10481
10482          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10483          * Some notes on ddd usage added in debugger/README
10484          Martin Helmling adding more features and fixes for ddd GUI debugger.
10485          Code added for nexti, stepi, up, down, and other adjustments.
10486
10487 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10488
10489         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10490         * src/pic/peeph.def Added two rules to optimize carry manipulation
10491         * src/pic/* removed debug printfs
10492
10493 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10494
10495         * debugger/mcs51/cmd.c: added header newalloc.h
10496
10497 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10498
10499         * as/Makefile: new EXEEXT
10500         * as/z80/Makefile: remove trailing slash of BUILDIR
10501         * as/z80/clean.mk: new EXEEXT
10502         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10503         * support/cpp2/Makefile.in: new EXEEXT
10504         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10505
10506 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10507
10508         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10509         EXEEXT was introduced to fix all related problems with targets
10510         "clean", "install" and "uninstall"; a couple of further flaws
10511         especially with "clean" have been fixed too
10512         * as/mcs51/Makefile.in
10513         * as/mcs51/clean.mk
10514         * as/z80/Makefile
10515         * Makefile
10516         * clean.mk
10517         * debugger/mcs51/Makefile.in
10518         * debugger/mcs51/clean.mk
10519         * link/z80/Makefile
10520         * link/z80/Makefile.in
10521         * link/z80/clean.mk
10522         * link/Makefile
10523         * packihx/Makefile.in
10524         * packihx/clean.mk
10525         * sim/ucsim/Makefile
10526         * sim/ucsim/clean.mk
10527         * sim/ucsim/avr.src/Makefile.in
10528         * sim/ucsim/avr.src/clean.mk
10529         * sim/ucsim/s51.src/Makefile.in
10530         * sim/ucsim/s51.src/clean.mk
10531         * sim/ucsim/xa.src/Makefile.in
10532         * sim/ucsim/xa.src/clean.mk
10533         * sim/ucsim/z80.src/Makefile.in
10534         * sim/ucsim/z80.src/clean.mk
10535         * sim/ucsim/main_in.mk
10536         * sim/ucsim/packages_in.mk
10537         * sim/ucsim/gui.src/Makefile.in
10538         * sim/ucsim/gui.src/serio.src/Makefile.in
10539         * sim/ucsim/gui.src/serio.src/clean.mk
10540         * src/Makefile.in
10541         * src/clean.mk
10542         * support/cpp2/Makefile.in
10543         * support/cpp2/clean.mk
10544         * support/makebin/Makefile
10545         * support/makebin/clean.mk
10546         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10547         * doc/sdccman.lyx: --program-suffix no longer needed
10548
10549 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10550
10551          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10552          Martin Helmling added support for ddd GUI debugger.
10553          Code added to display assembly, set variables, and other commands
10554          to interface to ddd.
10555
10556 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10557
10558         * as/Makefile: fix target clean
10559         * as/clean.mk: fix target clean
10560         * as/z80/clean.mk: fix target clean
10561
10562 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10563
10564         * Makefile.common.in: added  AT EXEEXT AT
10565         * configure.in: removed all mingw32 stuff
10566         * configure: rebuilt from configure.in
10567         * doc/sdccman.lyx: updated section "installation"
10568         * support/scripts/sdcc_mingw32: adapted to configure
10569         * support/scripts/sdcc_cygwin_mingw32: added
10570
10571 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10572
10573         * src/pic Added object file support for the PIC port
10574         * src/pic Applied patch from Craig Franklin (this started the object file support)
10575         * src/regression Updated the PIC regression tests for object files
10576
10577 2003-04-20  Borut Razem <borut.razem AT siol.net>
10578
10579         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10580           lklex.c: In function `getfid':
10581           lklex.c:203: warning: array subscript has type `char'
10582         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10583           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10584         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10585           stack handling macros
10586
10587 2003-04-19  Borut Razem <borut.razem AT siol.net>
10588
10589         * "handling space characters in file path" task:
10590         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10591         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10592         * support/Util/MySystem.h: make it self-sufficient
10593         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10594           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10595           handling space characters in file path
10596         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10597           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10598         * support/Util/MySystem.c: handling space characters in executable's path
10599
10600 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10601
10602         * as/z80/Makefile: fix permanent rebuild of z80
10603         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10604         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10605
10606 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10607
10608         * src/SDCCopt.c: add special case optimization to replace modulo by
10609           a power of two with a bitwise AND.
10610
10611 2003-04-18    <johan AT balder>
10612
10613         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10614
10615 2003-04-17    <johan AT balder>
10616
10617         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10618         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10619
10620 2003-04-13  Borut Razem <borut.razem AT siol.net>
10621
10622         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10623         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10624           fixed mingw problem in adl_NORMALIZE_PATH
10625
10626 2003-04-12  Borut Razem <borut.razem AT siol.net>
10627
10628         * fixed "#pragma SAVE/RESTORE can not be nested":
10629         * src/SDCC.lex: reworked pragma handling functions
10630         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10631         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10632
10633 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10634
10635         * src/SDCCutil.c (pathEquivalent): defined but not used
10636         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10637         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10638         * configure: rebuilt from configure.in
10639         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10640         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10641         * device/include/Makefile.in: replace sdcc_datadir
10642         * device/lib/Makefile.in: replace sdcc_datadir
10643         * Makefile.common.in: add LDFLAGS from configure
10644         * packihx/Makefile.in: use LDFLAGS
10645         * src/Makefile.in: use LDFLAGS
10646         * support/cpp2/Makefile.in: add LDFLAGS from configure
10647         * support/makebin/Makefile: use LDFLAGS
10648         * .version: bumped version number to 2.3.5
10649
10650 2003-04-12  Borut Razem <borut.razem AT siol.net>
10651
10652         * completed "different paths" task:
10653         * src/SDCCmacro.c: fixed bug in handling quotes
10654         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10655         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10656
10657 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10658
10659         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10660
10661 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10662
10663         * ds390/gen.c ds390/peeph.def: fix bug 706781
10664
10665 2003-04-11  Borut Razem <borut.razem AT siol.net>
10666
10667         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10668
10669 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10670
10671         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10672         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10673          set - this bit used to not be set...).
10674         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10675           bad code in PIC Port
10676         * src/regression/and2.c added to test bug 609268
10677         * src/regression/Makefile added and2.c to regression test
10678
10679
10680 2003-04-08    <johan AT CP255758-A>
10681
10682         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10683         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10684         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10685
10686 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10687
10688         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10689         fix bug #487815
10690         * support/cpp2/Makefile.in: fix bug #487815
10691         * configure: rebuilt from configure.in
10692         * Makefile.common.in: docdir changed, new path suffixes
10693         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10694         * sdcc_vc_in.h: reflect changes from sdccconf.h
10695         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10696         * src/SDCCutil.h: remove BINDIR hack
10697         * doc/sdccman.lyx: update new path hierarchy
10698
10699 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10700
10701         * src/SDCCpeeph.c: added okToRemoveSLOC test
10702
10703 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10704
10705         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10706
10707 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10708
10709         * src/SDCCpeeph.c: added labelIsReturnOnly test
10710         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10711
10712 2003-04-05    <johan AT balder>
10713
10714         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10715         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10716         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10717         * src/SDCCast.c: fixed a warning
10718         * src/SDCCast.h: fixed a warning
10719         * src/SDCCicode.c (operandFromAst): fixed a warning
10720
10721 2003-04-04    <johan AT balder>
10722
10723         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10724         * src/SDCCast.c (decorateType): fixed bug #715076
10725         * src/SDCC.y: fixed bug #702907
10726
10727 2003-04-03    <johan AT balder>
10728
10729         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10730         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10731         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10732         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10733         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10734
10735 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10736
10737         * _decdptr.c: fix return values
10738         * _gptrget.c: fix return values
10739         * _gptrgetc.c: fix return values
10740         * _gptrput.c: fix return values
10741         * _mulint.c: fix return values
10742         * as/z80/Makefile: fix 'make -j' problem
10743
10744 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10745
10746         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10747         * configure.in: big cleanup, updated to autoconf 2.5x
10748         * configure: rebuilt from configure.in
10749         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10750         * sdcc_vc_in.h: reflect changes from sdccconf.h
10751         * doc/Makefile: fixed a flaw in "make install"
10752
10753 2003-04-02    <johan AT balder>
10754
10755         * src/ds390/gen.c (genCmp): no comments
10756         * src/mcs51/gen.c (genCmp): no comments
10757         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10758         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10759
10760 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10761
10762         * support/regression/generate-cases.py: place generated file in given sub directory
10763         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10764         * support/regression/Makefile: improvements for 'make -j';
10765         side effect: it's simpler and faster now
10766
10767 2003-03-31  Borut Razem <borut.razem AT siol.net>
10768
10769         * src/z80/main.c: link-{port} and as-{port} defined without path
10770         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10771
10772 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10773
10774         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10775
10776 2003-03-30  Borut Razem <borut.razem AT siol.net>
10777
10778         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10779           changed type of list parameter to set
10780         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10781         * src/port.h: changed type of do_assemble() parameter to set
10782         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10783           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10784           definition of "cppoutfilename" macro with NULL value in preProcess()
10785         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10786         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10787         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10788           replaced with set *binPathSet
10789         * shash_add() deallocates the item, if allready exsists, before adding the new one
10790         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10791
10792 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10793
10794         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10795           a nested for loop bug in the PIC port
10796         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10797           for loops
10798
10799 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10800
10801         * support/Util/dbuf.h: remove C++ stuff to make it portable
10802
10803 2003-03-28  Borut Razem <borut.razem AT siol.net>
10804
10805         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10806           literal strings in stringLiteral()
10807         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10808         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10809           to the project
10810
10811 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10812
10813         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10814
10815 2003-03-26    <johan AT balder>
10816
10817         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10818         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10819         * src/SDCCast.c (decorateType): fixed " -v < 3"
10820
10821 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10822
10823         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10824         Added Lenny Story's debug infrastructure changes:
10825         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10826         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10827         * src/cdbFile.c: added
10828         * src/SDCCdebug.c: added
10829         * src/SDCCdebug.h: added
10830         * src/SDCCast.c (createFunction)
10831         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10832         * src/SDCCmain.c (parseCmdLine, main)
10833         * src/SDCCmem.c (redoStackOffsets)
10834         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10835         * src/SDCCsymt.h
10836         * src/common.h
10837         * src/avr/gen.c (genAVRCode)
10838         * src/ds390/gen.c (gen390Code)
10839         * src/mcs51/gen.c (gen51Code)
10840         * src/pic/gen.c (genpic14Code)
10841         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10842         * src/xa51/gen.c (genXA51Code)
10843         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10844
10845 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10846
10847         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10848         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10849
10850 2003-03-22    <johan AT balder>
10851
10852         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10853
10854 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10855
10856         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10857         * doc/cdbfileformat.lyx: added, written by Lenny Story
10858         * doc/Makefile: added cdbfileformat.lyx
10859         * doc/clean.mk: added cdbfileformat.lyx
10860
10861 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10862
10863         * src/mcs51/peeph.def: fix bug #705773
10864
10865 2003-03-20    <johan AT balder>
10866
10867         An sfr/sbit can have an "at #" AND an initializer
10868         * src/SDCCsymt.c (checkSClass):
10869         * src/SDCCmem.c (allocGlobal):
10870         * src/SDCCmem.c (allocLocal):
10871         * src/SDCCast.c (createBlock):
10872
10873 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10874
10875         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10876
10877 2003-03-16    <johan AT balder>
10878
10879         Undid the hackup of const and volatile, the problem is much bigger
10880         * src/SDCC.y:1.65
10881         * src/SDCCast.c:1.171
10882         * src/SDCCglue.c:1.138
10883         * src/SDCCicode.c:1.146
10884         * src/SDCCsymt.c:1.150
10885         * src/SDCCval.c:1.65
10886
10887 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10888
10889         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10890         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10891
10892 2003-03-13    <johan AT balder>
10893
10894         Hackup const and volatile modifiers in type chains a bit:
10895         * src/SDCC.y:1.63
10896         * src/SDCCast.c:1.169
10897         * src/SDCCglue.c:1.136
10898         * src/SDCCicode.c:1.143
10899         * src/SDCCsymt.c1.146
10900         * src/SDCCsymt.h1.59
10901         * src/SDCCval.c:1.63
10902
10903 2003-03-12    <johan AT balder>
10904
10905         * src/SDCCBBlock.h: more LRH debugging junk
10906         * src/SDCCcflow.h: more LRH debugging junk
10907         * src/SDCCloop.c: more LRH debugging junk
10908         * src/SDCC.y (struct_declaration): fixed bug #697590
10909         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10910         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10911         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10912
10913 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10914         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10915         test function names must now match exactly).
10916         * src/SDCCcse.c: added special case in findCheaperOp to allow
10917         extending a short integer. Makes less awful code for bug 700121 test case.
10918
10919 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10920
10921         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10922         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10923
10924 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10925
10926         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10927         actually called (operandsNotEqual() was called for all
10928         operandsNotEqualX tests).
10929
10930 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10931
10932         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10933         with shorter literals. Fixes bug 700121.
10934
10935 2003-03-11    <johan AT balder>
10936
10937         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10938
10939 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10940
10941         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10942         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10943
10944 2003-03-10  Borut Razem <borut.razem AT siol.net>
10945
10946         * src/SDCCmain.c: pipe preprocessor's output
10947         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10948         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10949         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10950         which closes all pipes in pipeSet set
10951         * src/SDCCset.c: free deleted item in function deleteSetItem()
10952         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10953         moved from z80 to src subproject
10954         * .version: increased version number to 2.3.4
10955
10956 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10957
10958         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10959         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10960         * support/regression/ports/xa51/spec.mk: fix typo
10961
10962 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10963
10964         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10965
10966 2003-03-09  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
10977 2003-03-09  Borut Razem <borut.razem AT siol.net>
10978
10979         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10980         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10981         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10982         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10983         * src/SDCCglobl.h: unification of WIN32 native definitions
10984
10985 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10986
10987         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10988
10989 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10990
10991         * src/configure.in:   check for endianess (even while cross-compiling)
10992         * src/configure:      check for endianess (even while cross-compiling)
10993         * src/configure_in.h: check for endianess (even while cross-compiling)
10994         * src/avr/gen.c:        remove old endianess stuff
10995         * src/mcs51/gen.c:      remove old endianess stuff
10996         * src/ds390/gen.c:      remove old endianess stuff
10997         * src/pic/gen.c:        remove old endianess stuff
10998         * src/pic/genarith.c:   remove old endianess stuff
10999         * src/pic/glue.c:       fix endianess check
11000         * src/pic16/gen.c:      remove old endianess stuff
11001         * src/pic16/genarith.c: remove old endianess stuff
11002         * src/pic16/glue.c:     fix endianess check
11003         * src/xa51/gen.c:       remove old endianess stuff
11004         * src/z80/gen.c:        fix endianess check
11005         * src/SDCCglue.c:       fix endianess check
11006         * src/ds390/peeph.def: fix bug 700036
11007
11008 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11009
11010         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11011         * src/configure: find appropriate data-types on host for SDCC's int and long
11012         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11013         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11014         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11015
11016 2003-03-07    <johan AT balder>
11017
11018         Just a big NOOP:
11019                 some minor cleanups before the big shot
11020                 OP_DEFS and OP_USES now use Kevin's protection
11021                 new option --nolabelopt
11022
11023         * src/SDCCBBlock.c:
11024         * src/SDCCast.c,:
11025         * src/SDCCcflow.c:
11026         * src/SDCCcse.c:
11027         * src/SDCCicode.c:
11028         * src/SDCCicode.h:
11029         * src/SDCClabel.c:
11030         * src/SDCCloop.c:
11031         * src/SDCCmain.c:
11032         * src/ds390/ralloc.c:
11033         * src/mcs51/ralloc.c:
11034         * src/pic/ralloc.c:
11035         * src/xa51/ralloc.c:
11036         * src/z80/ralloc.c:
11037
11038 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11039
11040         * src/pic/pcode.c (get_op): fix 64 bit warnings
11041         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11042         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11043         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11044         * support/regression/tests/malloc.c: fix 64 bit warnings
11045
11046 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11047
11048         * src/mcs51/gen.c (genMinus): fixed bug 696436
11049
11050 2003-03-02  Borut Razem <borut.razem AT siol.net>
11051
11052         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11053
11054 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11055
11056         * configure.in: test for mkstemp
11057         * sdccconf_in.h: add HAVE_MKSTEMP
11058
11059 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11060
11061         * device/include/ctype.h: removed warning while using --stack-auto
11062         * device/include/malloc.h: removed warning while using --stack-auto
11063         * device/include/string.h: removed warning while using --stack-auto
11064
11065 2003-02-23  Borut Razem <borut.razem AT siol.net>
11066
11067         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11068         because NDEBUG is defined (see man assert)
11069         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11070
11071 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11072
11073         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11074         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11075
11076 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11077
11078         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11079         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11080
11081 2003-02-18    <johan AT balder>
11082
11083         * as/mcs51/asmain.c (asmbl): module can start with a digit
11084         * as/z80/asmain.c (asmbl): module can start with a digit
11085
11086 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11087
11088         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11089         * src/asm.c: fix pipe() for Mingw32
11090
11091 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11092
11093         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11094         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11095         make -V work again; --c1mode reads now from stdin
11096         * doc/sdccman.lyx: added --c1mode
11097         * support/Util/SDCCerr.c: new messages for c1 mode
11098         * support/Util/SDCCerr.h: new messages for c1 mode
11099         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11100
11101 2003-02-15    <johan AT balder>
11102
11103         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11104
11105 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11106
11107         * doc/sdccman.lyx: Environment variables, -o and other minor things
11108
11109 2003-02-14    <johan AT balder>
11110
11111         * src/xa51/main.c: before anyone really tries to use it :)
11112
11113         * Install doc's in share/sdcc/doc
11114         * removed some obsolete files
11115         * Do a proper make distclean and uninstall
11116         M Makefile.common.in
11117         R sdccbuild.sh
11118         M as/Makefile
11119         M device/include/Makefile.in
11120         M device/lib/Makefile.in
11121         M doc/sdccman.lyx
11122         M link/Makefile
11123         M sim/ucsim/doc/Makefile.in
11124         M src/clean.mk
11125         R src/avr/peeph.rul
11126         R src/xa51/peeph.rul
11127         M support/cpp2/Makefile.in
11128         M support/makebin/Makefile
11129
11130
11131 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11132
11133         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11134
11135 2003-02-10  Borut Razem <borut.razem AT siol.net>
11136
11137         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11138         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11139         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11140         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11141         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11142         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11143         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11144         src/z80/Makefile.bcc: Borland Makefile cleanup
11145         * as/z80/Makefile.bcc: Added Borland Makefile
11146         * support/cpp2/borland.h: Removed
11147
11148 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11149
11150         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11151         * src/SDCC.lex: new pragma NOIV
11152         * src/SDCCglobl.h: new pragma NOIV
11153         * src/SDCCmem.c: new pragma NOIV
11154
11155 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11156
11157         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11158
11159 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11160
11161         * src/SDCCmain.c: signal handling is switched off by --debug
11162         * doc/Makefile: small fix for install; use clean.mk again
11163         * doc/clean.mk: clean *.pdf and *.html too
11164
11165 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11166
11167         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11168         * device/lib/printfl.c: fix a ds390 bug by making it portable
11169         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11170         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11171         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11172         * debugger/mcs51/cmd.c: converted multi-line string literals
11173         * sim/ucsim/globals.cc: converted multi-line string literals
11174         * src/SDCCmain.c: introduced signal handler to remove temp files
11175         * doc/Makefile: small tweaks, implement clean
11176         * doc: removed generated files
11177
11178 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11179
11180         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11181         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11182         Address Record is not correctly generated for DS390."
11183
11184 2003-02-02  Borut Razem <borut.razem AT siol.net>
11185
11186         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11187         * as/mcs51/asm.h: fixed compilation with Borland C
11188         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11189         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11190         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11191         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11192         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11193         src/z80/Makefile.bcc: delete $(LIB) only if exist
11194         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11195
11196 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11197
11198         * device/include/malloc.h: introduced NULL
11199         * device/include/string.h: introduced NULL
11200         * device/include/stdlib.h: introduced NULL
11201         * device/lib/_memcpy.c: removed NULL
11202         * device/lib/_strcat.c: removed NULL
11203         * device/lib/_strchr.c: removed NULL
11204         * device/lib/_strcmp.c: removed NULL
11205         * device/lib/_strcpy.c: removed NULL
11206         * device/lib/_strcspn.c: removed NULL
11207         * device/lib/_strlen.c: removed NULL
11208         * device/lib/_strncat.c: removed NULL
11209         * device/lib/_strncmp.c: removed NULL
11210         * device/lib/_strncpy.c: removed NULL
11211         * device/lib/_strpbrk.c: removed NULL
11212         * device/lib/_strrchr.c: removed NULL
11213         * device/lib/_strspn.c: removed NULL
11214         * device/lib/_strstr.c: removed NULL
11215         * device/lib/_strtok.c: removed NULL
11216         * device/lib/malloc.c: removed NULL, include own header
11217
11218 2003-02-02    <johan AT balder>
11219
11220         * 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
11221         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11222         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11223         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11224         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11225         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11226
11227 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11228
11229         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11230         area 'DATA'"
11231
11232 2003-02-01    <johan AT balder>
11233
11234         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11235
11236 2003-01-31    <johan AT CP255758-A>
11237
11238         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11239
11240 2003-01-30    <johan AT balder>
11241
11242         * src/SDCCBBlock.c: automatic bug detection
11243         * src/SDCCicode.c: automatic bug detection
11244
11245 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11246
11247         * src/SDCCglobl.h:   now --xram-size 0 works
11248         * src/SDCCmain.c:    now --xram-size 0 works
11249
11250 2003-01-29    <johan AT balder>
11251
11252         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11253
11254 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11255
11256         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11257         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11258         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11259         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11260         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11261         * src/SDCCmain.c:    Added options --xram-size and --code-size
11262
11263 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11264
11265         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11266         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11267
11268 2003-01-27    <johan AT balder>
11269
11270         * src/SDCC.y: fixed bug #613764
11271
11272 2003-01-26    <johan AT balder>
11273
11274         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11275         * src/SDCCsymt.h: fixed bug #673374
11276         * src/SDCCglue.c: fixed bug #661910
11277         * src/SDCCast.c: fixed bug #458099 and 673374
11278
11279 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11280
11281         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11282         * as/mcs51/strcmpi.h: added
11283         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11284         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11285         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11286         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11287         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11288         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11289         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11290         * as/mcs51/Makefile.aslink: new module strcmpi
11291         * as/mcs51/Makefile.asx8051: new module strcmpi
11292         * as/mcs51/Makefil.bcc: new module strcmpi
11293         * as/mcs51/Makefile.in: new module strcmpi
11294         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11295
11296 2003-01-26    <johan AT balder>
11297
11298         * src/SDCCglue.c: reverted back to 1.124
11299         * src/SDCCast.c: reverted back to 1.156
11300         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11301
11302 2003-01-25    <johan AT balder>
11303
11304         * src/SDCCglue.c: A better fix for bug #661910
11305         * src/SDCCast.c: A better fix for bug #661910
11306         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11307
11308 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11309
11310         * src/Makefile.in: remove spawn.o
11311         * src/SDCCmain.c: remove spawn.h
11312         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11313         * src/spawn.c: removed
11314         * src/spawn.h: removed
11315         * support/regression/ports/ds390/spec.mk: link with -r
11316
11317 2003-01-24    <johan AT CP255758-A>
11318
11319         * src/ds390/gen.c (aopOp): fixed bug #667458
11320         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11321         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11322         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11323
11324 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11325
11326         * src/mcs51/peeph.def: better assembler identation by Frieder
11327         * src/mcs51/gen.c: better assembler identation by Frieder
11328
11329 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11330
11331         * as/z80/string.h: removed for gcc 3.2
11332         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11333         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11334
11335 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11336
11337         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11338         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11339         * support/regression/Makefile: separate temp files for ports
11340         * support/regression/generate-cases.py: separate temp files for ports
11341         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11342         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11343
11344 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11345
11346         * moved tinitalk to device/examples/ds390
11347
11348 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11349
11350         * as/mcs51/lkmem.c: rflag is for DS390
11351         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11352         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11353                          (linkEdit): move mem- and map-files the same way as ihx-files
11354         * src/z80/main.c (_setDefaultOptions): removed --generic
11355         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11356         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11357         * src/pic/glue.c (picglue): --c1mode works again
11358         * src/pic16/glue.c (pic16glue): --c1mode works again
11359         * src/asm.c (printCLine): fix #660034
11360
11361 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11362
11363         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11364         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11365         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11366         * as/mcs51/lkmem (summary): better fix for sp problem
11367         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11368         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11369         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11370                                               remove --stack-after-data
11371
11372 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11373
11374         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11375         * src/SDCCutil.c (join): ugly bug: missing '\0'
11376         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11377
11378 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11379
11380         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11381         * src/port.h: typo
11382         * src/pic/main.c (_asmCmd): gpasm supports -o
11383         * src/z80/main.c: more general macros
11384         * device/lib/Makefile.in: remove intermediate files
11385
11386 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11387
11388         * .version: Bumped version number to 2.3.3
11389         * src/SDCCBBlock.c: new option -o
11390         * src/SDCCglobl.h: new option -o
11391         * src/SDCCglue.c: new option -o
11392         * src/SDCCmain.c: new option -o
11393         * src/asm.c: new option -o
11394         * src/ds390/main.c: new option -o
11395         * src/pic/glue.c: new option -o
11396         * src/pic/pcode.c: new option -o
11397         * src/pic/ralloc.c: new option -o
11398         * src/pic16/glue.c: new option -o
11399         * src/pic16/pcode.c: new option -o
11400         * src/pic16/ralloc.c: new option -o
11401         * src/z80/main.c: new option -o
11402         * device/lib/Makefile.in: use -o
11403         * support/regression/ports/ds390/spec.mk: use -o
11404         * support/regression/ports/gbz80/spec.mk: use -o
11405         * support/regression/ports/mcs51/spec.mk: use -o
11406         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11407         * support/regression/ports/z80/spec.mk: use -o
11408         * support/regression/ports/ucz80/spec.mk: use -o
11409         * support/regression/ports/xa51/spec.mk: use -o
11410         * support/regression/fwk/lib/timeout.c: fix usage string
11411
11412 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11413         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11414
11415 2003-01-07    <johan AT balder>
11416
11417         * src/SDCCast.c (decorateType): fixed bug #600035
11418
11419 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11420         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11421         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11422         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11423         * src/pic/pcode.c: outcommented unused variable to remove warnings
11424         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11425
11426 2003-01-06    <karl AT turbobit.com>
11427         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11428    regression tests.
11429
11430 2003-01-06    <johan AT balder>
11431
11432         * src/SDCCicode.c: fixed array add
11433
11434 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11435         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11436         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11437
11438 2003-01-04    <johan AT balder>
11439
11440         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11441
11442 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11443         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11444
11445 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11446         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11447         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11448
11449 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11450         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11451
11452 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11453         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11454
11455 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11456         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11457
11458 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11459
11460     * in /sdcc/as/mcs51/ changed these files in order to create an
11461     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11462     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11463     following files to include the previous two files: aslink.dsp,
11464     Makefile.aslink, Makefile.bcc, and Makefile.in.
11465
11466     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11467     .adb instead of .cdb
11468
11469 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11470
11471         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11472         value from option --iram-size.
11473
11474 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11475
11476         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11477         dram[] array.
11478
11479 2002-09-18    <wiml AT hhhh.org>
11480
11481         * SDCClrange.h: exposed setFromRange() and setToRange()
11482         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11483           packRegsForAccUse() (bug 542397)
11484         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11485           multiple times and emitting the fetch operations more than once
11486           added aopGetUsesAcc() function to allow binary operators to
11487           fetch their operands in the correct order; made genMinus() emit
11488           compact code for X = LITERAL - Y
11489
11490 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11491         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11492         sprintf() in line 1267.
11493
11494 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11495         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11496         like ports.
11497
11498 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11499         Changes to aslink (All the changes are marked with 'JCF'):
11500
11501         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11502         summary().
11503
11504         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11505         area BSEG.  Also moves, if possible, the DATA area down into the internal
11506         ram so more space is available.
11507
11508         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11509         sflag.
11510
11511         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11512         not bytes.  Function summary() which creates a memory usage summary
11513         file with extension .mem.  Reports of overlaping stack and small stack
11514         size.  If the space for the stack is less than 16 bytes aslink trows a
11515         warning.
11516
11517         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11518         the 8051.  Option 'y' for memory summary output file.
11519
11520         Changes to sdcc (All the changes are marked with 'JCF'):
11521
11522         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11523
11524         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11525         overlaying area for it (uses RegBankUsed[4]).
11526
11527         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11528         bank zero as used by default.  By default aslink locates the stack
11529         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11530         the creation of the .mem file.  Delegates the allocation of data area
11531         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11532         the begining of the stack area to aslink.
11533
11534         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11535         glue() in SDCCglue.c creates an area for it.
11536
11537 2002-09-03  Borut Razem <borut.razem AT siol.net>
11538         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11539         sdcc/src/pic/glue.c:
11540         introduced atexit() handler for teporay files removal in case of
11541         errors, assertions, ...
11542
11543 2002-08-29  Borut Razem <borut.razem AT siol.net>
11544         * sdcc/support/cpp2/auto-host_vc_in.h:
11545         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11546         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11547         Maybe there is a similar problem with BORLANDC? It should be checked!
11548
11549         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11550         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11551         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11552         was not executed, and the compiler (cl) launched a warning:
11553         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11554
11555 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11556         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11557
11558 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11559         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11560
11561         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11562           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11563           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11564           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11565           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11566           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11567           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11568         - added Release configuration in VS projects
11569         - review of compiler an linker options
11570         - VC .exe files are generated in bin_vc directory, not to interfere
11571           with binaries generated from other projects (cygwin, mingw, bcc ...)
11572
11573         * sdcc/src/yacc.dsp: added
11574
11575         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11576         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11577         and insert the version number definitions from .version
11578
11579         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11580
11581         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11582         added - genarate auto-host.h using auto-host_vc_in.h as template
11583
11584         * sdcc/sdcc_vc.h,
11585         removed from CVS, generated automatically
11586
11587 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11588         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11589
11590 2002-08-11  Borut Razem <borut.razem AT siol.net>
11591         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11592
11593 2002-08-10  Borut Razem <borut.razem AT siol.net>
11594         * src/SDCCmain.c (main):
11595         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11596         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11597         The consequence was that some temporary files were not removed.
11598
11599         * src/SDCCglue.c:
11600         unification of code in functions tempfilename() and tempfile():
11601         function tempnam() is defined in Visual Studio 6.0 and .NET
11602
11603         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11604
11605         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11606           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11607         - removed compiler command line option /WX: Treats all warnings as errors
11608         - update a list of source files, included into the project
11609
11610         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11611           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11612         changed project type to Generic Project so that can be correcly converted to VS.NET project
11613
11614         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11615
11616         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11617
11618         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11619
11620         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11621         added return 0 statements after assert() to make compiler happy
11622
11623         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11624         added newline in the def file to keep MSC compiler satisfied
11625
11626         * sdcc/src/z80/gen.c:
11627         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11628           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11629         - solved MSC error in function aopDump()
11630
11631         * sdcc_vc.h: define PREFIX as "\\sdcc"
11632
11633 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11634         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11635
11636 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11637         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11638         - Rewrote the register banking algorithm.
11639         - Added pCode live-range analysis to registers (for now, only non-used and
11640         singly-used registers optimized away)
11641
11642         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11643
11644         * 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.
11645
11646 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11647         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11648
11649 2002-04-22  Michael Hope  <michaelh AT vroom>
11650
11651         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11652
11653         * configure.in (DD_COPT): Added include support required for gbdk.
11654
11655         * .version: Bumped version number just to increase it.
11656
11657         * src/SDCCmain.c: Added -nostdinc to the default options.
11658
11659 2002-04-15  Michael Hope  <michaelh AT vroom>
11660
11661         * device/lib/z80/printf.c (sprintf): Added.
11662
11663         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11664
11665         * src/z80/peeph.def: Added transpose redundent load rule.
11666
11667         * src/z80/main.c: Added force callee saves for jaune.
11668
11669         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11670
11671         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11672
11673 2002-03-28  Johan Knol  <johan AT balder>
11674
11675         * src/SDCCval.c: fixed bug #532436
11676
11677 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11678         * /src/port.h:
11679         Added "char *Processor" field to the port structure.
11680
11681         * /src/SDCCmain.c:
11682         Added -p option. Allows port dependent processor to be specified.
11683
11684         * all ports:
11685         Initialized the new field char *Processor field to NULL in all ports
11686
11687         * /src/pic/*:
11688         Compiler generated registers for interrupt context saving
11689         were not getting allocated.
11690
11691 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11692
11693         * /src/SDCCast.c:
11694         Fixed left shift. Will promote the left side of a left shift
11695         if a) left shifting more than size of operand or b) when assigned
11696         to something size > size of left side
11697
11698 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11699         * src/pic/*
11700         tons of changes. Register allocation has been
11701         rewritten. Added customization for the various PICs. Flow
11702         analysis is restructured. ...
11703
11704         * src/pic/device.h:
11705         Added
11706
11707         * src/pic/device.c:
11708         Added. device.c is a PIC port hack to accomodate variations
11709         in PIC devices.
11710
11711 2002-03-13  Michael Hope  <michaelh AT vroom>
11712
11713         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11714
11715 2002-03-04  johanknol  <johanknol AT manik>
11716
11717         * /src/SDCCval.c: fixed
11718
11719         const unsigned char arr[][2] = { { 0, 1 } };
11720         t18.c:1: error: Initializer element is not constant
11721
11722 2002-03-04  bela  <bela AT manik>
11723
11724         * /device/include/mcs51reg.h:
11725         ds89c420 register definition update
11726
11727 2002-03-03    <johan AT FRIJA>
11728
11729         * support/Util/SDCCerr.c: did something, but don't no why anymore
11730
11731         * support/regression/tests/bug-524691.c: made it a little less shy
11732
11733         * src/SDCCast.c (decorateType): fixed bug #524697
11734
11735         * src/SDCCast.c: made some lineno improvements
11736
11737         * src/SDCCval.c (getNelements): changed warning to error
11738
11739         * src/SDCCglue.c (printIvalArray): changed warning to error
11740
11741         * src/SDCCicode.c: fixed a warning for mingw
11742
11743         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11744
11745         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11746
11747 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11748
11749         * src/ds390/peeph.def:
11750         Added some more peephole rules
11751
11752         * src/ds390/gen.c: Various fixes & enhancements
11753
11754         * src/SDCClrange.c, src/SDCClrange.h:
11755         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11756
11757         * src/ds390/ralloc.c:
11758         various fixes & enhancements (ds390) specific
11759
11760         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11761         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11762         from rallocs.
11763
11764         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11765
11766 2002-03-02    <johan AT FRIJA>
11767
11768         * src/SDCCast.c (decorateType): fixed bug #524708
11769
11770         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11771
11772         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11773
11774 2002-03-01  Michael Hope  <michaelh AT vroom>
11775
11776         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11777
11778         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11779
11780 2002-03-01    <johan AT FRIJA>
11781
11782         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11783
11784         * src/SDCCast.c (decorateType): fixed bug #524209
11785
11786         * src/SDCCval.c (valNot): fixed bug #524195
11787
11788 2002-02-26    <johan AT balder>
11789
11790         * src/xa51/gen.c: fixed a warning
11791
11792         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11793
11794         * src/SDCCast.c (decorateType): fixed bug #522534
11795
11796 2002-02-23    <johan AT balder>
11797
11798         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11799
11800 2002-02-22    <johan AT balder>
11801
11802         * src/SDCCast.c: fixed bug #514865
11803
11804         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11805
11806 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11807
11808         * sdcc/src/SDCCloop.c:
11809         Previous fix was not good. basic blocks that have "break" or "return" are
11810         not really partof a loop , but live ranges used in these blocks should
11811         be live thru the entire loop, so set partOfLoop but don't add them to
11812         loop region
11813
11814 2002-02-21    <johan AT FRIJA>
11815
11816         * src/SDCCcse.c: fixed bug #514308
11817
11818 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11819
11820         * src/SDCCloop.c:
11821         Fixed BUG #519583. If a conditional block ended in a return/break
11822         statement inside a loop, it was not being considered part of the loop.
11823
11824         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11825
11826 2002-02-10  Karl Bongers <karl AT turbobit.com>
11827
11828         * debugger/*:
11829         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11830         with lots of comments and notes.
11831
11832         * device/examples/test2.c:
11833         Fix bug, "red" variable not being initialized(compiler complained).
11834
11835         * device/examples/Makefile, examples/test3.c:
11836         Add Makefile in device/examples folder, compiles test3.c
11837         for use as a multiple module SDCDB test case.
11838
11839         * sim/ucsim/cmd.src/cmdset.cc:
11840         Took out debug printfs in ucsim "next" command.
11841
11842         * sim/ucsim/xa.src:
11843         Karl and Johan start ucsim XA support.  Most dissassembly working,
11844         about 75% emulation done(plenty of work remaining).
11845
11846         * sim/ucsim/z80.src:
11847         Add Z80 support to ucsim, add test-ucz80 regression test,
11848         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11849         Notice z80 compiler fails on examples/test3.c/crc code.
11850
11851 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11852
11853         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11854         Added support for --parms-in-bank1
11855
11856         * src/ds390/peeph.def:
11857         added a few more peephole optimzations
11858
11859         * src/ds390/main.c:
11860         1) added __builtin_inp & __builtin_outp used to read in data of given length
11861            from a memory mapped port
11862         2) added __builtin_memcmp
11863         3) added __builtin_swapw swap bytes of a short
11864
11865         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11866         1) handle multiple send & receives from register bank1
11867         2) ralloc can now allocate DPTR1 to some liveRanges
11868
11869         * src/SDCCsymt.c, src/SDCCsymt.h:
11870         changes to handle multiple sends & receives
11871
11872         * src/SDCCptropt.h:
11873         added some pointer arithmetic optimization
11874
11875         * src/SDCCptropt.c:
11876         added some pointer arithmetic optimizations but not stable yet so not
11877         called from anywhere (will get this working shortly)
11878
11879         * src/SDCCopt.c: fixed for multiple sends & receives
11880
11881         * src/SDCCmain.c:
11882         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11883         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11884            set preprocessor defines (depending on options)
11885
11886         * src/SDCCicode.c, src/SDCCicode.h:
11887         changes made to handle multiple sends & receives
11888
11889         * src/SDCCglobl.h:
11890         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11891
11892         * src/SDCCcse.c, src/SDCCcse.h:
11893         added function findbackward def (to be used in upcoming optimization)
11894
11895         * src/SDCCcflow.c, src/SDCCcflow.h:
11896         added function returnAtEnd - to determine if a basic block terminates with
11897         a RETURN iCode
11898
11899         * src/SDCCast.c, src/SDCCast.h:
11900         added option parms-in-bank1
11901
11902         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11903         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11904         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11905         adjusted for --parms-in-bank1 option
11906
11907         * device/include/string.h:
11908         donot redefine "reentrant" keyword
11909
11910         * device/include/ds80c390.h: Added some more SFRs
11911
11912 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11913
11914         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11915
11916 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11917
11918         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11919
11920 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11921
11922         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11923
11924 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11925
11926         * Added --xram-movc option
11927
11928 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11929
11930         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11931
11932 2002-01-11  Johan Knol
11933
11934         * Added math lib of Jesus Calvino-Fraga
11935
11936 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11937
11938         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11939         * support/regression/Makefile: new target test-mcs51-stack-auto
11940         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11941
11942 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11943
11944         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11945
11946 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11947
11948         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11949
11950 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11951
11952         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11953
11954         * src/SDCCglue.h: add definition for printIvalChar()
11955
11956 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11957
11958         * src/SDCCast.c: fix #498138 by Johan
11959
11960         * src/SDCCglue.c: fix #498138 by Johan
11961
11962 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11963
11964         * support/regression/Makefile: fix clean
11965
11966         * support/regression/ports/ds390/support.c: fix transmission of last character
11967
11968 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11969
11970         * /sdcc/src/ds390/gen.c:
11971         a) improved computing address of stack variable
11972         b) took out some #if 0 code
11973         c) improved parmBytes adjustment
11974         d) improved genPlusIncr & genMinusIncr
11975         e) genCmp could generate bad code (when left assigned to DPTR)
11976         f) Fixed bug in hasInc
11977
11978         * /sdcc/src/ds390/ralloc.c:
11979         a) packRegsForSupport could mess up live information (Fixed)
11980         b) packRegsDPTRuse could be incorrect for left & right shift
11981
11982         * /sdcc/src/mcs51/ralloc.c:
11983         packRegsForSupport could mess up the live information (Fixed)
11984
11985         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11986
11987         * /sdcc/src/SDCCast.c:
11988         can reverse a loop even if function call is present as long
11989         as the loop control variable is local & is not passed as parameter
11990
11991 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11992
11993         * /sdcc/ChangeLog: *** empty log message ***
11994
11995         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11996         More builtin function additions for TININative
11997
11998         * /sdcc/src/ds390/ralloc.c:
11999         Had broken the regression testsuite
12000
12001         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12002
12003         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12004         Added funcattr hasStackParms will be set for reentrant functions when there
12005         are paramteres on the stack, this helps in minimizing frame pointer generation
12006         typeFromStr can handle function pointers now
12007
12008         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12009         *** empty log message ***
12010
12011 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12012
12013         * /src/ds390/gen.c, /src/ds390/main.c:
12014         More builtin function additions for TININative
12015
12016         * /src/ds390/ralloc.c:
12017         Had broken the regression testsuite
12018
12019         * /src/SDCCast.c: Fixed a bug in dumptree
12020
12021         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12022         Added funcattr hasStackParms will be set for reentrant functions when there
12023         are paramteres on the stack, this helps in minimizing frame pointer generation
12024         typeFromStr can handle function pointers now
12025
12026         * /doc/builtins.txt, /doc/TININative.txt:
12027         *** empty log message ***
12028
12029
12030 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12031
12032         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12033         ALPHA version for -mTININative
12034
12035         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12036         updated to reflect changes in the port structure
12037
12038         * /src/port.h:
12039         added function do_assemble (similar to do_link) if non-null this function
12040         will be called to do assembly (-mTININative) requires a multi command
12041         assembly
12042         added function genAssemblerEnd will be called to generate assembler Epilogue
12043
12044         * /src/SDCCsymt.c:
12045         added _JavaNative to debug info printing
12046
12047         * /src/SDCCmain.c: added option --tini-libid
12048         added port->do_assemble function (-mTININative) has a multi command assemble
12049
12050         * /src/SDCCglue.c: Disabled "constExpr" check
12051         added port->genAssemblerEnd function
12052
12053         * /src/SDCCglobl.h: Added option --tini-libid value
12054
12055         * /src/SDCCast.h:
12056         tookout optimizeCompare from the header (has no external references)
12057
12058         * /src/SDCCast.c: made one more function "static"
12059
12060 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12061
12062         * src/z80/mappings.i: Added z80asm support.
12063
12064         * src/z80/main.c: Added z80asm support on --asm=z80asm
12065
12066         * src/z80/gen.c: Fixed asm portability issues.
12067
12068         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12069
12070         * src/SDCCglue.c (printExterns): Added global/extern split.
12071
12072 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12073
12074         * support/regression/Makefile: added test for mcs51 model large
12075
12076         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12077
12078         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12079
12080 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12081
12082         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12083
12084 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12085
12086         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12087
12088         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12089
12090 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12091
12092         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12093
12094         * support/regression/tests/simplefloat.c: Port to mcs51.
12095
12096 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12097         * support/regression/tests/bug-485362.c: Added.
12098
12099         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12100
12101         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12102
12103         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12104
12105         * src/z80/gen.c (aopDump): Added a dump function.
12106
12107 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12108         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12109
12110         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12111
12112         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12113
12114         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12115
12116         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12117
12118         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12119
12120         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12121
12122         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12123
12124         * support/regression/ports/ds390/support.c: Use tinibios.
12125
12126         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12127
12128 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12129
12130         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12131         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12132
12133         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12134
12135         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12136
12137 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12138
12139         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12140
12141         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12142         (packRegsForIYUse): Created and optimised.
12143
12144 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12145
12146         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12147 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12148
12149         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12150
12151         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12152
12153         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12154
12155 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12156
12157         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12158
12159         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12160
12161 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12162
12163         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12164
12165         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12166
12167         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12168
12169 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12170
12171         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12172         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12173         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12174
12175         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12176
12177         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12178         (genNotFloat): Added.
12179         (genUminusFloat): Added.
12180
12181         * device/lib/z80/Makefile: Added floating pt stubs.
12182
12183         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12184
12185         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12186
12187         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12188
12189 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12190
12191         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12192
12193         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12194
12195         * sdcc/support/regression/Makefile: Add port ds390.
12196
12197         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12198
12199         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12200
12201         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12202
12203         * sdcc/support/regression/ports/ds390/support.c: Added.
12204
12205         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12206
12207         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12208
12209         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12210
12211 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12212
12213         * device/include/malloc.h: Added z80 and gbz80 support.
12214
12215         * device/lib/gbz80/heap.s: Added.
12216
12217         * device/lib/z80/heap.s: Added.
12218
12219         * device/lib/malloc.c: Added z80 and gbz80 support.
12220
12221         * support/regression/tests/malloc.c (testMalloc): Added.
12222
12223         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12224
12225         * support/regression/tests/bug-478094.c: Added.
12226
12227         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12228
12229 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12230
12231         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12232
12233         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12234
12235         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12236
12237         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12238
12239         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12240
12241 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12242
12243         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12244
12245 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12246
12247         * support/regression/tests/bug-477927.c: Added.
12248
12249         * src/z80/peeph.def: Added minor rules.
12250
12251         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12252
12253         * src/z80/peeph.def: Added jump optimisation modification.
12254
12255 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12256
12257         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12258
12259 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12260
12261         * support/regression/tests/funptrs.c: Added.
12262
12263 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12264
12265         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12266
12267 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12268
12269         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12270
12271         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12272
12273         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12274         (movLeft2ResultLong): Created.
12275
12276         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12277         (joinPushes): Added.  Joins two char pushes into a word push.
12278
12279 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12280
12281         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12282
12283         * support/makebin/Makefile (install): Added creation of dest dir.
12284
12285 2001-10-24 Karl Bongers <karl AT turbobit.com>
12286
12287         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12288
12289 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12290
12291         * src/z80/ralloc.c: Turned off faulty pack for one use.
12292
12293         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12294
12295         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12296
12297 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12298
12299         * support/regression/Makefile: Improved clean
12300
12301         * support/regression/ports/gbz80/spec.mk: Added clean
12302
12303         * support/regression/ports/host/spec.mk: Added clean
12304
12305         * support/regression/ports/z80/spec.mk: Added clean
12306
12307         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12308
12309         * support/regression/ports/mcs51/timeout.c: little improvements
12310
12311 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12312
12313         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12314
12315         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12316
12317         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12318
12319 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12320
12321         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12322
12323         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12324
12325 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12326         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12327
12328         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12329
12330         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12331
12332         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12333
12334         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12335
12336         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12337
12338         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12339
12340         * support/regression/tests/longor.c: Added.
12341
12342 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12343
12344         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12345
12346         * as/mcs51/aslink.h: define PATH_MAX
12347
12348         * as/mcs51/asm.h: define PATH_MAX
12349
12350         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12351
12352         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12353
12354         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12355
12356         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12357
12358         * src/SDCCglobl.h: define PATH_MAX
12359
12360         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12361
12362         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12363
12364 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12365
12366         * src/z80/gen.c (gencjneshort): Fixed
12367
12368         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12369
12370 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12371
12372         * support/regression/tests/bug-469671.c: Added.
12373
12374         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12375
12376 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12377
12378         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12379
12380         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12381
12382 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12383
12384         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12385
12386         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12387
12388         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12389
12390         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12391
12392         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12393
12394         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12395
12396         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12397
12398 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12399
12400         * 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.
12401
12402         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12403
12404         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12405
12406 2001-10-07    <johan AT FRIJA>
12407
12408         * device/lib/gets.c (gets): fixed the return value.
12409
12410 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12411         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12412
12413         * 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.
12414
12415         * 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.
12416
12417         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12418
12419         * src/pic/gen.c: Removed Safe_strdup.
12420
12421         * configure.in: Added option to enable libgc support.
12422
12423         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12424         (bitVectUnion): Optimised.
12425         (bitVectIntersect): Optimised.
12426         (bitVectBitsInCommon): Optimised.
12427         (bitVectCplAnd): Optimised.
12428
12429         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12430
12431 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12432
12433         * src/SDCCmain.c: distinguish between assembler debug and plain options
12434
12435         * src/avr/main.c:   remove standard assembler options
12436
12437         * src/ds390/main.c: remove standard assembler options
12438
12439         * src/mcs51/main.c: remove standard assembler options
12440
12441         * src/port.h: removed "PENDING" comment
12442
12443 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12444
12445         * src/device/lib/_mulint.c  : new, with assember functions
12446
12447         * src/device/lib/_mullong.c : new, with assember functions
12448
12449         * src/device/lib/_divuint.c : with assember functions
12450
12451         * src/device/lib/_divsint.c : with assember functions
12452
12453         * src/device/lib/_divulong.c: with assember functions
12454
12455         * src/device/lib/_divslong.c: with assember functions
12456
12457         * src/device/lib/_moduint.c : with assember functions
12458
12459         * src/device/lib/_modsint.c : with assember functions
12460
12461         * src/device/lib/_modulong.c: with assember functions
12462
12463         * src/device/lib/_modslong.c: with assember functions
12464
12465         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12466
12467         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12468
12469         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12470                                       replaced _mululong.c and _mulslong.c by _mullong.c
12471
12472 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12473
12474         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12475
12476 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12477
12478         * src/SDCCglue.c: test, if win32api is available for MINGW
12479
12480 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12481
12482         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12483         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12484         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12485         * support/regression/ports/host/spec.mk: removed GENERIC
12486         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12487         * support/regression/ports/z80/spec.mk: removed GENERIC
12488
12489 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12490
12491         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12492
12493         * support/regression/tests/bug-467035.c: Created.
12494
12495 2001-10-01    <johan AT FRIJA>
12496
12497         * src/SDCC.y: fixed bug #466586 part 1
12498
12499 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12500
12501         * SDCCicode.c: z80 has no generic pointers
12502         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12503
12504 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12505
12506         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12507
12508 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12509
12510         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12511
12512         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12513
12514 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12515
12516         * configure.in: Fixed up so that ucsim is only configured once.
12517
12518         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12519
12520         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12521         (getPathDifference): As above.
12522
12523         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12524
12525         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12526
12527 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12528         * .version: Updated to 2.3.1
12529
12530         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12531         Added copyright header.
12532
12533         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12534         (assemble): Added support for macro based assembler commands.
12535         (linkEdit): Added support for macro based linker commands.
12536         (preProcess): Changed the pre-processor to use macros.
12537         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12538         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12539
12540         * device/lib/z80/crt0.s: Added module name for debugging.
12541
12542 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12543
12544         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12545
12546         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12547
12548         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12549
12550         * src/Makefile.in: Added SDCCmacro and SDCCutil
12551
12552 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12553
12554         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12555
12556 2001-09-16    <johan AT FRIJA>
12557
12558         * 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.
12559
12560 2001-09-15    <johan AT FRIJA>
12561
12562         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12563         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12564
12565 2001-09-11    <johan AT FRIJA>
12566
12567         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12568
12569 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12570
12571         * support/regression/tests/bug-460444.c: Added test case.
12572
12573         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12574         (genCast): Added justification for all of the asserts.
12575
12576 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12577
12578         * support/regression/support.c: _xdata replaced by xdata
12579
12580         * support/regression/spec.mk: removed _generic
12581
12582 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12583
12584         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12585
12586         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12587         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12588
12589         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12590
12591         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12592
12593         * support/regression/tests/bug-460010.c: Added test case.
12594
12595         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12596
12597 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12598
12599         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12600
12601         * support/regression/testfwk.c: removed workaround for bug #436344
12602
12603         * support/regression/tests/bp.c: use less memory with mcs51
12604
12605         * support/regression/tests/bug-441448.c: use less memory
12606
12607         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12608
12609         * support/regression/collate-results.py: typo
12610
12611 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12612
12613         * support/regression/tests/fetchoverlap.c: Added new test case.
12614
12615         * support/regression/tests/bp.c: Added new test case.
12616
12617         * support/regression/tests/bug-448984.c: Added new test case.
12618
12619         * support/regression/tests/pow2shifts.c: Added new test case.
12620
12621         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12622         (genlshTwo): Fixed right shift for count > 8.
12623
12624         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12625
12626 2001-09-08    <johan AT FRIJA>
12627
12628         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12629
12630 2001-09-07    <johan AT FRIJA>
12631
12632         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12633
12634         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12635
12636 2001-09-06    <johan AT FRIJA>
12637
12638         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12639         * bernhard noted me at this: "() equals to (void)" (1.38)
12640
12641 2001-09-05    <johan AT FRIJA>
12642
12643         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12644
12645 2001-09-04    <johan AT FRIJA>
12646
12647         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12648
12649
12650 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12651
12652         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12653
12654 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12655
12656         * link/z80/aslink.h: Fixed path for PATH_MAX
12657
12658 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12659
12660         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12661
12662         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12663
12664         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12665
12666         * 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.
12667
12668 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12669
12670         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12671         (genCmp): Fixed up genCmp for the GB with longs.
12672
12673         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12674
12675         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12676
12677         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12678
12679         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12680
12681 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12682
12683         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12684
12685 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12686
12687         * 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.
12688
12689         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12690
12691 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12692
12693         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12694
12695         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12696
12697 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12698
12699   * sim/ucsim/configure:    little improvement of Cygwin-detection
12700   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12701   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12702   * support/regression/tests/bug-221100.c: small changes for mcs51
12703   * support/regression/tests/bug-221168.c: small changes for mcs51
12704   * support/regression/tests/bug-227710.c: small changes for mcs51
12705   * support/regression/tests/staticinit.c: small changes for mcs51
12706   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12707   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12708   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12709
12710 $Revision$