* device/lib/expf.c: Fixed bug 1599523: result of expf(x) is always positive.
[fw/sdcc] / ChangeLog
1 2006-11-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
2
3         * device/lib/expf.c: Fixed bug 1599523: result of expf(x) is
4           always positive.
5
6 2006-11-21 Raphael Neider <rneider AT web.de>
7
8         * src/pic/device.{c,h}: added pic14_getPIC()
9         * src/pic/gen.c (continueIfTrue,jumpIfTrue): added PIC code,
10           (genAnd): added PIC code for one case, fixes #1597044
11         * src/pic/pcode.c (BankSelect): Ohoh, added generic optimization for
12           SFRs that are present in all banks (e.g., STATUS)
13
14 2006-11-20 Raphael Neider <rneider AT web.de>
15
16         * src/pic/pcode.c: changed inverted ops for DECFSZ/DECFSZW and
17           INCFSZ/INCFSZW and declared them as changing Z bit,
18           (insertPCodeInstruction): correctly invert the above instructions,
19           fixes #1599333,
20           (DoBankSelect): don't panic on po_immediates
21
22 2006-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
23
24         * as/link/aslink.h,
25         * as/link/mcs51/lkihx.c (newArea),
26         * as/link/mcs51/lkrloc.c: renamed newArea() to ihxNewArea()
27         * as/link/mcs51/lkihx.c (ihx): output reset vector as start address
28
29 2006-11-11 Raphael Neider <rneider AT web.de>
30
31         * src/pic/pcode.c (newpCodeOpBit): search SymbolTab for referenced
32           bitfield symbols, fixes #1579535 (once more...).
33
34 2006-11-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
35
36         * support/regression/generate-cases.py,
37         * support/regression/fwk/include/testfwk.h,
38         * support/regression/fwk/lib/testfwk.c: used code pointers,
39           (about 50kByte less code generated for mcs51)
40
41 2006-11-06 Borut Razem <borut.razem AT siol.net>
42
43         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
44           debugger/mcs51/configure: fixed failed check because the function
45           rl_function_of_keyseq isn't in Readline 5.2. Thanks to Ilya Goldberg
46           who submitted the patch for gpsim.
47         * debugger/mcs51/configure.in: removed the result message
48         * debugger/mcs51/Makefile.in: fixed the config.status warning
49           "... seems to ignore the --datarootdir setting"
50
51 2006-11-03 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * device/include/mcs51/c8051f020.h,
54         * device/include/mcs51/c8051f040.h,
55         * device/include/mcs51/c8051f060.h,
56         * device/include/mcs51/c8051f120.h: added PS0, fixed bug 1589279
57         * src/z80/gen.c (gencjneshort),
58         * src/z80/peeph.def: applied patch 1571373, thanks Philipp Krause
59
60 2006-10-31 Borut Razem <borut.razem AT siol.net>
61
62         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
63           debugger/mcs51/configure: get readline version
64
65 2006-10-30 Borut Razem <borut.razem AT siol.net>
66
67         * debugger/mcs51/sdcdb.c: replaced hardcoded "/" with DIR_SEPARATOR_STRING
68         * debugger/mcs51/acinclude.m4, debugger/mcs51/aclocal.m4,
69           debugger/mcs51/configure: locate readline even when cross compiling
70         * support/scripts/sdcc.nsi: include readline5.dll into the setup package
71
72 2006-10-29 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
73
74         * device/include/mcs51/serial_IO.h: putchar() and getchar() using
75           serial port.
76
77 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
78
79         * device/include/malloc.h,
80         * device/lib/calloc.c,
81         * device/lib/free.c,
82         * device/lib/malloc.c,
83         * device/lib/realloc.c: moved definition of struct into sources
84         * support/regression/tests/malloc.c: use void* for init_dynamic_memory()
85
86 2006-10-29 Maarten Brock <sourceforge.brock AT dse.nl>
87
88         * as/asx8051.dsp: corrected output directories
89         * as/link/hc08: new directory for hc08 linker
90         * as/hc08/aslink.h,             as/link/aslink.h,
91         * as/hc08/aslink.mak,           as/link/hc08/aslink.mak,
92         * as/hc08/clean.mk,             as/link/hc08/clean.mk,
93         * as/hc08/link_hc08.dsp,        as/link/hc08/link_hc08.dsp,
94         * as/hc08/lkaomf51.c,           as/link/hc08/lkaomf51.c,
95         * as/hc08/lkarea.c,             as/link/hc08/lkarea.c,
96         * as/hc08/lkdata.c,             as/link/hc08/lkdata.c,
97         * as/hc08/lkelf.c,              as/link/hc08/lkelf.c,
98         * as/hc08/lkihx.c,              as/link/hc08/lkihx.c,
99         * as/hc08/lklibr.c,             as/link/hc08/lklibr.c,
100         * as/hc08/lkmain.c,             as/link/hc08/lkmain.c,
101         * as/hc08/lkmem.c,              as/link/hc08/lkmem.c,
102         * as/hc08/lkrloc.c,             as/link/hc08/lkrloc.c,
103         * as/hc08/lks19.c,              as/link/hc08/lks19.c,
104         * as/hc08/Makefile.aslink,      as/link/hc08/Makefile.aslink,
105         * as/hc08/Makefile.bcc,         as/link/hc08/Makefile.bcc,
106         * as/hc08/Makefile.in,          as/link/hc08/Makefile.in,
107         * as/link/hc08/conf.mk,
108         * configure,
109         * configure.in,
110         * Makefile.in,
111         * sdcc.dsw: moved hc08 linker to as/link/hc08
112         * as/hc08/lkeval.c,     as/link/mcs51/lkeval.c,     as/link/lkeval.c,
113         * as/hc08/lkhead.c,     as/link/mcs51/lkhead.c,     as/link/lkhead.c,
114         * as/hc08/lklex.c,      as/link/mcs51/lklex.c,      as/link/lklex.c,
115         * as/hc08/lklist.c,     as/link/mcs51/lklist.c,     as/link/lklist.c,
116         * as/hc08/lknoice.c,    as/link/mcs51/lknoice.c,    as/link/lknoice.c,
117         * as/hc08/lksym.c,      as/link/mcs51/lksym.c,      as/link/lksym.c,
118         * as/link/mcs51/aslink.dsp,
119         * as/link/mcs51/Makefile.in: factored out the common files
120         * as/hc08/lkstore.c: deleted, use the one already in as/link/
121         * as/clean.mk: extra cleaning common files
122         * as/link/mcs51/strcmpi.c,      as/strcmpi.c: moved
123         * as/link/mcs51/strcmpi.h: deleted, moved protoype to aslink.h
124         * as/mcs51/asm.h: include sdccconf.h or sdcc_vc.h
125
126 2006-10-29 Raphael Neider <rneider AT web.de>
127
128         * src/pic/ralloc.c (newReg): create aliases for registers with
129           multiple names to fix #1579535 and #1584001,
130           (regWithIdx,dirregWithName): resolve aliases on lookup
131         * src/pic/pcode.c (DoBankSelect): die with error message on failing
132           bankselect
133         * device/lib/pic/libdev/Makefile.in: move pseudo stack down to 0x4f
134           to prevent build errors on small devices
135
136 2006-10-28 Raphael Neider <rneider AT web.de>
137
138         * src/pic/gen.c (genFunction,genCall): drop "same code page"
139           assumption within interrupt handlers, fixes #1584940
140         * src/pic/glue.c (pic14_constructAbsMap): mark absolute symbols as
141           "emitted" to avoid emitting them again in udata
142
143 2006-10-27 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
144
145         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
146         Removed.
147
148 2006-10-26 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
149
150         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c:
151         Initialize uart only if SM0 and SM1 are zero.  Also, use flag to turn
152         on/off CR to CRLF conversion.
153
154 2006-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
155
156         * doc/sdccman.lyx: updated IRQ section
157
158 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
159
160         * device/lib/serial_io.c: removed
161         * device/lib/_putchar.c, device/lib/_getchar.c, device/lib/inituart.c
162         replacements for serial_io.c
163
164 2006-10-24 Maarten Brock <sourceforge.brock AT dse.nl>
165
166         * src/z80/main.c (_process_pragma, _parseOptions): fixed bug 1583318
167
168 2006-10-24 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
169
170         * device/lib/serial_io.c: Default putchar() and getchar() for
171           mcs51 uses serial port.
172
173 2006-10-23 Maarten Brock <sourceforge.brock AT dse.nl>
174
175         * src/mcs51/gen.c (movc): improved check for 0 and 1, see RFE 1582704
176
177 2006-10-23 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
178
179         * support/regression/ports/mcs51/support.c: smaller
180         _sdcc_external_startup()
181         * device/lib/mcs51/crtxclear.asm: don't check high byte of l_PSEG
182
183 2006-10-20 Maarten Brock <sourceforge.brock AT dse.nl>
184
185         * device/lib/gbz80/crt0.s,
186         * device/lib/gbz80/crt0_rle.s,
187         * device/lib/gbz80/div.s,
188         * device/lib/gbz80/fstubs.s,
189         * device/lib/gbz80/heap.s,
190         * device/lib/gbz80/mul.s,
191         * device/lib/gbz80/putchar.s,
192         * device/lib/gbz80/stubs.s,
193         * device/lib/z80/crt0.s,
194         * device/lib/z80/crt0_rle.s,
195         * device/lib/z80/div.s,
196         * device/lib/z80/fstubs.s,
197         * device/lib/z80/heap.s,
198         * device/lib/z80/mul.s,
199         * device/lib/z80/putchar.s,
200         * device/lib/z80/stubs.s: reverted, I was mistaken
201
202 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
203
204         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
205         * support/regression/ports/mcs51/support.c: removed race
206         condition on TI in _putchar allowing to use serial port mode 0
207
208 2006-10-20 Borut Razem <borut.razem AT siol.net>
209
210         * debugger/mcs51/sdcdb.c: replaced isblank() with isspace()
211
212 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
213
214         * device/lib/gbz80/crt0.s,
215         * device/lib/gbz80/crt0_rle.s,
216         * device/lib/gbz80/div.s,
217         * device/lib/gbz80/fstubs.s,
218         * device/lib/gbz80/heap.s,
219         * device/lib/gbz80/mul.s,
220         * device/lib/gbz80/putchar.s,
221         * device/lib/gbz80/stubs.s,
222         * device/lib/z80/crt0.s,
223         * device/lib/z80/crt0_rle.s,
224         * device/lib/z80/div.s,
225         * device/lib/z80/fstubs.s,
226         * device/lib/z80/heap.s,
227         * device/lib/z80/mul.s,
228         * device/lib/z80/putchar.s,
229         * device/lib/z80/stubs.s: removed all leading underscores from area names
230
231 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
232
233         * support/regression/ports/mcs51/support.c: use highest baudrate so the
234           regression tests are not waiting in the simulator for simulated
235           transmission of debug output
236
237 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
238
239         * device/lib/printf_large.c: slightly smaller
240         * doc/sdccman.lyx: do not use spaces within html links
241
242 2006-10-16 Borut Razem <borut.razem AT siol.net>
243
244         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
245           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
246           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
247           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
248           debugger/mcs51/configure:
249           [ 1185668 ] add gnu readline support to sdcdb - enabled
250
251 2006-10-16 Raphael Neider <rneider AT web.de>
252
253         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
254           fixes #1577882, removes close to all banking optimizations
255
256 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
257
258         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
259           variables in code memory
260         * support/regression/tests/absolute.c: added test for this
261
262 2006-10-15 Raphael Neider <rneider AT web.de>
263
264         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
265           devices,
266           (BankSelect): emit BANKSEL before touching linker-placed regs,
267           fixes #1570934
268
269 2006-10-10 Raphael Neider <rneider AT web.de>
270
271         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
272         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
273         * src/pic/main.c (_pic14_parseOptions),
274         * src/pic/main.h: mostly reverted to previous state, now use results
275             from SDCCmain.c's argument parsing
276
277 2006-10-10 Borut Razem <borut.razem AT siol.net>
278
279         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
280           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
281           [ 1185668 ] add gnu readline support to sdcdb -
282           prepared for READLINE, not enabled yet,
283           thanks to <tal.bav AT gmail.com>
284
285 2006-10-10 Raphael Neider <rneider AT web.de>
286
287         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
288         * src/pic16/devices.inc,
289         * device/include/pic16 (pic18f[24]620.h),
290         * device/include/pic18fregs.h,
291         * device/lib/pic16/pics.all,
292         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
293             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
294             Gary Plumbridge and Anton Strobl
295
296 2006-10-10 Raphael Neider <rneider AT web.de>
297
298         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
299           --stack-siz=NUM options to configure the argument passing stack
300         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
301         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
302           (pic14_getSharebankSize): obey --stack-siz=NUM,
303           (pic14_getSharebankAddress): obey --stack-loc=NUM
304
305 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
306
307         * doc/sdccman.lyx: added to the manual
308         * doc/figures/ddd_example.png: added (neither pdflatex nor
309         most browsers seem to like the .eps file)
310
311 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
312
313         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
314         to /tmp and /var/tmp acc. LSB
315         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
316         RESULT_TYPE_IFX
317         * support/regression/tests/onebyte.c: added test
318
319 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
320
321         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
322
323 2006-10-05 Borut Razem <borut.razem AT siol.net>
324
325         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
326           thanks to dfulab:
327           - sdcc.dsw: changed property eol-style to CRLF
328           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
329
330 2006-10-04 Raphael Neider <rneider AT web.de>
331
332         * device/include/pic/{pic16f84.h,pic16f84a.h},
333         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
334           from patch #1522504, thanks to Robas Teodor
335
336 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
337
338         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
339           fixes bug 1566015
340
341 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
342
343         * src/pic16/glue.c (pic16emitMaps),
344         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
345         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
346         * device/lib/pic16/libc/string/memcpypgm2ram.c,
347         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
348           Philipp Krause
349         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
350         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
351
352 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
353
354         * support/librarian/sdcclib.c: Added option -l.
355         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
356           usage totals.
357         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
358           using Windows command prompt.
359
360 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * device/lib/libsdcc.lib: added module rand
363         * src/ds390/ralloc.c (rematStr),
364         * src/hc08/ralloc.c (rematStr),
365         * src/mcs51/ralloc.c (rematStr),
366         * src/z80/ralloc.c (rematStr): made output more consistent
367         * src/mcs51/gen.c: cosmetic changes
368
369 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
370
371         * src/port.h: added mem.cabs_name to PORT
372         * src/ds390/main.c,
373         * src/hc08/main.c,
374         * src/mcs51/main.c,
375         * src/pic16/main.c,
376         * src/pic/main.c,
377         * src/xa51/main.c,
378         * src/z80/main.c: added cabs_name initializers
379         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
380           constants
381           (emitMaps): emit absolutes in code memory into cabs_name
382         * src/SDCCmem.c,
383         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
384         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
385         * support/regression/fwk/include/testfwk.h: added define for at
386         * support/regression/tests/absolute.c: added, new
387
388 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
389
390         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
391           optimizations, see also patch 887161 by Stas Sergeev
392         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
393           to be necessary anymore,
394           (102, 103, 104, 127): renamed all occurances of bp to _bp
395
396 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
397
398         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
399           thanks Weston T. Schmidt for patch 1555221
400         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
401         * src/SDCCicode.c(geniCodeMultiply): small optimization
402
403 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
404
405         * device/include/stdlib.h: added rand prototypes
406         * device/lib/rand.c: new, added
407         * device/lib/Makefile.in: added rand.c
408         * src/z80/peeph.def,
409         * src/z80/peeph-gbz80.def,
410         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
411
412 2006-09-20 Raphael Neider <rneider AT web.de>
413
414         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
415
416 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
417
418         * as/link/aslink.h: cosmetic changes
419         * as/link/mcs51/Makefile.in,
420         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
421
422 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
423
424         * as/link/aslink.h,
425         * as/link/mcs51/aslink.h,
426         * as/link/z80/aslink.h: merged and moved to as/link/
427         * as/link/lkstore.c,
428         * as/link/mcs51/lkstore.c: moved to as/link/
429         * as/link/clean.mk: remove *.o
430         * as/link/mcs51/alloc.h: deleted
431         * as/link/mcs51/lkarea.c: added lnksect prototype
432         * as/link/mcs51/lkdata.c,
433         * as/link/mcs51/lklex.c,
434         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
435         * as/link/mcs51/lkmem.c,
436         * as/link/mcs51/lknoice.c: removed include strcmpi.h
437         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
438         * as/link/mcs51/aslink.dsp,
439         * as/link/mcs51/Makefile.aslink,
440         * as/link/mcs51/Makefile.bcc,
441         * as/link/mcs51/Makefile.in: updated for moved files
442         * as/link/z80/lkarea.c,
443         * as/link/z80/lkhead.c,
444         * as/link/z80/lklex.c,
445         * as/link/z80/lklibr.c,
446         * as/link/z80/lklist.c,
447         * as/link/z80/lkmain.c,
448         * as/link/z80/lkrloc.c,
449         * as/link/z80/lksym.c: synced with mcs51
450         * as/link/z80/lkdata.c,
451         * as/link/z80/lkeval.c,
452         * as/link/z80/lkihx.c,
453         * as/link/z80/lks19.c: cosmetic changes
454         * as/link/z80/Makefile.in,
455         * as/link/z80/linkgbz80.dsp,
456         * as/link/z80/linkz80.dsp: updated for moved files
457
458 2006-09-16 Borut Razem <borut.razem AT siol.net>
459
460         * debugger/mcs51/sdcdb.c: partially fixed
461           [ 1203664 ] sdcdb fails to open files w. two "." periods
462         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
463           debugger/mcs51/symtab.h: fixed indenting
464         * configure.in, configure: up to date with latest Maarten's changes
465
466 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         as/link/mcs51
469         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
470         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
471         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
472         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
473         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
474         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
475         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
476         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
477         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
478         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
479         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
480         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
481         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
482         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
483         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
484         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
485         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
486         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
487         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
488         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
489         as/link/mcs51/alloc.h,
490         as/link/mcs51/clean.mk,
491         as/link/mcs51/conf.mk,
492         as/link/mcs51/Makefile.bcc,
493         as/link/mcs51/Makefile.in,
494         as/link/mcs51/readme.390,
495         as/link/mcs51/strcmpi.c,
496         as/link/mcs51/strcmpi.h,
497         as/mcs51/clean.mk,
498         as/mcs51/Makefile.bcc,
499         as/mcs51/Makefile.in,
500         configure,
501         Makefile.in,
502         sdcc.dsw: moved mcs51 linker to as/link/mcs51
503
504 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
505
506         * as/link,
507         * as/link/Makefile.in,
508         * as/link/z80/linkgbz80.dsp,
509         * as/link/z80/linkz80.dsp,
510         * configure,
511         * link,
512         * link/clean.mk,
513         * link/Makefile.in,
514         * link/README,
515         * link/z80,
516         * link/z80/aslink.h,
517         * link/z80/clean.mk,
518         * link/z80/conf.mk,
519         * link/z80/linkgbz80.dsp,
520         * link/z80/linkz80.dsp,
521         * link/z80/lkarea.c,
522         * link/z80/lkdata.c,
523         * link/z80/lkeval.c,
524         * link/z80/lkgb.c,
525         * link/z80/lkgg.c,
526         * link/z80/lkhead.c,
527         * link/z80/lkihx.c,
528         * link/z80/lklex.c,
529         * link/z80/lklibr.c,
530         * link/z80/lklist.c,
531         * link/z80/lkmain.c,
532         * link/z80/lkrloc.c,
533         * link/z80/lks19.c,
534         * link/z80/lksym.c,
535         * link/z80/Makefile.in,
536         * Makefile.in,
537         * sdcc.dsw: moved link/ to as/link/
538
539 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
540
541         * as/mcs51/i51mch.c (machine): fixed warning
542
543 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
544
545         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
546
547 2006-09-09 Borut Razem <borut.razem AT siol.net>
548
549         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
550           sdcdb WIN32 native port
551         * src/clean.mk: fixed
552
553 2006-09-08 Borut Razem <borut.razem AT siol.net>
554
555         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
556
557 2006-09-08 Raphael Neider <rneider AT web.de>
558
559         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
560         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
561             to gplink to disable processor mismatch warning and to allow
562             the use of devices with only aliased (shared) memory banks,
563           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
564
565 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
566
567         * doc/sdccman.lyx: Some re-formating plus example on using
568           #pragma preproc_asm +/-
569
570 2006-09-07 Borut Razem <borut.razem AT siol.net>
571
572         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
573           section
574
575 2006-09-06 Borut Razem <borut.razem AT siol.net>
576
577         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
578           line at sdcc.nsi:153
579         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
580
581 2006-09-05 Borut Razem <borut.razem AT siol.net>
582
583         * configure.in, configure: support for winsock2
584         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
585           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
586           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
587           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
588           debugger/mcs51/symtab.h: sdcdb WIN32 native port
589
590 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
591
592         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
593           and OP_DEFS
594         * support/regression/tests/bug1551947.c: new, added
595         * src/SDCCsymt.h: strings are char* not byte*
596
597 2006-09-05 Raphael Neider <rneider AT web.de>
598
599         * device/lib/pic16/libdev/pic18f4550.c,
600           device/include/pic16/pic18f4550.h: added PORTD/TRISD
601             declarations/definitions from patch #1520949
602
603 2006-09-05 Raphael Neider <rneider AT web.de>
604
605         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
606           byte-aligned bitfields, fixes #1539278
607
608 2006-09-05 Raphael Neider <rneider AT web.de>
609
610         * src/pic/gen.c (genReceive): skip unreferenced arguments,
611           fixes #1544120
612
613 2006-09-04 Borut Razem <borut.razem AT siol.net>
614
615         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
616         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
617           -mno-cygwin is a part of the compiler name
618         * support/scripts/sdcc_mingw32: don't disable ucsim
619
620 2006-09-03 Borut Razem <borut.razem AT siol.net>
621
622         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
623         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
624
625 2006-09-03 Raphael Neider <rneider AT web.de>
626
627         * src/pic/ralloc.c,
628         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
629           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
630           fixes #1550049
631
632 2006-09-01 Borut Razem <borut.razem AT siol.net>
633
634         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
635           to make ppc-osx happy
636
637 2006-08-31 Borut Razem <borut.razem AT siol.net>
638
639         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
640         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
641         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
642         * support/regression/ports/ds390/spec.mk,
643           support/regression/ports/mcs51/spec.mk,
644           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
645           To run regression tests in mingw environment:
646           make DEV_NULL=NUL CC=gcc
647
648 2006-08-30 Borut Razem <borut.razem AT siol.net>
649
650         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
651           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
652           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
653           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
654           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
655           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
656           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
657           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
658           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
659           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
660           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
661           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
662           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
663           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
664           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
665           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
666           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
667           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
668           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
669           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
670           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
671           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
672           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
673           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
674           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
675           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
676           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
677           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
678           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
679           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
680           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
681           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
682           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
683           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
684           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
685           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
686           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
687           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
688           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
689           ucsim WIN32 native port
690
691 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
692
693         * doc/sdccman.lyx: added note on dynamic memory heap initialization
694
695 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
696
697         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
698         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
699
700 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
701
702         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
703         * support/regression/tests/bug1546986.c: new, added
704         * as/mcs51/.cvsignore,
705         * debugger/mcs51/.cvsignore,
706         * src/.cvsignore: deleted
707
708 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
709
710         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
711           definitions)
712
713 2006-08-20 Borut Razem <borut.razem AT siol.net>
714
715         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
716           removed cl_listen_console::match(), cl_console::match(),
717           restructured cl_commander::proc_input()
718
719 2006-08-16 Borut Razem <borut.razem AT siol.net>
720
721         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
722           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
723           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
724
725 2006-08-14 Borut Razem <borut.razem AT siol.net>
726
727         * support/regression/Makefile.in,
728           support/regression/ports/pic14/gpsim.cmd,
729           support/regression/ports/pic14/spec.mk,
730           support/regression/ports/pic14/support.c:
731           added pic14 regression test
732
733 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * as/doc/asxhtm.html: documented changed ABS behaviour
736         * as/doc/README: fixed some typos
737
738 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
739
740         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
741           not defined on host
742
743 2006-08-12 Borut Razem <borut.razem AT siol.net>
744
745         * support/regression/fwk/include/testfwk.h,
746           support/regression/fwk/lib/testfwk.c,
747           support/regression/generate-cases.py,
748           support/regression/Makefile.in:
749           regression test framework does not depend on function pointers and
750           variable arguments
751
752 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
753
754         * device/include/stddef.h: c temporary hack to fix bug 1518273
755
756 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
757
758         * device/include/mcs51/cc2510fx.h: added
759         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
760           to projects.
761
762 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
763
764         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
765         * as/z80/Makefile.in: added strcmpi.c
766         * as/z80/z80adr.c: added upper case registers and lower case conditionals
767         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
768
769 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
770
771         * device/lib/gbz80/asm_strings.s,
772         * device/lib/gbz80/crt0_rle.s,
773         * device/lib/gbz80/div.s,
774         * device/lib/gbz80/mul.s,
775         * device/lib/gbz80/shift.s,
776         * device/lib/z80/asm_strings.s,
777         * device/lib/z80/crt0_rle.s,
778         * device/lib/z80/div.s,
779         * device/lib/z80/mul.s,
780         * device/lib/z80/shift.s: changed to all lower case menmonics except the
781           flags which are all upper case
782
783 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * as/z80/asm.h: made CASE_SENSITIVE 1
786         * link/z80/aslink.h: made CASE_SENSITIVE 1
787         * src/z80/gen.c (throughout): made all conditionals upper case
788         * support/regression/tests/bug1503067.c: new
789
790 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
791
792         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
793           (shiftIntoPair): added case 2 for PAIR_IY,
794           (setupToPreserveCarry): replaced parameters with iCode and check if
795            PAIR_DE is in use to fix bug 1399290,
796           (genPlus, genMinus): updated call to setupToPreserveCarry
797         * support/regression/tests/bug1399290.c: new
798
799 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
800
801         * device/lib/Makefile.in (Z80SOURCES): enabled float support
802         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
803         * src/ds390/gen.c (shiftRLong),
804         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
805         * src/mcs51/gen.c (sameReg): changed to sameByte,
806           (xch_a_aopGet): new,
807           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
808            shiftRLong): fixed bug 1533966
809         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
810           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
811         * support/regression/Makefile.in: disabled z80, enabled ucz80
812         * support/regression/tests/float_trans.c: enabled test for z80 and host
813         * support/regression/tests/shifts2.c: new, for testing bug 1533966
814
815 2006-08-01 Borut Razem <borut.razem AT siol.net>
816
817         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
818           comparison is always false due to limited range of data type
819           on PPC64 machine (openpower-linux1) where "char = unsigned char"
820
821 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
822
823         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
824         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
825         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
826         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
827
828 2006-07-31 Borut Razem <borut.razem AT siol.net>
829
830         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
831           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
832           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
833           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
834           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
835           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
836           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
837           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
838           enable ucsim mingw compilation. Serial port is disabled,
839           since it uses termios.h API, which is not available on native
840           WIN32
841
842 2006-07-31 Borut Razem <borut.razem AT siol.net>
843
844         * Small Device C Compiler 2.6.0 released
845         * support/scripts/sdcc.nsi: added FULL_DOC option
846         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
847
848 2006-07-28 Borut Razem <borut.razem AT siol.net>
849
850         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
851         * doc/INSTALL.txt: updated
852
853 2006-07-27 Borut Razem <borut.razem AT siol.net>
854
855         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
856           device/lib/pic/libdev/Makefile.in: fixed bug
857           [ 1438354 ] pic libsdcc: distclean doesn't work
858         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
859           device/lib/pic16/libio/Makefile.in: fixed bug
860           [ 1438344 ] pic16 lib: clean doesn't work properly
861         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
862
863 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
864
865         * device/lib/pic/libsdcc/fsdiv.c,
866         * device/lib/pic/libsdcc/fsmul.c,
867         * device/lib/pic16/libsdcc/float/fsdiv.c,
868         * device/lib/pic16/libsdcc/float/fsmul.c,
869         * device/lib/_fsdiv.c,
870         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
871         * support/regression/tests/bug1520966.c: added
872         * doc/knownbugs.html: removed [ 1520966 ] from the list
873
874 2006-07-25 Borut Razem <borut.razem AT siol.net>
875
876         * configure.in, configure, sdccconf_in.h: fixed bug
877           [ 1519095 ] regression test onebyte.c fails on ppc64 host
878         * doc/knownbugs.html: removed [ 1519095 ] from the list
879
880 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
881
882         * doc/knownbugs.html: added, contains list of known bugs at release
883         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
884
885 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
886
887         * device/include/mcs51/compiler.h: added SFRX for xdata based special
888           function registers and corrected defaults with additional warning
889         * device/lib/malloc.c: cosmetic changes
890         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
891         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
892           (fillGaps): and used it
893
894 2006-07-20 Raphael Neider <rneider AT web.de>
895
896         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
897           output unless SDCCPICDEBUG is set
898         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
899           output if SILENT is set
900
901 2006-07-11 Borut Razem <borut.razem AT siol.net>
902
903         * doc/README.txt: updated
904
905 2006-07-10 Borut Razem <borut.razem AT siol.net>
906
907         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
908           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
909           in WIN32 installation
910         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
911           release candidate 1
912
913 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
914
915         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
916         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
917
918 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
919
920         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
921
922 2006-07-06 Borut Razem <borut.razem AT siol.net>
923
924         * support/regression/tests/bitfields.c:
925           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
926         * support/regression/tests/constantRange.c:
927           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
928
929 2006-07-04 Borut Razem <borut.razem AT siol.net>
930
931         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
932           src/port.mk,
933           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
934           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
935           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
936           reverted changes from 2006-07-03
937         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
938         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
939           added CPPFLAGS, used by the host port
940
941 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
942
943         * support/regression/valdiag/tests/switch.c,
944         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
945         * support/regression/tests/libmullong.c: fixed for host
946         * support/regression/ports/host/spec.mk: disable all warnings for host,
947         SDCC runs with --less-pedantic too
948
949 2006-07-03 Borut Razem <borut.razem AT siol.net>
950
951         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
952           defined CPPFLAGS
953         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
954         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
955           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
956           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
957           include ../port.mk
958         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
959           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
960           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
961           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
962
963 2006-07-02 Raphael Neider <rneider AT web.de>
964
965         * src/pic16/devices.inc,
966         * device/include/pic16/pic18fregs.h,
967         * device/include/pic16/pic18f4550.h,
968         * device/lib/pic16/pics.all,
969         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
970
971 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
972
973         * as/hc08/lkaomf51.c (OutputName),
974         * as/mcs51/lkaomf51.c (OutputName),
975         * as/z80/asmain.c (asmbl),
976         * src/ds390/main.c (asmLineNodeFromLineNode),
977         * src/hc08/ralloc.c (hc08_assignRegisters),
978         * src/mcs51/main.c (asmLineNodeFromLineNode),
979         * src/xa51/ralloc.c (checkRegMask),
980         * src/xa51/gen.c (emitcode),
981         * src/z80/gen.c (_emit2),
982         * src/SDCCast.c (searchLitOp),
983         * src/SDCCglobl.h,
984         * support/packihx/packihx.c,
985         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
986         * src/ds390/gen.c (aopPutUsesAcc),
987         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
988         * support/regression/tests/libmullong.c (mullong_wrapper),
989         * src/SDCCsymt.c (powof2),
990         * src/SDCCast.c,
991         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
992         * src/SDCCsymt.h: added TYPE_TARGET_*
993         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
994         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
995         SDCCast because 1) header problems 2) this is the right place
996         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
997         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
998         prototype
999
1000 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
1001
1002         * src/SDCCicode.h: removed buggy semicolon in unused macro
1003         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
1004         search for previous definiton of auto symbols too,
1005         (findPrevUse): fixed logic of emitWarnings
1006
1007 2006-06-26 Raphael Neider <rneider AT web.de>
1008
1009         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
1010           PCLATH and PCLATU on interrupts, potentially fixes #1505141
1011
1012 2006-06-25 Raphael Neider <rneider AT web.de>
1013
1014         * device/lib/pic/libm: NEW, added math library functions
1015         * device/lib/pic/libsdcc: NEW; added float support functions
1016         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
1017         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
1018           NEW, added math related headers
1019         * device/include/asm/pic/features.h: NEW
1020         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
1021           (popGet): allow larger offsets for AOP_PCODE,
1022           (genDataPointerSet): handle literals explicitly, more debug output,
1023           (genAssign): fixed for float using aopLiteral ;-)
1024         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
1025           GOTO initialisation routine
1026         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
1027           flag on registers, fixes #1469043 (local variables do not work)
1028         * src/pic/main.c (_pic14_do_link),
1029         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
1030           available
1031
1032 2006-06-25 Borut Razem <borut.razem AT siol.net>
1033
1034         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
1035           characters printed (not including the trailing '\0' used to end
1036           output to strings). Problem detected in regression test bug-927659.c.
1037           NOTE: printf() family functions should return int instead
1038           unsigned int!
1039         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
1040           specifier are printed as themselves
1041         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
1042           support flags, width and precision specifiers
1043
1044 2006-06-24 Borut Razem <borut.razem AT siol.net>
1045
1046         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
1047           to the list of sdcc tagrets not supporting bit type
1048         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
1049           testfor pic16 due to bug:
1050           [ 1511794 ] pic16: regression test bug-895992.c fails
1051
1052 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
1053
1054         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
1055         * src/SDCCglue.c (initPointer), fixed bug 1496419
1056         * support/regression/tests/bug1496419.c: new, added
1057
1058 2006-06-22 Borut Razem <borut.razem AT siol.net>
1059
1060         * support/regression/ports/pic16/support.c: use gpsim usart module from
1061           libgpsim_modules library
1062
1063 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1064
1065         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
1066         IP0H to IPH0.
1067
1068 2006-06-19 Raphael Neider <rneider AT web.de>
1069
1070         * src/pic/glue.h,src/pic16/glue.h: added prototypes
1071         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
1072           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
1073           (pic14printExterns,pic14printPublics,pic16printPublics,
1074           pic16_printExterns): use new functions to emit symbols
1075           (picglue,pic16glue): emit publics before emitting externs
1076         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
1077           locally defined functions to avoid bug #1443651
1078         * support/regression/tests/bug-716242.c: removed pic16 workaround
1079         * support/regression/ports/pic16/spec.mk: ignore errors during build
1080
1081 2006-06-19 Raphael Neider <rneider AT web.de>
1082
1083         * src/pic/glue.h: added pic14aopLiteral prototype
1084         * src/pic/glue.c (pic14aopLiteral): return unsigned int
1085         * src/pic/gen.c: removed stdint.h dependency
1086           (aopGet): use Safe_strdup()
1087           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
1088           (genDataPointerSet): use pic14aopLiteral()
1089         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
1090           for pic16; thanks to Bernhard and Maarten
1091
1092 2006-06-18 Borut Razem <borut.razem AT siol.net>
1093
1094         * support/regression/tests/structflexarray.c: flexible array members
1095           not supported by gcc < 3
1096         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
1097           GUI tool by default
1098         * src/pic/gen.c: don't include [p]strdin.h on solaris
1099         * support/Util/pstdint.h: addad svn attributes
1100         * support/regression/tests/constantRange.c,
1101           support/regression/tests/rotate.c: include inttypes.h instead
1102           stdint.h on solaris, addad svn attributes
1103
1104 2006-06-18 Raphael Neider <rneider AT web.de>
1105
1106         * src/SDCCsymt.c (initCSupport): change return type of divschar to
1107           int for PIC16
1108         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
1109           (pic16_genMinusBits): simplified sign-extension
1110           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
1111             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
1112             adjusted to correctly handle mixed-signed operands, disabled
1113             now unused multiplciation routines
1114         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
1115           (assignResultValue): added argument denoting the size of the result
1116             as returned by the function (fixes upcasts in assigning from
1117             function calls: char foo(); int i = foo();)
1118           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
1119             function result to assignResultValue
1120           (genMult): disabled inlined multiplication code
1121           (genDiv): augmented to also handle the modulus operator, fixed to
1122             handle mixed-signed operands correctly
1123           (genMod): simply call genDiv, disabled unused code
1124           (genAssign): fixed missing (sign-)extension on result
1125         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
1126             valid char operands, allow signed operands for native code, added
1127             division and modulo operator handling
1128         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
1129
1130         As a consequence, onebyte.c (if split into two files) and muldiv.c
1131         pass regression tests.
1132
1133 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1134
1135         * doc/Makefile.in: two runs of makeindex seem needed to get
1136         correct page references in the index of sdccman.pdf
1137         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
1138
1139 2006-06-17 Borut Razem <borut.razem AT siol.net>
1140
1141         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
1142
1143 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1144
1145         * doc/sdccman.lyx: updated, added (porting source code, debugging),
1146         mentioned ec2drv and paulmon
1147
1148 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
1149
1150         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
1151           consecutive abs areas
1152           (find_empty_space, allocate_space): added map to handle codemap or
1153            xdatamap,
1154           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
1155            absolute idata and xdata
1156         * as/mcs51/lkmem.c (summary2): updated legend
1157
1158 2006-06-16 Raphael Neider <rneider AT web.de>
1159
1160         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
1161
1162 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
1163
1164         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
1165           1208515
1166         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
1167
1168 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
1169
1170         * src/port.h (struct PORT): added field gp_tags, to hold the tag
1171         value of generic pointers,
1172         * src/avr/main.c,
1173           src/ds390/main.c,
1174           src/hc08/main.c,
1175           src/izt/i186.c,
1176           src/izt/tlcs900h.c,
1177           src/mcs51/main.c,
1178           src/pic/main.c,
1179           src/pic16/main.c,
1180           src/xa51/main.c,
1181           src/z80/main.c: PORT structure, added elements for gp_tags field,
1182         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
1183         fields in the PORT structure of each port,
1184         * src/SDCCast.c (decorateType): allow processing of generic pointers
1185         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
1186         S_FIXED symbols
1187
1188 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
1189
1190         * link/z80/lkgb.c,
1191         * link/z80/lkgg.c,
1192         * src/pic16/gen.c,
1193         * src/pic16/main.c,
1194         * src/pic16/pcode.c,
1195         * src/pic/main.c,
1196         * src/pic/pcoderegs.c,
1197         * src/SDCCicode.c,
1198         * src/SDCCmain.c,
1199         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
1200           bug 1504689 on minGW
1201
1202 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1203
1204         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1205
1206 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1207
1208         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1209
1210 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1211
1212         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1213           for optimization
1214
1215 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1216
1217         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1218         to a char variable. Fixed bug #1504211
1219         * device/include/pic16/adc.h,
1220         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1221         and fixed bug #1364390
1222
1223 2006-06-10 Borut Razem <borut.razem AT siol.net>
1224
1225         * CVSROOT: removed the CVS left-over
1226
1227 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1228
1229         * as/hc08/asmain.c (asexit),
1230         * as/hc08/lkmain.c (lkexit),
1231         * as/mcs51/asmain.c (asexit),
1232         * as/mcs51/lkmain.c (lkexit),
1233         * src/SDCCglue.c (DEFSETFUNC),
1234         * src/SDCCmain.c (linkEdit, assemble),
1235         * support/librarian/sdcclib.c (AddRel),
1236           replaced unlink() by standard C remove()
1237         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1238         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1239           gatherImplicitVariables): new, added to fix bug 608752,
1240           (createFunction): added gatherImplicitVariables()
1241         * src/SDCCast.h: added createRMW prototype
1242         * src/SDCCsymt.h (struct symbol): added infertype
1243         * support/regression/tests/bug608752.c: new, added
1244
1245 2006-06-10 Raphael Neider <rneider AT web.de>
1246
1247         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1248           multibyte dummy reads (fixes #1503234)
1249
1250 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1251
1252         * device/include/mcs51/compiler.h: new, added header file to enable
1253           creating common sfr definition header files for different compilers
1254
1255 2006-06-05 Raphael Neider <rneider AT web.de>
1256
1257         * src/pic16/{pcode.h,genarith.c}:
1258           introduced pCodeOp combining any two pCodeOps (previously only
1259           two register operands could be combined), removed pcop2 from
1260           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1261         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1262         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1263           rewritten to use new PO_TWO_OPS
1264         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1265         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1266           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1267           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1268           (pic16_get_op): embraced return arg to allow #define return(x),
1269             added new case for combined opcodes
1270           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1271           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1272            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1273
1274 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1275
1276         * src/SDCCval.c (checkConstantRange): added
1277         * src/SDCCval.h: added checkConstantRange
1278         * support/Util/SDCCerr.c,
1279         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1280         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1281         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1282         * src/SDCCast.c (decorateType): added checkConstantRange,
1283         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1284         can be emitted with the correct always true/false warning,
1285         added optimization for double '!';
1286         result of decorateType() must be assigned back to the tree, because
1287         decorateType() can change the tree
1288         * src/SDCCicode.c (geniCodeLogic),
1289         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1290         (checkConstantRange): removed, it was only a fragment which never
1291         emitted a warning
1292         * src/SDCCsymt.c (computeType): fixed promotion for
1293         "-1 < (unsigned bit) b"
1294         * src/pic/ralloc.c (packRegsForAssign),
1295         * src/pic16/ralloc.c (packRegsForAssign),
1296         * src/hc08/ralloc.c (packRegsForAssign),
1297         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1298         from mcs51
1299         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1300         * support/regression/tests/constantRange.c: added
1301         * support/valdiag/tests/constantRange.c: added
1302         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1303
1304 2006-06-02 Borut Razem <borut.razem AT siol.net>
1305
1306         * support/regression/ports/pic16/support.c: increase stack size
1307           to 255 bytes
1308         * support/regression/Makefile.in: sort tests by name so that the
1309           resutlts can be compared on different machines / platforms
1310
1311 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1312
1313         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1314         * src/ds390/gen.c (emitLabel): new, added,
1315           (genDjnz): fixed stack overflow bug,
1316           (throughout): cosmetic changes to sync with mcs51/gen.c,
1317           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1318         * src/mcs51/gen.c (genEndFunction): small optimization,
1319           (throughout): cosmetic changes to sync with ds390/gen.c
1320
1321 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1322
1323         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1324           (_print_format): fixed printing pointers
1325         * src/mcs51/gen.c (emitLabel, movb): new, added,
1326           (genAssign): small optimization,
1327           (genDjnz): fixed stack overflow bug,
1328           (throughout): replaced sprintf with SNPRINTF,
1329           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1330           replaced emitcode("mov", "b,...") with MOVB(...),
1331           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1332           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1333         * src/mcs51/peeph.def: added rules 140 and 264
1334         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1335           so they may get optimized into registers
1336
1337 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1338
1339         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1340           immediately when encountered,
1341           (printUsage): always use stderr even on windows
1342
1343 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1344
1345         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1346         (processParms): fixed bug #1247551
1347         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1348         parseCmdLine, main): print '--version' to stdout,
1349         print 'help' to stdout if --help is given,
1350         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1351         arguments are given; fixed --help
1352
1353 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1354
1355         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1356         * support/regression/tests/bug-1493710.c: added
1357
1358 2006-05-27 Borut Razem <borut.razem AT siol.net>
1359
1360         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1361           static instead auto
1362         * support/regression/ports/pic16/support.c: increase stack size
1363           from default 64 bytes to 128 bytes
1364         * support/regression/tests/staticinit.c,
1365           support/regression/tests/float.c: regression tests fully enabled
1366           for pic16 port by putting the initialized data arrays into the code
1367           section
1368         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1369           This was changed by mistake in the previous version.
1370
1371 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1372
1373         * src/pic16/gen.c (genFunction, genEndFunction): some
1374         beautifications, fixed bug with falsely restoring FSR2 in large
1375         stack model, thanks to Beau E. Cox for reporting the bug
1376
1377 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1378
1379         * debugger/mcs51/break.c,
1380         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1381           use %p to print pointers, made address variables unsigned
1382         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1383         * debugger/mcs51/symtab.c (parseSymbol): must return something
1384         * src/mcs51/gen.c (aopForSym): small optimization,
1385            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1386           (freeAsmop): added missing break,
1387           (aopPut): removed parameter bvolatile, determine it inside the function,
1388           (saveRegisters, unsaveRegisters): small optimization,
1389           (genIpush): removed pointless check,
1390           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1391           replaced sprintf with SNPRINTF,
1392           replaced strcpy with strncpyz,
1393           updated aopPut calls,
1394           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1395         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1396
1397 2006-05-24 Borut Razem <borut.razem AT siol.net>
1398
1399         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1400           modification of test for the pic16 port, put the array to the code
1401           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1402
1403 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1404
1405         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1406         * support/Util/pstdint.h: added
1407
1408 2006-05-22 Borut Razem <borut.razem AT siol.net>
1409
1410         * src/regression/Makefile: removed bool2.c test, added -q linker option
1411         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1412           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1413           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1414           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1415           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1416           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1417           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1418           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1419           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1420
1421 2006-05-22 Raphael Neider <rneider AT web.de>
1422
1423         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1424           bug #1492360 (problematic due to generic pointers, see code)
1425
1426 2006-05-22 Borut Razem <borut.razem AT siol.net>
1427
1428         * support/regression/ports/pic16/specs.mk: removed stack size linker
1429           directive
1430         * support/regression/tests/array.c,
1431           support/regression/tests/bitopcse.c,
1432           support/regression/tests/bug-908454.c,
1433           support/regression/tests/malloc.c: modified for pic16 regression test
1434         * support/regression/tests/bitfields.c:
1435           pic16 - excluded bitfileds of size > 8
1436         * support/regression/tests/bp.c: pic16 - reduced data size
1437         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1438         * support/regression/tests/bug-460010.c:
1439           pic16 - used the absolute address the fits in memory
1440         * support/regression/tests/bug-716242.c:
1441           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1442         * support/regression/tests/float.c:
1443           pic16 - excluded - data size too big
1444         * support/regression/tests/onebyte.c:
1445           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1446         * support/regression/tests/shifts.c:
1447           pic16 - function names probably have to differ in first X characters
1448           (gpasm limitation?)
1449         * support/regression/tests/staticinit.c:
1450           pic16 - excluded some tests due error: no target memory available for
1451           section ".idata"
1452
1453 2006-05-22 Borut Razem <borut.razem AT siol.net>
1454
1455         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1456           second try. Thanks Stas Sergeev once more.
1457
1458 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1459
1460         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1461           (genLeftShift, genRightShift): fixed bug 1491627
1462         * src/hc08/peeph.def (rules 7, 8.x): added
1463         * support/regression/tests/shifts.c (ShiftLeftByParam,
1464           ShiftRightByParam, testShiftByParam): added to test variable shifting
1465
1466 2006-05-20 Raphael Neider <rneider AT web.de>
1467
1468         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1469         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1470           (allocReg): add only new registers to dynAllocRegs,
1471           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1472             #1489055, #1445850, and probably #1483693
1473
1474 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1475
1476         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1477         bug in for-loop that didn't emit the last of CONFIG and ID registers
1478
1479 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1480
1481         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1482           with offset
1483         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1484           1489016, 1434401 and 1490124
1485         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1486           1489016, 1434401 and 1490124
1487
1488 2006-05-17 Borut Razem <borut.razem AT siol.net>
1489
1490         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1491           thanks Stas Sergeev
1492
1493 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1494
1495         * device/include/mcs51/P89c51RD2.h,
1496         * device/include/mcs51/P89LPC901.h,
1497         * device/include/mcs51/P89LPC922.h,
1498         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1499
1500 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1501
1502         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1503         to fix missing stack pragma in compiled binary object file,
1504
1505 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1506
1507         * support/packihx/configure.in,
1508         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1509         determine sizeof basic types even while cross compiling
1510
1511 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1512
1513         * src/avr/gen.c (aopop),
1514         * src/ds390/gen.c (aopOp),
1515         * src/hc08/gen.c (aopOp),
1516         * src/mcs51/gen.c (aopop),
1517         * src/pic16/gen.c (pic16_aopOp),
1518         * src/pic/gen.c (aopOp),
1519         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1520         if size of operand is smaller than spill location
1521
1522 2006-05-12 Borut Razem <borut.razem AT siol.net>
1523
1524         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1525           have to have CR/LF line endings even if they are checked out on *nix
1526           or on WIN32 in cygwin binmode
1527
1528 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1529
1530         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1531         * device/include/ds80c390.h: added sfr16 definitions
1532         * src/ds390/gen.c,
1533         * src/ds390/gen.h,
1534         * src/ds390/main.c,
1535         * src/ds390/ralloc.c,
1536         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1537           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1538           bit returning functions
1539         * support/regression/tests/sfr16.c: enabled test on ds390
1540
1541 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1542
1543         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1544         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1545
1546 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1547
1548         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1549         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1550           (cl_address_space constructor): removed expensive initialization,
1551           (cl_address_space::get_cell): extended for late initialization,
1552           (cl_address_space::*): use late initialization,
1553           (cl_address_decoder::activate): removed expensive initialization,
1554           This reduced regression test running time by 25%
1555
1556 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1557
1558         * packihx/,
1559         * configure.in,
1560         * configure,
1561         * sdcc.dsw,
1562         * Makefile.bcc,
1563         * Makefile.in,
1564         * support/packihx/Makefile.in,
1565         * support/packihx/clean.mk,
1566         * support/packihx/Makefile.bcc,
1567         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1568
1569 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1570
1571         * src/SDCCval.c (valNot): fix for regression test failure
1572           of not.c on big endian hosts
1573
1574 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1575
1576         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1577
1578 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1579
1580         * device/lib/mcs51/Makefile.in: changed string comparison operator
1581           to = for POSIX compliance; == is bash extension
1582
1583 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1584
1585         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1586           kosmonaut_pirx
1587
1588 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1589
1590         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1591         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1592         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1593         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1594         bug report #1478657,
1595
1596 2006-05-05 Borut Razem <borut.razem AT siol.net>
1597
1598         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1599           making the html
1600
1601 2006-05-02 Borut Razem <borut.razem AT siol.net>
1602
1603         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1604           create *.ind, which made make to fail if invoked with -j 2
1605
1606 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1607
1608         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1609           Hubert Sack for patch 1479782
1610
1611 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1612
1613         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1614
1615 2006-05-01 Raphael Neider <rneider AT web.de>
1616
1617         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1618           (create_pic): store only prefix-free device name,
1619           (init_pic): check for device names with "16" prefix,
1620           (list_valid_pics),
1621         * src/pic/device.h (struct PIC_device),
1622         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1623             stored device name,
1624         * device/include/pic/pic12f{635,675,629,683}.h,
1625         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1626         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1627         * device/include/pic/pic16f505.h,
1628         * device/lib/pic/libdev/pic16f505.c: removed
1629         * device/include/pic/pic14devices.txt: added support for pic12f
1630             devices, removed unsupported non 16-bit devices
1631             [above changes provided by patch from Zik Saleeba]
1632         * src/pic/*, src/pic16/*, device/include/pic16/*,
1633           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1634
1635 2006-05-01 Borut Razem <borut.razem AT siol.net>
1636
1637         * configure.in, configure, doc/Makefile.in:
1638           sync with nightly build makefile - latex, dvipdf and dvips
1639           not needed any more
1640
1641 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1642
1643         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1644         in the library source
1645
1646 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1647
1648         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1649
1650 2006-04-28 Raphael Neider <rneider AT web.de>
1651
1652         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1653         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1654           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1655         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1656
1657 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1658
1659         * device/lib/pic/libdev/Makefile.in,
1660         * device/lib/hc08/Makefile.in,
1661         * device/lib/gbz80/Makefile.in,
1662         * device/lib/z80/Makefile.in,
1663         * device/lib/ds390/Makefile.in,
1664         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1665         thanks to Borut for the bug report
1666         * configure.in,
1667         * configure: always create doc/Makefile independent from --enable-doc
1668         * Makefile.in: always install from directory doc independent from
1669         --enable-doc
1670         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1671         removed
1672         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1673         * doc/Makefile.in: install *.txt if present
1674         * device/include/Makefile.in (install): added installation of pic/*.inc
1675         and pic/*.txt files again, they were erroneously removed
1676
1677 2006-04-28 Raphael Neider <rneider AT web.de>
1678
1679         * src/pic/{gen.c,main.h,pcode.c},
1680         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1681             concerning signedness with casts
1682
1683 2006-04-28 Raphael Neider <rneider AT web.de>
1684
1685         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1686             definition of an interrupt handler,
1687         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1688             interrupt handler stuff from picglue() to separate routine,
1689           (picglue): enabled definition of intr handlers in files w/o main()
1690
1691 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1692
1693         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1694           compilation with MSVC 2005 Express Edition (VC8)
1695
1696 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1697
1698         * device/lib/Makefile: fixed build of gbz80 lib
1699
1700 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1701
1702         * support/regression/tests/bug-460010.c,
1703         * support/regression/tests/bug-524691.c,
1704         * support/regression/tests/bug-716242.c: removed conditional defines
1705           that are already in testfwk.h
1706
1707 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1708
1709         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1710           (AccAXRsh1): added, shift right by 1,
1711           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1712            AccAXLrl1
1713         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1714
1715 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1716
1717         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1718         remove cast to same type
1719         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1720         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1721         * as/z80/Makefile,
1722         * link/z80/Makefile: removed, they have moved to
1723         Makefile.in files
1724         * configure,
1725         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1726         * install-sh: fix bug #1204398 by setting umask 0022
1727         * device/lib/Makefile: separate build of z80 and gbz80 lib
1728
1729 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1730
1731         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1732         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1733
1734         One basic decision: e.g. src/clean.mk includes further files. In order
1735         to make this work there are two solutions:
1736         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1737           run configure on them. This way they can use
1738           'include $(srcdir)/port-clean.mk'
1739         - always include clean.mk by the Makefile at the same level. To avoid
1740           that `make clean` tries to include and build Makefile.dep the
1741           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1742           implemented, because now even `make uninstall` doesn't create
1743           Makefile.in. clean.mk could be eliminated by pasting it in
1744           Makefile.in.
1745
1746         * debugger/mcs51/Makefile.in: build own objects from library sources
1747         (SLIB, SDCC) in current directory
1748
1749         * configure, configure.in: renamed --disable-device-lib-build in
1750         --disable-device-lib; added --enable-doc, the required tools are
1751         searched by configure; added result message; the toolchain for the
1752         belonging ports are now only built, if the port is enabled.
1753
1754         * support/regression/*: all output is written in directory gen, because
1755         the fwk and ports directories don't livet in the build tree using vpath
1756
1757         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1758         --disable-device-lib, added --enable-doc, added section VPATH
1759
1760         * sim/ucsim/configure.in,
1761         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1762         z80 are enabled by default
1763
1764 2006-04-24 Raphael Neider <rneider AT web.de>
1765
1766         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1767             to config word, "pic14_"-prefixed some extern functions
1768           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1769             config word has been found
1770         * src/pic/device.h: added prototypes
1771         * src/pic/pcode.c: added "pic14_"-prefix where needed
1772         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1773             fixup
1774         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1775             words,
1776           (pic14emitRegularMap): ignore config words,
1777           (pic14createInterruptVect): moved generating __config directives away
1778           (picglue): have __config directives emitted
1779
1780 2006-04-24 Borut Razem <borut.razem AT siol.net>
1781
1782         * doc/Makefile: sync with nightly build makefile
1783
1784 2006-04-24 Raphael Neider <rneider AT web.de>
1785
1786         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1787             registers that have not been assigned proper liveranges,
1788             fixes #1469504 and #1474602,
1789           (pCodeRegOptimizeRegUsage): fixed typo in comment
1790
1791 2006-04-24 Borut Razem <borut.razem AT siol.net>
1792
1793         * device/examples/main8051.c: deleted - it was removed from CVS
1794           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1795           after the transition to Subversion
1796         * src/SDCCalloc.h: deleted - it was removed  from CVS
1797           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1798           after the transition to Subversion
1799         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1800           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1801           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1802           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1803
1804 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1805
1806         * as/asx8051.dsp: added mcs51/strcmpi.h
1807         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1808         * as/hc08/aslink.h: updated lnksect prototype
1809         * as/hc08/asm.h,
1810         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1811         * as/hc08/asmain.c,
1812         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1813           (newdot): handle A_ABS
1814         * as/hc08/asout.c,
1815         * as/mcs51/asout.c (outarea): output address
1816         * as/hc08/lkaomf51.c,
1817         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1818         * as/hc08/m08pst.c,
1819         * as/mcs51/i51pst.c,
1820         * as/z80/z80pst.c: "ABS" is not A_OVR
1821         * as/hc08/lkarea.c (newarea): read a_addr,
1822           (lnkarea): added codemap array, sort absolute areas to the front,
1823            combine all GSINITx/GSFINAL,
1824           (find_empty_space, allocate_space): new functions,
1825           (lnksect): return next address, handle absolute sections
1826         * as/mcs51/lkarea.c (newarea): read a_addr,
1827           lnksect2 prototype changed,
1828           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1829           (find_empty_space, allocate_space): new, factored out of lnksect2,
1830           (lnksect2): return next address, handle absolute sections
1831         * as/hc08/lkhead.c,
1832         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1833         * as/hc08/lklibr.c (addfile, fndsym),
1834         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1835           index out of range and detect both '\' and '/'
1836         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1837         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1838           regression tests (ds390 cannot return bool yet)
1839         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1840           document critical interrupts on z80, document changed SDCC define
1841         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1842           (_a390_mapping): added .org directive
1843         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1844           (genMultOneByte): fixed warnings
1845         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1846           ones
1847         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1848         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1849           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1850         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1851         * src/pic16/main.c: removed newReg prototype
1852         * src/pic16/pcode.c,
1853         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1854           warnings
1855         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1856           ones
1857         * src/pic16/ralloc.c
1858         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1859           to fix warnings
1860         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1861           from short to PIC_OPTYPE
1862         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1863         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1864           optype from short to PIC_OPTYPE
1865         * src/port.h: made int_size unsigned to fix warnings
1866         * src/SDCC.y: fixed warning on MSVC
1867         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1868         * src/SDCCopt.c (convertToFcall): fixed warnings
1869         * src/SDCCsymt.h: removed double prototype for genSymName
1870         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1871           offset int to fix warnings
1872
1873 2006-04-22 Borut Razem <borut.razem AT siol.net>
1874
1875         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1876           references to CVS replaced with Subversion
1877
1878 2006-04-21 Borut Razem <borut.razem AT siol.net>
1879
1880         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1881           references to CVS replaced with Subversion
1882
1883 2006-04-19 Borut Razem <borut.razem AT siol.net>
1884
1885         * src/version.awk: adapted for svn
1886         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1887           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1888           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1889           /binutils-avr/etc/*.vi, *.jin: removed all properties
1890           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1891
1892 2006-04-19 Borut Razem <borut.razem AT siol.net>
1893
1894         * CVS to Subversion migration completed
1895
1896 2006-04-18 Borut Razem <borut.razem AT siol.net>
1897
1898         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1899           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1900
1901 2006-04-17 Borut Razem <borut.razem AT siol.net>
1902
1903         * device/include/Makefile.in: added pic/*.inc to the installation
1904
1905 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1906
1907         * support/regression/collate-results.py: fixed output in case of
1908         a valdiag error
1909         * support/regression/generate-cases.py: fixed splitting of pathnames
1910         with dots
1911         * as/hc08/lklibr.c (addfile),
1912         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1913
1914 2006-04-11 Raphael Neider <rneider AT web.de>
1915
1916         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1917         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1918         * src/pic16/pcode.c (assignValnums): fixed #1460578
1919
1920 2006-04-11 Raphael Neider <rneider AT web.de>
1921
1922         * device/lib/pic/libdev/*.c,
1923         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1924           fixes #1468739, enables compilation in --std-c99 mode
1925         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1926
1927 2006-04-11 Raphael Neider <rneider AT web.de>
1928
1929         * src/pic/device.c (find_device): removed debug output
1930           (list_valid_pics): enabled verbose listing of supported devices
1931         * device/include/stdbool.h: define bool as char for pic14/16 as well
1932
1933 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1934
1935         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1936
1937 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1938
1939         * .version: bumped version to 2.5.6
1940         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1941
1942 2006-04-06 Raphael Neider <rneider AT web.de>
1943
1944         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1945         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1946         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1947           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1948             pic14_constructAbsMap
1949           (pic14printPublics): declare absolute global symbols as global
1950           (pic14createInterruptVect),
1951         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1952           (newReg): assume new registers unused, use correct name in
1953             hashtable (reg->name instead of name), more debugLog output
1954         * src/pic/device.h (PIC_device): added fields for verbose output
1955         * src/pic/device.c: moved device definition to pic14devices.txt,
1956             added routines for runtime parsing of pic14devices.txt,
1957             added support for second config word
1958         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1959           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1960           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1961           (_pic14_parseOptions): moved pCodeInitRegisters here
1962           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1963         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1964           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1965             handling the pseudo stack
1966         * device/lib/Makefile.in: ignore failures in objects-pic16,
1967         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1968         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1969         * device/lib/pic/Makefile.subdir,
1970         * device/lib/pic16/Makefile.subdir: improved clean rules
1971         * device/lib/pic/libdev/: NEW, pic14 device libraries
1972         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1973         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1974         * device/include/Makefile.in: create subdir and install pic14 headers
1975         * device/include/pic/p16f_common.inc: removed unused declarations
1976         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1977             PICs from inc2h.pl v1.6,
1978             replaced BIT_AT macros with struct declarations
1979         * device/include/pic/pic14devices.txt: definition of supported devices,
1980             all above improvements contributed by Zik Saleeba, thanks
1981         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1982         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1983             headers
1984
1985 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1986
1987         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1988         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1989           thanks to Charles Olds
1990
1991 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1992
1993         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1994
1995 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1996
1997         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1998         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1999         * support/regression/bug1464657.c: added, new test
2000
2001 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2002
2003         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
2004           version number
2005
2006 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2007
2008         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
2009           --no-peep and --peep-file <file> are used don't use default rules but
2010           do use the <file>
2011
2012 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
2013
2014         * src/mcs51/gen.c (genCall): fixed bug 1457608
2015
2016 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2017
2018         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
2019         changes seem to cause (trigger?) problems with the build system.
2020
2021 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
2022
2023         * src/SDCCpeeph.c (operandsLiteral): new, added,
2024           (callFuncByName): inserted operandsLiteral
2025         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
2026
2027 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2028
2029         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
2030         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
2031
2032 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
2033
2034         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
2035           implemented patch 1120823 Thanks to Willy De la Court (normal
2036           interrupts need an interrupt number now if they are made critical),
2037           and enabled nesting of critical functions though not for gbz80
2038           (genCritical, genEndCritical): added functions
2039           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
2040         * src/z80/mappings.i: added "ei" to all mappings
2041
2042 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2043
2044         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
2045         submitted by the Debian SDCC maintainer Aurelien Jarno:
2046         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
2047         archive with gcc 4.1 on mips and wrote the patch"
2048
2049 2006-03-16 Raphael Neider <rneider AT web.de>
2050
2051         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
2052           the left operand is shorter than the result (c* = lit-c* + int),
2053           fixes bug #1450796
2054         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
2055           OP_SYMBOL
2056
2057 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
2058
2059         * src/.version: increased version number to 2.5.5
2060         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
2061         linking is done manually in pic16 port's _linkEdit,
2062         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
2063         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
2064         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
2065         allocate asmop as AOP_ACC,
2066         (aopForRemat): added parameter 'bool result' in function declaration,
2067         (pic16_aopGet): return AOP_ACC when accessing WREG,
2068         (pic16_popGetTempReg): minor modification,
2069         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
2070         'pic16_allocWithIdx',
2071         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
2072         calling function in absolute addresses,
2073         (genAssign): take into account AOP_ACC asmop,
2074         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
2075         * src/pic16/pcoderegs.c: some debug functions and lines added,
2076         * src/pic16/ralloc.c (decodeRegType): added but commented out,
2077         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
2078         register too,
2079         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
2080         call to allocReg, not by manually allocating a new one,
2081         (pic16_assignRegisters): now before going through the register
2082         allocating functions mark all registers as free. This eliminates some
2083         side effects resulting from peephole parser done earlier in the backbone
2084
2085 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
2086
2087         * src/SDCCicode.c (geniCodeLogic),
2088         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
2089
2090 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
2091
2092         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
2093           (genSend): bugfix, do not allocate and free twice,
2094           (shiftRLong): handle partially overlapping aops
2095         * support/regression/tests/bitopcse.c: fixed warning redefined idata
2096
2097 2006-03-08 Borut Razem <borut.razem AT siol.net>
2098
2099         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
2100           for pic16
2101
2102 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
2103
2104         * support/regression/tests/bug1409955.c: new, added
2105         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
2106         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
2107           (aopForSym, aopOp): increment asmop.allocated if reused,
2108           (freeAsmop): decrement asmop.allocated and check for zero instead of
2109           using asmop.freed,
2110           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
2111           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
2112            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
2113            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
2114            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
2115            genSignedRightShift, genRightShift, genDataPointerGet,
2116            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
2117            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
2118             in reverse order from allocation,
2119           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
2120             added swappedLR to keep track
2121         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
2122           pdata & code for GCC, z80, gbz80 & hc08
2123         * support/regression/tests/zeropad.c: moved defines to testfwk.h
2124
2125 2006-03-08 Raphael Neider <rneider AT web.de>
2126
2127         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
2128
2129 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
2130
2131         * device/include/mcs51/c8051f410.h: new SiLabs mcu
2132         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
2133         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
2134
2135 2006-03-06 Borut Razem <borut.razem AT siol.net>
2136
2137         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
2138           made the linker quiet
2139
2140 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
2141
2142         * src/pic16/gen.c (genPcall): fixed bug #1443644
2143         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
2144         which dumps before the function entry point a data byte which represents
2145         the number of the local variables used by the specified function, added
2146         'xinst' for initial support for Extended Instruction Support,
2147         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
2148         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
2149         port->fun_prefix anymore (may change later),
2150         (genFunction, genEndFunction): do not store/restore local registers for
2151         _main (this should take care the --main-return command line option in
2152         the future),
2153         (genOr): removed some legacy pic-port instructions,
2154         * src/pic16/genarith.c (genAddLit): re-enabled old code because
2155         performing operations with SFR's causes data to be written more than
2156         once to each SFR. Perhaps SFRs should be handled in special cases...
2157         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
2158         pcode.h
2159         * src/pic16/main.c (_process_pragma): stack bound checking did not take
2160         into account for stack starting position,
2161         (struct OPTIONS pic16_optionsTable): added command line argument
2162         --extended or -y for Extended Instruction Support,
2163         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
2164         (deassignLRs): *** perhaps the most important change, old 'for' code
2165         (commented out for reference), didn't account for some registers which
2166         were left marked 'not free' after a pointer operation. The change
2167         reduces register usage a lot in some cases
2168
2169 2006-03-04 Borut Razem <borut.razem AT siol.net>
2170
2171         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
2172           _clean
2173         * support/regression/tests/bug-524697.c: decreased array size for
2174           mcs51 to fit into the internal RAM
2175         * support/regression/Makefile.in: a little bit more verbose
2176
2177 2006-03-03 Borut Razem <borut.razem AT siol.net>
2178
2179         * support/regression/fwk/lib/testfwk.c,
2180           support/regression/fwk/include/testfwk.h: introduced function
2181           _prints(), nonrecursive _printn(), call _initEmu() from main()
2182         * support/regression/ports/gbz80/support.asm,
2183           support/regression/ports/ucz80/support.asm,
2184           support/regression/ports/z80/support.asm,
2185           support/regression/ports/ds390/support.c,
2186           support/regression/ports/hc08/support.c,
2187           support/regression/ports/host/support.c,
2188           support/regression/ports/mcs51/support.c,
2189           support/regression/ports/xa51/support.c: added empty _initEmu()
2190           function
2191         * support/regression/ports/pic16/gpsim.cmd,
2192           support/regression/ports/pic16/spec.mk,
2193           support/regression/ports/pic16/support.c,
2194           support/regression/Makefile.in: added pic16 regression test
2195
2196 2006-03-01 Raphael Neider <rneider AT web.de>
2197
2198         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
2199           genConstPointerGet): use safe way of generating MOVFF to cover
2200             literals as well as registers, fixes bug #1440527
2201         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2202             dereference
2203           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2204             more correctly, fixes bug #1232186
2205           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2206         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2207             gplink guess the correct processor in more cases, applied patch
2208             from Till Riedel attached to and fixing bug #1436552
2209
2210 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2211
2212         * support/regression/tests/array.c: added, contains check for #1434401
2213         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2214
2215 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2216
2217         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2218         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2219         * device/include/mcs51/c8051f326.h,
2220         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2221         * device/include/mcs51/c8051f000.h,
2222         * device/include/mcs51/c8051f018.h,
2223         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2224           PCON_IDLE,PCON_STOP and added sfr16 definitions
2225
2226 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2227
2228         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2229           genGetWord): fixed bug 1409955
2230
2231 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2232
2233         * device/include/hc08/mc68hc908gp32.h,
2234         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2235
2236 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2237
2238         * src/SDCCast.c (constExprValue): return NULL if not a value
2239         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2240         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2241         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2242
2243 2006-02-13 Borut Razem <borut.razem AT siol.net>
2244
2245         * src/regression/ptrarg.c: added, fails due to bug #1430967
2246         * src/regression/Makefile: ptrarg.c added, ...
2247
2248 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2249
2250         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2251         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2252
2253 2006-02-11 Borut Razem <borut.razem AT siol.net>
2254
2255         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2256           print "Processor: xxx" message to stdout only if --verbose
2257
2258 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2259
2260         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2261         * support/regression/tests/bug1426356.c: added
2262         * support/regression/tests/bitfields.c: removed 2 tests
2263
2264 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2265
2266         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2267         * device/include/mcs51/c8051f330.h,
2268         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2269           PCON_IDLE,PCON_STOP and added sfr16 definitions
2270         * device/lib/_divsint.c,
2271         * device/lib/_divuint.c,
2272         * device/lib/_divulong.c,
2273         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2274           register bank bug for small stackauto
2275
2276 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2277
2278         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2279
2280 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2281
2282         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2283         * all.dsp: corrected several bin paths
2284         * device/include/mcs51/c8051f120.h,
2285         * device/include/mcs51/c8051f300.h,
2286         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2287           to PCON_IDLE,PCON_STOP
2288         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2289         * device/lib/printf_large.c (output_float): fixed bug 1388703
2290         * support/regression/tests/bug1057979.c: added test for bug 1388703
2291
2292 2006-02-08 Raphael Neider <rneider AT web.de>
2293
2294         * src/pic/pcode.c (pciTRIS): fixed typo,
2295           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2296           (LinkFlow): fixed handling of flows that end in a call,
2297           (ReuseReg): perform safety check earlier
2298         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2299             to work with flows at the beginning of a pBlock,
2300             fixes #1426557 (Symbol not previously defined),
2301           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2302             usage information
2303           (RemoveUnusedRegisters): update register usage info
2304         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2305             created, reuse existing ones instead
2306         * src/pic/gen.c (genPcall): fixed #1424719
2307
2308 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2309
2310         * link/z80/lkmain.c,
2311         * link/z80/lklex.c,
2312         * link/z80/lkdata.c,
2313         * link/z80/aslink.h: fixed build on current cygwin:
2314         replaced getline() by lk_getline()
2315
2316 2006-02-01 Borut Razem <borut.razem AT siol.net>
2317
2318         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2319           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2320           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2321           src/regression/bool1.c, src/regression/bool2.c,
2322           src/regression/bool3.c, src/regression/call1.c,
2323           src/regression/compare.c, src/regression/compare10.c,
2324           src/regression/compare2.c, src/regression/compare3.c,
2325           src/regression/compare4.c, src/regression/compare5.c,
2326           src/regression/compare6.c, src/regression/compare7.c,
2327           src/regression/compare8.c, src/regression/compare9.c,
2328           src/regression/configword.c, src/regression/for.c,
2329           src/regression/inline.c, src/regression/mult1.c,
2330           src/regression/nestfor.c, src/regression/or1.c,
2331           src/regression/pointer1.c, src/regression/ptrfunc.c,
2332           src/regression/rotate1.c, src/regression/rotate2.c,
2333           src/regression/rotate3.c, src/regression/rotate4.c,
2334           src/regression/rotate5.c, src/regression/rotate6.c,
2335           src/regression/rotate7.c, src/regression/string1.c,
2336           src/regression/struct1.c, src/regression/sub.c,
2337           src/regression/sub2.c, src/regression/switch1.c,
2338           src/regression/while.c, src/regression/xor.c,
2339           src/regression/create_stc, src/regression/simulate,
2340           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2341           regression tests
2342         * src/regression/gpsim_assert.h: added
2343
2344 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2345
2346         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2347         ((void (code *) (void)) 0) ();
2348         * as/hc08/aslex.c,
2349         * as/hc08/aslink.h,
2350         * as/hc08/asm.h,
2351         * as/hc08/asmain.c,
2352         * as/hc08/lkdata.c,
2353         * as/hc08/lklex.c,
2354         * as/hc08/lkmain.c,
2355         * as/mcs51/aslex.c,
2356         * as/mcs51/aslink.h,
2357         * as/mcs51/asm.h,
2358         * as/mcs51/asmain.c,
2359         * as/mcs51/lkdata.c,
2360         * as/mcs51/lklex.c,
2361         * as/mcs51/lkmain.c,
2362         * as/z80/aslex.c,
2363         * as/z80/asm.h,
2364         * as/z80/asmain.c: fixed build on current cygwin:
2365         replaced getline() by as_getline()
2366
2367 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2368
2369         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2370         declarator in the symbol chain
2371         * src/SDCCsymt.h,
2372         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2373         parameter list for function pointers
2374         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2375         * support/regression/tests/bug-716242.c: added
2376
2377 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2378
2379         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2380         offset if possible
2381         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2382
2383 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2384
2385         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2386         inifinitely recurseable, added static
2387         * support/regression/tests/bug-1408066.c: added
2388
2389 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2390
2391         * src/SDCCicode.h,
2392         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2393         renamed, added possibility to create "postLoopLbl"-labels
2394         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2395         newiTempLoopHeaderLabel
2396         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2397         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2398         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2399         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2400         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2401         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2402         (basicInduction): fixed bug #136564, made static,
2403         (loopInduction): changed parameter of basicInduction, made static,
2404         (addPostLoopBlock): added
2405         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2406         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2407         findLoopEndSeq
2408         * support/regression/tests/bug-136564.c: added
2409         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2410         --std-sdcc99 to LIBSDCCFLAGS
2411
2412 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2413
2414         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2415         while loop
2416         * support/regression/tests/bug-1406131.c: added
2417
2418 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2419
2420         * src/SDCCast.c (decorateType): fix promotion of unary minus
2421         * src/SDCCsymt.c (computeType): beautified
2422         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2423         (valUnaryPM, valComplement): fix sign and promotion,
2424         (valNot): ANSI: result type is int (SDCC: unsigned char)
2425         * support/regression/tests/uminus.c: speedup by removing superflous
2426         test case 'int'
2427         * support/regression/tests/onebyte.c: added promotion and signedness
2428         tests for unary minus
2429         * support/regressions/tests/bug-477927.c: disable warning about
2430         uninitialized variables
2431         * support/regression/tests/not.c: added
2432
2433 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2434
2435         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2436         * src/mcs51/gen.c (gen51Code): show final register usage after
2437         fillGaps in asm with --i-code-in-asm
2438         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2439         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2440         incUsed, rliveClear, adjustIChain): made static,
2441         (setFromRange): excluded because it's unused,
2442         (findPrevUseSym, markWholeLoop): added,
2443         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2444         through all branches of predecessors enables sdcc to emit the warning
2445         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2446         (rlivePoint): made static, added parameter emitWarnings which is only
2447         true during the first run out of two,
2448         (findRecursiveSucc, findRecursivePred): removed,
2449         (computeLiveRanges): made static, added parameter emitWarnings,
2450         (dumpIcRlive): added for debugging only
2451         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2452         removed prototype of setFromRange()
2453         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2454         in call of computeLiveRanges()
2455         * support/regression/tests/bug-895992.c: added
2456         * support/regression/tests/bug-971834.c: added
2457         * support/valdiag/tests/bug-895992.c: added
2458         * support/valdiag/tests/bug-971834.c: added
2459
2460 2005-12-18 Raphael Neider <rneider AT web.de>
2461
2462         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2463           (genUnpackBits): improved code for direct operands,
2464           (genPackBits): improved code for literal assignment to bitfields
2465             and for direct destination operands (no FSR indirection),
2466             prevented redundant AND, fixes #1362800,
2467           (AccLsh): added parameter to disable masking of the result
2468         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2469           skip instructions with side-effects (like incfsz),
2470           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2471         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2472         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2473           fixes #1375263
2474
2475 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2476
2477         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2478         volatile variables as spill location
2479
2480 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2481
2482         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2483         replacing literals
2484         * support/regression/tests/bug-1376320.c: added
2485
2486 2005-12-08 Raphael Neider <rneider AT web.de>
2487
2488         * src/pic/device.c: renamed is_shared to pic14_is_shared
2489         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2490         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2491           (is_valid_identifier): added for above workaround
2492
2493 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2494
2495         * device/lib/Makefile.in: fixed to enable port-specific-objects
2496         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2497           char, thanks Hubert Sack
2498         * doc/sdccman.lyx: documented --xstack-loc,
2499           elaborated a bit more on interrupts and pitfalls,
2500           removed "setjmp/longjmp unsupported",
2501           documented some unsupported C99 features
2502         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2503         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2504           if, thanks Hubert Sack
2505         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2506         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2507           make make_library
2508         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2509           regression tests can report resource usage (rfe 700441)
2510         * support/regression/collate-results.py: report resource usage
2511         * support/regression/ports/ds390/spec.mk,
2512         * support/regression/ports/hc08/spec.mk,
2513         * support/regression/ports/mcs51/spec.mk,
2514         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2515         * support/regression/ports/ds390/uCsim.cmd,
2516         * support/regression/ports/hc08/uCsim.cmd,
2517         * support/regression/ports/mcs51/uCsim.cmd,
2518         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2519         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2520           library, use the default one
2521         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2522           building the library
2523
2524 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2525
2526         * config.dsp: added dependency on .version and configure_vc.awk
2527         * device/include/setjmp.h: updated for --stack-auto and --xstack
2528         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2529         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2530         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2531         * device/lib/libsdcc.lib: added _setjmp
2532         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2533           (decorateType): fixed bug 1372851,
2534           (optimizeGetHbit): fixed warning
2535         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2536           array initialisation
2537         * support/regression/tests/bug1057979.c: added test for bug 1358192
2538         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2539
2540 2005-12-03 Borut Razem <borut.razem AT siol.net>
2541
2542         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2543           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2544
2545 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2546
2547         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2548         createIval): implement symbol independant "flexible array member",
2549         (createIvalCharPtr): implemented flexible array initialisation with a
2550         string
2551         * src/SDCCsymt.c (copyStruct): removed,
2552         (getSize): fixed misleading comment,
2553         (getAllocSize): removed, the additional allocation size is now in
2554         sym->flexArrayLength,
2555         (checkStructFlexArray): new, syntax checks for flexible array members,
2556         (compStructSize): added syntax checks for "flexible array members"
2557         (copyStruct): removed,
2558         (copyLinkChain): removed inefficient fix for bug 770487
2559         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2560         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2561         symbol->flexArrayLength
2562         * src/SDCCerr.c,
2563         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2564         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2565         * support/regression/tests/structflexarray.c: added
2566         * support/valdiag/tests/structflexiblearray.c: added
2567
2568 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2569
2570         * src/SDCCast.c (decorateType): fixed bug 1368489
2571         * support/Util/SDCCerr.c,
2572         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2573
2574 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2575
2576         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2577           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2578
2579 2005-11-27 Borut Razem <borut.razem AT siol.net>
2580
2581         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2582           support/cpp2/mkdeps.h: added command line option
2583           -obj-ext=<extension> to SDCPP to define object file externion, used
2584           for generation of make dependencies (-M)
2585         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2586
2587 2005-11-26 Borut Razem <borut.razem AT siol.net>
2588
2589         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2590           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2591           added pic and pic16 libraries
2592
2593 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2594
2595         * device/include/float.h: Corrected typo in prototype of __fsgt
2596
2597 2005-11-25 Borut Razem <borut.razem AT siol.net>
2598
2599         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2600           added creation of model-mcs51-stack-auto libraries
2601
2602 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2603
2604         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2605         and fields-list too
2606         * src/SDCCast.c (createIvalArray): removed obsolete comment
2607
2608 2005-11-24 Borut Razem <borut.razem AT siol.net>
2609
2610         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2611           added missing device/lib/mcs51/crt*.asm sources
2612
2613 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2614
2615         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2616
2617 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2618
2619         * device/lib/_fs2schar.c,
2620         * device/lib/_fs2sint.c,
2621         * device/lib/_fs2slong.c: optimized inline asm
2622
2623 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2624
2625         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2626           Better handling of floats between -1.0 and 0.0.
2627
2628 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2629
2630         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2631           (the missing "if"s prohibited removal of redundant labels)
2632
2633 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2634
2635         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2636           Properly convert floats between -1.0 and 0.0 to long, int, and char
2637           types (max integer value of negative floats tends to zero).
2638         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2639           Removed changes made so to work properly with floats between
2640           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2641           and _fs2char.c
2642
2643 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2644
2645         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2646         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2647         (genCast) cosmetic change
2648         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2649         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2650         from mcs51
2651         * support/regression/tests/bitfields (testSignedBitfields): added
2652
2653 2005-11-18 Borut Razem <borut.razem AT siol.net>
2654
2655         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2656         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2657           introduced SILENT option to make building of pic16 libraries less
2658
2659 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2660
2661         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2662           Now they work properly with floats between -1.0 and 0.0
2663         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2664
2665 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2666
2667         * src/SDCCicode.c (printOperand): added missing else
2668
2669 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2670
2671         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2672         reformatted for better readability
2673         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2674         signed bitfields
2675
2676 2005-11-17 Borut Razem <borut.razem AT siol.net>
2677
2678         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2679           introduced SILENT option to make building of pic16 libraries less
2680           verbose - used for nightly snapshot build
2681         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2682           available on Win32 platforms.
2683         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2684           medium, large, pic and pic16
2685
2686 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2687
2688         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2689           printf("%f"...) sets fraction to zero.
2690
2691 2005-11-16 Raphael Neider <rneider AT web.de>
2692
2693         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2694           fixes #1357221
2695         * src/pic/gen.c (genIfx): implemented for CARRY bit
2696         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2697           to generic pointers, fixes #1357332,
2698           (pic16_movLit2f): NEW,
2699           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2700
2701 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2702
2703         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2704
2705 2005-11-11 Raphael Neider <rneider AT web.de>
2706
2707         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2708         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2709           compute pointer's type from operand,
2710           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2711           improved single bit reads, fixes bug #1353379
2712
2713 2005-11-09 Borut Razem <borut.razem AT siol.net>
2714
2715         * support/scripts/sdcc.nsi: added lib/pic to the package
2716
2717 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2718
2719         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2720
2721 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2722
2723         * support/regression/tests/bug1348008.c: added
2724         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2725         * support/regression/tests/bug1337835.c: updated comment
2726
2727 2005-11-06 Borut Razem <borut.razem AT siol.net>
2728
2729         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2730           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2731           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2732           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2733           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2734           dynamic construction of cl_error_class and derivates - 2.nd try
2735
2736 2005-11-05 Borut Razem <borut.razem AT siol.net>
2737
2738         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2739           bug, which caused Bus Errors on sparc solaris
2740
2741 2005-11-04 Borut Razem <borut.razem AT siol.net>
2742
2743         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2744           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2745           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2746           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2747           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2748           and derivates to resolve the initialization problem on OSX
2749
2750 2005-11-02 Borut Razem <borut.razem AT siol.net>
2751
2752         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2753           corrected typo - #include <winsock2.h>
2754
2755 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2756
2757         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2758           (_asxxxx_mapping): added org directive for future enhancements
2759
2760 2005-11-01 Borut Razem <borut.razem AT siol.net>
2761
2762         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2763           enabled sockets on WIN32
2764         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2765
2766 2005-10-31 Borut Razem <borut.razem AT siol.net>
2767
2768         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2769           WIN32 backslash path delimiters should be escaped when used in C strings
2770         * support/regression/tests/bitfields.c: exclude failing assertions for
2771           __CYGWIN32__ and __MINGW32__ hosts
2772
2773 2005-10-30 Borut Razem <borut.razem AT siol.net>
2774
2775         * src/SDCCutil.c: corrected double comparison typo
2776
2777 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2778
2779         * device/lib/medium/Makefile: added for new memory model medium
2780         * device/include/asm/mcs51/features.h: updated for medium/pdata
2781         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2782           added Multiply & Accumulate sbit's and MAC0_PAGE define
2783         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2784         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2785         * device/lib/_mullong.c: update for medium model
2786         * device/lib/incl.mk: added medium model
2787         * doc/sdccman.lyx: documented medium model
2788         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2789         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2790         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2791         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2792           (allocParms): set SCLS and OCLS to pdata for medium model
2793         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2794           for pdata,
2795           (powof2): return <0 if not power of 2
2796         * src/avr/gen.c (genBitWise): use updated powof2
2797         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2798           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2799           (shiftLLeftOrResult): use B if necessary
2800         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2801         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2802         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2803         * support/regression/Makefile.in: added test-mcs51-medium
2804         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2805
2806 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2807
2808         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2809         specifier unsigned
2810         * device/lib/time.c (mktime): fixed bug 1334315
2811
2812 2005-10-28 Raphael Neider <rneider AT web.de>
2813
2814         * device/include/pic/p16f_common.inc: added common declarations
2815         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2816
2817 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2818
2819         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2820           (aopPutUsesAcc): added to predict accumulator use,
2821           (assignResultValue): save acc if necessary,
2822           (genMinusDec): store result if indirectly addressed,
2823           (genDivOneByte):  save acc if necessary,
2824           (movLeft2Result): bugfix if left already in acc,
2825           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2826             attention to accumulator use (esp. pdata),
2827           (genReceive): receive pdata correctly
2828         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2829         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2830
2831 2005-10-27 Raphael Neider <rneider AT web.de>
2832
2833         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2834
2835 2005-10-27 Raphael Neider <rneider AT web.de>
2836
2837         * .version: changed version to 2.5.4
2838         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2839         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2840           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2841             arithmetics support routines
2842         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2843         * device/lib/Makefile.in: also create installdir for pic
2844
2845         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2846           pic14 port as well
2847         * src/pic/device.c (dump_sfr): rewritten to delegate register
2848           placement to the linker (use `extern sym' rather than sym EQU addr),
2849           (validAddress): fixed to check last specified address
2850         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2851           (popGetLit): truncate literal value to 8 bit,
2852           (popGet): moved assert to more appropriate place
2853           (popGetExternal): create pCode operand from and mark the according
2854             symbol as being `extern'
2855           (popGetAddr): added sanity check on immediate's offset, provide
2856             GPOINTER tag on demand
2857           (aopPut): fixed for immediates,
2858           (mov2w_op): move operand's address or contents to WREG (depending on
2859             operand type), safer variant of mov2w,
2860           (movwf,call_libraryfunc): NEW, handy abbreviations,
2861           (get_argument_pcop,get_return_val_pcop,pass_argument,
2862           get_returnvalue): interface for accessing function parameters and
2863             return values,
2864           (assignResultValuei,genRet): use new parameter/return value interface
2865           (pic14_getDataSize): back to old version handling generic pointers,
2866           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2867             provided implementation and/or fixed old one,
2868           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2869             calls, removed legacy 8051 reference code
2870           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2871           (loadSignToC): NEW, move the operands sign bit to CARRY,
2872           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2873             genRightShiftSigned, accepts negative shift counts,
2874           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2875           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2876             generic pointers, __data pointers and __code pointers,
2877           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2878             and signed bitfields, limit bitfields to 8 bit,
2879           (genDataPointerGet): fixed number of bytes read,
2880           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2881           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2882             pointers to constant data are no longer assumed to point to __code
2883             space, removed invalid pointer types,
2884           (bitpatternFromVal): retrieve the PICs representation of an integer
2885             or float literal,
2886           (genDataPointerSet): fixed assigning to po_immediate operands,
2887           (genGenPointerSet): implemented as library call,
2888           (genIfx): fixed incorrect condition,
2889           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2890             provide GPOINTER tag according to destination's storage class,
2891           (genCast): added code to handle casting to generic pointers, added
2892             sign-/zero extension of the result
2893           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2894         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2895         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2896           extend the result
2897         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2898           address/register resides in the shared banks
2899           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2900             put all variables into separate sections (have the linker arrange
2901             them)
2902           (picglue): put init code and interrupt handlers in separate sections
2903         * src/pic/main.c: added port specific options table, modified to PORT
2904           structure to make GPOINTERs 3 byte, added pic14_options
2905           (_pic14_do_link): private linking routine (update paths to libraries,
2906             add libsdcc.lib by default)
2907         * src/pic/main.h: declare pic14_options
2908         * src/pic/pcode.c: fixed instructions i/o relations,
2909           (RegCond): reverted to correct version,
2910           (newpCodeOpLit): truncate literals to 8 bit,
2911           (genericPrint): added debug output,
2912           (getRegFromInstruction): fixed for various operand types, simplified
2913           (BuildFlow): fixed broken handling of isntructions with labels
2914           (LinkFlow): start at last instruction in flow (skip trailing comments),
2915             pass the flow on to the next instruction after CALL
2916           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2917           (insertPCodeInstruction): fixed inserting after a skip instruction,
2918           (DoBankSelect): fixed for labeled instructions
2919           (OptimizepBlock): honor --nopeep switch
2920           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2921         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2922         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2923           (pCodeOptime2pCodes): allow disabling this optimization via
2924             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2925             but is still buggy), started implementation of a dataflow based
2926             pCode optimization (CSE + dead code elimination)
2927           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2928         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2929           names are independant of the stack location and therefore portable across
2930           devices
2931
2932 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2933
2934         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2935           (selectSpil): fixed bug 1337835 by not spilling bit variables
2936         * support/regression/tests/bug1337835.c: added test for this bug
2937         * src/mcs51/peeph.def: restart after rule 3.c,
2938           addded rules 263.x to optimize loading constants
2939
2940 2005-10-26 Raphael Neider <rneider AT web.de>
2941
2942         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2943         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2944           (genAssign): emit warning when casting literals to generic pointer
2945             type, also applies when taking the address of a fixed variable,
2946           (genCast): improved casting to generic pointers
2947         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2948           extern variables, added verbose error message
2949         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2950
2951 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2952
2953         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2954         carry must be complemented too
2955         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2956         could be emitted by genMinus
2957         * src/SDCCval.c (constVal): fixed bug 1305065
2958
2959 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2960
2961         * src/SDCCast.c (addCast): added promotion for bit variables
2962         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2963         promotion casts + optimisation
2964         (optimizeGetWord): fix warning 'i' might be used uninitialized
2965         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2966         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2967
2968 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2969
2970         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2971         all chars are promoted to int; promotion should be handled in SDCCast.c
2972
2973 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2974
2975         * device/lib/_strcmp.c: Fixed bug 1326457
2976
2977 2005-10-11 Raphael Neider <rneider AT web.de>
2978
2979         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2980         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2981
2982 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2983
2984         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2985         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2986
2987 2005-10-04 Raphael Neider <rneider AT web.de>
2988
2989         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2990           device/lib/pic16/pics.all: added pic18f1320
2991         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2992
2993 2005-09-30 Raphael Neider <rneider AT web.de>
2994
2995         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2996         * src/pic16/devices.inc: NEW, provides device descriptions
2997         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2998
2999 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
3000
3001         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
3002           GETHBIT
3003
3004 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
3005
3006         * doc/sdccman.lyx: updated Highest Order Bit documentation,
3007           documented Any Order Bit, Higher Order Byte and Higher Order Word
3008         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
3009         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
3010           (optimizeGetAbit): new, to get any bit, not only the high bit,
3011           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
3012           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
3013           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
3014           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
3015             RIGHT_OP: also try GETBYTE, GETWORD optimization,
3016             GETABIT, GETBYTE, GETWORD: decorate them,
3017           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
3018           (ast_print): added GETABIT, GETBYTE, GETWORD
3019         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
3020         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
3021           (geniCodeBinary): new generic binary icode,
3022           (ast2iCode): added GETABIT, GETBYTE, GETWORD
3023         * src/port.h: updated comment for PORT.hasExtBitOp
3024         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
3025           (genGetByte): new, to get a single byte,
3026           (genGetWord): new, to get a word from a long,
3027           (gen51Code): added GETABIT, GETBYTE, GETWORD
3028         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
3029
3030 2005-09-23 Raphael Neider <rneider AT web.de>
3031
3032         * configure.in, configure: have device/lib/pic configured
3033         * device/lib/Makefile.in: added model-pic14
3034         * device/lib/clean.mk: added pic/ to clean rule
3035         * device/lib/pic: added rudimentary pic14 library providing support
3036           functions for multiplication/division/generic pointer access
3037         * src/SDCCopt.c (convilong): mark support functions as extern
3038           for pic14 port as well
3039         * src/pic/gen.c (genMult): added assertions,
3040           (genpic14Code): emit warning on unhandled iCodes
3041         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
3042         * src/pic/pcode.c (pCodeOpCopy),
3043         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
3044           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
3045           SFR_REGISTER}), made safe for future extensions
3046         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
3047           instructions even if preceeded by SKIP instructions (also remove
3048           them); removed unused code
3049         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
3050           prevents leaving parts of the structure uninitialized after copying
3051
3052 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
3053
3054         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
3055           ago by me
3056         * support/regression/tests/addsub.c: added test for the bug
3057
3058 2005-09-21 Raphael Neider <rneider AT web.de>
3059
3060         * device/include/pic16/pic18f1220.h,
3061           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
3062         * device/lib/pic16/Makefile.rules: added missing opening paren
3063         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
3064           are provided in genutils.c,
3065           (genUminusFloat,genUminus,genCmpEq): added asserts on different
3066           operand/result sizes,
3067           (genCmp): assert on NULL pointers first, then check deref'ed values
3068         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
3069           result size
3070
3071 2005-09-18 Raphael Neider <rneider AT web.de>
3072
3073         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
3074           as these are now unused,
3075           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
3076         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
3077           local, avoids uninitialized pointer dereference on r->name
3078         * src/pic16/ralloc.c (newReg): fixed indentation
3079
3080 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
3081
3082         * src/SDCCval.c (constVal): fixed bug 730366
3083         * support/Util/SDCCerr.c,
3084         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
3085
3086 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
3087
3088         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
3089
3090 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
3091
3092         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
3093
3094 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
3095
3096         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
3097           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3098         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
3099           (hex2dec): made hex_digit unsigned char, removed ascii dependance
3100         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
3101         * packihx/packihx.c (hexDigit): made c unsigned char
3102         * as/mcs51/lklibr.c (fndsym),
3103         * link/z80/lkgb.c (gb),
3104         * link/z80/lklibr.c (fndsym),
3105         * link/z80/lkrloc.c (relr),
3106         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
3107         * src/SDCC.lex (checkCurrFile, process_pragma),
3108         * src/SDCCglue.c (spacesToUnderscores),
3109         * src/SDCCmain.c (setParseWithComma, processFile),
3110         * src/asm.c (tvsprintf, printCLine),
3111         * src/avr/gen.c (emitcode, aopPut),
3112         * src/ds390/gen.c (emitcode),
3113         * src/hc08/gen.c (emitcode, emitinline),
3114         * src/mcs51/gen.c (emitcode, genInline),
3115         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3116           tokenizeLineNode),
3117         * src/pic/ralloc.c (debugLog),
3118         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
3119           tokenizeLineNode),
3120         * src/pic16/ralloc.c (debugLog),
3121         * src/z80/main.c (_process_pragma):
3122            made all ctype.h function calls safe
3123         * src/SDCCopt.c: include math.h for fabs
3124         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
3125           and used them throughout the code to make ctype.h function calls safe
3126         * src/ds390/main.c (asmLineNodeFromLineNode),
3127         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
3128         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
3129            unsigned char*
3130         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
3131           (newpCodeAsmDir): made ctype.h function calls safe
3132         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
3133           pic16_emitcode):  made lbp unsigned char*
3134         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
3135           (pic16_newpCodeAsmDir): made ctype.h function calls safe
3136         * src/xa51/gen.c (emitcode),
3137         * src/z80/gen.c (_emit2): made lbp unsigned char*
3138         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
3139            char*
3140
3141 2005-09-05 Raphael Neider <rneider AT web.de>
3142
3143         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
3144           access bank splitpoint
3145
3146 2005-09-05 Raphael Neider <rneider AT web.de>
3147
3148         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
3149
3150 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
3151
3152         * .version: changed to version 2.5.3
3153         * doc/sdccman.lyx: changed version to 2.5.3,
3154           documented --codeseg and --constseg and pragma codeseg and constseg,
3155           documented bit parameters (reentrant) and bit returning
3156         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
3157            currFunc->recvSize, but is this ok for all ports?
3158           (ast2iCode): result of ~ on unsigned char must be cast to int for
3159            bool to work
3160         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
3161           function pointers in bit space
3162         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
3163           (processFuncArgs): call port.reg_parm() with reentrancy info
3164         * src/port.h,
3165         * src/avr/main.c,
3166         * src/ds390/main.c,
3167         * src/hc08/main.c,
3168         * src/pic/main.c,
3169         * src/pic16/main.c,
3170         * src/xa51/main.c,
3171         * src/z80/main.c: port.reg_parm prototype extended with
3172           "bool reentrant" parameter
3173         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
3174           options.stackAuto for allocating bit register parameters
3175         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
3176           (genSend): set BitBankUsed if it is,
3177           (selectRegBank): factored out of genCall for use in genPcall,
3178           (genCall): removed redundant dtype assignmen, use selectRegBank,
3179           (genPcall): handle returning in Carry properly, save in F0 if needed,
3180           (genReceive): handle bit register parameters
3181         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
3182           (mcs51_assignRegisters): enable bit registers for all reentrant
3183            functions and don't set BitBankUsed unconditionally
3184         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
3185         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
3186         * support/regression/tests/funptrs.c: added tests for BOOL and for return
3187
3188 2005-08-27 Borut Razem <borut.razem AT siol.net>
3189
3190         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
3191         ppc-osx (Darwin) does not support -u option. It seems that it is
3192         supported only on Linux - GNU cp
3193
3194 2005-08-25 Borut Razem <borut.razem AT siol.net>
3195
3196         * sim/ucsim/gui.src/serio.src/Makefile.in,
3197           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
3198           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3199           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
3200           install and strip, since the strip at /usr/ccs/bin should be used
3201           on solaris
3202
3203 2005-08-24 Borut Razem <borut.razem AT siol.net>
3204
3205         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3206
3207 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3208
3209         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3210         ffffffffu
3211
3212 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3213
3214         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3215         * as/mcs51/lkmain.c (link_main): fixed warning
3216         * device/include/stdbool.h: ds390 has no advanced bit support yet
3217         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3218         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3219         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3220           and updated their macros
3221         * src/SDCCval.c (constVal): updated comment for renamed b_long
3222
3223 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3224
3225         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3226         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3227           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3228           (oprio): set priority for '['
3229         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3230            and adb_24_bit
3231         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3232         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3233         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3234         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3235           added overlayable BIT_BANK area
3236         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3237           (summary2): explain 'T' in legenda
3238         * as/mcs51/lkrloc.c: replaced old K&R style,
3239           (relr): added R_BIT processing,
3240           (errmsg): added "Bit-addressable relocation error",
3241           (adb_bit): added for converting from byte- to bit-addressable space,
3242           (adb_24_bit): added for converting from byte- to bit-addressable space
3243         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3244            used in reentrant functions now even as return value
3245         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3246         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3247           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3248         * src/SDCCglobl.h: added indicator BitBankUsed
3249         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3250            the bit registers b0-b7
3251         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3252           (geniCodeCast): fixed bug 1263853,
3253           (geniCodeLogicAndOr): put result in bool or char,
3254           (geniCodeReceive): added parameter func for accessing the return type,
3255           (geniCodeFunctionBody): pass func to geniCodeReceive
3256         * src/SDCCmain.c: added indicator BitBankUsed
3257         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3258         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3259           (checkSClass): don't put automatic bool/bit on stack,
3260           (checkFunction): removed check on function cannot return bit
3261         * src/SDCCsymt.h: added newBoolLink prototype
3262         * src/mcs51/gen.c (rb1regs): added bit registers,
3263           (movc): created for assigning to carry,
3264           (pushReg, popReg): created for pushing registers,
3265           (sameRegs): check both AOP_REG and AOP_CRY types,
3266           (aopOp): handle bit registers,
3267           (aopPut): optimization no self-assign,
3268           (saveRegisters): push reg->base (bits) only once for bit registers,
3269            and use pushReg,
3270           (unsaveRegisters): pop reg->base only once and use popReg,
3271           (assignResultValue): added parameter func and return in carry for bits,
3272           (genIpush): optimization no reload in A if not changed,
3273           (genSend): bit parameters in reentrant functions are passed in bit
3274            registers by first assigning to bits in B, then save registers and
3275            copy B to bits,
3276           (genCall): handle returning in Carry properly, save it in F0 if needed,
3277           (genPcall): updated assignResultValue call, this is not safe yet for bit
3278            returning function !!!
3279           (genFunction): don't generate equ's for bit registers and use pushReg,
3280           (genEndFunction): take care of bit returning functions and use popReg,
3281           (genRet): return bit in Carry,
3282           (genIfx): optimize bit registers and other directly addressable bits,
3283           (genReceive): updated assignResultValue call
3284         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3285           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3286            registers when using stack-auto
3287         * src/mcs51/ralloc.c (_G): added allBitregs,
3288           (regs8051): added the bit registers,
3289           (createStackSpil): use macro IS_BIT,
3290           (getRegBit): added to allocate a bit register, else spill,
3291           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3292           (updateRegUsage): factored out to ease stepping while debugging,
3293           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3294            also allocate bit registers,
3295           (fillGaps): handle bit registers,
3296           (findAllBitregs): added to create bit vector with all bit registers,
3297           (mcs51_allBitregs): returns this bit vector,
3298           (mcs51_assignRegisters): when using stack-auto use bit registers for
3299            passing parameters and creating local variables
3300         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3301
3302 2005-08-22 Borut Razem <borut.razem AT siol.net>
3303
3304         * device/lib/Makefile.in: replaced find option -or with -o
3305           to make it run on solaris
3306
3307 2005-08-22 Raphael Neider <rneider AT web.de>
3308
3309         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3310           fixes #1265442 (crash on Solaris)
3311
3312 2005-08-20 Borut Razem <borut.razem AT siol.net>
3313
3314         * configure, configure.in: added tests for libsocket and libnsl libraries,
3315           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3316           from support/regression/Makefile.in
3317         * support/regression/Makefile.in: added
3318         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3319         * sim/ucsim/libtool: regenerated on sparc-solaris
3320         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3321           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3322           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3323           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3324           sparc-solaris, which doesn't use GNU ld linker
3325         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3326         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3327
3328 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3329
3330         * src/mcs51/peeph.def: updated comments
3331
3332 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3333
3334         * device/lib/_gptrget.c,
3335         * device/lib/_gptrput.c: slightly shorter
3336         * doc/sdccman.lyx: incremented version
3337         * src/mcs51/peeph.def: moved peephole comments to the line of first
3338           change to better keep line correlation, reanimated 186.e
3339         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3340
3341 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3342
3343         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3344           David Saxton with quotes around file name.
3345
3346 2005-08-15 Borut Razem <borut.razem AT siol.net>
3347
3348         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3349           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3350           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3351           make tests run on x86_64 platform
3352
3353 2005-08-13 Raphael Neider <rneider AT web.de>
3354
3355         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3356           as it might be executed DURING a build (parallel make is wonderful)
3357
3358 2005-08-13 Raphael Neider <rneider AT web.de>
3359
3360         * device/lib/Makefile.in (port-specific-objects-pic16):
3361           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3362         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3363           dependency
3364         * device/lib/pic16/Makefile.rules: build subdirs before creating
3365           the library, removed builddir rule, create $(builddir) early in
3366           recurse rule, use empty recurse rule for leaf directories
3367         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3368           mkdir errors (race condition), removed duplicate suffix "hex"
3369           from clean rules
3370         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3371         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3372           prevents mkdir -p from aborting on Alpha
3373
3374 2005-08-12 Raphael Neider <rneider AT web.de>
3375
3376         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3377           db-statements in order to allow for arrays of pointers in code
3378           sections to be placed without interspersed 0-padding, fixes
3379           bug #1256215
3380         * (emitStatistics): fixed division by zero for pic18f1220
3381         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3382           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3383         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3384         * (pic16_pCodeConstString): keep track of already emitted string
3385           literals to prevent "duplicate definitions of symbol _str_NR"
3386         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3387           debug message
3388         * device/lib/Makefile.in: ignore failing PIC16 library builds
3389         * device/lib/pic16/Makefile: do not build if gputils are missing
3390         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3391
3392 2005-08-10 Raphael Neider <rneider AT web.de>
3393
3394         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3395           my last commit)
3396
3397 2005-08-10 Raphael Neider <rneider AT web.de>
3398
3399         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3400           Rokas' patch to add the new fixed point type "__fixed16x16"
3401         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3402           functions for __fixed16x16 arithmetics
3403         * device/lib/pic16: reimplemented the build system to support
3404           a separate build directory, better handling of libio (create
3405           the library in a separate subdir for each architecture) and
3406           easier configuration (centralized in Makefile.common)
3407
3408 2005-08-07 Raphael Neider <rneider AT web.de>
3409
3410         * src/pic16/gen.c (genrshTwo): fixed sign extension
3411         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3412         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3413           added T0CONbits
3414         * device/include/pic16/pic18f4220.h: NEW, header for
3415           pic18f4220 and pic18f4320
3416         * device/include/pic16/pic18fregs.h: added new devices,
3417           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3418         * device/include/pic16/signal.h: resolved name clashes
3419           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3420           to also allow testing for interrupt enable bits, added
3421           comments on how to use the macros
3422         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3423         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3424           register definitions for the devices
3425         * device/lib/pic16/pics.all: added new devices
3426         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3427           allocated memory
3428         * device/lib/pic16/libc/stdlib/memfree: do not count
3429           the block header as free memory
3430         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3431           simplified and added missing end-of-blocklist-marker
3432           (reported by Peter Onion, fixes #1252814)
3433         * (_mergeHeapBlock): fixed loop condition
3434         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3435           len==0, restructured code
3436         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3437           up a bit, reduced bitfield accesses, prevent endless loops
3438           in case of heap corruption
3439         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3440           "unreferenced arguments/must return a value" warnings
3441         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3442           replaced BAUDREG with SPBRG
3443         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3444           device/lib/pic16/debug/gstack/gstack.c: replaced
3445           _naked, _asm, _endasm with __naked, __asm, __endasm
3446
3447 2005-08-05 Raphael Neider <rneider AT web.de>
3448
3449         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3450           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3451
3452 2005-08-05 Borut Razem <borut.razem AT siol.net>
3453
3454         * device/lib/Makefile.in: added missing ';'
3455         * configure: removed ^M characters
3456
3457 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3458
3459         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3460           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3461           License
3462
3463 2005-08-04 Borut Razem <borut.razem AT siol.net>
3464
3465         * configure.in: pic16 libraries build 2nd try - enable running
3466           configure in device/lib/pic16
3467         * configure: regenerated from configure.in
3468         * device/lib/Makefile.in: create $(PORT)/bin directory
3469
3470 2005-08-03 Raphael Neider <rneider AT web.de>
3471
3472         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3473           to get/set values via pointers
3474         * (genUnpackBits,genPackBits): changed detection of
3475           ptr->bitfield vs. sym.bitfield, fixed access via generic
3476           pointers, removed dead (wrong) code for multibyte bitfields
3477         * (genNearPointerGet, genGenPointerGet): removed useless code,
3478           fixed bitfield detection, fixes #1250594
3479         * (genNearPointerSet): removed useless code
3480         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3481           and introduced macro pic16_emitpcode that conditionally emits
3482           the origin of the following pCode (useful for debugging SDCC)
3483         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3484         * (createDefmap): fixed handling of LFSR for --optimize-df
3485
3486 2005-08-02 Borut Razem <borut.razem AT siol.net>
3487
3488         * device/lib/Makefile.in: pic16 libraries build enabled since
3489           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3490
3491 2005-08-02 Raphael Neider <rneider AT web.de>
3492
3493         * src/pic16/gen.c (genPackBits): removed deprecated warning
3494         * (genGenPointerSet): fixed bitfield detection
3495
3496 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3497
3498         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3499
3500 2005-07-31 Raphael Neider <rneider AT web.de>
3501
3502         * device/lib/pic16/libdev/pic18f458.c,
3503           device/include/pic16/pic18f458.h: added missing T0CONbits
3504
3505 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3506
3507         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3508
3509 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3510
3511         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3512
3513 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3514
3515         * device/include/mcs51/at89c51ed2.h: added.
3516
3517 2005-07-23 Raphael Neider <rneider AT web.de>
3518
3519         * src/pic/gen.h: added emitpcode macro for debugging
3520         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3521           and replace by macro adding debug information on demand
3522         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3523         * (gencjne): tried to fix; replaced with correct (slower) code
3524         * (gen{Unp,P}ackBits): fixed single bit access
3525         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3526         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3527           previous instruction
3528         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3529           register has to be handled with care (forbidding movement
3530           of assignments/uses, removing assignments completely, ...)
3531         * (pCodeOptime2pCodes): make use of regIsSpecial
3532         * added lots of debugging output (commented out)
3533         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3534           from being reused as result UNLESS it is known to work
3535
3536 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3537
3538         * support/Util/dbuf.h: include <stddef.h> for size_t
3539         * .version: changed to version 2.5.2
3540
3541 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3542
3543         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3544
3545 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3546
3547         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3548           (genModOneByte): removed needless psha/pula
3549
3550 2005-07-22 Raphael Neider <rneider AT web.de>
3551
3552         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3553           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3554         * src/pic/gen.c (resolveIfx): do not "invent" labels
3555         * (genSkipc): changed to positive logic
3556         * (genSkipCond): removed as no longer needed
3557         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3558           backport from PIC16
3559         * (genLeftShift): check operands are in different registers
3560         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3561           INCF does not update CARRY...
3562         * src/pic/main.c: fixed _linkCmd
3563         * src/pic/pcode.c (unlinkpCode): added inactive code
3564         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3565           alive (do not assign result and operand overlapping registers)
3566
3567 2005-07-22 Raphael Neider <rneider AT web.de>
3568
3569         * src/pic/device.c (dump_sfr): replaced register declaration with
3570           call to emitSymbolToFile() to avoid duplicate symbols
3571         * (assignRelocatableRegisters): do not declare external symbols
3572         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3573           right (take size of type, not etype)
3574         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3575         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3576         * (packRegsForAccUse): disabled assignment of WREG as
3577           the result reg to prevent occurence of just fixed #1235003,
3578           fixes #1242954
3579         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3580           symbols (avoids duplicate symbols in .asm file)
3581         * (pic14emitRegularMap): use emitSymbolToFile()
3582         * src/pic/gen.c (aopOp): fixed spillLocation handling
3583         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3584         * (genDataPointerSet): removed unneccessary variables/output
3585
3586 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3587
3588         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3589         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3590
3591 2005-07-21 Raphael Neider <rneider AT web.de>
3592
3593         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3594           architecture cannot handle them efficiently, fixes bug #1235003
3595         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3596           check for empty sets before using them (fixes bug #1232190)
3597
3598 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3599
3600         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3601           (lnksect2): generate warnings for memory overlap
3602         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3603           constseg to set the name of these segments so you can instruct the linker
3604           to place them in banks
3605         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3606         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3607           added code_seg and const_seg to options
3608         * src/SDCCglue.c (emitMaps): use options.const_seg,
3609           (createInterruptVect): put interrupt vectors in segment HOME,
3610           (glue): put HOME before static segment and put the main glue in HOME,
3611           (glue): use options.code_seg
3612         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3613         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3614           these segments so you can instruct the linker to place them in banks
3615           (linkEdit): use code_loc for HOME segment which should be the first
3616           segment in code memory now
3617         * src/SDCCmem.c: fixed more stuff like bug 1238386
3618         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3619           (changePointer): don't change function pointers to code pointers for
3620           banked functions,
3621           (compareType): added exceptional check for banked function pointers
3622         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3623         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3624           after static in code memory
3625         * src/mcs51/gen.c: added aopLiteralLong prototype,
3626           (aopForSym): use getSize for functions,
3627           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3628           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3629           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3630           the segment,
3631           (genPcall): use call for literal function pointers and generate banked
3632           calls over the one trampoline so there's only one place for the user to
3633           modify according to his/hers hardware,
3634           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3635           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3636         * src/mcs51/main.c: added keyword banked,
3637           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3638         * support/Util/SDCCerr.c,
3639         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3640           needed for passing the bank and address to the trampoline
3641         * device/lib/mcs51/crtbank.asm: added for bankswitching
3642         * device/lib/mcs51/Makefile: added crtbank
3643
3644 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3645
3646         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3647           for fields at offset 0 of a struct or union as reported
3648           on 2005-07-07 in the developer mailing list.
3649
3650 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3651
3652         * src/SDCCmem.c: fixed bug 1238386
3653
3654 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3655
3656         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3657           (patch #1144962), added peephole 300, enabled 259.x
3658         * doc/sdccman.lyx: removed screenshot and provided link instead
3659
3660 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3661
3662         * doc/sdccman.lyx: added section about debugging with ddd
3663         * doc/figures/ddd_example.eps: screenshot of debugging session
3664
3665 2005-07-04 Raphael Neider <rneider AT web.de>
3666
3667         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3668           like CODE pointers, fixes #1115683
3669         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3670           call, fixes bugs #1232211, #1228110,
3671           fixed wrong casts to pCodeFlow from pCodeInstructions
3672
3673 2005-07-04 Raphael Neider <rneider AT web.de>
3674
3675         * src/pic/gen.c (popGet): changed assert to allow for
3676           bit operands
3677         * (popGetAddr): changed signature to provide
3678           an additional index, patched all call sites
3679         * (genCmpEq): handle literal-like operands correctly
3680         * (genAddrOf): added sanity checks on __code/__data pointers
3681         * (genAssign): added handling of symbols from __code section
3682         * (gencjne): do not generate code for comparisons whose result
3683           is neither stored nor used, fixes bug #1171114
3684         * (AccLsh, AccRsh): operate on operand instead of WREG
3685         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3686           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3687           by known count
3688         * rewrote complete shift-by-literal logic, commented unused
3689           functions out
3690         * (genConstPointerGet): get multiple bytes (if result size > 1),
3691           fixed handling of non-immediate addresses
3692         * (genPointerGet): handle CODE pointers like CONST pointers
3693         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3694         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3695           operand is to be treated as a literal or not
3696         * (mov2w,genPcall,genCmpEq),
3697           src/pic/genarith.c: use aop_isLitLike() to decide between
3698           literal/register contents
3699         * (addSign): added missing offset
3700         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3701           only emit comment in debug-mode,
3702           use {aop,op}_isLitLike throughout the file
3703         * src/pic/glue.c: fix initializers for pointers (work in progress)
3704         * src/pic/pcode.c (get_op): honor index on _const symbols
3705         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3706         * (dumppBlock): added pCode size estimation
3707         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3708           check for IS_SYMOP before OP_SYMBOL'ing
3709         * fixed indentation, compacted switch-statements
3710         * (allocReg): find free register and allocate it instead of
3711           allocating new registers all the time
3712         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3713           registers as its operands (necessary only for multibyte GETs)
3714
3715 2005-07-01 Raphael Neider <rneider AT web.de>
3716
3717         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3718           debugging .asm-output macros FENTRY + FEXIT
3719         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3720           way... I wonder...
3721         * (emitpComment): NEW, printf to pCode
3722         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3723           offset handling
3724         * (popGetAddr): NEW, variant of popGet to access an immediates
3725           high(er) bytes instead of the n'th byte of memory they reference,
3726           replaced popGet with popGetAddr where neccessary
3727         * (genDataPointerGet): reactivated and fixed implementation
3728         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3729           accesses
3730         * (genDataPointerSet): fixed multibyte assignments
3731         * (genpic14Code): fixed --i-code-in-asm handling
3732         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3733         * (genPlus): fixed index-out-of-bounds error
3734         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3735         * src/pic/ralloc.c: added debugging output macro FENTRY2
3736         * (spillThis): fixed indentation, enbraced for-body for clarity
3737         * (rematStr): commented out as now unused
3738         * (regTypeNum): commented out special spill case (overwrites
3739           arbitrary values)
3740         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3741
3742 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3743
3744         * doc/sdccman.lyx: documented sfr16/sfr32,
3745           added example for using storage class with function pointers
3746         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3747
3748 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3749
3750         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3751         * device/lib/_itoa.c,
3752         * device/lib/_ltoa.c: optimized codesize
3753         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3754           but don't know how to suppress the double warning.
3755         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3756         * support/Util/SDCCerr.c,
3757         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3758
3759 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3760
3761         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3762           fixed old K&R prototypes
3763         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3764         * device/lib/_gptrget.c,
3765         * device/lib/_gptrgetc.c,
3766         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3767           also new versions for small generic pointers and banked generic pointers
3768         * src/port.h: added const_name
3769         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3770         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3771         * src/SDCCcse.c (findPrevIc): check all associative operators
3772         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3773         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3774         * src/SDCCmem.c: updated comments,
3775           set far-space to 0 for pdata, results in optimized code
3776         * src/SDCCmem.h: added macro CONST_NAME
3777         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3778           moving the info into the highest bits, see also gptrget/gptrput
3779         * src/src.dsp: added sdcc.ico to project files
3780         * src/avr/gen.c (genCast): fixed bug 0x%d
3781         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3782         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3783           relation between ptr_type and DCL_TYPE,
3784           (genCast): fixed bug 0x%d
3785         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3786           (CODE)" for const_name
3787         * src/hc08/gen.c (genCast): fixed bug 0x%d
3788         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3789           (hc08_port): added "CONST (CODE)" for const_name
3790         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3791           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3792           between ptr_type and DCL_TYPE,
3793           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3794           operand* and took AOP() inside function so sfr-ness can be checked,
3795           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3796           new prototype,
3797           (genFunction, genEndFunction): optimized stack setup,
3798           (genMinus): optimized for literals with ending zeroes (in bytes),
3799           (genCast): fixed bug 0x%d
3800         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3801           (mcs51_port): added "CONST (CODE)" for const_name
3802         * src/mcs51/peeph.def: made rule 226 more generic
3803         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3804         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3805         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3806         * src/z80/main.c (z80_port): added NULL for const_name,
3807           (gbz80_port): added NULL for const_name
3808         * support/regression/tests/bug663539.c,
3809         * support/regression/tests/sfr16.c: new tests
3810
3811 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3812
3813         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3814
3815 2005-06-24 Raphael Neider <rneider AT web.de>
3816
3817         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3818           corrected typos...
3819         * device/include/pic16/signal.h: added USBIF
3820           and SIG_USB
3821
3822 2005-06-24 Raphael Neider <rneider AT web.de>
3823
3824         * device/lib/pic16/libdev/pic18f2455.c,
3825           device/include/pic16/pic18f2455.h: NEW
3826         * device/include/pic16/pic18fregs.h,
3827           device/lib/pic16/pics.all,
3828           src/pic16/device.c: added 18f2455
3829         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3830           device/include/pic16/{pic18f[68][567].h,usart.h}:
3831           replaced MULTIPLE_USARTS define with more relaible
3832           compatibility sfrs (for USART access)
3833
3834 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3835
3836         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3837           and the output asm file line is printed on two lines.
3838
3839 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3840
3841         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3842           BGT, BLE, BHI, and BLS instructions
3843         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3844           genCmpEq): removed
3845         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3846           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3847           fixes bug #1216342
3848         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3849
3850 2005-06-15 Raphael Neider <rneider AT web.de>
3851
3852         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3853         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3854         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3855           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3856           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3857
3858 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3859
3860         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3861           Marcel Telka in bug #1215704
3862
3863 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3864
3865         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3866           located in shared memory bank.
3867
3868 2005-05-31 Raphael Neider <rneider AT web.de>
3869
3870         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3871           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3872           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3873
3874 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3875
3876         * device/lib/_strncpy.c: fixed the fix
3877
3878 2005-05-26 Raphael Neider <rneider AT web.de>
3879
3880         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3881           initializers with \0, bug #1208187
3882         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3883           intializers with \0, bug #1208187
3884
3885 2005-05-26 Raphael Neider <rneider AT web.de>
3886
3887         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3888           initializers with \0, bug #1208187
3889         * src/pic16/main.c (_process_pragma): added sanity checks
3890           for stack position and size, emit warnings when appropriate
3891
3892 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3893
3894         * device/lib/_strncpy.c: fixed not filling with \0
3895
3896 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3897
3898         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3899           createFunction),
3900         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3901           compound_statement),
3902         * src/SDCCsymt.h,
3903         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3904
3905 2005-05-24 Raphael Neider <rneider AT web.de>
3906
3907         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3908
3909 2005-05-24 Raphael Neider <rneider AT web.de>
3910
3911         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3912           TRISE definitions, closes bug #1162453
3913
3914 2005-05-22 Raphael Neider <rneider AT web.de>
3915
3916         * src/pic16/main.c (_process_pragma): check for missing
3917           arguments to pragmas code and udata
3918         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3919           consistency fixes to match other headers (thanks to Jim Paris)
3920         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3921
3922 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3923
3924         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3925
3926 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3927
3928         * support/regression/tests/bug1198642.c: new test
3929         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3930         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3931         * support/scripts/resource.h,
3932         * support/scripts/resource.rc,
3933         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3934         * support/scripts/sdcc.ico: added 32x32 icon
3935
3936 2005-05-18 Raphael Neider <rneider AT web.de>
3937
3938         * device/lib/pic16/libdev/pic18f*.c,
3939         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3940           keywords to "__sfr" and "__at (X)"
3941         * device/include/pic16/pic18fregs.h: added pic18f4520
3942         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3943           #1203088 (MPLAB compatibility)
3944
3945 2005-05-17 Raphael Neider <rneider AT web.de>
3946
3947         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3948         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3949         * device/lib/pic16/pics.all: added new devices
3950         * src/pic16/device.c: added support for pic18f4520
3951
3952 2005-05-16 Raphael Neider <rneider AT web.de>
3953         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3954         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3955         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3956           convenience function for bit access
3957
3958 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3959
3960         * device/lib/printf_large.c: fixed bug 1193299
3961         * support/regression/tests/bug1057979.c: added test %3.3s
3962
3963 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3964
3965         * device/include/mcs51/8051.h,
3966         * device/include/mcs51/8052.h: made parseable with lint
3967         * device/include/mcs51/lint.h: added include file for (sp)lint
3968         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3969         * doc/cdbfileformat.lyx,
3970         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3971
3972 2005-05-14 Raphael Neider <rneider AT web.de>
3973
3974         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3975         * device/lib/pic16/libc/stdlib/itoa.c (new)
3976         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3977         * device/lib/pic16/libio/Makefile: exclude subdir according to
3978           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3979         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3980         * src/pic16/gen.c (genFunction): prevent annoying warning
3981         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3982           nameclashes on BeOS
3983         * support/cpp2/cppmain.c (cpp_output_string): new
3984         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3985           fixes bug 1116802
3986
3987 2005-05-13 Borut Razem <borut.razem AT siol.net>
3988
3989         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3990
3991 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3992
3993         * .version: changed to version 2.5.1; back to bleeding edge development
3994
3995 2005-05-11 Borut Razem <borut.razem AT siol.net>
3996
3997         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3998           generate PDF version 1.3 documents
3999
4000 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4001
4002         * .version: changed to version 2.5.0
4003
4004 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4005
4006         * doc/sdccman.lyx: updated weblinks, index and smaller updates
4007
4008 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4009
4010         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
4011         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
4012         well as many smaller updates.
4013         * .version: changed to version 2.5.0-pre1
4014
4015 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4016
4017         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
4018
4019 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
4020
4021         * support/regression/tests/bug1185672.c: added
4022         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
4023           bug 1185672
4024         * src/mcs51/gen.c (genCall): added comments, made it look safer
4025         * src/mcs51/gen.c (genEndFunction): simplified
4026
4027 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
4028
4029         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
4030
4031 2005-04-14 Borut Razem <borut.razem AT siol.net>
4032
4033         * fixed bug 1045046 - SIGSEGV with really simple code?:
4034           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
4035           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
4036
4037 2005-04-14 Borut Razem <borut.razem AT siol.net>
4038
4039         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
4040           src/pic16/device.h: temporarily disabled experimental #inline pragma
4041           for 2.5.0 release
4042
4043 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
4044
4045         * device/include/z80/stdio.h,
4046         * device/include/z80/string.h: removed these highly incomplete files so
4047           SDCC can use the default ones in device/include/
4048
4049 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4050
4051         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
4052         gcc warning.
4053         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
4054         fix sdcpp warnings.
4055
4056 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4057
4058         * device/include/malloc.h: removed redundant __reentrant prototypes
4059         * device/lib/_mullong.c: added working xstack variant in asm (C version
4060           doesn't pass regression tests)
4061         * device/lib/bpx.c: used __data and made bpx char for mcs51
4062         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
4063           (createFunction): fixed bug with xstackPtr
4064         * src/SDCCcse.c: corrected comments
4065         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
4066           (killDeadCode, eBBlockFromiCode): removed unused code
4067         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
4068           corrected comments
4069         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
4070           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
4071           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
4072           (genModOneByte): fixed warning in MSVC
4073         * src/mcs51/main.c (): added comments
4074         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
4075
4076 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
4077
4078         * src/SDCCmain.c (linkEdit): oops, changed one line too many
4079
4080 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
4081
4082         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
4083
4084 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
4085
4086         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
4087         characters arrays of larger size than the declared one.
4088
4089 2005-04-10 Borut Razem <borut.razem AT siol.net>
4090
4091         * src/pic/gen.c (genInline),
4092           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
4093           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
4094           (findNextInstruction), (findPrevInstruction),
4095           (findInstructionUsingLabel),
4096           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
4097         * src/pic/pcode.c (findLabel): added missing '\n'
4098         * src/src.dsp: added SDCCdwarf2.c to the project
4099
4100 2005-04-09 Borut Razem <borut.razem AT siol.net>
4101
4102         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
4103
4104 2005-04-08 Raphael Neider <rneider AT web.de>
4105
4106         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
4107           into the chain after a given one) and mergeDefmapSymbols (combine
4108           defmap entries for each symbol per pcode)
4109         * (createDefmap): have defmap entries merged in the end
4110         * (defmapReplaceSymRef): split defmap entries covering two accesses to
4111           a symbol before replacing one access type's symbol, merge symbols in
4112           the end (replacement symbol might already have an entry)
4113         * (assignValnums): keep reference to written WREG intact
4114
4115 2005-04-08 Raphael Neider <rneider AT web.de>
4116
4117         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
4118           Alpha)
4119
4120 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
4121
4122         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
4123         bytes
4124
4125 2005-04-07 Raphael Neider <rneider AT web.de>
4126
4127         * device/include/pic16/usart.h: added compatibility defines for
4128           devices with more than one USART
4129         * device/include/pic16/pic18f[68][567]20.h: activated above defines
4130
4131 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4132
4133         * device/lib/Makefile.in: updated for port specific include
4134
4135 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4136
4137         * support/regression/ports/mcs51/spec.mk: added mcs51 include
4138
4139 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
4140
4141         * device/include/8051.h,
4142         * device/include/8052.h,
4143         * device/include/at89S8252.h,
4144         * device/include/at89c55.h,
4145         * device/include/at89x051.h,
4146         * device/include/at89x51.h,
4147         * device/include/at89x52.h,
4148         * device/include/mcs51reg.h,
4149         * device/include/reg51.h,
4150         * device/include/reg764.h,
4151         * device/include/regc515c.h,
4152         * device/include/sab80515.h: (re)moved these 12 files
4153         * device/include/mcs51/8051.h,
4154         * device/include/mcs51/8052.h,
4155         * device/include/mcs51/at89S8252.h,
4156         * device/include/mcs51/at89c55.h,
4157         * device/include/mcs51/at89x051.h,
4158         * device/include/mcs51/at89x51.h,
4159         * device/include/mcs51/at89x52.h,
4160         * device/include/mcs51/mcs51reg.h,
4161         * device/include/mcs51/reg51.h,
4162         * device/include/mcs51/reg764.h,
4163         * device/include/mcs51/regc515c.h,
4164         * device/include/mcs51/sab80515.h: and added them here
4165
4166 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
4167
4168         * device/include/stdarg.h: changed SDCC specific keywords to double
4169           underlined form.
4170         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
4171           mcs51 and ds390.
4172         * device/include/hc08/mc68hc908gp32.h,
4173         * device/include/hc08/mc68hc908jb8.h,
4174         * device/include/hc08/mc68hc908jkjl.h,
4175         * device/include/hc08/mc68hc908qy.h: fixed comments
4176         * device/include/mcs51/README: updated
4177         * device/include/mcs51/c8051f120.h: added PINRSF
4178         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
4179         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
4180           amidst code. Also inline is not supported.
4181
4182 2005-04-06 Raphael Neider <rneider AT web.de>
4183
4184         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
4185         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
4186           callers stack/frame pointers
4187
4188 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
4189
4190         * device/include/pic16/usart.h: added, missing in previous commit,
4191         * device/include/pic16/adc.h: fixed typo,
4192         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
4193         commit,
4194         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
4195         <p18fxxx.inc>
4196         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
4197         uninitialized because a bug appears with gplink
4198         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
4199         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
4200         complains for unrecognised option
4201
4202 2005-04-05 Raphael Neider <rneider AT web.de>
4203
4204         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4205           structs as well (using memcpy)
4206         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4207           on ISRs (GOTO has no label)
4208         * src/pic16/device.h: added OF_OPTIMIZE_DF
4209         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4210           new data flow analysis/optimization
4211         * src/pic16/pcode.c: added (prototypes for and implementation of)
4212           dataflow analysis functions, fixed pCodeInstructions' inCond and
4213           outCond values, made RCALL a branch instruction
4214         * (pic16_unlinkpCode): keep C line if possible
4215         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4216           C line moved if possible
4217         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4218         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4219           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4220         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4221           new flow)
4222         * (pic16_getJumptabpCode): NEW, needed in...
4223         * (LinkFlow): fixed handling of jumptables, calls and conditional
4224           branches
4225         * (pic16_InsertCommentAfter): NEW
4226         * (pic16_pCodeReplace): made verbose and flow preserving
4227         * (AnalyzeFlow): added call to data flow analysis
4228         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4229         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4230         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4231
4232 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4233
4234         * src/SDCCast.c (decorateType): fixed bug #1105626
4235
4236 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4237
4238         * device/include/asm/pic16/features.h,
4239         * pic18f*.h headers,
4240         * device/include/pic16/adc.h,
4241         * device/include/pic16/delay.h,
4242         * device/include/pic16/i2c.h,
4243         * device/include/pic16/malloc.h,
4244         * device/include/pic16/stdio.h,
4245         * device/include/pic16/stdlib.h,
4246         * device/include/pic16/string.h,
4247         * device/lib/pic16/libc/stdio/printf_tiny.c,
4248         * device/lib/pic16/libc/stdio/printf_small.c,
4249         * device/lib/pic16/libc/stdio/strmgpsim.c,
4250         * device/lib/pic16/libc/stdio/strmmssp.c,
4251         * device/lib/pic16/libc/stdio/strmusart.c,
4252         * device/lib/pic16/libc/stdio/vfprintf.c,
4253         * device/lib/pic16/libc/stdlib/ltoa.c,
4254         * device/lib/pic16/libc/stdlib/putchar.c,
4255         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4256         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4257         * device/lib/pic16/libc/stdlib/memchrram.c,
4258         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4259         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4260         * device/lib/pic16/libio/adc/adcbusy.c,
4261         * device/lib/pic16/libio/adc/adcread.c,
4262         * device/lib/pic16/libio/adc/adcsetch.c,
4263         * device/lib/pic16/libio/usart/ubaud.c,
4264         * device/lib/pic16/libio/usart/ubusy.c,
4265         * device/lib/pic16/libio/usart/udrdy.c,
4266         * device/lib/pic16/libio/usart/uopen.c,
4267         * device/lib/pic16/libio/usart/uputc.c,
4268         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4269         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4270         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4271         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4272         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4273         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4274         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4275         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4276         specific keywords to double underlined form,
4277         * device/lib/pic16/libc/Makefile.rules,
4278         * device/lib/pic16/libsdcc/Makefile.rules,
4279         * device/lib/pic16/libm/Makefile,
4280         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4281         to compile with C standard set in Makefile.common
4282         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4283         rand.c and crc.c in compilation process,
4284         * device/lib/pic16/libsdcc/int/divuint.c,
4285         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4286         `c' from signed to unsigned,
4287         * device/lib/pic16/startup/crt0.c,
4288         * device/lib/pic16/startup/crt0i.c,
4289         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4290         keywords to double underlined form, bug fixes in _do_cinit function
4291         which prevented the correct initialization of the .idata segment,
4292         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4293         core to enter a infinite loop
4294         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4295
4296 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4297
4298         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4299
4300 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4301
4302         * device/include/Makefile.in: add support for hc08 subdirectory
4303         * device/include/hc08/: new subdirectory
4304         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4305         Lucas Loizaga, thanks!
4306         * device/include/hc08/mc68hc908qy.h,
4307         * device/include/hc08/mc68hc908gp32.h,
4308         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4309         their own directory. Changed internal macro names to use the compiler
4310         reserved namespace. Changed SDCC specific keywords to double
4311         underlined form.
4312         * device/include/math.h,
4313         * device/include/malloc.h,
4314         * device/include/stdarg.h,
4315         * device/include/stdbool.h
4316         * device/include/string.h,
4317         * device/include/tinibios.h,
4318         * device/include/ds400rom.h,
4319         * device/include/8051.h,
4320         * device/include/8052.h,
4321         * device/include/80c51xa.h,
4322         * device/include/at89c55.h,
4323         * device/include/at89S8252.h,
4324         * device/include/at89x51.h,
4325         * device/include/at89x52.h,
4326         * device/include/ds80c390.h,
4327         * device/include/reg764.h,
4328         * device/include/regc515c.h,
4329         * device/include/sab80515.h,
4330         * device/include/mcs51/c8051f000.h,
4331         * device/include/mcs51/c8051f018.h,
4332         * device/include/mcs51/c8051f020.h,
4333         * device/include/mcs51/c8051f040.h,
4334         * device/include/mcs51/c8051f060.h,
4335         * device/include/mcs51/c8051f120.h,
4336         * device/include/mcs51/c8051f300.h,
4337         * device/include/mcs51/c8051f310.h,
4338         * device/include/mcs51/c8051f320.h,
4339         * device/include/mcs51/c8051f330.h,
4340         * device/include/mcs51/c8051f350.h,
4341         * device/include/z180.h: Changed SDCC specific keywords to double
4342         underlined form.
4343
4344 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4345
4346         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4347         18F4455,
4348         * (pic16_assignConfigWordValue): disable testing of configuration
4349         register value with config mask,
4350         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4351         function with port->fun_prefix,
4352         * (genFunction): when generating a naked interrupt function never
4353         create an absolute segment placed in interrupt vector address, place
4354         the actual interrupt function at IVA instead, when an interrupt
4355         function is generated with unspecified interrupt then do not create
4356         the absolute section,
4357         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4358         code for generating a call to generic pointer get/put function with
4359         a call to function pic16_callGenericPointer(),
4360         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4361         the call to the generic pointer get/put functions with prefixing the
4362         function name with port->fun_prefix,
4363         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4364         * src/pic16/main.c (_process_pragma): prefix function with
4365         port->fun_prefix,
4366         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4367         calling assembler, old 18Fxxxx macro is deprecated,
4368         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4369         PC_ASMDIR in while condition,
4370         * (findInstruction): add PC_ASMDIR in while condition,
4371         * (buildCallTree): prefix main with port->fun_prefix,
4372         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4373         identifier for variable with banked access in instructions BTFSS,
4374         BTFSC, BCF, BSF, BTG
4375         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4376         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4377         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4378         perform optimization when enviroment variable NO_REG_OPT is set,
4379         * (insideLRBlock): NEW, return 1 if register is inside an
4380         INF_LOCALREGS block,
4381         * (RemoveRegFromLRBlock): remove a register that is completely
4382         eliminated by register optimization, but it is still left in local
4383         register store/restore in/from stack block,
4384         * (Remove2pcodes): after removing register, check to see if it
4385         should be removed from local register store/restore in/from stack
4386         block,
4387         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4388         DUMMY_READ_VOLATILE,
4389
4390         * device/include/pic16/adc.h: minor prototype modifications and
4391         update,
4392         * device/include/pic16/malloc.h: added GPL notice various
4393         modifications,
4394         * device/include/pic16/stdint.h: NEW, standard header for ints
4395         * device/include/pic16/delay.h: NEW, header for delay functions,
4396         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4397         delay1mtcy,
4398         * device/include/pic16/signal.h: NEW, header providing helper macros
4399         for implementing signal handlers,
4400         * device/include/pic16/stdio.h: added prototypes for functions,
4401         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4402         prototypes for stdin and stdout, added macro PUTCHAR to
4403         automatically implement putchar function prototype,
4404         * device/include/pic16/usart.h: modified and updated USART library,
4405         * device/lib/pic16/libio/adc/,
4406         * device/lib/pic16/libio/i2c: some modifications to improve library
4407         performance,
4408         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4409         family of functions,
4410         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4411         family of functions and other sources,
4412         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4413         of the PIC18Fxx[28] devices,
4414         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4415         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4416         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4417         _do_cinit function, because the previous failed when local variables
4418         where not placed in the same memory bank,
4419         * device/lib/pic16/libsdcc/char/: various modifications to improve
4420         library performance,
4421         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4422         information on the new functions of the c library and more...
4423
4424 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4425
4426         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4427
4428 2005-03-26 Raphael Neider <rneider AT web.de>
4429
4430         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4431           if condition == CARRY)
4432         * (genCmp): adapted to new genSkipc semantics
4433         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4434           on rIfx (genCmp was broken)
4435
4436 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4437
4438         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4439         * src/z80/main.c (_keywords[]),
4440         * src/SDCCglobal.h (struct options),
4441         * src/SDCC.y,
4442         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4443         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4444         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4445         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4446         always available in leading double underscore form. The C99 support is
4447         mostly missing, but it's a start.
4448         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4449         reserved identifier "__data".
4450
4451 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4452
4453         * src/mcs51/peeph.def: fixed bug 1170013
4454
4455 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4456
4457         * device/include/mcs51reg.h: fixed bug 842007
4458
4459 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4460
4461         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4462         last time.
4463
4464 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4465
4466         * src/port.h (struct PORT),
4467         * src/avr/ralloc.c (avr_assignRegisters),
4468         * src/avr/main.c,
4469         * src/ds390/ralloc.c (ds390_assignRegisters),
4470         * src/ds390/main.c,
4471         * src/hc08/ralloc.c (hc08_assignRegisters),
4472         * src/hc08/main.c,
4473         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4474         * src/mcs51/main.c,
4475         * src/pic/ralloc.c (pic14_assignRegisters),
4476         * src/pic/main.c,
4477         * src/pic16/ralloc.c (pic16_assignRegisters),
4478         * src/pic16/main.c,
4479         * src/xa51/ralloc.c (xa51_assignRegisters),
4480         * src/xa51/main.c,
4481         * src/z80/ralloc.c (z80_assignRegisters),
4482         * src/z80/ralloc.h,
4483         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4484         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4485         * src/SDCCcse.h,
4486         * src/SDCCdflow.c (computeDataFlow),
4487         * src/SDCCdflow.h,
4488         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4489         * src/SDCCloop.h,
4490         * src/SDCCcflow.c (*),
4491         * src/SDCCcflow.h,
4492         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4493         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4494         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4495         immedDom() returning wrong block; probably fixes bug #1160833)
4496
4497 2005-03-20 Borut Razem <borut.razem AT siol.net>
4498
4499         * support/scripts/inc2h.pl: WIN32 port
4500
4501 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4502
4503         * device/lib/makefile.in: added abs.c and labs.c
4504
4505 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4506
4507         * device/include/stdint.h: added
4508         * device/lib/abs.c: added
4509         * device/lib/labs.c: added
4510         * device/include/stdlib.h: added abs() and labs() prototypes
4511         * device/lib/libsdcc.lib: added abs and labs
4512         * device/include/float.h,
4513         * device/lib/_fsmul.c,
4514         * device/lib/printf_fast.c,
4515         * device/lib/printf_tiny.c: updated comments
4516
4517 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4518
4519         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4520         bug #1164313
4521
4522 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4523
4524         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4525         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4526
4527 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4528
4529         * device/lib/printf_large.c: removed inline assembly for portability and
4530           readability. Use printf_fast if speed or size are more important.
4531         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4532         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4533
4534 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4535
4536         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4537         prevent compiler warning
4538
4539 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4540
4541         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4542         moved to level 0 and declared as static. Also they are explicit
4543         placed in access bank. This was necessery because some times they
4544         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4545         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4546         optimizations. Currently only compare to unsigned char is implemented,
4547         * src/pic16/gen.c: added fReturnIdx array,
4548         * (struct resolvedIfx) is moved to gen.h and made public,
4549         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4550         * (aopForSym): added an optimization to directly store in stack of
4551         the operand of a SEND iCode,
4552         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4553         but as registers instead (AOP_REG) using the fReturnIdx array,
4554         * (pic16_freeAsmop): remove the freed register from the
4555         _G.sregsAlloc field,
4556         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4557         a compare of 'WREG',
4558         * (pic16_popGetTempRegCond): changed function prototype, now
4559         function takes also a bitVector argument v which holds the current
4560         set of registers that are allocated for stack access by aopForSym,
4561         registers allocated in aopForSym for accessing stack symbols are not
4562         any more part of the functions usedRegs field,
4563         * (genCall): some times aopOp is called for a stack variable to be
4564         send, aopForSym might perform the push, if this is true make sure
4565         that genCall doesn't push the variable twice by testing _G.resDirect,
4566         * (genFunction): changed testing for unspecified interrupt number
4567         from 256 to INTNO_UNSPEC,
4568         * modified selection scheme of frame pointer generation. Previously
4569         if function did use local registers a frame pointer was generated,
4570         now a frame pointer is generated only if function has arguments
4571         (that need PLUSW2 register access), or has stack arguments, or the
4572         compiler is not instructed to omit the frame pointer,
4573         * (genEndFunction): before restoring local registers that were saved
4574         in the function preamble, also restore the registers that *might*
4575         have been allocated for stack access,
4576         * (genRet): removed some old comments,
4577         * (genCmp, the active (RN's) version): added a call to the
4578         pic16_genCmp_special function to perform the compare with a more
4579         robust and optimized way,
4580         * (genInline): a feature has been added in inline code generation,
4581         which allows a wildcard variable substitution when writing inline
4582         assembly. Code is incomplete and experimental therefore undocumented,
4583         * (genCast): changed order of aopOp for result and right to allow
4584         aopForSym to directly load the result if possible,
4585         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4586         perform an optimized compare on some selected special occasions,
4587         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4588         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4589         generate an IVT any more,
4590         * src/pic16/main.c (pic16_optionsTable): added command line option
4591         --optimize-cmp,
4592         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4593         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4594         macros,
4595         * src/pic16/NOTES: Raphael Neider added in list of active developers
4596         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4597         jumptable_end to prevent bug #,
4598         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4599         inCond and outCond fields,
4600         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4601         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4602         turn off register spilling,
4603         * (packRegsForOneUse): synced with other ports' versions although it
4604         is not used currently,
4605         * (pic16_packRegisters): added an optimization while reading
4606         structure bitfields, some registers may be saved (malloc code is
4607         decreased by 80 bytes)
4608
4609 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4610
4611         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4612         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4613         this can be optimized more?
4614
4615 2005-03-10 Raphael Neider <rneider AT web.de>
4616
4617         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4618           genNearPointerGet): (hopefully) fixed access to bitfields via
4619           pointers (p->bitN = x; and x = p->bitN; failed)
4620
4621 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4622
4623         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4624
4625 2005-03-09 Raphael Neider <rneider AT web.de>
4626
4627         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4628
4629 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4630
4631         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4632         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4633           (regTypeNum): set REG_BIT type if necessary
4634         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4635         * support/regression/tests/critical.c: check bug 1144613
4636
4637 2005-03-02 Raphael Neider <rneider AT web.de>
4638
4639         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4640
4641 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4642
4643         * src/avr/ralloc.c (serialRegAssign),
4644         * src/ds390/ralloc.c (serialRegAssign),
4645         * src/hc08/ralloc.c (serialRegAssign),
4646         * src/mcs51/ralloc.c (serialRegAssign),
4647         * src/pic/ralloc.c (serialRegAssign),
4648         * src/pic16/ralloc.c (serialRegAssign),
4649         * src/xa51/ralloc.c (serialRegAssign),
4650         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4651
4652 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4653
4654         * src/SDCCast.c (decorateType): fixed bug 1124787
4655
4656 2005-02-20 Hubert Sack <sack AT digiplan.de>
4657         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4658
4659         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4660         patch #1121755
4661
4662 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4663
4664         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4665         to keep the correct label reference count when adding/removing references
4666         to labels. A peephole file using this is appended to patch #1144962.
4667
4668 2005-02-14 Raphael Neider <rneider AT web.de>
4669
4670         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4671         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4672         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4673           retrievals of result operand's value on assignment
4674
4675 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4676
4677         * device/include/pic16/string.h: modified prototype for memccpy()
4678         to memccpy(void *, void *, char, size_t)
4679         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4680         check whether to omit frame pointer or not,
4681         * (genInline): convert all occurences of "\n" to LF in inline
4682         assembler blocks, this helps formatting the inline text,
4683         * (pic16_loadFSR0): modified prototype,
4684         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4685         removed some 8051 legacy code,
4686         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4687         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4688         before allocating temporary registers in functions,
4689
4690 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4691
4692         * support/regression/tests/bitvars.c: corrected the "fix"
4693
4694 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4695
4696         * support/regression/tests/bitvars.c,
4697         * support/regression/tests/bitwise.c,
4698         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4699
4700 2005-02-10 Raphael Neider <rneider AT web.de>
4701
4702         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4703           different size for Alpha
4704         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4705
4706 2005-02-09 Raphael Neider <rneider AT web.de>
4707
4708         * src/SDCC.lex(doPragma) : save and restore warning options as well
4709           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4710         * have #pragma less_pedantic set the errorlevel to WARNING
4711           (fixes #1117001)
4712         * (cloneOptimize) : fixed wrong malloc's size
4713         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4714           facilitate correct handling of #pragma (save|restore)
4715
4716 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4717
4718         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4719
4720 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4721
4722         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4723
4724 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4725
4726         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4727
4728 2005-02-02 Raphael Neider <rneider AT web.de>
4729
4730         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4731         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4732         * (pic16_storeForReturn): fixed to allow returning function pointers
4733         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4734         * device/include/pic16/{stddef.h,stdbool.h}: added
4735
4736 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4737
4738         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4739
4740 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4741
4742         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4743         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4744          appeared to be required
4745
4746 2005-01-31 Borut Razem <borut.razem AT siol.net>
4747
4748         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4749           include/mcs51 and include/z80 directories to the package
4750
4751 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4752
4753         * src/hc08/gen.c (genFunction): fixed bug #1112752
4754
4755 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4756
4757         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4758
4759 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4760
4761         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4762
4763 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4764
4765         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4766
4767 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4768
4769         * device/include/c8051fxxx.h: removed these 6 files
4770         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4771
4772 2005-01-26 Raphael Neider <rneider AT web.de>
4773
4774         * src/pic16/gen.c (genAssign): fixed assignment from longs
4775           in codespace (were cut to three bytes)
4776         * (genDummyRead): implemented (except for CODESPACE...),
4777           fixed bug #1108575
4778         * src/pic16/glue.c (emitStatistics): beautified
4779         * device/lib/pic16/libm/Makefile: added include path
4780
4781 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4782
4783         * src/z80/gen.c (aopPut): fixed bug #1103902
4784
4785 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4786
4787         * device/lib/expf.c: fixed bug #1095792
4788
4789 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4790
4791         * device/lib/pic16/libm: added Math library sources
4792
4793 2005-01-24 Raphael Neider <rneider AT web.de>
4794
4795         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4796           to enable upcast to pCodeOpReg2 (there is no type tag to
4797           differenciate the two and pic16_popGet2p cast into PCOR2)
4798         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4799           (sizeof(sectNames) changed to sizeof(sectName))
4800           Both patches fix segfaults under MinGW.
4801
4802 2005-01-23 Raphael Neider <rneider AT web.de>
4803
4804         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4805           Safe_[mc]?alloc()'ed variables
4806         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4807           of (byte sized) temporaries (assign them to WREG for now)
4808         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4809           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4810           this might fix SIGSEGVs on MinGW...
4811         * src/SDCCopt.c (killDeadCode): restored original behaviour
4812           (volatile operands might get thrown away though)
4813
4814 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4815
4816         * src/pic16/gen.c: fixed bug #1106975,
4817         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4818         pointer update, INTCON is saved, global interrupts are disabled and
4819         restored after updateing TOS.
4820         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4821         * added function attribute 'shadowregs' to take advantage of shadow
4822         registers,
4823         * added function attribute 'wparam' as an alternative to the wparam
4824         pragma,
4825         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4826         user declares a non-ISR function as 'shadowregs',
4827         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4828
4829 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4830
4831         * .version: bumped version number to 2.4.8
4832         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4833         pic16 port,
4834         * device/lib/pic16/libio/i2c/: I2C module support library,
4835         * device/include/pic16/i2c.h: I2C support library header,
4836         * device/lib/pic16/libc/stdio/: standard IO support sources,
4837         * (printf_small.c): printf_small() source, supports float print,
4838         * (printf_tiny.c): printf_tiny() source, does not support floats,
4839         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4840         enable global optimizations for entire library source, other
4841         Makefiles in the source tree are also modified to reflect this,
4842         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4843         function,
4844         * doc/sdccman.lyx: updated to reflect new changes,
4845         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4846         sym->onStack if-case,
4847         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4848         sbit, idata, _idata, xdata, _xdata,
4849         * added pragma library, to link an external library, (see doc),
4850         * removed command line options, --pomit-config-words, --pomit-ivt,
4851         --pleave-reset-vector,
4852         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4853         when calling assembler to reflect memory model used, also define
4854         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4855         reflect stack model used,
4856         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4857         on stack return NULL,
4858
4859 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4860
4861         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4862           of the operands is volatile. Fixes #1020220
4863
4864 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4865
4866         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4867         * (OptimizeRegUsage): make sure that there is really no other flow where
4868           the first pCode is used
4869
4870 2005-01-22 Raphael Neider <rneider AT web.de>
4871
4872         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4873           to fix #1106967 (pCode->seq are not set up correctly)
4874
4875 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4876
4877         * src/SDCCglue.c (glue): make sure code area is declared before the
4878         static initialization area.
4879
4880 2005-01-21 Raphael Neider <rneider AT web.de>
4881
4882         * device/lib/Makefile.in: fixed test for pic16 install dir
4883         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4884           optimizations
4885         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4886           added --optimize-goto compiler switch and pragma wparam documentation
4887         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4888         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4889           and PRODH closing bug #1071770 (peephole optimizer)
4890
4891 2005-01-19 Raphael Neider <rneider AT web.de>
4892
4893         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4894           cmdLine buffers (used when calling sdcpp...) are large enough
4895           (MAX_PATH=256 truncates arguments leading to system halts when
4896           used in MinGW...)
4897         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4898         * (genUminus): rewritten to for efficiency
4899         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4900           used uninitialized in some cases)
4901         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4902           copy the third byte from the int -- now assumes 0x80 (data memory)
4903         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4904           operands (genAddLit expects the iCode's operands to swapped as
4905           well), fixed leftover bytes (crashed for short left operands)
4906         * (pic16_genMinusDec): performance improvements, removed false
4907           PIC14 emitSKPNCs
4908         * (pic16_genMinus): fixed to cope with differently sized operands
4909         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4910           for --obanksel > 1
4911         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4912         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4913           new banksel optimization
4914         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4915           analysis for temporary registers (segfaults...)
4916         * src/pic16/peeph.def: added rule
4917
4918 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4919
4920         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4921         which converts a float number to its ASCII representation
4922         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4923         functions to convert the fractional and integer part of a float to ASCII,
4924         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4925         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4926         ram
4927         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4928         _STATMEM macros,
4929         * device/include/pic16/adc.h: added GPL info,
4930         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4931         a pCodeOp as tested operand,
4932         * (genNearPointerGet): optimized bit testing, does not use
4933         intermediate register for bit value, test directly instead with
4934         BTFSS, BTFSC, works only for single bits,
4935         * (genpic16Code): dump the name of the iCode in the asm,
4936         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4937         renamed to pic16_decodeOp,
4938         * (serialRegAssign): do not allocate a temporary register for iCode
4939         sequences that test a single bit for 1/0
4940
4941 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4942
4943         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4944         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4945         access stack and frame pointers. They are initially assigned to
4946         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4947         accessing SFRs. Updated all occurences of modification of stack or
4948         frame pointer in gen.c and pcode.c,
4949         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4950         assigning of a literal value to pointers,
4951         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4952         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4953         selected
4954
4955 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4956
4957         * doc/sdccman.lyx: update documentation about stack pragma, added
4958         some info for stack memory models
4959
4960 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4961
4962         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4963
4964 2005-01-08 Raphael Neider <rneider AT web.de>
4965
4966         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4967           udata sections to fix bug #1097823
4968
4969 2005-01-05 Raphael Neider <rneider AT web.de>
4970
4971         * src/pic16/gen.c (genGenericShift): added handling of differently
4972           sized left operand and result
4973
4974 2005-01-04 Raphael Neider <rneider AT web.de>
4975
4976         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4977         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4978           to hold the condition bit)
4979         * added new version of genCmp (old code available via #define)
4980         * added new version of genShiftLeft/genShiftRight in a generic
4981           way, now supports shifting by negative values
4982         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4983           shiftCount (expected by genGenericShift)
4984         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4985         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4986           dump
4987         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4988           is an invalid literal too...)
4989
4990 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4991
4992         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4993         from Raphael Neider,
4994         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4995         for 8-bit literals. This fixes some literal operands which are sign
4996         extended to 16-bits ints when instruction needs only 8-bits.
4997
4998 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4999
5000         * device/lib/logf.c: added mcs51 assembly version
5001         * device/lib/expf.c: added mcs51 assembly version
5002         * device/lib/_logexpf.c: new shared asm code for expf and logf
5003         * device/include/math.h: add defines for assembly math library
5004         * device/lib/Makefile.in: build new _logexpf.c
5005         * device/lib/libfloat.lib: use new _logexpf.c
5006
5007 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5008
5009         * src/pic/device.c
5010         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
5011           device types which have less than 0x7f registers.
5012
5013 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
5014
5015         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
5016
5017 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5018
5019         * device/lib/printf_fast.c: only build on supported arch.
5020         * device/lib/printf_tiny.c: only build on supported arch.
5021         * device/lib/printf_fast_f.c: only build if asm float lib
5022         * device/lib/_fsget1arg.c: only build if asm float lib
5023         * device/lib/_fsget2args.c: only build if asm float lib
5024         * device/lib/_fsnormalize.c: only build if asm float lib
5025         * device/lib/_fsreturnval.c: only build if asm float lib
5026         * device/lib/_fsrshift.c: only build if asm float lib
5027         * device/lib/_fsswapargs.c: only build if asm float lib
5028         * device/include/stdio.h: don't provide print_fast,
5029           print_fast_f, print_tiny prototypes if --xstack used
5030
5031 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
5032
5033         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
5034         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
5035           to the SOURCES
5036
5037 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
5038
5039         * device/lib/printf_fast_f.c: same as printf_fast, but
5040           with floating point enabled
5041         * device/lib/printf_fast.c: minor tweaks
5042         * device/include/stdio.h: add printf_fast_f
5043
5044 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5045
5046         * src/SDCCmain.c: make --float-reent default for mcs51
5047         * device/lib/_fsadd.c: added mcs51 assembly version
5048         * device/lib/_fssub.c: added mcs51 assembly version
5049         * device/lib/_fsmul.c: added mcs51 assembly version
5050         * device/lib/_fsdiv.c: added mcs51 assembly version
5051         * device/lib/_fseq.c: added mcs51 assembly version
5052         * device/lib/_fsneq.c: added mcs51 assembly version
5053         * device/lib/_fsgt.c: added mcs51 assembly version
5054         * device/lib/_fslt.c: added mcs51 assembly version
5055         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
5056         * device/lib/Makefile.in: add _fscmp to build
5057         * device/lib/libfloat.lib: add _fscmp to build
5058
5059 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
5060
5061         * device/lib/_fs2slong.c: added mcs51 assembly version
5062         * device/lib/_fs2sint.c: added mcs51 assembly version
5063         * device/lib/_fs2schar.c: added mcs51 assembly version
5064         * device/lib/_fs2ulong.c: added mcs51 assembly version
5065         * device/lib/_fs2uint.c: added mcs51 assembly version
5066         * device/lib/_fs2uchar.c: added mcs51 assembly version
5067         * device/lib/_slong2fs.c: added mcs51 assembly version
5068         * device/lib/_sint2fs.c: added mcs51 assembly version
5069         * device/lib/_schar2fs.c: added mcs51 assembly version
5070         * device/lib/_ulong2fs.c: added mcs51 assembly version
5071         * device/lib/_uint2fs.c: added mcs51 assembly version
5072         * device/lib/_uchar2fs.c: added mcs51 assembly version
5073         * device/include/float.h: added #define to select asm vs c
5074
5075 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
5076
5077         * device/lib/printf_fast.c: improvements to float output
5078         * device/include/float.h: add defines for assembly float library
5079         * device/lib/_fsget1arg.c: receive 1 float arg
5080         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
5081         * device/lib/_fsnormalize.c: normalize a float
5082         * device/lib/_fsreturnval.c: return float, various helper routines
5083         * device/lib/_fsrshift.c: right shift a float's mantissa
5084         * device/lib/_fsswapargs.c: swap 2 floats
5085         * device/lib/Makefile.in: build these 6 new files for mcs51
5086         * device/lib/libfloat.lib: add these 6 files to the library
5087
5088 2004-12-26 Borut Razem <borut.razem AT siol.net>
5089
5090         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
5091           built by gcc 3.4.2
5092
5093 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
5094
5095         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
5096           and fully reentrant and register bank neutral.
5097         * device/lib/printf_fast.c: added float (not enabled by default),
5098           added compact/slower integer (also not enabled by default),
5099           improved size/speed of fast integer code, other minor changes
5100         * device/include/stdio.h, device/lib/Makefile.in,
5101           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
5102
5103 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
5104
5105         * src/pic16/pcode.c: declaring variables other than at the start of a
5106           block is not supported in C by VC6.
5107
5108 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
5109
5110         * applied a previous patch from Raphael Neider that wasn't included
5111         in the previous commits, which fixes infinite loops within jumptable
5112         improvements,
5113         * made some fixes that previous patches introduced
5114
5115 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
5116
5117         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
5118         that fixes an issue with AOP_PCODE asmop's offset,
5119         * (pic16_popCopyReg): update instance field too,
5120         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
5121         function of pic port,
5122         * (genCmp, genAnd, genAssign),
5123         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
5124
5125 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
5126
5127         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
5128         variables initial values to idata section,
5129         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
5130         variables in some functions. This utilizes parmBytes field of iCode
5131         structure to hold the offset of the variable in stack. (might be
5132         able to use the stack field too?)
5133         * applied patch from Raphael Neider # ### , # ###
5134         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
5135         variable initial values in idata section,
5136         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
5137         for static variables with initial value
5138         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
5139         applied fix in while loop from Raphael Neider.
5140
5141 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
5142
5143         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
5144         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
5145         * src/ds390/ralloc.c (serialRegAssign): spill bits
5146         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
5147         * support/Util/SDCCerr.c,
5148         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
5149         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
5150         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
5151
5152 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
5153
5154         * device/include/sdcc-lib.h: inserted LGPL, added includes
5155           asm/ds390/features.h and asm/mcs51/features.h
5156         * device/include/asm/default/features.h,
5157         * device/include/asm/gbz80/features.h,
5158         * device/include/asm/z80/features.h: added empty _AUTOMEM
5159           and _STATMEM
5160         * device/include/asm/ds390/features.h,
5161         * device/include/asm/mcs51/features.h: added files with defines for
5162           _AUTOMEM and _STATMEM indicating automatic and static storage class
5163         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
5164         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
5165         * src/SDCCicode.c (geniCodeCast),
5166         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
5167         * src/SDCCloop.c (loopInduction): removed unused variable lr
5168         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
5169           to convertToFcall to include char modulo (RFE 1065037), added check
5170           if left operand is unsigned and use abs of literal value
5171         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
5172           as it doesn't work after conversion from peephole.def to peephole.rul
5173         * src/mcs51/gen.c (toBoolean): added check for size,
5174           (genModOneByte): optimized code for signed char modulo a literal
5175           power of 2 (thanks to Hubert Sack),
5176           (genRRC): removed unnecessary "clr c",
5177           (genRLC): replaced "add a,acc" with cheaper "rlc a"
5178         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
5179           jump optimization,
5180           swapped rules 256.c and 256.d,
5181           extended 256.d by using new multiple checks (thanks Erik),
5182           added rules 256.e and 256.f,
5183           updated rule 261.a and 261.b to new generated code
5184         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
5185
5186 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5187
5188         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
5189           induction related bugs, including first part of bug #1074377
5190
5191 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
5192
5193         * applied patch from bug-report #1076292,
5194         * applied patches for genAnd and Goto-optimizations for Raphael
5195         Neider,
5196         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
5197         dump a less iCode information,
5198         * src/pic16/device.h (pic16_options_t): added field debgen,
5199         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
5200         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5201         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5202         puclic,
5203         * (various functions): added macros FENTRY and FENTRY2 to functions,
5204         to emit function prologue,
5205         * (various functions): fixed indentation,
5206         * (genNearPointerGet): fixed loading of FSR0,
5207         * (genPackBits): applied patch from Raphael Neider to fix updating
5208         of FSR0 and touching only the modified bits,
5209         * src/pic16/genarith.c (various functions): added macros FENTRY to
5210         emit function prologue in comments,
5211         * src/pic16/pcode.h: added functions debugf2, debugf3,
5212         * src/pic16/ralloc.c: partial fix for packForPush caused
5213         segmentation fault,
5214
5215 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5216
5217         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5218           <stsp AT users.sourceforge.net> with reversed byte order
5219         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5220
5221 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5222
5223         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5224           bug #1074377
5225         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5226         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5227
5228 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5229
5230         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5231
5232 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5233
5234         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5235           conditions,
5236           (setFromConditionArgs): friendly operand parser for peephole rules,
5237           (operandBaseName, operandsNotRelated): new peephole condition
5238           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5239           architecture specific register naming into account, handles n-way
5240           comparisons, and supports quoted literals
5241         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5242
5243 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5244
5245         * src/mcs51/peeph.def: fixed bug #1076940
5246
5247 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5248
5249         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5250
5251 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5252
5253         Adding support for replacing ljmps with sjmps in jumptables
5254         generated for switch statements. For now you need to set the
5255         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5256         Now 4 algorithms for mcs51 jumptable generation are used:
5257         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5258         addresses loaded pc-relative for up to 112 cases and stack-pushing
5259         target addresses loaded with offset from dptr for up to 256 cases.
5260
5261         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5262         * src/mcs51/main.c: adapted constants for switch table generation
5263         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5264
5265 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5266
5267         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5268         * support/regression/tests/bug1057979.c: added test for bug 1073386
5269
5270 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5271
5272         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5273         compilers
5274
5275 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5276
5277         * src/pic16/device.h,
5278         * src/pic16/genarith.c,
5279         * src/pic16/glue.c,
5280         * src/pic16/main.c,
5281         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5282
5283 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5284
5285         Large cummulative patch for pic16 port.
5286         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5287         to call when a stack overflow occurs,
5288         * (malloc.h): added CVS Id tag,
5289         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5290         variable,
5291         * added libc directory. The current version of LibC contains string
5292         functions, ctype functions and macros and some functions of the
5293         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5294         be extensively tested in the future. Standard disclaimer here.
5295         Library is not automatically build yet. But one can build it by
5296         invoking 'make' inside the libc directory.
5297         * added ADC library under libio. Preliminary version yet.
5298
5299         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5300         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5301         aopForRemat() now and not by pic16_aopOp(),
5302         * (pic16_popGetTempReg): removed warning messgae when allocating
5303         temporary registers, its a buggy feature and will be removed,
5304         * (pic16_popGet): set register instance field in AOP_CRY,
5305         * (pic16_outBitC): fixed for results in size greater than 1,
5306         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5307         * (pic16_storeForReturn): optimized return of 0,
5308         * (genCmp): experimental code for new genCmp which uses PIC18's
5309         special compare&skip instructions. Initial tests fail some times
5310         with variables grater than 1 byte in size, so new code is disabled,
5311         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5312         a single bit,
5313         * (genCast): began a fix to optimize the casting of a bit to another
5314         bit, now assigning a bitfield to another bitfield will fail, sorry,
5315         * src/pic16/main.c: disabled the use of lr-support feature,
5316         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5317         * added some function prototypes, added function _debugf prototype,
5318         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5319         bits with offset (case PO_GPR_BIT),
5320         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5321         command line,
5322         * (isBankInstruction): modified to return 0 for no banking instruction,
5323         and 1 for banking instruction,
5324         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5325         caused stop processing pCodes after a inline assembly block,
5326         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5327         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5328         registers when it shouldn't,
5329         * src/pic16/ralloc.c (allocReg): add preliminary support for
5330         supporting a limited set of temporary registers,
5331
5332 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5333
5334         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5335           genDataPointerSet): ensure assignments always copy in MSB to LSB
5336           order,
5337           (loadRegFromAop): recognize CLRH optimization,
5338           (genFunction): optimize RECEIVE iCodes in reentrant functions
5339
5340 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5341
5342         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5343           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5344           selected.
5345         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5346         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5347           contiguous with data
5348
5349 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5350
5351         * device/lib/_gptrget.c (_gptrget),
5352         * device/lib/_gptrgetc.c (_gptrgetc),
5353         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5354           instead of sjmp to ret
5355         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5356           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5357
5358 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5359
5360         * .version: bumped version to 2.4.7
5361         * device/lib/_gptrget.c (_gptrget): is now _naked
5362         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5363         * device/lib/_gptrput.c (_gptrput): is now _naked
5364         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5365           (createFunction): fixed xstack
5366         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5367         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5368           or bit either,
5369           (geniCodeCritical): store original interrupt state in an iTemp bit
5370           var unless stack-auto
5371         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5372         * src/SDCCmain.c (setIncludePath): added include/target to search path
5373         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5374         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5375           prototype,
5376           (processFuncArgs): put bit vars in bit area
5377         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5378           unsaveRBank): fixed xstack,
5379           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5380           (genFunction, genEndFunction): fixed xstack,
5381           (genAssign): optimization don't walk backwards through mem
5382         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5383         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5384         * support/regression/Makefile: also make library (for stack-auto) when
5385           making "all" and added "test-mcs51-xstack-auto"
5386         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5387         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5388         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5389         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5390         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5391           make-library by MAKE_LIBRARY
5392         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5393           regression tests for xstack
5394         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5395         * support/regression/tests/critical.c: test for critical on mcs51
5396
5397 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5398
5399         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5400           built version of sdcc instead of installed version
5401
5402 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5403
5404         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5405         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5406           vprintf.c now
5407         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5408         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5409           WARNING: remove device/lib/build/z80/printf.o by hand when
5410           updating from previous build!
5411         * device/lib/z80/printf.c: updated comment
5412         * support/regression/tests/bug1057979.c: test all ports now
5413         * support/regression/tests/bug1065458.c: file added
5414
5415 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5416
5417         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5418           *_start and *_end symbols for static functions
5419
5420 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5421
5422         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5423           and search crt0.o in all library paths,
5424           (setIncludePath): proper handling of --nostdinc,
5425           (setLibPath): proper handling of --nostdlib
5426         * support/regression/Makefile,
5427         * support/regression/ports/ds390/spec.mk,
5428         * support/regression/ports/gbz80/spec.mk,
5429         * support/regression/ports/hc08/spec.mk,
5430         * support/regression/ports/mcs51/spec.mk,
5431         * support/regression/ports/mcs51-large/spec.mk,
5432         * support/regression/ports/mcs51-stack-auto/spec.mk,
5433         * support/regression/ports/z80/spec.mk: use include and lib files from
5434           built version of sdcc instead of installed version
5435         * doc/sdccman.lyx: fixed typo in --nostdinc
5436
5437 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5438
5439         * src/pic/pcode.c,
5440         * src/pic/device.c,
5441         * src/pic/ralloc.c,
5442         * src/pic/gen.c : added support to generate code for struct bit fields.
5443
5444 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5445
5446         * as/xa51/xa_version.h,
5447         * device/include/errno.h,
5448         * device/include/regc515c.h,
5449         * device/lib/_itoa.c,
5450         * device/lib/_ltoa.c,
5451         * device/lib/ser_ir_cts_rts.c,
5452         * sim/ucsim/xa.src/glob.cc,
5453         * sim/ucsim/xa.src/inst_gen.cc,
5454         * sim/ucsim/xa.src/xa_bit.cc,
5455         * sim/ucsim/xa.src/xa_sfr.cc,
5456         * sim/ucsim/z80.src/inst_dd.cc,
5457         * sim/ucsim/z80.src/inst_fdcb.cc,
5458         * support/scripts/keil2sdcc.pl,
5459         * src/pic16/pic16.dsp,
5460         * src/pic16/pic16a.dsp: corrected cvs line endings
5461         * device/lib/printf_large.c: fixed bug 1057979
5462         * src/pic16/gen.c: fixed non-C standard code
5463         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5464         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5465         * support/regression/ports/mcs51/support.c: reload T1 asap
5466         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5467           pdata use and clear idata startup behaviour
5468         * support/regression/tests/bug1057979.c: added
5469
5470 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5471
5472         * device/examples/ds390/ow390/ad26.h,
5473         * device/examples/ds390/ow390/cnt1d.h,
5474         * device/examples/ds390/ow390/crcutil.c,
5475         * device/examples/ds390/ow390/ownet.h,
5476         * device/examples/ds390/ow390/owsesu.c,
5477         * device/examples/ds390/ow390/swt12.h,
5478         * device/examples/ds390/ow390/swtoper.c,
5479         * device/examples/ds390/ow390/temp10.h,
5480         * device/examples/ds390/ow390/thermodl.c,
5481         * device/examples/ds390/tinitalk/tinitalk.dsp,
5482         * device/examples/ds390/tinitalk/tinitalk.dsw,
5483         * device/examples/mcs51/clock/hw.h,
5484         * device/examples/mcs51/simple2/go.bat,
5485         * device/examples/serialcomm/windows/serial.h,
5486         * device/examples/xa51/dummy.c,
5487         * device/examples/xa51/hello.c,
5488         * device/include/80c51xa.h,
5489         * device/include/at89x051.h: corrected cvs line endings
5490
5491 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5492
5493         * src/pic16/main.c (options): added command line --gstack, to trace
5494         stack over/under flows,
5495         * added pragma 'wparam' to allow passing first byte of function
5496         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5497         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5498         call to __gstack_test function and sets up the symbol as extern,
5499         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5500         * popaop): added call to pic16_testStackOverflow,
5501         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5502         wparamList list,
5503         * (genCall, genPcall): now all parameters are passed via stack
5504         except in functions that are pass to wparam pragma in which WREG is
5505         used too,
5506         * (genPcall): REENTRANT flag is checked to see if variable prototype
5507         contains reentrant keyword, don't call a non-reentrant function, via
5508         a reentrant function pointer or vice versa, functions are never
5509         passed via WREG,
5510         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5511         D.Winkler,
5512         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5513         SIGSEGV when accessing a NULL register stucture,
5514         * (pic16_printGPointerType): modified to handle UPPER modifier for
5515         function initializers, changed prototype of function to simpler one,
5516         * (pic16_printIvalFuncPtr): check to see if function is already
5517         added in externs list,
5518         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5519         optimized a move from W to SFR with a move to the same register
5520         later after a CALL,
5521         * device/lib/pic16/debug: NEW directory, contains debug features
5522         which are enabled when linking with libdebug.lib, currently command
5523         line option --gstack enables stack pointer tracing for over/under
5524         flow, corresponding sources are in debug/gstack
5525
5526 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5527
5528         * doc/sdccman.lyx: updated SDCC version,
5529         * (PIC16 port): update list of command line options,
5530         * src/pic16/device.h (structure pic16_options_t): added field gstack
5531         to enable stack overflow tracing on push/pops,
5532         * src/pic16/device.c (statistics structure): added statistics
5533         structure,
5534         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5535         pic16_dump_int_registers): increase statistics counters for each
5536         * variable which is encountered
5537         * (pic16_dump_usection): emit each .udata variable to its own udata
5538         section,
5539         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5540         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5541         parameters via stack, otherwise use old scheme,
5542         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5543         assembler output file,
5544         * src/pic16/main.c: added command line options --gstack to enable
5545         push/pop tracing for stack overflow,
5546         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5547         instructions): added size of each instruction,
5548         * (pic16_countInstruction): estimate size of instructions in
5549         the_pFile list, inline assembly blocks are not counted,
5550         * (pic16_FixRegisterBanking): trace previous register usage, when
5551         banksel optimizations is greater than 0, don't emit a redudant
5552         banksel directive,
5553
5554 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5555
5556         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5557         * src/pic16/ralloc.c : applied same fix for pic16.
5558         * src/pic/gen.c : tidied it up a little.
5559
5560 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5561
5562         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5563         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5564
5565 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5566
5567         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5568
5569 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5570
5571         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5572         non-reentrant function __modsint in the interrupt function (thus
5573         corrupting math operations during serial I/O)
5574         * device/lib/ser_ir.c: as above, changed buffersize
5575         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5576         256.c,d for zeroing
5577         * doc/Makefile: added option -t for rsync
5578
5579 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5580
5581         * src/SDCCast.h (struct ast),
5582         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5583
5584 2004-10-20 Borut Razem <borut.razem AT siol.net>
5585
5586         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5587         package
5588
5589 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5590
5591         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5592         makefile targets,
5593         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5594         support functions to replace long sequences of MOVFF's from access
5595         bank registers to stack and vice versa,
5596         * src/pic16/device.h: added new field opt_flags, where optimization
5597         flags can be set to enable certain features,
5598         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5599         * pBlock, (genFunction, genEndFunction): surroung loop for
5600         saving/loading used registers in stack with PC_INFO pCodes,
5601         INF_LREGS. Code in between can then be optimized by pCode optimizer
5602         to support function calls,
5603         * (genDataPointerSet): fixed bug which loaded float fields in
5604         structures with corrupt data,
5605         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5606         in a standard way debug info on stderr. Feature used for developing
5607         and debugging only,
5608         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5609         obsolete chunks of code,
5610         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5611         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5612         * pic16/src/pcode.c (pic16_newpCodeInfo,
5613         * (pic16_newpCodeOpLocalRegs),
5614         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5615         feature,
5616         * (pic16_pCodeConstString): printing of the initial value of a
5617         symbol as a comment is inhibited since parsing was already done by
5618         copyStr and output is corrupt,
5619         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5620
5621 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5622
5623         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5624
5625 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5626
5627         * as/mcs51/lkarea.c: removed old K&R style,
5628           (lnksect): changed check on boundary error,
5629           (lnksect2): changed check on boundary error,
5630           (lnksect2): extend XSTK to end of page if size = 1
5631         * as/mcs51/lkmain.c: removed old K&R style,
5632           (Areas51): create l_IRAM symbol
5633         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5634         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5635           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5636         * device/lib/_mullong.c: added version to be compiled with xstack
5637         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5638         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5639         * device/lib/mcs51/crtxstack.asm: fixed comment
5640         * src/SDCCglue.c: maxInterrupts defaults to 0,
5641           (emitMaps): added pdata,
5642           (createInterruptVect): (re)moved default,
5643           (glue): added pdata,
5644           (glue): moved __start__xstack to XSTK with default size 1
5645         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5646           and options.float_rent when options.stackAuto is set,
5647           (linkEdit): only write XDATA_NAME if provided on command line
5648         * src/SDCCmem.h,
5649         * src/SDCCmem.c: added pdata
5650         * src/port.h: added pdata_name to PORT
5651         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5652           (saveRegisters, unsaveRegisters): removed usage of B,
5653           (genMinus): fixed accumulator clash,
5654           (genJumpTab): added comment, this needs another look
5655         * src/mcs51/gen.c: added check for "B in use" paranoia,
5656           added pushB() and popB()
5657         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5658           chance
5659         * src/avr/main.c,
5660         * src/ds390/main.c,
5661         * src/hc08/main.c,
5662         * src/mcs51/main.c,
5663         * src/pic/main.c,
5664         * src/pic16/main.c,
5665         * src/xa51/main.c,
5666         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5667           added PSEG (PAG,XDATA) or NULL to port specifier
5668         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5669         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5670           (_mcs51_genInitStartup): removed __start__xstack equ,
5671           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5672         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5673         * src/z80/gen.c (_rleAppend): fixed warnings
5674         * support/regression/tests/zeropad.c: added pdata test
5675         * .version: bumped to 2.4.6
5676
5677 2004-10-17 Borut Razem <borut.razem AT siol.net>
5678
5679         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5680         as a part of nightly build
5681
5682 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5683
5684         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5685         WREG holds the first byte function parameters,
5686         * (aopForSym): take special case for symbols which are in FARSPACE
5687         but in CODESPACE too,
5688         * (assignResultValue): modified to take into account _G.useWreg,
5689         * (genCall): don't use wreg for parameter passing when function is
5690         declared as reentrant, too, added optimization INCF to stack
5691         pointer when stack parameter count is 1,
5692         * (genFunction, genEndFunction): refurnished and fixed to not using
5693         wreg for passing parameters when function has varargs or is
5694         reentrant, fixed bug with symbol name compare for generating
5695         functions in absolute address,
5696         * (pic16_storeForReturn): refurnished,
5697         * (genCmp): began writing a new version of the function, not ready
5698         yet, therefore it is disabled,
5699         * (genAssign): do not read code memory when assigning a function to
5700         a pointer function,
5701         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5702         array of characters, not pointer,
5703         * (pic16initialComments): in debug mode emit an .ident directive for
5704         the assembler,
5705         * (_process_pragma): emit a new warning type (internal to pic16)
5706         when setting stack to default length, emit a similar warning when
5707         placing a function at absolute address and address is not word aligned
5708         * (_pic16_parseOptions): added 'return TRUE' statement,
5709         * (_pic16_linkEdit): if compiling a source, then add the source's
5710         file object, first in the list of objects to link,
5711
5712 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5713
5714         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5715         * src/pic/main.c : removed VC warning.
5716         * src/pic/gen.c : changed comment.
5717
5718 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5719
5720         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5721         reference to a deprecated symbol _GPTRREG was causing failure to
5722         link. Thanks G. M. Gallant for the info.
5723
5724 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5725
5726         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5727         comments for Bugs item #954788.
5728
5729 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5730
5731         * src/pic16/device.c (pic16_dump_gsection,
5732         * pic16_groupRegistersInSection): handle symbols declared to be in
5733         access bank differently,
5734         * src/pic16/gen.c (struct _G): added field resDirect,
5735         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5736         send values read from stack directly to result and don't allocate
5737         temporary values,
5738         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5739         same registers,
5740         * (pic16_sameRegsOfs): NEW,
5741         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5742         free because they were not allocated from temporary pool,
5743         * pic16_popRegFromString): workaround to fix a problem with
5744         allocating variables twice or never,
5745         * (genGenPointerGet): using PRODL instead of FSR0H,
5746         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5747         instead of FSR0H,
5748         * (genAssign): take advantage of the _G.resDirect flag,
5749         * (genCast): around line 11844, use mov2f instead of directly
5750         MOVFF'ing between operands to account for literal values,
5751         * src/pic16/genutils.c: some new debug functions for gpsim have been
5752         added,
5753         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5754         float with integer part only,
5755         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5756         place variables in access bank
5757         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5758         updated sources to reflect recent changes in gen.c
5759
5760 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5761
5762         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5763         sources that searched for headers in installation path, now the
5764         device/include/pic16 is used,
5765         * src/pic16/glue.c (pic16glue),
5766         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5767         .line directives if not in debug mode, this suppresses assembler's
5768         warnings for ignored directives
5769
5770 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5771
5772         * src/port.h: made reset_regparms prototype void parameter explicit.
5773         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5774         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5775         * doc/sdccman.lyx: documented warning disabling and how to use
5776           printf_large to make it print floats.
5777         * device/include/stdbool.h: NEW
5778         * device/lib/_atof.c,
5779         * device/lib/_divuint.c,
5780         * device/lib/_divulong.c,
5781         * device/lib/expf.c,
5782         * device/lib/printf_large.c,
5783         * device/lib/sincosf.c,
5784         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5785         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5786           a completely reentrant lib.
5787
5788 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5789
5790         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5791         * device/include/pic16/stdio.h: fixed bug with colon
5792
5793 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5794
5795         * device/include/pic16/stdio.h,
5796         * device/include/pic16/stdlib.h,
5797         * device/include/pic16/math.h: NEW
5798         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5799         declared as _naked to reduce overhead
5800         * device/lib/Makefile.in (target port-specific-objects-pic16):
5801         changed * to *.* so to ignore the CVS directory,
5802         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5803         stacked variables back in stack,
5804         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5805         corruption
5806
5807 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5808
5809         * .version: bumped version number to 2.4.5
5810         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5811         * support/Util/SDCCerr.c (messages structure): added entry for
5812         W_POSSBUG2
5813
5814         Large cumulative patch for pic16 port and libraries.
5815         * device/include/pic16/sdcc-lib.h,
5816         * device/include/pic16/stdarg.h,
5817         * device/include/asm/pic16/features.h,
5818         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5819         * device/include/pic16/float.h: changes reentrant keyword with
5820         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5821         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5822         updated target build-libraries to include objects from gptr,
5823         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5824         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5825         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5826         all function headings,
5827         * src/SDCCmain.c: added global parameter userIncDirsSet,
5828         * (parseCmdLine): when option -I is encountered add directory to
5829         userIncDirsSet too,
5830         * src/version.awk: added space between control and long,
5831         * src/pic16/NOTES: added some notes for the port,
5832         * src/pic16/gen.c: added prototype for mov2fp function,
5833         * (fReturnpic16[]): properly named return value registers,
5834         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5835         * (aopForSym): added code to handle symbols with onStack flag set,
5836         symbols onStack are allocated PTRSIZE bytes,
5837         * (aopFreeAsmop): handles special case where asmops are stack objects,
5838         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5839         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5840         added argument lock to trace flaws in allocating temporary registers
5841         when developing port,
5842         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5843         * (pic16_popRegFromString): reenabled allocating a direct register
5844         from string,
5845         * (assignResultValue): various beautifications,
5846         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5847         referenced function argument,
5848         * (genIpush): reenabled to allow stacked arguments, handles only
5849         ic->parmPush iCodes,
5850         * (genCall, genPcall): major changes to allow for variable argument
5851         functions, fixed a bug with falsely restoring stack pointer after
5852         returning from call,
5853         * (genFunction): pending code for critical function,
5854         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5855         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5856         * (genNearPointerGet): fixed bug with indirect reading, was always
5857         reading from INDF0
5858         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5859         pointers,
5860         * (genAddrOf): rewrote code to take address of a stacked function parameter
5861         * (genCast): fixed casting to generic pointer type,
5862         * src/pic16/gen.h: added AOP_STA,
5863         * (struct asmop): added field stk,
5864         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5865         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5866         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5867         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5868         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5869         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5870         generic pointers,
5871         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5872         and library paths,
5873         * (pic16_port structure): generic pointer size is set to 3,
5874         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5875         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5876         compiler warning,
5877         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5878         operand is an iTemp,
5879
5880 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5881
5882         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5883         * debugger/mcs51/simi.c: addapt new syntax of s51
5884
5885 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5886
5887         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5888         * src/pic16/pcode.c: commented out some calls to free() in order to
5889         fix bug #989576,
5890
5891 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5892
5893         * src/SDCCicode.h,
5894         * src/SDCCicode.c (isiCodeInFunctionCall),
5895         * src/avr/ralloc.c (selectSpil),
5896         * src/pic/ralloc.c (selectSpil),
5897         * src/pic16/ralloc.c (selectSpil),
5898         * src/ds390/ralloc.c (selectSpil),
5899         * src/hc08/ralloc.c (selectSpil),
5900         * src/xa51/ralloc.c (selectSpil),
5901         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5902         stack in the middle of a function call sequence (fixes bug #1020268)
5903         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5904         costs associated with the minimum switch case.
5905
5906 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5907
5908         * src/SDCC.lex: fixed bug #1030549
5909
5910 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5911
5912         * src/SDCCcse.h (struct cseDef),
5913         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5914         over a function call if the CSE is derived from a symbol whose
5915         address has been taken (fixes bug #1029883)
5916         * support/regression/tests/bug-1029883: a new regression test for
5917         this bug
5918
5919 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5920
5921         * src/hc08/gen.c (emitinline): fixed bug #1029778
5922         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5923         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5924         and starts toward RFE #905167)
5925
5926 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5927
5928         * src/pic16/gen.c (mov2f): New function to move an operand to
5929         another without considering if it is a literal or a register,
5930         * (pic16_sameRegs): don't check if they are both AOP_REG,
5931         * (AccRsh): removed andmask=0 lines,
5932         * (genLeftShift): duplicated to be improved in future versions,
5933         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5934         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5935         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5936         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5937         * (insertBankSwitch): fixed inserting banksel directives algorithm
5938         for instructions that follow a skip instruction, this fixes a report
5939         for broken subtraction code generation,
5940         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5941         iCode is a left op, just in case result and right share the same
5942         registers
5943
5944 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5945
5946         * src/hc08/main.c,
5947         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5948         preservation of HX
5949         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5950         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5951         on 2004-09-12; it was buggy
5952
5953 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5954
5955         * src/SDCCsymt.h: removed RESULT_CHECK
5956         * src/SDCCast.c,
5957         * src/SDCCglue.c,
5958         * src/SDCCval.c,
5959         * src/pic/glue.c,
5960         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5961
5962 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5963
5964         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5965         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5966         configuration values no more rejected by compiler, they are assigned
5967         to configuration registers with a warning message instead,
5968         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5969         the for-loop so last conf register is emitted too,
5970         * (_pic16_initPaths): link library libsdcc.lib by default,
5971         * (_hasNativeMulFor): modified test for multiplication according to
5972         Raphael Neider's remarks. Integer multiplication is also done with
5973         support functions,
5974         * device/include/pic16/pic18fregs.h: corrected type error in while
5975         testing and including 18f6720 header file
5976
5977 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5978
5979         * src/pic16/device.h (pic16_options): removed field use_crt,
5980         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5981         until an optimization to handle single bits is added,
5982         * (pic16_loadFSR0): moved before genUnpackBits,
5983         * (genAnd): some white lines removed,
5984         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5985         leave_reset flags in pic16_options when using crt modules,
5986
5987 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5988
5989         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5990           for bugs 898889 & 979599. Also used some safer print instructions.
5991
5992 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5993
5994         * src/pic16/device.h (pic16_options_t): added field use_crt,
5995         crt_name, no_crt,
5996         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5997         catch a probable future bug,
5998         * src/pic16/gen.c: aopIdx function commented out,
5999         * (genAssign): commented out old code which used aopIdx,
6000         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
6001         code, added if conditionals to take into account the --use-crt
6002         command line options,
6003         * src/pic16/main.c (pic16_optionsTable): added new command line
6004         options, --use-crt= and --no-crt,
6005         * (_pic16_linkEdit): now the proper crt object is added in the
6006         linker command line except than when --no-crt is specified,
6007         * src/pic16/pcode.c,
6008         * src/pic16/pcode.h: added some structures and functions for a new
6009         optimization scheme to compansate for instruction overhead between
6010         same iCodes, this scheme is currently under development and is not
6011         working in any way,
6012         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
6013         to && operator,
6014         * device/lib/pic16/startup/crt0i.c,
6015         * device/lib/pic16/startup/crt0iz.c: added global char variable
6016         __uflags to force the generation of an idata section
6017
6018 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
6019
6020         * doc/Makefile,
6021         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
6022         * doc/sdccman.lyx: updated sdcc version to 2.4.4
6023
6024 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6025
6026         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
6027         Frieder) and clarified the default code optimization mode
6028
6029 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6030
6031         * src/SDCC.lex (doPragma, process_pragma),
6032         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
6033         "opt_code_size", and "opt_code_balanced"
6034         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
6035         regrouped options by category, added support for category headers
6036         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
6037         and "--opt-code-size"
6038         * doc/sdccman.lyx: documented these new options and pragmas
6039         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
6040         preference into account
6041
6042 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6043
6044         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
6045           geniCodePreDec): Fixed bug 904237 by generating a warning
6046         * src/SDCCerr.h,
6047         * src/SDCCerr.c: added warning W_SIZEOF_VOID
6048
6049 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
6050
6051         * src/pic/device.c : When no max ram set validate full memory range.
6052         * src/pic/pcode.c,
6053         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
6054
6055 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
6056
6057         * device/lib/_gptrget.c,
6058         * device/lib/_gptrput.c: updated comment
6059         * device/lib/calloc.c,
6060         * device/lib/free.c,
6061         * device/lib/malloc.c,
6062         * device/lib/realloc.c: added LGPL, made them reentrant-safe
6063         * src/SDCCcse.c (cseBBlock),
6064         * src/SDCCicode.c (printOperand, geniCodeArray),
6065         * src/SDCCicode.h (struct operand): fixed bug 868103
6066         * support/regression/tests/bug-868103.c: added
6067         * src/SDCCast.c (searchLitOp),
6068         * src/SDCCcse.h (struct cseDef),
6069         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
6070         * src/SDCCicode.h (struct operand),
6071         * src/SDCCsymt.h (struct sym_link),
6072         * src/avr/gen.c (hasInc),
6073         * src/ds390/gen.c (hasInc),
6074         * src/hc08/gen.c (genPlusIncr, hasInc),
6075         * src/mcs51/gen.c (hasInc),
6076         * src/pic16/glue.c (pic16_printIvalChar),
6077         * src/pic16/ralloc.c (regWithIdx),
6078         * src/xa51/gen.c (hasInc) : removed warnings
6079         * src/SDCCast.c (createBlock): added comment ???
6080         * src/hc08/ralloc.c: updated comments
6081
6082 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6083
6084         * doc/sdccman.lyx: updated section on switch statements, added
6085         section about semaphore locking
6086         * doc/Makefile: added option -info for latex2html
6087         * device/lib/_gptrget.c,
6088         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
6089
6090 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6091
6092         * src/pic/device.h,
6093         * src/pic/device.c,
6094         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
6095          maxram is less than 0x100.
6096
6097 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
6098
6099         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
6100
6101 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6102
6103         * src/port.h,
6104         * src/mcs51/main.c,
6105         * src/ds390/main.c,
6106         * src/z80/main.c,
6107         * src/hc08/main.c,
6108         * src/pic/main.c,
6109         * src/pic16/main.c,
6110         * src/avr/main.c,
6111         * src/xa51/main.c
6112         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
6113         a jump table is the best form for a switch statement, including
6114         automatic insertion of missing cases to make the case range
6115         continuous. Developed in collaboration with Frieder Ferlemann.
6116
6117 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6118
6119         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
6120         accumulator result if it needs sign extension
6121
6122 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6123
6124         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
6125
6126 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6127
6128         * device/lib/gbz80/printf.c,
6129         * device/lib/z80/printf.c: removed define for NULL
6130
6131 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
6132
6133         * as/xa51/xa_link.c,
6134         * device/examples/ds390/ow390/ad26.c,
6135         * device/examples/ds390/ow390/cnt1d.c,
6136         * device/examples/ds390/ow390/counter.c,
6137         * device/examples/ds390/ow390/ds2480.h,
6138         * device/examples/ds390/ow390/ds2480ut.c,
6139         * device/examples/ds390/ow390/findtype.c,
6140         * device/examples/ds390/ow390/gethumd.c,
6141         * device/examples/ds390/ow390/owllu.c,
6142         * device/examples/ds390/ow390/ownetu.c,
6143         * device/examples/ds390/ow390/swt12.c,
6144         * device/examples/ds390/ow390/swtloop.c,
6145         * device/examples/ds390/ow390/temp.c,
6146         * device/examples/ds390/ow390/temp10.c,
6147         * device/examples/ds390/ow390/thermo21.c,
6148         * device/examples/ds390/ow390/tinilnk.c,
6149         * device/examples/ds390/ow390/tstfind.c,
6150         * device/examples/serialcomm/windows/serial.cpp,
6151         * device/examples/serialcomm/windows/test_serialcomm.cpp,
6152         * device/include/reg51.h: fixed line endings for cvs
6153
6154 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
6157         packRegsForAccUse, packRegisters): new accumulator register
6158         packing algorithm
6159         * support/regression/ports/hc08/support.c (_putchar): suppress
6160         warning of unused variable
6161         * src/SDCCicode.c: added SWAP entry to codeTable
6162
6163 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
6164
6165         * device/lib/sprintf.c: forgot to add this file before previous commit
6166
6167 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
6168
6169         * src/pic16/gen.c (genPackBits): added operand right in function
6170         parameters, load result directly if p_type is POINTER (that is
6171         called by genNearPointerSet)
6172         * (genUnPackBits): added operand left in function parameters,
6173         * (genNearPointerGet, genNearPointerSet): prevent the loading of
6174         FSR0 if accessing bitfields,
6175
6176 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
6177
6178         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
6179           _print_format; updated printf, sprintf, vsprintf
6180         * device/include/asm/default/features.h: corrected comment/define
6181         * device/lib/Makefile.in: added sprintf.c
6182         * device/lib/libsdcc.lib: added sprintf module
6183         * device/lib/printf_large.c,
6184         * device/lib/vprintf.c,
6185         * device/lib/sprintf.c: totally refactored printf_large and vprintf
6186           into these 3 files
6187         * support/regression/Makefile: changed ALL_PORTS into a usefull default
6188         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
6189         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
6190           hc08 test
6191         * support/regression/tests/zeropad.c: define idata as data for hc08
6192
6193 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6194
6195         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
6196         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
6197         labels are referenced at least once (even if a reference is not found)
6198         * src/hc08/gen.c (emitcode): set isComment flag for comments
6199         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
6200         loads), rules 6a..6b (optimize jumps to return)
6201
6202 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6203
6204         * device/lib/acosf.c (acosf),
6205         * device/lib/asinf.c (asinf),
6206         * device/lib/atanf.c (atanf),
6207         * device/lib/ceilf.c (ceilf),
6208         * device/lib/cosf.c (cosf),
6209         * device/lib/coshf.c (coshf),
6210         * device/lib/cotf.c (cotf),
6211         * device/lib/fabsf.c (fabsf),
6212         * device/lib/floorf.c (floorf),
6213         * device/lib/log10f.c (log10f),
6214         * device/lib/logf.c (logf),
6215         * device/lib/sinf.c (sinf),
6216         * device/lib/sinhf.c (sinhf),
6217         * device/lib/sqrtf.c (sqrtf),
6218         * device/lib/tanf.c (tanf),
6219         * device/lib/tanhf.c (tanhf),
6220         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6221         replaced all instances of "reentrant" in the library functions
6222         defined in math.h with this macro.
6223         * support/regression/tests/float_trans.c: reenabled test for hc08
6224
6225 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6226
6227         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6228         erroneously deleted
6229
6230 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6231
6232         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6233         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6234         multi-byte volatile operands are used
6235         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6236         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6237         initialization to area GSINIT0 so that it would always precede
6238         any static initializers in GSINIT
6239         * support/regression/tests/zeropad.c: fixed idata define for hc08
6240         * support/regression/tests/bug-927659.c,
6241         * support/regression/tests/float_trans.c: disabled tests for hc08
6242         pending missing library routines
6243         * .version: increased version number to 2.4.4 - hc08 port now passes
6244         regression tests
6245
6246
6247 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6248
6249         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6250         * Makefile.common.in,
6251         * as/Makefile,
6252         * as/hc08/Makefile.in,
6253         * as/mcs51/Makefile.in,
6254         * as/z80/Makefile.in,
6255         * debugger/mcs51/Makefile.in,
6256         * device/include/Makefile.in,
6257         * device/lib/Makefile.in,
6258         * doc/Makefile,
6259         * link/Makefile,
6260         * link/z80/Makefile.in,
6261         * packihx/Makefile.in,
6262         * sim/ucsim/main_in.mk,
6263         * sim/ucsim/avr.src/Makefile.in,
6264         * sim/ucsim/doc/Makefile.in,
6265         * sim/ucsim/gui.src/serio.src/Makefile.in,
6266         * sim/ucsim/hc08.src/Makefile.in,
6267         * sim/ucsim/s51.src/Makefile.in,
6268         * sim/ucsim/xa.src/Makefile.in,
6269         * sim/ucsim/z80.src/Makefile.in,
6270         * src/Makefile.in,
6271         * support/cpp2/Makefile.in,
6272         * support/librarian/Makefile,
6273         * support/makebin/Makefile: added DESTDIR to the install path proposed
6274         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6275         * doc/sdccman.lyx: added DESTDIR documentation
6276
6277 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6278
6279         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6280         instruction for interrupt handlers, use fast returns when returning
6281         from high priority interrupts
6282
6283 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6284
6285         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6286         code generation
6287         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6288         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6289         bugs, ported much of Bernhard's code from mcs51
6290         * src/mcs51/gen.c (genSend),
6291         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6292         than one when calling a reentrant function
6293         * device/lib/_mullong.c: defined an alternate struct layout for big
6294         endian ports (hc08)
6295
6296 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6297
6298         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6299         test
6300
6301 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6302
6303         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6304         are sane and complete before asking the port its prefered parameter
6305         passing method (fixes bug #1017633)
6306         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6307         and _ret3
6308
6309 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6310
6311         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6312         problem in bitfields >= 8 bits.
6313
6314 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6315
6316         * src/SDCCsymt.c: undid changes that were not meant to be committed
6317
6318 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6319
6320         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6321
6322 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6323
6324         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6325           copied and wrong bit got inverted
6326
6327 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6328
6329         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6330         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6331         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6332         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6333         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6334         assignments to bitfields at known addresses
6335         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6336         reads from bitfields at known addresses
6337         * src/hc08/ralloc.c (packRegisters),
6338         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6339         genhc08Code): optimize pointer get values used as conditionals
6340         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6341         and branch
6342
6343 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6344
6345         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6346         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6347         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6348         as conditionals
6349
6350 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6351
6352         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6353
6354 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6355
6356         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6357         related problems
6358
6359 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6360
6361         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6362
6363 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6364
6365         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6366         mcs51 port
6367
6368 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6369
6370         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6371
6372 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6373
6374         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6375         cases use more compact code.
6376
6377 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6378
6379         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6380
6381 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6382
6383         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6384
6385 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/SDCCsymt.h,
6388         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6389         parameter of changePointer() from symbol* to sym_link*
6390         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6391         * src/SDCCsymt.c (compareType): void* type is castable to other
6392         pointers, but not necesarily an exact match.
6393         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6394         is no longer blindly treated as an exact match.
6395         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6396
6397 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6398
6399         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6400
6401 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6402
6403         * src/pic/gen.c,
6404         * src/pic/pcode.c,
6405         * src/pic/ralloc.h,
6406         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6407
6408 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6409
6410         * src/pic/device.c,
6411         * src/pic/device.h,
6412         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6413
6414 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6415
6416         * src/mcs51/gen.c (emitcode): fixed bug #992819
6417
6418 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6419
6420         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6421           there's no need to make it worse
6422
6423 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6424
6425         * src/mcs51/ralloc.c (deassignLR),
6426         * src/ds390/ralloc.c (deassignLR),
6427         * src/hc08/ralloc.c (deassignLR),
6428         * src/z80/ralloc.c (deassignLR),
6429         * src/pic/ralloc.c (deassignLR),
6430         * src/pic16/ralloc.c (deassignLR),
6431         * src/avr/ralloc.c (deassignLR),
6432         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6433         rlivePoint): fixed another part of bug #971834
6434
6435 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6436
6437         * src/z80/main.c: enabled "critical" keyword
6438         * src/z80/mappings.i,
6439         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6440         functions (fixes bug #979646)
6441         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6442
6443 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6444
6445         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6446           such as c:\mydir.
6447
6448 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6449
6450         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6451           doesn't disable too much optimizations
6452
6453 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6454
6455         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6456
6457 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6458
6459         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6460
6461 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6462
6463         * src/pic/gen.c tidied up tabs
6464         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6465         * src/pic/main.c tidied up tabs
6466         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6467         * src/pic/pcoderegs.c tidied up tabs
6468         * src/pic/ralloc.c tidied up tabs
6469
6470 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6471
6472         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6473         to S_FIXED for pic16 port and when symbol is not in level 0,
6474         allocate for S_REGISTER storage class and pic16 port, too,
6475         * src/pic16/device.h: prototype for checkSym,
6476         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6477         * (pic16_assignConfigWordValue): test the value and the mask to
6478         validate that the value is suitable for the configuration word,
6479         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6480         collect extern declared symbols, don't emit symbol twice, check
6481         first if symbol is in publics set first,
6482         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6483         * added command line '--fstack' which enables an experimental
6484         feature for stack access, too buggy to be used yet...
6485         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6486         * (pic16_allocDirReg): when register has storage class S_REGISTER
6487         allocate in pic16_dynAccessRegs,
6488         * device/include/pic16/pic18f????.h: modified configuration word
6489         naming convention, words started as CONFIG0H but should be CONFIG1H
6490
6491 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6492
6493         * device/include/mcs51reg.h: fixed bug 970993
6494
6495 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6496
6497         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6498         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6499         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6500         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6501         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6502         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6503           error/warning numbers,
6504           added function setWarningDisabled()
6505         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6506         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6507           _memcmp.c _memmove.c calloc.c realloc.c free.c
6508         * support/regression/tests/malloc.c: added tests for new functionality
6509         * support/regression/tests/zeropad.c: added tests for truncated initializers
6510           and initialized char arrays starting with '\x0'
6511         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6512
6513 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6514
6515         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6516
6517 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6518
6519         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6520         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6521         peephole 177.e. Thanks to anonymous
6522
6523 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6524
6525         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6526         function isn't used in the source but referenced as a
6527         variable initializer then declare it as extern in .asm file
6528
6529 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6530
6531         * .version: increased version number to 2.4.3
6532
6533         Adding version extension according to ChangeLog CVS revision
6534         * src/Makefile.in (target all): added dependency 'version.h'
6535         * (rule version.h): added rule to create version.h from ChangeLog,
6536         * (rule dep): added dependency version.h,
6537         * src/version.awk: AWK script to create version.h
6538         * src/SDCCdwarf2.c (dwWriteModule),
6539         * src/SDCCglue.c (initialComments),
6540         * src/SDCCmain.c (printVersionInfo): modified to write after
6541         version string the version extension number,
6542         * src/SDCCutil.c: included "version.h"
6543         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6544         number,
6545         * src/SDCCutil.h: added prototype for getBuildNumber
6546
6547         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6548         includeDirsSet, too,
6549         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6550         const char [] is found in function prototype...
6551
6552         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6553         moving to WREG with source is already in WREG,
6554         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6555         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6556         * (aopForSym): stack'ed symbols are partially supported, added
6557         if-clause to support symbols in FARSPACE,
6558         * (sameRegs): added test for AOP_ACC to see if registers are same,
6559         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6560         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6561         * (pic16_popRegFromString): will not allocate a new register if it
6562         doesn't find one by name, bug may have introduced...
6563         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6564         * (genIpush): revived to use pic16 port's stack,
6565         * (genAddrOf): added incomplete case for stack'ed operand,
6566         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6567         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6568         can handle multibyte operands,
6569         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6570         * (pic16initialComments): added message for MPLAB compatibility
6571         mode enabled,
6572         * src/pic16/main.h: prototype for pic16_mplab_comp,
6573         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6574         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6575         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6576         because of increased complexity of procedure,
6577         * (_process_pragma): stack pragma changed to format 'stack pos len',
6578         emit symbol '_stack_end' to conform with gplink,
6579         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6580         to search for register,
6581         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6582         PO_GPR_REGISTER,
6583         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6584         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6585         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6586         case for PO_GPR_REGISTER,
6587         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6588         dies, the new era is ahead !...
6589         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6590         pic16_dynInternalRegs,
6591         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6592         * (pic16_allocDirReg): minor optimizations and bug fixes,
6593         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6594
6595         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6596         load stack and frame pointer with address of 'stack_end' symbol
6597
6598 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6599
6600         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6601         without source code but only variable initializers
6602
6603 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6604
6605         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6606         external are not declared as extern to reduce overhead while linking
6607
6608 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6609
6610         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6611
6612 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6613
6614         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6615           Yee Keat for the patch
6616         * src/SDCCast.c (decorateType): fixed bug #979599
6617         * src/ds390/gen.h: removed local fReturnSizeDS390
6618         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6619         * src/ds390/gen.c (genAnd, genOr, genXor),
6620         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6621
6622 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6623
6624         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6625         add relFilesSet to $3, manipulate $2 to handle linking of object
6626         files without source files in command line,
6627         * device/include/pic16 (all headers): added ID location macros,
6628         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6629         entries for ID location bytes,
6630         * (pic16_assignIdByteValue): NEW,
6631         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6632         added field dumpcalltree to pic16_options_t,
6633         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6634         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6635         emitting rFalseIfx label after check_carry label,
6636         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6637         pic16_emitDIRegs), NEW
6638         * (pic16glue): dump .calltree file when option --calltree found,
6639         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6640         * (_pic16_genAssemblerPreamble): emit ID locations after
6641         configuration registers,
6642         * (pic16_linkCmd): modifications of the link command,
6643         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6644         * (pic16_pCodeInitRegisters): don't init stack registers,
6645         * (pic16_findPrevInstruction): fixed bug,
6646         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6647         bug with immediate registers,
6648         * (buildCallTree): traces stack push and pop,
6649         * (pct2): dump also stack usage for each function,
6650         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6651         * (pic16_allocDirReg): various modifications,
6652         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6653         fixed to 1,
6654
6655 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6656
6657         * src/pic16/pcode.c: removed buggy double colon
6658
6659 2004-07-01 Borut Razem <borut.razem AT siol.net>
6660
6661         * support/scripts/sdcc.nsi: added include/pic16 to setup
6662
6663 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6664
6665         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6666         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6667         target 'clean',
6668         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6669         specific command line arguments. Also added sample lkr script
6670         for placing a variable at a specific memory bank.
6671         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6672         at a specific memory bank,
6673         * (pic16_dump_isection): fixed bug which caused string literals to
6674         be omitted when dumping idata section,
6675         * (pic16_groupRegistersInSection): added code to handle registers
6676         in specific memory banks,
6677         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6678         public, all references are renamed too,
6679         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6680         AOP_DPTR2,
6681         * (pic16_storeForReturn): added case to handle when dest is WREG,
6682         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6683         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6684         pic16_rel_udata, check to see if that register is marked as being
6685         a member of a specific memory bank,
6686         * (pic16_printIvalCharPtr): added code to add string literals either
6687         to code or the idata sections,
6688         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6689         also accept the 'udata' pragma,
6690         * src/pic16/main.h: new structure types sectName and sectSym
6691         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6692         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6693         * (pic16_findPrevInstruction): fixed, it returned nothing,
6694         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6695         instruction combinations,
6696         * (pic16_FixRegisterBanking): heavily reorganised,
6697         * (pic16_AnalyzeBanking): if generating banksel directives is
6698         disabled, then don't call FixRegisterBanking at all,
6699         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6700         completely removed,
6701         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6702
6703 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6704
6705         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6706         Phuah Yee Keat <yk.phuah AT nestac.com>
6707
6708 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6709
6710         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6711         correctly the IVT even if it is relocated to some other location
6712
6713 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6714
6715         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6716         * device/include/pic16/pic18f2220.h: NEW,
6717         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6718         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6719         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6720         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6721         nodefaultlibs, ivt_loc is the location of the interrupt vector
6722         table, and nodefaultlibs signs that default libraries should not be
6723         linked in link stage,
6724         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6725         according to --ivt-loc argument,
6726         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6727         when pragma stack is found,
6728
6729 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6730
6731         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6732         256 (range check), 257 (do while), 258.a-f (bit banging
6733         f.e. on 3-wire SPI bus)
6734
6735 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6736
6737         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6738         variables used exclusively within a loop
6739
6740 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6741
6742         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6743
6744 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6745
6746         * src/SDCClrange.c (computeClash): fixed bug #971834
6747
6748 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6749
6750         * src/mcs51/gen.c (genCmp): fixed bug #975903
6751         * src/hc08/gen.c (operandsEqu),
6752         * src/ds390/gen.c (operandsEqu),
6753         * src/z80/gen.c (operandsEqu),
6754         * src/pic/gen.c (operandsEqu),
6755         * src/pic16/gen.c (operandsEqu),
6756         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6757         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6758
6759 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6760
6761         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6762
6763 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6764
6765         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6766         default case in switch statement,
6767         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6768         to eliminate problem with initialisation of pointers, but problem
6769         still exists,
6770         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6771         * (emitStaticSegment): removed various lines emitting debug info,
6772         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6773         added processor registers for utilizing EEPROM,
6774         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6775         configurable and set 8
6776
6777 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6778
6779         * .version: increased version number to 2.4.2,
6780
6781         Cumulative patch for pic16 port
6782         * src/pic16/device.c: changed scheme to dump initial values for
6783         variables in idata segment, all print_idata* functions were removed,
6784         now the pic16_printIval* will be called,
6785         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6786         * _pic16_printPointerType, pic16_printPointerType,
6787         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6788         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6789         NEW, similar to the respective functions in SDCCglue.c,
6790         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6791         way, emitting hex bytes,
6792         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6793
6794 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6795
6796         * src/avr/ralloc.c (serialRegAssign),
6797         * src/xa51/ralloc.c (serialRegAssign),
6798         * src/pic/ralloc.c (serialRegAssign),
6799         * src/pic16/ralloc.c (serialRegAssign),
6800         * src/hc08/ralloc.c (serialRegAssign),
6801         * src/z80/ralloc.c (serialRegAssign),
6802         * src/ds390/ralloc.c (serialRegAssign),
6803         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6804
6805 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6806
6807         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6808         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6809
6810 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6811
6812         Cumulative patch for pic16 port:
6813         * src/pic16/device.h (typedef PIC16_device) modified fields for
6814         defining microcontrollers,
6815         * src/pic16/device.c: added new info for all devices in Pics16 array,
6816         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6817         to be optimised out by the pCode optimiser,
6818         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6819         specially, bug reported by G.M. Gallant,
6820         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6821         as force'd so that cannot be optimised out by pCode optimiser,
6822         * src/pic16/pcode.c,
6823         * src/pic16/pcodepeeph.c,
6824         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6825         they are disabled by default, but can be enabled explicit with
6826         command argument --denable-peeps, for testing,
6827         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6828         --pomit-ivt in COMPILE_FLAGS
6829
6830 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6831
6832         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6833           compilation on MSVC
6834
6835 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6836
6837         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6838
6839 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6840
6841         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6842         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6843
6844 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6845
6846         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6847         would only assign 0x300001 register.
6848
6849 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6850
6851         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6852         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6853
6854 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6855
6856         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6857         for ds80c400
6858         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6859         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6860         added peephole 254 (left shift), 255 (jump table)
6861
6862 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6863
6864         * device/lib/Makefile.in: removed comment line with model-pic16,
6865         * (target port-specific-objects-pic16): the libraries and objects
6866         are copied to the build directory form the device/lib/pic16/bin
6867         directory
6868
6869         Cumulative patch concerning pic16 port:
6870         * library directory has been re-organized,
6871         * added support for PIC18F1220,
6872         * added headers and library sources for chips 18f1220,18f6520,
6873         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6874
6875         * configuration registers setting has changed, now each supported
6876         device has a complete description of the registers it uses,
6877         * all initialisations are moved to idata sections, these section
6878         can be absolute or relocatable,
6879         * fixed initialisation of codespace variables,
6880         * fixed warning about PCLATU and gpsim,
6881         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6882         * (genAssign): use table reads when assigning from variables in codespace,
6883         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6884         char/int variables placed in codespace,
6885         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6886         registers set in .asm file, no need for --pomit-config-words anymore,
6887         * (pic16glue): some 8051 legacy segments are commented out
6888         (to be removed completely),
6889         * added support for alternative assembler and linker with --asm=
6890         and --link= command line arguments,
6891         * peepholes are disabled automatically in the port, no need to
6892         specify on command line,
6893         * port supports natively char/int/long multiplication, but converts
6894         all divisions to support functions,
6895         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6896         to the file set in variable $2,
6897         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6898         strings in ASCII format and not in hex,
6899         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6900         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6901         allocate proper register if iCodes aren't temporary,
6902
6903 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6904
6905         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6906
6907 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6908
6909         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6910         is commented out
6911
6912 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6913
6914         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6915         computed address is reused
6916         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6917         multi-byte bitfields
6918
6919 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6920
6921         * src/z80/gen.c: (genArrayInit): must check for pointers too
6922
6923 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6924
6925         * support/regression/tests/zeropad.c: never meant to commit the
6926           nestedstruct test: removed, added check for GCC version
6927
6928 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6929
6930         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6931         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6932         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6933           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6934           bugs 928906 and 954082 half-empty initializers
6935         * src/SDCCsymt.h,
6936         * src/SDCCsymt.c (getAllocSize): added for above fix
6937         * src/z80/gen.c (genArrayInit): fixed bug 741044
6938         * support/regression/tests/zeropad.c: added tests
6939
6940 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6941
6942         * src/pic16/device.c (pic16_dump_section): corrected bug which
6943         caused some symbols of the libraries to be misplaced
6944
6945 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6946
6947         * src/pic16/glue.c,
6948         * src/pic16/ralloc.h,
6949         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6950         to fix conflict with pic port
6951
6952 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6953
6954         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6955         externs configuration variables,
6956         * src/pic16/ralloc.h,
6957         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6958         prototype in header, commented out some debug messages
6959
6960 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6961
6962         * src/pic16/glue.c,
6963         * src/pic16/main.c,
6964         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6965         for gpasm COFF object generation. Thanks to D. Hawkins for
6966         his patch info
6967
6968 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6969
6970         * src/ds390/main.c,
6971         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6972         Brock for spotting this)
6973         * src/ds390/gen.c (genEndFunction),
6974         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6975         interrupt handler and critical. Disable push/pop optimizations when
6976         peephole optimizations disabled.
6977
6978 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6979
6980         Updated pic16 library sources and headers.
6981         * device/lib/pic16/pic18f*/ ,
6982         * device/include/pic16/*.h: modified to handle structured SFR
6983         definitions
6984
6985 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6986
6987         * src/port.h (PORT structure): added hook initPaths, now each
6988         port can declare its own default search paths,
6989         which can been seen with the --print-search-dirs option,
6990         see pic16 port for example,
6991         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6992         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6993         * (doPrintSearchDirs): NEW, replaces in a central manner the
6994         printing of search dirs which was split in set*Paths functions,
6995         * (main): added call to port->initPaths and doPrintSearchDirs,
6996         * src/avr/main.c,
6997         * src/ds390/main.c,
6998         * src/hc08/main.c,
6999         * src/izt/i186.c,
7000         * src/izt/tlcs900h.c,
7001         * src/mcs51/main.c,
7002         * src/pic/main.c,
7003         * src/pic16/main.c: modified port structures to reflect addition of
7004         initPaths hook,
7005
7006         * src/pic16/device.c (regCompare): registers are finally sorted by name,
7007         * (pic16_dump_section): for registers in same address reserve memory once,
7008         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
7009         to no_banksel,
7010         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
7011         result is greater in size than right or left,
7012         * (pic16_genUMult8X8_8): there are some cases where the result can
7013         be 16 bits size, so handle these,
7014         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
7015         * (pic16_outBitC): modified to emit pcodes,
7016         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
7017         or not,
7018         * (genDivOneByte): implemented algorithm to divide 8-bits,
7019         * (genCmp): uncommented goto, but issues still exist,
7020         * (genAnd): fixed a bug with variables >8bits,
7021         * (genPackBits): optimization added that uses BCF/BSF to change a
7022         single bit,
7023         * (genAssign): fixed bug when assigning floating point literals,
7024         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
7025         __sdcc_gsinit_startup label,
7026         * src/pic16/main.c (_pic16_init): removed search directory
7027         initialisations,
7028         * (_pic16_initPaths): NEW, used to initialise search directories,
7029         * (_hasNativeMulFor): support functions for all except char/int
7030         multiplication, and char division,
7031         * (PIC16_port struct): modified entry for native mul support,
7032         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
7033         no_banksel option,
7034         * (buildCallTree): call to register_usage is ifdef'ed out,
7035
7036 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7037
7038         * device/include/string.h: applied Stas Sergeev's patch to make this
7039         header file compatible with the preprocessor -Wundef option
7040         * src/SDCCmain.c (main): abort compilation if preprocessor reports
7041         failure (fixes bug #941458)
7042
7043 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7044
7045         * src/SDCCopt.c (killDeadCode): fixed bug #907733
7046         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
7047         that the variable, not the function, should be static
7048         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
7049         to be consistent with non-literal case
7050
7051 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/SDCCast.c (isConformingBody): fixed bug #949967
7054         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
7055         convilong): fixed bug #952086
7056
7057 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7058
7059         * src/SDCCmem.c (allocVariables): fixed bug #955321
7060
7061 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7062
7063         * src/hc08/main.c (_hc08_genAssemblerEnd),
7064         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
7065         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
7066         completely eliminated the use of a temporary file
7067         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
7068         when more than one file linked
7069         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
7070
7071 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7072
7073         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
7074         which fixes bug #543481
7075         * support/regression/tests/bug-751703.c: fixed comments left from a
7076         cut and paste error
7077         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
7078         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
7079         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
7080         scopes
7081         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
7082         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
7083         are now changed to underscores in moduleName
7084
7085 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7086
7087         * as/mcs51/lkmem.c: better fix for bug #954173
7088
7089 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
7090         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7091
7092         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
7093         * device/include/c8051f000.h,
7094         * device/include/c8051f120.h,
7095         * device/include/c8051f300.h,
7096         * device/include/c8051f310.h,
7097         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
7098         PWM16) and detab'ed
7099
7100 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7101
7102         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
7103         and mailing lists, doc'ed --no-peep-comments, removed reference
7104         to knoppix (newest version has no LyX/LaTeX), other minor changes
7105         * src/SDCCglue.c (glue): save 2 bytes stack space with
7106         option --main-return. The ljmp could probably be avoided too
7107
7108 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7109
7110         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
7111
7112 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
7115         * src/SDCCopt.c (isLocalWithoutDef),
7116         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
7117         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
7118         (credit to Maarten Brock for patch #949363, on which this is based)
7119         * support/regression/tests/bug-751703.c: some test cases of extern used
7120         within inner scopes.
7121
7122 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7123
7124         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
7125         SPEC_STRUCT
7126         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
7127         struct definitions
7128         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
7129         dwWriteLabel): fix to create valid debugger symbols even when
7130         the module name has non-alphanumeric symbols in it
7131         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
7132         when a variable's allocation has been optimized away
7133
7134
7135 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
7138         * src/hc08/main.c,
7139         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
7140         * src/mcs51/main.c,
7141         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
7142         * src/ds390/main.c,
7143         * src/z80/gen.c (z80_emitDebuggerSymbol),
7144         * src/z80/main.c,
7145         * src/pic/gen.c (pic14_emitDebuggerSymbol),
7146         * src/pic/main.c,
7147         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
7148         * src/pic16/main.c,
7149         * src/avr/gen.c (avr_emitDebuggerSymbol),
7150         * src/avr/main.c,
7151         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
7152         * src/xa51/main.c,
7153         * src/SDCCdebug.c (emitDebuggerSymbol),
7154         * src/SDCCdebug.h,
7155         * src/port.h: added a debugger struct to the port struct. Added a
7156         callback for defining debugger symbols
7157
7158         * src/SDCCast.c (createLabel),
7159         * src/SDCC.y (labeled_statement): mark all compiler generated labels
7160         with isitmp = 1
7161         * src/SDCCicode.h,
7162         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
7163         iCode back to the ast for the function
7164
7165         * src/hc08/ralloc.c (hc08_assignRegisters),
7166         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
7167         unneeded fields from the regs struct.
7168         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
7169         pushReg() & pullReg() functions instead of emitcode()
7170
7171         * src/hc08/gen.c (genLabel, genhc08Code),
7172         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
7173
7174         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
7175         debugger hooks
7176
7177         * src/hc08/gen.c (genEndFunction, genhc08Code),
7178         * src/hc08/gen.h,
7179         * src/mcs51/gen.c (genEndFunction, gen51Code),
7180         * src/mcs51/gen.h,
7181         * src/ds390/gen.c (genEndFunction, gen390Code),
7182         * src/ds390/gen.h,
7183         * src/z80/gen.c (genEndFunction, genZ80Code),
7184         * src/z80/gen.h,
7185         * src/z80/z80.h,
7186         * src/pic/gen.c (genEndFunction, genpic14Code),
7187         * src/pic/gen.h,
7188         * src/pic16/gen.c (genEndFunction, genpic16Code),
7189         * src/pic16/gen.h,
7190         * src/avr/gen.c (genEndFunction, genAVRCode),
7191         * src/avr/gen.h,
7192         * src/xa51/gen.c (genEndFunction, genXA51Code),
7193         * src/xa51/gen.h,
7194         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
7195         specific code to cdbFile.c and out of the backend code generators
7196
7197         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
7198         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
7199         starting address is now 0
7200
7201         * as/hc08/asm.h,
7202         * as/hc08/m08pst.c,
7203         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7204         assembler directive for DWARF support
7205         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7206
7207         * src/src.dsp,
7208         * src/Makefile.in,
7209         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7210
7211 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7212
7213         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7214         and inappropriate peephole optimization in jump tables
7215
7216 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7217
7218         * as/hc08/m08pst.c,
7219         * src/SDCCglue.c: sdccopt works for the hc08 port now
7220
7221 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7222
7223         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7224
7225 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7226
7227         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7228
7229 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7232         rules
7233         * src/SDCCmain.c,
7234         * src/SDCCglobl.h,
7235         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7236         comments from the peephole optimizer replacement rules
7237         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7238         symbols
7239         * src/SDCCcse.c (updateSpillLocation),
7240         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7241         equivalents
7242         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7243         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7244         objects far pointers
7245
7246 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7247
7248         * src/SDCCsymt.h: a missing part of my last change
7249         * src/pic/ralloc.c (regTypeNum),
7250         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7251
7252 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7253
7254         * src/SDCCicode.h,
7255         * src/SDCCicode.c (aggrToPtrDclType),
7256         * src/SDCCptropt.h,
7257         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7258         ptrPseudoSymConvert),
7259         * src/pic/ralloc.c (regTypeNum),
7260         * src/pic16/ralloc.c (regTypeNum),
7261         * src/hc08/ralloc.c (regTypeNum),
7262         * src/ds390/ralloc.c (regTypeNum),
7263         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7264         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7265
7266 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7267
7268         * link/z80/lkmain.c (afile),
7269         * as/hc08/lkmain.c (afile),
7270         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7271         prevent a pointer problem when a filename has no directory and
7272         no extension specified.
7273
7274 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7275
7276         * link/z80/lkmain.c (afile): allow periods in directory names
7277         * link/z80/lkmain.c (afile),
7278         * as/mcs51/lkmain.c (afile),
7279         * as/hc08/lkmain.c (afile): allow linker script file to have an
7280         extension other than ".lnk"
7281         * link/z80/lklex.c (getfid),
7282         * link/z80/lkmain.c (parse),
7283         * as/mcs51/lklex.c (getfid),
7284         * as/mcs51/lkmain.c (parse),
7285         * as/hc08/lklex.c (getfid),
7286         * as/hc08/lkmain.c (parse): Support comments in the linker script
7287         file on lines by themselves and after filenames
7288
7289 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7290
7291         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7292
7293 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7294
7295         * src/z80/peeph-z80.def: removed some peephole rules that don't
7296         work with multibyte arithmetic (fixed bug #937126)
7297         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7298         to registers and not global variables
7299         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7300         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7301         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7302         checking for assignments not internally generated (fixed bug #931895)
7303         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7304         structure member (fixed bug #930072)
7305
7306 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7307
7308         * src/SDCCmain.c (linkEdit),
7309         * src/hc08/main.c (_hc08_parseOptions),
7310         * as/hc08/Makefile.in,
7311         * as/hc08/aslink.h,
7312         * as/hc08/asm.h,
7313         * as/hc08/m08pst.c,
7314         * as/hc08/lkrloc.c (relr, rele),
7315         * as/hc08/lkarea.c (lnkarea)
7316         * as/hc08/lkmain.c (afile, parse),
7317         * as/hc08/lkelf.c: support for ELF output
7318         * as/hc08/lks19.c (s19),
7319         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7320
7321 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7322
7323         * as/mcs51/lkihx.c: Fixed bug #899105.
7324
7325 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7326
7327         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7328         .dsp files from Unix to DOS.
7329
7330 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7331
7332         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7333         function pointers; we have been compliant for several months now.
7334         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7335         change that was accidently commented out
7336         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7337         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7338         bug #922319
7339
7340 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/hc08/gen.c: output of all of the internal debugging information
7343         is now controlled by the D() macro; it is disabled by default
7344
7345 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7348         harder to keep the same registers during a CAST iCode
7349         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7350         long via int can be done in a single cast, if the signedness is
7351         correct.
7352         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7353         putchar() in tinibios.c in ds390's library
7354
7355 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7356
7357         * src/SDCCast.c (decorateType): fixed bug #898889,
7358         cast result of a literal complement too
7359         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7360         fixed check for bitfields
7361
7362 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         * src/SDCCicode.c (geniCodeLogic): made it static,
7365         (geniCodeLogicAndOr): added in order to fix bug #905492,
7366         (ast2iCode): fixed bug #905492
7367         * support/regression/tests/bug-905492.c: added
7368         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7369         (processParms): fixed bug #927659: don't copy parms, this will clear
7370         decorated flag
7371         * support/regression/tests/bug-927659.c: added
7372
7373 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7374
7375         * src/SDCCast.c (addCast): don't cast float to char
7376         * device/lib/libsdcc.lib: added _memmove
7377
7378 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7379
7380         * device/lib/large/Makefile: fixed parallel execution by
7381         replacing `make` by `$(MAKE)`
7382
7383 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7386         offsets (fixes bug #923936)
7387
7388 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * device/lib/small/Makefile: fixed parallel execution by
7391         replacing `make` by `$(MAKE)`
7392
7393 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7394
7395         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7396
7397 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7398
7399         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7400         * src/regression/Makefile: Regression test was not running.
7401
7402 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7403
7404         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7405         complement if possible
7406         * src/SDCCval.c (valComplement),
7407         * src/SDCCicode.c (operandOperation): fixed complement of literal
7408         * support/regression/tests/onebyte.c (testComplement): added
7409
7410 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7411
7412         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7413         return an optimized tree; actually replace actParm with the new tree
7414         * src/SDCCast.h: added some parantheses to remove side effects
7415         * support/regression/tests/bug-920866.c
7416
7417 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7418         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7419         Bit operands were not being handled properly in the pic14 port.
7420         (now src/regression/add.c passes again).
7421
7422 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7423
7424         * src/SDCC.y (labeled_statement): case and default no longer require
7425         a following statement (RFE #893037)
7426
7427 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7428
7429         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7430         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7431         disabled (fixes bug #916294)
7432         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7433         "mov a,acc"; patch provided by Lenny Story
7434         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7435
7436 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7437
7438         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7439         functions
7440         * src/ds390/gen.c (genFunction, genEndFunction),
7441         * src/ds390/ralloc.c (ds390_assignRegisters),
7442         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7443         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7444         pushed if there are parameters passed on the stack. Also, a cleaner
7445         way to decide if r0/r1 should be pushed/popped. (Together they fix
7446         bug #918693)
7447
7448 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7449
7450         * doc/sdccman.lyx,
7451         * device/lib/mcs51/crtpagesfr.asm,
7452         * device/lib/mcs51/crtxinit.asm,
7453         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7454         to avoid confusion with Si Lab's SFRPAGE register.
7455
7456 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7457
7458         * src/SDCCglue.c (emitMaps): allow public sfr variables
7459         * src/SDCCglue.c (initialComments): include compiler build date
7460         with compiler version and put the timestamp of the generated
7461         assembly file on a serperate line to be less confusing.
7462         * src/port.h: added genInitStartup hook
7463         * src/avr/main.c,
7464         * src/ds390/main.c,
7465         * src/hc08/main.c,
7466         * src/pic/main.c,
7467         * src/pic16/main.c,
7468         * src/xa51/main.c,
7469         * src/z80/main.c: genInitStartup initialize as NULL (default to
7470         historical behaviour)
7471         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7472         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7473         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7474         library instead of hard coding it into the compiler.
7475         * support/regression/ports/mcs51-stack-auto/spec.mk,
7476         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7477         * device/lib/mcs51/Makefile,
7478         * device/lib/small/Makefile,
7479         * device/lib/large/Makefile,
7480         * device/lib/mcs51/crtpagesfr.asm,
7481         * device/lib/mcs51/crtstart.asm,
7482         * device/lib/mcs51/crtxclear.asm,
7483         * device/lib/mcs51/crtxinit.asm,
7484         * device/lib/mcs51/crtclear.asm,
7485         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7486         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7487         and into user configurable files.
7488         * device/lib/clean.mk: clean mcs51 directory too
7489         * support/regression/tests/longlit.c: added static to T1 declaration
7490         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7491         accesses in the initialization code
7492
7493 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7496         OSCTRIMVAL as noted in bug #916008
7497
7498 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7499
7500         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7501         in loops with multiple exits (reported as incorrect registers
7502         used by Martin Helmling in Sdcc-user list)
7503
7504 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7505
7506         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7507         made ds390 register extensions look less like error messages
7508
7509 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7510
7511         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7512         reported by Adam Wozniak in Sdcc-user list
7513
7514 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7515
7516         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7517         arithmetic optimizations, added debug output
7518
7519 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7520
7521         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7522         * sdcc.spec: updated and split sdcc into 3 rpms
7523         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7524         needed for literals of LEFT_OP and '+'
7525         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7526         introduced RESULT_TYPE_NOPROM
7527         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7528         left shift
7529         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7530         limited promotion to int only for '*'
7531         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7532
7533 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7534
7535         * src/pic16/gen.c (genSkip),
7536         (genc16bit2lit), (gencjneshort): commented out
7537         (is_LitOp): new helper function, checks operand type
7538         (genCmpEq): rewritten
7539
7540 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7541
7542         * support/regression/tests/bug-908454.c: added
7543
7544 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7545
7546         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7547         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7548         (geniCodeCast): cosmetic, don't preserve bit storage class
7549         (geniCodeLeftShift): added promotion
7550         (geniCodeLogic): fixed regression
7551         * src/SDCCsymt.c (computeTypeOr): accept bits too
7552         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7553
7554 2004-03-07  Borut Razem <borut.razem AT siol.net>
7555
7556         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7557
7558 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7559
7560         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7561         version of pic16_genPackRegisters which does not check if ic is a
7562         CAST operator,
7563         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7564         function cause string1.c regression test fails
7565
7566 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7567
7568         * sim/ucsim/configure.in,
7569         * sim/ucsim/configure,
7570         * sim/ucsim/doc/Makefile.in: use docdir
7571         * src/SDCC.y: fixed sbit atrributes
7572         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7573         * src/SDCCast.c (decorateType): |^& need special promotion handling
7574         * src/SDCCast.h,
7575         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7576         * src/SDCCsymt.h (computeType),
7577         * src/SDCCicode.c: computeType() needs op
7578         * src/SDCCsymt.c (checkTypeSanity),
7579         * doc/sddman.lyx: "plain" bitfields are unsigned
7580         * src/SDCCsymt.c (computeTypeOr): added
7581         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7582         |^& ops
7583         * src/SDCCval.c (val*): computeType() needs op
7584         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7585         * support/regression/tests/onebyte.c: added tests for |^&
7586
7587 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7588
7589         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7590         for writing icode into asm output.
7591
7592 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7593
7594         * src/pic16/device.c: added some debug lines enabled
7595         with macro DEBUG_CHECK,
7596         * src/pic16/genarith.c: more debug in genPlus,
7597         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7598         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7599         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7600         * (aopForSym): onStack symbols are re-placed in data memspace,
7601         and onStack flag is cleared,
7602         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7603         copy temporary pcodeop,
7604         * (genPcall): added warning for not updating PCLATU,
7605         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7606         always true for pic16 port,
7607         * (genMultOneWord): NEW, supports integer multiplication,
7608         * (genMult): modified to call genMultOneWord,
7609         * (ifxForOp): added warning when return NULL,
7610         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7611         flag is set before call to operandFromSymbol for implicit
7612         added structures,
7613         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7614         options.intlong_rent are set by default,
7615         * (_hasNativeMulFor): modified to allow port generation of integer
7616         multiplication,
7617         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7618         set regtype to REG_SFR for all registers, restricting seting the
7619         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7620
7621 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7622
7623         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7624         more than 500 times in the regression tests
7625
7626 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7627
7628         * support/Util/SDCCerr.h,
7629         * support/Util/SDCCerr.c,
7630         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7631         enumerator_list),
7632         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7633         for symbol conflicts.
7634         * support/valdiags/tests/enum.c,
7635         * support/valdiags/tests/tentdecl.c,
7636         * support/valdiags/tests/struct.c: expect possible error messages
7637         referring to original symbol definitions.
7638         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7639         * src/SDCCsymt.h,
7640         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7641
7642 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7643
7644         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7645
7646 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7647
7648         * src/pic16/ralloc.c (newReg): fixed bug #908929
7649
7650 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7651
7652         * src/ds390/gen.c: added missing #include "main.h"
7653
7654 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7655
7656         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7657         checking if symbol is already in set,
7658         * src/pic16/device.h: prototype for checkAddSym,
7659         * src/pic16/gen.c: (_G): added entry interruptvector,
7660         * (assignResultValue): removed some commented out lines,
7661         * (genFunction): check for ISR via sym->type, absolute section for
7662         interrupt code is created via a new pBlock, the goto instruction is
7663         placed now correctly at the interrupt vector position, changed all
7664         references from ivec to _G.interruptvector,
7665         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7666         is the interrupt is a high priority one, same for return from ISR,
7667         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7668         externs to calls of checkAddSym,
7669         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7670         pic16_pcode_verbose flag is set,
7671         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7672         * src/pic16/pcoderegs.c: message about how many registers are saved
7673         will only be emitted if pic16_pcode_verbose flag is set,
7674
7675 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7676
7677         * src/ds390/ralloc.h,
7678         * src/ds390/ralloc.c (ds390_regWithIdx),
7679         * src/ds390/gen.c (emitcode),
7680         * src/ds390/main.h,
7681         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7682         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7683         ds390operandCompare, getRegsRead, getRegsWritten,
7684         initializeAsmLineNode): customized instruction size calculation for
7685         ds390, started basis for some register optimizations
7686         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7687         corresponding assembly output
7688         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7689         missing push/pop of r0/r1. Optimized push/pops
7690
7691 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7692
7693         * src/mcs51/main.c (instructionSize): fixed ACALL size
7694         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7695
7696 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7697
7698         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7699         the sorting of rlist with NULL elements
7700         * (print_idataType, print_idata): NEW to create idata sections
7701         * src/pic16/device.h: idataSymSet new variable
7702         * src/pic16/gen.c (genFunction): fixed some bugs in string
7703         comparing, improved the absolute section creation for ISRs,
7704         added FSR0L/FSR0H in registers that are saved in an ISR,
7705         * (genInline): fixed the processing of inline snippets,
7706         now they undergo no process by the peephole optimizer
7707         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7708         are placed in idataSymSet,
7709         * (pic16emitStaticSeg): extern symbols are added in externs,
7710         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7711         switching when aboslute variables are placed in access bank memory
7712         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7713         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7714         commented out with #if,
7715         * (pic16_packRegisters): reintroduce the check for CAST because some
7716         symbols are not correctly handled,
7717         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7718         pCodeInstruction instead of pCode,
7719         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7720         pCodeAsmDir definition,
7721         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7722         directive, then the argument directive is emitted without the leading
7723         tab, hack for inline labels which must be in the first column,
7724         * (compareLabel,pic16_findNextInstruction),
7725         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7726         * (insertBankSwitch): modified for the new pCodeAsmDir,
7727
7728 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7729         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7730
7731         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7732         instance,
7733         * (pushSide): commented out with #if,
7734         * (assignResultValue): fixed some typos in saving
7735         registers,
7736         * (genPcall): FIXED and sync'ed with genCall,
7737         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7738         * (genNearPointerGet): fixed to handle some more cases,
7739         implementation scheme via table reads,
7740         * (genConstPointerGet): modified to access code memory correct,
7741         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7742         and improved to handle some cases
7743         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7744         instead of "RETLW" for init data
7745         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7746         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7747         variables are placed in access bank memory (<0x80 and >=0xf80),
7748         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7749         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7750         TBLWT_POSTDEC,TBLWT_PREINC
7751         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7752         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7753         directives
7754         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7755         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7756         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7757         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7758
7759 2004-02-29  Borut Razem <borut.razem AT siol.net>
7760
7761         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7762         support/Util/findme.h, support/Util/system.h: enhance binary relative
7763         search for lib and include by using findProgramPath()
7764
7765 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7766
7767         * src/SDCCpeeph.h,
7768         * src/SDCCpeeph.c (pcDistance),
7769         * src/port.h,
7770         * src/mcs51/ralloc.h,
7771         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7772         * src/mcs51/main.h,
7773         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7774         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7775         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7776         size calculation port specific, started basis for some register
7777         optimizations
7778         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7779         missing push/pop of r0/r1. Optimized push/pops
7780         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7781         * device/lib/_modsint.c (_modsint),
7782         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7783         and stack version so regression tests pass
7784
7785 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7786
7787         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7788         * src/SDCCast.c (decorateType): catch another small optimization
7789         with '?' operator
7790         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7791         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7792         modified to finally use computeType() all over SDCC,
7793         see Feature Request #877103
7794         * src/SDCCval.h: cosmetic
7795         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7796         valCompare(); regression tested in muldiv.c
7797         * support/regression/tests/muldiv.c (testMod): mod sign follows
7798         dividend only
7799
7800 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7801
7802         * src/SDCCast.c (decorateType): fixed bug #902362
7803         * doc/INSTALL.txt: fixed install instructions for win32
7804
7805 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7806
7807         * device/include/Makefile.in (install): fixed by replacing spaces
7808         by tabs
7809         * doc/README.txt,
7810         * doc/INSTALL.txt: updated for release
7811         * doc/sdccman.lyx: added warning for --xstack being buggy
7812
7813 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7814
7815         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7816         to eliminate build warnings.
7817         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7818
7819 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7820            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7821
7822         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7823         removed -penable-stack, added comment for stack pragma, added
7824         warning for not initializing the stack/frame registers, removed
7825         comment at interrupts section
7826
7827         Stack is made permanent, there is no ability to disable stack usage.
7828         * src/pic16/device.h,
7829         * src/pic16/device.c: removed all references to USE_STACK macro,
7830         * src/pic16/device.c (pic16_dump_section): when no elements in
7831         rlist, free rlist before return,
7832         * (pic16_dump_int_registers): NEW, internal registers are a new set
7833         of general purpose registers reused by each function,
7834         * (checkAddReg): returns 1 if registers is added to set,
7835         * (pic16_groupRegistersInSection): when a registers is of type
7836         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7837         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7838         SRCASECMP macro is moved here from device.c
7839         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7840         PO_PCLATU, PO_PRODL, PO_PRODH,
7841         * (pic16_pCodeOpType, genMinus,
7842         changed compares to "a" register, with AOP_ACC,
7843         * (pic16_genPlus): fixed some bugs and indented properly,
7844         * (pic16_addSign): changed size to size+offset in the MOVWF
7845         instruction,
7846         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7847         multiply 8-bit operand by literal, result is 8-bit,
7848         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7849         multiply 2 8-bit operand, result is 8-bit,
7850         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7851         genUMult8X*_16,
7852         * src/pic16/gen.c: changed accUse to contain WREG only,
7853         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7854         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7855         true, do not use immediate addressing any more unless sym is a
7856         pointer in codespace,
7857         * (aopForRemat): do not use immediate addressing when symbol not in
7858         codespace and when symbol's address is requested,
7859         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7860         accUse size (= 1),
7861         * (aopGet): added case for AOP_ACC and don't return "accumulator
7862         bug" but WREG instead,
7863         * (popGetTempReg): pushes contents of temporary register in stack,
7864         * (popReleaseTempReg): pops contents of temporary register from
7865         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7866         * (pic16_popGet): separated case AOP_ACC to return register WREG
7867         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7868         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7869         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7870         the use of immediate pointers to certain cases only.
7871
7872         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7873         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7874         * (assignResultValue, genCall, genRet): modified to use the new
7875         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7876         genPcall is still broken,
7877         * (genFunction): added code to create 'A' type pBlocks when
7878         interrupt functions are generated, code not extensively tested yet,
7879         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7880         * (genEndFunction): modified so ISRs pop stored registers from stack,
7881         * (genMultOneByte): cleanup,
7882         * (AccRsh): added flag andmask, to and result with appropriate mask,
7883         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7884         * (genDataPointerGet): fixed and reenabled its use,
7885         * (genNearDataPointerGet): bugs fixed,
7886         * (genDataPointerSet): bugs fixed,
7887         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7888         pic16_DumpSymbol, pic16_DumpOp,
7889         * src/pic16/genutils.h: function prototypes for the above functions,
7890         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7891         pointers,
7892         * (pic16emitRegularMap): many many many improvements, but needs a
7893         major cleanup,
7894         * src/pic16/main.c: enable_stack in pic16_options is removed,
7895         * (_pic16_parseOptions): removed command line options -penable-stack,
7896         * (_process_pragma): emit stack symbol only when stack pragma is
7897         processed,
7898         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7899         redirected to FSR0L/FSR0H pair,
7900         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7901         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7902         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7903         for immediates,
7904         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7905         * (dumpPicOptype): NEW,
7906         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7907         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7908         with movff instruction,
7909         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7910         added pic16_int_regs, some packRegsFor* functions are commented out,
7911         because produce errors,
7912         * src/pic16/NOTES: minor modifications
7913
7914 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7915
7916         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7917         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7918         --pack-iram.
7919         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7920         * as/mcs51/lkaomf51.c: fixed bug #895763
7921
7922 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7923
7924         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7925
7926 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7927
7928         * doc/sdccman.lyx: added details about the HC08 storage classes and
7929         interrupts, fixed the register usage info for z80 & gbz80
7930
7931 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7932
7933         * doc/sdccman.lyx: added more pic16 port documentation
7934         * device/include/pic16/: added header pic18fregs.h
7935
7936 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7937
7938         * doc/sdccman.lyx: added Vangelis' contribution
7939
7940 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7941
7942         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7943         extend to the next CALL or PCALL, not just to the next CALL.
7944
7945 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7946
7947         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7948
7949 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7950
7951         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7952         bug #895752 and a better fix for bug #716790
7953
7954 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7955
7956         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7957
7958 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7959
7960         * doc/sdccman.lyx: minor changes, minor changed
7961
7962 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7963
7964         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7965         which can't handle SDCC_NEWONEBYTEOPS,
7966         (geniCodeMultiply): removed conversion from mult to shift for pic14
7967         and pic16
7968
7969 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7970
7971         * src/hc08/gen.h,
7972         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7973         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7974         thus fixing bug #895406
7975
7976 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7977
7978         * device/lib/_modsint.c,
7979         * device/lib/_modslong.c: sign follows divisor only
7980         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7981         signs or signedness can be ignored
7982         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7983         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7984         added optimization for IFX,
7985         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7986         arguments;
7987         reenabled optimization for IFX, which was removed on 2004-01-11
7988         * src/SDCCast.h: added return type IFX
7989         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7990         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7991         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7992         SDCC_OLDONEBYTEOPS selects the old behaviour
7993         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7994         changed again and commented promotion rule
7995         * src/SDCCval.c (valDiv): promotion no longer necessary
7996         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7997         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7998         rewritten
7999         * support/regression/tests/onebyte.c: added
8000
8001 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
8002
8003         * gen.c (genInline): reverted to old code for assemnling inline
8004         code because of bug reported James Chadd
8005
8006 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
8007
8008         * ralloc.h: missing declarations from previous patch,
8009         seems that patch for ralloc.h was never applied, fixed
8010
8011 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8012            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8013
8014         * pcode.c,
8015         * pcode.h,
8016         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
8017         indirect addressing. Marked FSR0 as deprecated
8018         * gen.c (pointerCode): commented out, not needed now
8019         (pic16_popGet2p): new MOVFF helper function
8020         (genGenPointerGet),
8021         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
8022         (shiftRLong): removed duplicate debugging info
8023
8024 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * src/ds390/gen.c (genNearPointerGet),
8027         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
8028         optimization with bits, but not bitfields.
8029         * src/ds390/ralloc.c (packRegisters),
8030         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
8031
8032 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
8033
8034         * src/SDCCcse.c (algebraicOpts): copy operands before modification
8035
8036 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8037
8038         * src/SDCCsymt.h,
8039         * src/SDCCicode.c (operandFromSymbol),
8040         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
8041         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
8042         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
8043         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
8044         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
8045         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
8046         bug #892038
8047         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
8048         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
8049         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
8050         * src/SDCCsymt.c (newSymbol),
8051         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
8052         enumerator_list),
8053         * src/SDCCval.h,
8054         * src/SDCCval.c (newiList): fixed bug #885705
8055
8056 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8057
8058         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
8059         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
8060
8061 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8062
8063         * device/include/c8051f120.h,
8064         * device/include/c8051f300.h,
8065         * device/include/c8051f310.h: added/updated header files for Silicon
8066         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8067         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
8068         in new section Submitting patches
8069
8070 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8071
8072         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
8073         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8074         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8075         genGenPointerSet),
8076         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
8077         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8078         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8079         genGenPointerSet),
8080         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
8081         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8082         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8083         genGenPointerSet),
8084         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
8085         genFarPointerGet, genCodePointerGet, genGenPointerGet,
8086         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
8087         genGenPointerSet): fixed bug #892400
8088         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
8089         to eliminate build warnings.
8090         * src/SDCCast.c (processParms),
8091         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
8092         fixed bug 751859
8093         * support/valdiag/valdiag.py: added GCC to the list of defines active
8094         when compiling with gcc
8095
8096 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8097
8098         * support/Util/SDCCerr.h,
8099         * support/Util/SDCCerr.c,
8100         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
8101         with an incomplete type (fixed bug #883734)
8102         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
8103
8104 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8105
8106         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
8107
8108 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8109
8110         * src/SDCCast.c (decorateType),
8111         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
8112         function pointer implementation
8113         * support/regression/tests/funptrs.c: added tests to verify both forms
8114         of function pointers work correctly. Added tests to verify parameters
8115         are passed in the correct order.
8116
8117 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
8118
8119         * device.c (regCompare): registers are sorted by ascending
8120         address and increasing size,
8121         * main.c (_pic16_finaliseOptions): removed the declaration
8122         of compiler macro MCU. Now a macro of the format pic18fxxxx
8123         will be defined from the command line
8124
8125 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
8126             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
8127
8128         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
8129         PCOP_RLCF was overwritten!
8130         * gen.c (genSkip): commented out calls to pic16_emitcode,
8131         * (genCmpEQ): fixed "long" compares, only high word did get compared,
8132         * (genlshTwo),
8133         * (genRRC): added debugging info,
8134         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
8135         overwritten while shifting,
8136         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
8137         overwritten while shifting,
8138         * (AccLsh),
8139         * (AccRsh),
8140         * (shiftLLeftOrResult),
8141         * (shiftRLeftOrResult),
8142         * (shiftRLong),
8143         * (shiftLLong): Implemented with pic16_emitpcode
8144         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
8145         * (genLeftShift): Fixed bug, operand for shift by variable always
8146         was "and"ed with 0x0f,
8147         * (genLeftShiftLiteral),
8148         * (genrshTwo),
8149         * (genRightShiftLiteral): added debugging info,
8150         * (genrshFour): added comment,
8151         * (genRightShift): determined signedness from operand "left"
8152         instead of "result"
8153
8154 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * src/SDCCicode.c (geniCodeParms),
8157         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
8158         function pointers, fixed function pointer bugs #861242 and #861896
8159
8160 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8161
8162         * device/include/c8051f000.h,
8163         * device/include/c8051f120.h,
8164         * device/include/c8051f300.h: added header files for Silicon
8165         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
8166
8167 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
8168
8169         * src/SDCCast.c (processParams): added new type flow and restructured
8170         (gatherAutoInit): added new type flow
8171         (addCast): cosmetic changes
8172         (getLeftResultType): added new type flow for array indices, patch
8173         provided by Stas, see FR #877103
8174         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
8175         array index patch by Stas
8176         * src/SDCCast.h: added prototype getResultTypeFromType()
8177         * src/SDCCval.h,
8178         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
8179         * src/pic/glue.c (pic14emitStaticSeg),
8180         * src/pic16/glue.c (pic16emitStaticSeg),
8181         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
8182         for initialization of symbols
8183         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
8184         * support/Util/SDCCerr.h:
8185         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
8186         * .version: bumped version number to 2.3.8
8187         * device/include/Makefile.in (install),
8188         * doc/Makefile (install): changed to 'rm `find ...`' construct to
8189         avoid warnings
8190
8191 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
8192
8193         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
8194         Slade Rich fixed an optimization bug
8195         * src/pic/pcodepeep.c,
8196         * src/pic/pcoderegs.c
8197         * doc/Makefile (install): added test for directory
8198
8199 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8200
8201         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8202         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8203         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8204         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8205         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8206         * as/mcs51/asexpr.c (term),
8207         * as/hc08/asexpr.c (term): fixed bug #887146
8208
8209 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8210
8211         * src/z80/gen.c (genMult): handle single byte result product
8212         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8213         DUMMY_READ_VOLATILE (fixed bug #886367)
8214
8215 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8216
8217         * support/regression/tests/libmullong.c: fixed logic, on little endian
8218         hosts we ended without a mullong_wrapper()
8219
8220 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8221
8222         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8223         virus/worm forged address usage.
8224
8225 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8226
8227         Fixed promotion, it should be done on AST level:
8228         * src/SDCCast.c (addCast): added promotion to int
8229         (decorateType): updated call to upCast()
8230         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8231         usualUnaryConversions()
8232
8233 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8234
8235         * support/regression/tests/literalop.c (mulWrapper): Added a
8236         wrapper to remove integer overflow warnings.
8237
8238         * support/regression/tests/float_trans.c: Made work on host.
8239
8240         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8241         location of sz80.
8242
8243         * support/regression/generate-cases.py (main): Changed from inline
8244         to a main method.
8245
8246         * doc/Makefile (install): Changed to depth first to get rid of
8247         missing directory install warning.
8248
8249         * as/Makefile (install-doc): Made work on Mac.
8250
8251 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8252
8253         * src/SDCCast.c: added an additional type flow in decorateType() of
8254         opposite direction, see feature request #860006; it's enabled at runtime
8255         by setting the environment variable SDCC_NEWTYPEFLOW
8256         * src/SDCCast.h: changed prototype of decorateType()
8257         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8258         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8259         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8260         see feature request #877103
8261         * src/SDCCval.c: updated call of decorateType()
8262         (valBitwise): fixed bug #882876
8263         (valMinus): added promotion
8264         (valLogicAndOr): result is unsigned
8265         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8266         * src/SDCCsymt.c (computeType),
8267         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8268         must not cause an unsigned operation
8269         * src/pic/glue (pic14emitRegularMap),
8270         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8271
8272 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8273
8274         * src/pic/pcode.c (PCodeID): commented out left over debug code
8275
8276 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8277
8278         * support/valdiag/tests/overflow.c: added shift tests
8279         * src/pic/device.c,
8280         * src/pic/gen.c,
8281         * src/pic/gen.h,
8282         * src/pic/glue.c,
8283         * src/pic/main.c,
8284         * src/pic/pcode.c,
8285         * src/pic/pcode.h,
8286         * src/pic/pcodepeep.c,
8287         * src/pic/pcoderegs.c,
8288         * src/pic/ralloc.c,
8289         * src/pic/ralloc.h: applied patch from Slade Rich;
8290         added support for multiple code pages and multiple RAM banks on the
8291         PIC 14 port. The ASM files now no longer simply assume all the
8292         code / RAM are in the same page / bank. This means the linker can
8293         safely allocate code/RAM of separate ASM files to different pages/banks.
8294         * doc/sdccman.lyx: added Slade's tips
8295         * src/mcs51/peeph.def: fixed bug #880768
8296
8297 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8298
8299         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8300         * src/SDCCast.c (decorateType): fixed bug #880197
8301
8302 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8303
8304         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8305         getopt.h.
8306
8307         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8308         strtof is not part of C89 and isn't included with Mac OS X.
8309
8310 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8311
8312         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8313         shiftL2Left2Result): fixed bug #879326
8314         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8315         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8316         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8317         address fetch for clr instruction
8318         * device/lib/hc08/_mulint.c: created optimized assembly version
8319         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8320
8321 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8322
8323         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8324         proposed in FR #877103
8325
8326 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8327
8328         * src/SDCCval.c (cheapestVal): added missing checks
8329         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8330         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8331
8332 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8333
8334         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8335         equal operands
8336
8337 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8338
8339         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8340         loaded with the linker search paths (-L arguments) and the libraries
8341         to be linked with the current source (-l arguments). Changes
8342         currently will affect only the pic16 port.
8343         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8344         include path the port specific paths and port specific libraries,
8345         * gplink command now contains the $3 argument,
8346         * src/pic16/device.h,
8347         * src/pic16/device.c,: structure PIC_device is made public and
8348         renamed to PIC16_device, the same for variable Pics which is renamed
8349         to Pics16. Updated all references to them.
8350         * src/pic16/glue.c (pic16glue): corrected bug with code
8351         initialization which bypassed the variable initializations block.
8352
8353         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8354         COMPILE_FLAGS and added the --nostdinc option
8355
8356 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8357
8358         * device/include/mc68hc908jb8.h: Register defs for another member
8359         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8360
8361 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8362
8363         Documenting changes from previous commits.
8364         * configure.in (version 1.56),
8365         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8366         when generating output files to configure the pic16 library,
8367         but now I've commented it out, since gputils aren't installed in the
8368         SF compile farm, so library won't compile
8369
8370         * device/lib/Makefile.in (version 1.56): initially I've added in
8371         target 'all' the prerequestive 'model-pic16' so it compiled the
8372         pic16 library, but now I've commented it out for the same reasons
8373         above,
8374         * added targets 'model-pic16' and 'objects-pic16' to compile the
8375         library
8376         * added target 'port-specific-objects-pic16' to handle the
8377         generated libraries and copy them into the build/ directory
8378         * added target 'clean-intermediate-pic16' to clean intermediate
8379         files into pic16 directory
8380         * in target 'installdirs' added line to create directory pic16 in
8381         the installation path
8382
8383         * device/include/Makefile.in (version 1.11): in target 'install'
8384         added lines to copy all header files to installation path,
8385         * in target 'installdirs' added line create directory for pic16
8386         headers in the installation path
8387
8388 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8389
8390         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8391          a function call
8392
8393 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8394
8395         * configure,
8396         * device/lib/configure.in,
8397         * device/lib/configure: fixed for autoconf 2.57
8398
8399 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8400
8401         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8402         option so that it actually works. Made it specific to the z80, since
8403         the gbz80 doesn't have these kinds of I/O ports.
8404
8405 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8406
8407         * device/include/z180.h,
8408         * device/lib/_memcpy.c,
8409         * device/lib/_memmove.c,
8410         * device/lib/_mulint.c,
8411         * device/lib/ser_ir.c,
8412         * device/lib/ser_ir_cts_rts.c,
8413         * device/lib/_strcmp.c,
8414         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8415         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8416         portmode; added deprecation warning for bank= and protmode= forms.
8417         Also, guard against buffer overflow.
8418         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8419
8420 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8421
8422         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8423         changed interrupt vector table generation to only emit declared vectors.
8424         * device/include/Makefile.in: added missing backslash
8425         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8426
8427 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8428
8429         Mainly changes to support compilation of the device libraries
8430         * src/pic16/device.c: stack is allocated via symbol and not
8431         via literal number. The symbol is placed in the corresponding
8432         position of the data ram
8433         * (pic16_dump_section): relocatable and absolute uninitialized
8434         data are now emitted in sorted order to reduce section naming,
8435         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8436         weren't marked as being in the access bank,
8437
8438 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8439
8440         Added portion of GNU PIC Library under the directory
8441         device/include/pic16 and device/lib/pic16. These files
8442         contain the declarations of SFRs for the PIC18Fxx2 devices.
8443         The directory is initialized via configure from toplevel.
8444
8445 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8446
8447         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8448         the spilllocations to be compared correctly
8449
8450 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8451
8452         * src/SDCCast.c (decorateType): fixed bug introduced today
8453
8454 2004-01-12  Borut Razem <borut.razem AT siol.net>
8455
8456         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8457         doc/sdccman.lyx: upper case pragmas are deprecated
8458
8459 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8462         in simpler and even better code
8463
8464 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8465
8466         * src/SDCCicode.c (operandOperation): fixed bug #874819
8467         * src/SDCCast.c (decorateType): fixed
8468         char foo (unsigned long ul) { return ul > 0; }
8469
8470 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8471
8472         * doc/sdccman.lyx: Moved and added some sections, small changes
8473         all over. Telling LaTeX to be less strict with word spacing
8474         to better keep the right margin. Changed some notes about
8475         maintainance of the ports in section 3.2.1 - is it OK like this?
8476
8477 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8478
8479         SDCC source changes:
8480         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8481         convilong): modified to inform the pic16 port that builtin functions
8482         are external
8483
8484         PIC16 PORT specific changes:
8485         * src/pic16/device.c pic16_dump_equates() added,
8486         processor registers declared internally by the port are emitted in
8487         the translation as equates,
8488         * src/pic16/gen.c: inline code is passed unprocessed to the
8489         translation,
8490         * (pic16_popGetLit2): fnuction modified to take second operand as
8491         pCodeOp pointer and not as literal,
8492         * (popRegFromIdx): prefixed with pic16_,
8493         * (pic16_popCombine2): modified to receive already allocated pCode
8494         operands,
8495         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8496         * (genFunction): initializes local stack frame and pushes on stack
8497         all the registers used by this function,
8498         * (genEndFunction): restores all registers from stack and restores
8499         stack frame,
8500         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8501         improvements,
8502         * (pic16glue): changed the program startup sequence,
8503         * added new dbName code 'A' for functions placed in absolute section
8504         * src/pic16/main.c: added function attribute _naked,
8505         * added pragma 'code' to place a fnuction at an absolute address,
8506         * added command line arguments --debug-ralloc and --pcode-verbose,
8507         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8508         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8509         * (pic16_newpCodeOpLit2): modified to take the second operand as
8510         pCodeOp pointer,
8511         * (pic16_printpBlock): modified to emit each function in a separate
8512         section,
8513         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8514         UPPER for immediate operands,
8515         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8516         instruction,
8517         * src/pic16/peeph.def: all peepholes with movff are commented out,
8518         because there is a problem in the pcode peep optimizer,
8519         * src/pic16/ralloc.c: the register allocator can now reuse local
8520         function symbols for another function. This saves register usage.
8521         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8522
8523         Added file src/pic16/NOTES with information about program writing on
8524         the current port version.
8525
8526 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8527
8528         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8529         and peephole 252 (array access)
8530
8531 2004-01-09  Borut Razem <borut.razem AT siol.net>
8532
8533         * src/SDCCmain.c : fixed #872250: -l command line defined library
8534           files are scanned before standard library files
8535
8536 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8537
8538         * src/SDCCast.c (decorateType): fixed bug #874046
8539
8540 2004-01-09  Borut Razem <borut.razem AT siol.net>
8541
8542         * support/scripts/sdcc.nsi: remove previous installation
8543
8544 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8545
8546         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8547         bytes for last interrupt vector (mcs51)
8548         * sdcc.spec: fixed typo
8549
8550 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8551
8552         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8553         gen51Code): more efficient parameter receive for --model-large
8554         ("bug" #845294)
8555
8556 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8557
8558         * src/ds390/main.c,
8559         * src/z80/main.c: added missed needLinkerScript flags (more than
8560         one port structure defined in these file)
8561         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8562         bug #795325
8563
8564 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8565
8566         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8567         * src/port.h: added flag needLinkerScript in port->linker
8568         structure to inform whether to create a .lnk file or not,
8569         * src/avr/main.c,
8570         * src/ds390/main.c,
8571         * src/hc08/main.c,
8572         * src/mcs51/main.c,
8573         * src/pic/main.c,
8574         * src/pic16/main.c,
8575         * src/xa51/main.c,
8576         * src/z80/main.c: changed appropriately to configure
8577         needLinkerScript flag
8578         * src/pic/gen.c,
8579         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8580         * src/pic/glue.c: added variable udata_section_name to
8581         override default uninitialized data segment definition for
8582         devices only with SHAREBANK memory (reported from Erik Epetrich)
8583         * (pic14emitOverlay): modified to emit a commented overlay segment
8584         directive when no overlay data exist
8585         * (picglue): modified to emit uninitialized data segment
8586         according to udata_section_name
8587         * src/pic/main.c (_pic14_parseOptions): added command line
8588         options --udata-section-name=[name] to override default
8589         udata definition name
8590         * modified _linkCmd and _asmCmd to include compiler passed
8591         arguments via -W option
8592         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8593         object file from '.rel' to '.o' in port->linker structure,
8594         changed size of fptr from 2 to 3 in port structure
8595
8596 2004-01-07  Borut Razem <borut.razem AT siol.net>
8597
8598         * support/scripts/sdcc.nsi: update PATH
8599         * support/scripts/sdcc.ico: craeted
8600
8601 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8602
8603         * device/include/Makefile.in: fix install
8604         * doc/Makefile: fix install
8605
8606 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8607
8608         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8609         in bug #860505
8610         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8611         how the function variable allocation summary is displayed; also
8612         include information about variables allocated to the overlay
8613         segment
8614
8615 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8616
8617         * as/mcs51/lkmain.c: Help about -Y option
8618         * as/mcs51/lkarea.c: Fixed gcc warnings
8619
8620 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8621
8622         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8623         fixed warning
8624         * support/valdiag/tests/overflow.c: added
8625         * src/SDCCast.c (decorateType),
8626         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8627         LEFT_OP (left shift)
8628
8629 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8630
8631         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8632         (default behaviour).
8633
8634 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8635
8636         A python script to validate compiler diagnostic messages. It can be
8637         used to verify that sdcc complains about bad c source code and
8638         gives a good location of the error.
8639         * support/valdiag/Makefile,
8640         * support/valdiag/valdiag.py,
8641         * support/valdiag/tests/*
8642
8643 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8644
8645         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8646         * src/SDCCsymt.c (newEnumType),
8647         * src/SDCCsymt.h
8648         * support/Util/SDCCerr.c,
8649         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8650         enum related bugs.
8651         * support/regression/tests/enum.c: added test for enum values that
8652         require at least 2 bytes of storage.
8653
8654 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8655
8656         * src/common.h: added ifndef/define/endif macros
8657         around the header file.
8658         Bug reported from Jesus Calvino-Fraga
8659
8660 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8661
8662         * sdcc.spec: updated
8663         * device/include/Makefile.in: don't install CVS directories
8664         * device/lib/Makefile.in: added removal of CVS directories after install
8665         * doc/Makefile: fixed install, added local_icons
8666         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8667         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8668         * src/ds390/gen.c (genRightShift): fixed bug #870788
8669         * src/SDCCast.c (decorateType): fixed bug #870781
8670
8671 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8672
8673         PIC16 port related changes:
8674         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8675         added variable stackPos,
8676
8677         * gen.c: genCall, assignResultValue: added support for
8678         pushing/retrieving function parameters to/from stack,
8679         genFunction,genEndFunction: setup stack frame for the
8680         generated function,
8681         genAddrOf: will be changed according to bug 863624
8682
8683         * added files genutils.c and genutils.h which contain gen*
8684         debugged and optimised functions extracted from gen.c
8685
8686         * glue.c: added variable 'externs' which holds extern symbols,
8687         pic16emitRegularMap: is modified to properly handle relocatable
8688          symbols under the new scheme,
8689         pic16createInterruptVect: is modified
8690         pic16printPublics: is modified to emit 'global' assembler directives,
8691         added pic16_printExterns to print extern symbols,
8692         pic16glue: initializes stack/frame pointer in the beginning of
8693         the assembly output. Temporary hack, will be corrected later,
8694         because gplink yet does not support stack and SDCC does not
8695         yet support a type of crt0.o object to create the final binary.
8696
8697         * Removed many lines that contain 8051 legacy code.
8698         * The code is finally placed under a 'code' directive.
8699         * Added port specific options.
8700
8701         * _process_pragma: simplified since now we do not need *special*
8702         include file to define SFR registers. But a separate header
8703         will be needed. This will be developed later.
8704         * _pic16_parseOptions: added, parses port specific options:
8705         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8706         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8707         --preplace-udata-with=
8708
8709         * _pic16_setDefaultOptions: modified to initialize section names,
8710         but hack is temporarly out of order since it needs improvement.
8711         * _pic16_genAssemblerPreamble: configuration words are emitted by
8712         their address instead of their name. This part is incomplete and
8713         supports only the 18Fxx2 devices. Other devices will emit an error
8714         during assembly since they do not contain the same set of config
8715         registers
8716         * _pic16_genIVT: is modified,
8717
8718         * pcode.c: added definitions for some hardware registers that are needed
8719         for stack support
8720         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8721         All PCI entries are updated. Now LFSR is supported.
8722         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8723         * added pic16_newpCodeOpLit2 to support instructions with
8724         two literal arguments
8725         * pic16_pCode2str: corrected code that emits assembler instructions
8726         with two literal operands and those that have an access bit modifier
8727         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8728         this fixes a bug which caused some labels to be lost, when an
8729         assembler directive was added, i.e. banksel,
8730         * pic16_FixRegisterBanking: improved logic that causes the insertion
8731         of bank switching,
8732         * InlineFunction: functions that are called once, are not any more
8733         inlined. This can be a port option in the future,
8734
8735         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8736
8737         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8738         hold the corresponding uninitialized symbols,
8739         * pic16_allocProcessorRegister: registers have explicit marked the
8740         accessBank field,
8741         * pic16_allocInternalRegister: registers are explicit marked as
8742         not used,
8743         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8744         processing list, so bit registers were lost,
8745         *
8746
8747         * ralloc.h: added field 'accessBank' and original symbol operand
8748         in register definition,
8749         * removed the field isMapped from register definition,
8750
8751         ** Several functions have been removed from various sources:
8752         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8753         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8754         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8755         pic16_assignRelocatableRegisters
8756
8757         ** others have been introduced:
8758         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8759         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8760
8761 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8762
8763         * support/scripts/inc2h.pl: changed definition of BIT_AT
8764         to emit 'sbit at' instead of 'bit at'. This was a request.
8765
8766         PIC16 port related preliminary changes:
8767         * gen.c: prefixed function popRegFromString with
8768         pic16_ and all references to it corrected
8769         * pcode.c: all pic16_pc_* hardware registers prefixed
8770         with underscore (_),
8771         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8772         * ralloc.c: newReg(): when register is REG_SFR then
8773         set address to rIdx,
8774         pic16_allocProcessorRegister(): marks register wasUsed=0
8775         pic16_writeUsedRegs(): added a call to assign processor
8776         registers via pic16_assignFixedRegisters
8777
8778 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8779
8780         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8781         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8782         variables in unused register banks.  Also the SSEG is placed
8783         wherever there is enough space for it, and IDATA can be anywhere
8784         in internal RAM.  For now compile using -Wl-Y[stack_size].
8785         The mem file is different for this option as well, since it
8786         makes no sense of talking about DSEG lenght.
8787
8788 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8789
8790         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8791         in certain cases, e.g. when ROM assignment, patch provided
8792         from Albert den Haan.
8793
8794 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8795
8796         Many signedness and type propagation fixes:
8797         * src/SDCCicode.c: made geniCodeCast() static
8798         replaced SPEC_ by IS_ (cosmetic)
8799         (operandOperation): fixed div and mod operation
8800         (usualBinaryConversions): added support for promotion of char
8801         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8802         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8803         (geniCodeAdd): an array index will stay unsigned, even if promoted
8804         from char to int
8805         (geniCodeArray): ditto
8806         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8807         * src/SDCCsymt.c (computeType): added more support for char;
8808         promotion of char is selectable by promoteCharToInt, fixed signedness
8809         for all cases
8810         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8811         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8812         * src/SDCCval (val*): replaced signedness calculation by
8813         computeType()
8814         rearranged if-branches (cosmetic)
8815         (valShift): added warning W_SHIFT_CHANGED
8816         (valCompare): fixed problem with different types
8817         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8818         * support/regression/tests/literalop.c: added many cases
8819         * support/regression/tests/ast_constant_folding.c: changed finally to
8820         'unsigned int'
8821         * .version: new year, new version: 2.3.7
8822         * src/SDCCmain.c (main): applied patch #866468
8823         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8824         provided by Scott Bronson
8825         * doc/sdccman.lyx: updated documentation for sdcdb
8826         updated and added chapter tips
8827
8828 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8829
8830         * src/SDCCsymt.h: missing from yesterday's commits
8831
8832 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8833
8834         * src/SDCC.y (struct_or_union_specifier),
8835         * support/Util/SDCCerr.c,
8836         * support/Util/SDCCerr.h: verify that struct & union tags are used
8837         as declared.
8838
8839 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8840
8841         * src/SDCCglobl.h: missing from yesterday's commits
8842
8843 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8844
8845         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8846         sft_attributes, struct_declaration, parameter_declaration,
8847         type_name, start_block, declaration_list),
8848         * src/SDCC.lex (check_type): support redefinition of typedef names
8849
8850 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8851
8852         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8853         aligned xdata arrays. Erik helped me with the if clause.
8854
8855 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8856
8857         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8858         warning
8859
8860 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * src/SDCCast.h,
8863         * src/SDCCast.c (newAst_),
8864         * src/SDCCicode.h,
8865         * src/SDCCicode.c (ast2iCode, newiCode),
8866         * src/SDCCglobl.h,
8867         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8868         expr, statement, expression_statement, selection_statement,
8869         iteration_statement, expr_opt, jump_statement): foundation for tracking
8870         sequence points
8871         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8872         point code too)
8873
8874 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8875
8876         * support/Util/SDCCerr.c,
8877         * src/SDCCast.h,
8878         * src/SDCCast.c (createCase, createDefault, decorateType),
8879         * src/SDCClabel.c (labelUnreach),
8880         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8881         to error messages.
8882         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8883         (with thanks to Stas Sergeev)
8884         * device/include/time.h,
8885         * device/lib/time.c (CheckTime): suppress unreachable code warning
8886
8887 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8888
8889         * src/SDCCast.c (createIvalCharPtr),
8890         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8891         bug #753752)
8892         * support/regression/tests/nullstring.c: tests for these two bugs
8893
8894 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8895
8896         * support/Util/SDCCerr.h,
8897         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8898         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8899         about storage class and 'at' used inside struct or union
8900         * src/SDCCBBlock.c (iCodeFromeBBlock),
8901         * src/SDCCcse.c (ifxOptimize),
8902         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8903         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8904         printIval, emitStaticSeg, emitOverlay),
8905         * src/SDCClabel.c (deleteIfx),
8906         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8907         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8908         gatherAutoInit, processParms),
8909         * support/Util/SDCCerr.h,
8910         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8911         reporting for post-parse errors.
8912
8913 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8914
8915         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8916         implicit casts via union; they don't work on big endian systems
8917         (possible fix for bug #861138)
8918
8919 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8920
8921         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8922         * src/mcs51/main.c: fixed the fix for bug #737001
8923
8924 2003-12-15  Borut Razem <borut.razem AT siol.net>
8925
8926         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8927
8928 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8929
8930         * support/makebin/makebin.c: put output in binary mode
8931
8932 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8933
8934         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8935         xdata and data memory on startup. Set the environment variable
8936         SDCC_NOGENRAMCLEAR to disable this.
8937         * src/mcs51/peephole.def,
8938         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8939         (allows non-interrupt and interrupt code to safely compete for a resource
8940         without the non-interrupt code having to disable interrupts)
8941
8942 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8943
8944         * src/SDCCicode.c (geniCodeAdd),
8945         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8946         with valFromType if type might be a pointer and host is big endian).
8947         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8948         types, not just integer types.
8949         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8950         multiply defined with mismatching "at" address.
8951
8952 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8953
8954         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8955         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8956         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8957         with embedded nulls (fixed bug #753752)
8958
8959 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8960
8961         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8962         Apparently this did not see much testing (endless loop)
8963
8964 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8965
8966         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8967
8968 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8969
8970         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8971         gracefully handle NULL memmap pointers
8972
8973 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8974
8975         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8976         instead of deleting the iCode when an operand is volatile
8977         * src/z80/gen.c (genDummyRead),
8978         * src/mcs51/gen.c (genDummyRead),
8979         * src/ds390/gen.c (genDummyRead),
8980         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8981         not just IC_RIGHT
8982         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8983         * src/SDCC.y: fixed bug #850420
8984
8985 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8986
8987         Applied z80 i/o port patch from Peter Townson and fixed some operators
8988         to better handle operands in A register.
8989         * device/include/z180.h
8990         * src/SDCC.y
8991         * src/SDCCglue.c
8992         * src/z80/gen.c
8993         * src/z80/gen.h
8994         * src/z80/main.c
8995         * src/z80/peeph-z80.def
8996         * src/z80/peeph.def
8997         * src/z80/z80.h
8998
8999 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
9002
9003 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9004
9005         * device/lib/hc08/_mullong.c: Removed extra #endif
9006
9007 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9008
9009         * sim/ucsim/hc08.src/inst.cc,
9010         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
9011         carries from x to h
9012         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
9013         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
9014         * device/include/stdarg.h: fixed varargs for hc08
9015         * device/lib/Makefile.in,
9016         * device/lib/hc08/Makefile,
9017         * device/lib/hc08/_mulint.c,
9018         * device/lib/hc08/_mullong.c: fixed some endian problems
9019
9020 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9021
9022         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
9023         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
9024         * device/lib/_gptrget.c,
9025         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
9026
9027 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9028
9029         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
9030         * src/SDCCast.c (astErrors): fixed bug #846007
9031         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
9032
9033 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9034
9035         * src/SDCCast.c (decorateType): disabled a transformation I added in
9036         revision 1.188 (access to fields of a structure at an absolute address);
9037         it breaks with bitfields, extern declarations, and gcse analysis.
9038         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
9039         could be assigned through a pointer, so don't complain.
9040         * src/SDCCast.c (astErrors),
9041         * src/SDCCast.h,
9042         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
9043
9044 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
9045
9046         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
9047         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
9048         output of __config directives, since gpasm now supports them
9049         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
9050         pre-processor macro, i.e. -DMCU=p18f452
9051         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
9052         and modified to handle 'cast' icode similarly to '=' icode
9053         * src/pic16/device.h (typedef struct PIC_device): added field
9054         'extMIface' to indicate that chip has external memory interface
9055         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
9056         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
9057         18F8720
9058
9059 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9060
9061         * src/SDCC.y (pointer): fixed bug #846006
9062         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
9063         * src/SDCCast.c (decorateType): fixed bug #846009
9064         * src/ds390/peeph.def,
9065         * src/ds390/gen.c (genAnd, genOr),
9066         * src/mcs51/peeph.def,
9067         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
9068
9069 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9070
9071         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
9072         * src/SDCCdflow.c
9073         * src/SDCCcse.c
9074         * src/SDCCcse.h
9075         * src/SDCCBBlock.h
9076         * src/SDCCBBlock.c
9077
9078 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
9079
9080         fixed bug #845089
9081         * src/SDCCbitv.h,
9082         * src/SDCCbitv.c: added function to free a bitvector
9083         * src/SDCClrange.h,
9084         * src/SDCClrange.c: added function to recompute the liveranges
9085         * src/avr/ralloc.c,
9086         * src/ds390/ralloc.c,
9087         * src/hc08/ralloc.c,
9088         * src/mcs51/ralloc.c,
9089         * src/pic/ralloc.c,
9090         * src/pic16/ralloc.c,
9091         * src/xa51/ralloc.c,
9092         * src/z80/ralloc.c: recompute the liveranges after register packing
9093
9094 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
9095
9096         * src/SDCCloop.c (newInduction): fixed bug #845630
9097
9098 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9099
9100         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
9101         inadvertantly left behind from my 2003-11-12 change
9102
9103 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9104
9105         Updated headers I neglected to commit yesterday.
9106         * src/SDCClrange.h,
9107         * src/SDCCicode.h
9108
9109 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9110
9111         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
9112         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
9113         * src/SDCCopt.c (eBBlockFromiCode),
9114         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
9115         the creation of the key hash table from the sequencing so it can be used
9116         earlier (for some GCSE bug fixes still pending)
9117
9118 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9119
9120         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
9121         * support/regression/tests/addsub.c: testing genPlus shortcut
9122
9123 2003-11-15  Borut Razem <borut.razem AT siol.net>
9124
9125         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
9126
9127 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9128
9129         * src/SDCCcse.c (cseBBlock): fixed bug #527779
9130         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
9131         ordering is immaterial.
9132         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
9133
9134 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9135
9136         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
9137         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
9138         (SIGSEV) of bug #840381
9139         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
9140         unlink new file before rename if new and old filenames are the same)
9141
9142 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9143
9144         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
9145         uninitialized variables) for the mcs51. Set environment variable
9146         SDCC_GENRAMCLEAR to test.
9147         xdata initialization slightly shorter
9148
9149 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9150
9151         * src/SDCCsymt.h,
9152         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
9153         #838241 & 780691 (basicly the same bug)
9154         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
9155         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
9156
9157 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
9158
9159         * src/SDCCmain.c (linkEdit): "fix" #834252
9160
9161 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9162
9163         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
9164         * src/SDCCast.h,
9165         * src/SDCC.y: fixed bug #819403
9166
9167 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9168
9169         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
9170         the reentrant attribute.
9171         * src/hc08/gen.c (genPackBits): added missing stack readjustment
9172         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
9173         simulation
9174         * src/SDCCast.c (decorateType): fixed bug with storage class not being
9175         updated during pointer dereference; f.e. ~(((char *)1)*) was being
9176         erroneously reduced to a literal.
9177         * src/hc08/ralloc.c (packRegisters, rematStr),
9178         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
9179         some cases
9180
9181 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9182
9183         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
9184         * doc/sdccman.lyx: changed from 'article' to 'book'
9185         * doc/Makefile: readded test_suite_spec and cdbfileformat
9186
9187 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
9188
9189         * device/include/stdlib.h: include malloc.h to comply with ANSI
9190         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
9191
9192 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9193
9194         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
9195         * doc/clean.mk: also remove *.out files
9196         * doc/sdccman.lyx: some additions, larger top/bottom margins
9197
9198 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9199
9200         * src/SDCC.y: fixed bug #837365
9201         * support/regression/tests/bitopcse.c
9202         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9203         a symbol (might be valop instead)
9204         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9205         * device/lib/clean.mk: added hc08 to the cleaning list
9206
9207 2003-11-04  Borut Razem <borut.razem AT siol.net>
9208
9209         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9210           made 2003-11-04
9211         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9212           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9213           malloc is declared in standard stdlib.h
9214
9215 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9216
9217         * device/lib/hc08/Makefile: need to clean .rel not .o files
9218         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9219
9220 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9221
9222         * src/port.h,
9223         * src/hc08/main.c,
9224         * src/mcs51/main.c,
9225         * src/ds390/main.c,
9226         * src/z80/main.c,
9227         * src/avr/main.c,
9228         * src/pic/main.c,
9229         * src/pic16/main.c,
9230         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9231         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9232         tests (which uses the port's oclsExpense function)
9233         * src/SDCC.y,
9234         * src/SDCCast.c,
9235         * src/SDCCicode.c,
9236         * src/hc08/gen.c,
9237         * src/ds390/gen.c,
9238         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9239
9240 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9241
9242         * src/SDCCcse.c (ifxOptimize),
9243         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9244         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9245         deleting the IFX iCode.
9246         * src/hc08/ralloc.c: reduced unneeded slocs
9247         * src/hc08/gen.c: fixed bug in asmopToBoolean
9248
9249 2003-11-04  Borut Razem <borut.razem AT siol.net>
9250
9251         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9252           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9253           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9254           transferred to configure
9255
9256 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9257
9258         Use headers defined in the C[++] standards:
9259         * sim/ucsim/gui.src/serio.src/fileio.cc
9260         * sim/ucsim/gui.src/serio.src/frontend.cc
9261         * sim/ucsim/gui.src/serio.src/main.cc
9262         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9263         * support/Util/NewAlloc.c
9264         * as/hc08/lklibr.c
9265         * as/mcs51/lklibr.c
9266         * as/z80/aslist.c
9267         * as/z80/assym.c
9268
9269 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9270
9271         * Added MSVC projects for hc08 assembler and linker:
9272         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9273         /as/hc08/link_hc08.dsp
9274
9275 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9276
9277         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9278
9279 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9280
9281         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9282
9283 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9284
9285         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9286
9287 2003-10-31  Borut Razem <borut.razem AT siol.net>
9288
9289         * support/cpp2/cpplib.h,
9290           support/cpp2/cpplib.c,
9291           support/cpp2/cpplex.c,
9292           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9293           to switch _asm block preprocessing on / off. Default is
9294           #pragma preproc_asm +
9295
9296 2003-10-31  Borut Razem <borut.razem AT siol.net>
9297
9298         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9299           when outputting comment blocks (when executed with -C option) and
9300           _asm (SDCPP specific) blocks
9301
9302 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9303
9304         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9305
9306 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9307
9308         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9309
9310 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9311
9312         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9313         * src/SDCCast.c (decorateType): fixed bug #832664
9314
9315 2003-10-31  Borut Razem <borut.razem AT siol.net>
9316
9317         * support/cpp2/cpplex.c: fixed for SDCPP:
9318           comments(when executed with -C option) and _asm blocks
9319           were included even if they where in skipped #if block.
9320           Applied solution from GCC cpp 3.3.2
9321
9322 2003-10-31  Borut Razem <borut.razem AT siol.net>
9323
9324         * src/SDCC.lex: sdcc now understands both formats:
9325           '# <line_number> <file_name>' and
9326           '#line <line_number> <file_name>'
9327         * support/cpp2/cppmain.c: sdcpp now generates the standard
9328           '# <line_number> <file_name>' instead of former
9329           '#line <line_number> <file_name>'
9330
9331 2003-10-30  Borut Razem <borut.razem AT siol.net>
9332
9333         * support/cpp2/cpphash.h,
9334         * support/cpp2/cpplib.h
9335         * support/cpp2/cpplex.c,
9336         * support/cpp2/cppmain.c,
9337         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9338
9339 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9340
9341         Fixed a number of problems revealed by bug #827883.
9342         * src/SDCCloop.c (loopInvariants): Spill location of the
9343         result operand should be recomputed if extracted from
9344         a loop. Also, don't extract assignments of an iTemp
9345         from a literal.
9346         * src/SDCCast.c (isConformingBody): loop reversal should
9347         not occur if the control variable is involved with a
9348         relational operator.
9349
9350 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9351
9352         * .version: bumped to 2.3.6 to reflect the big improvements
9353         made by Erik and Klaus. Thanks!
9354
9355 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9356
9357         Replaced the livrange code.
9358         * src/SDCClrange.c: added new LR code
9359         * src/SDCCloop.c,
9360         * src/SDCCBBlock.h: removed remainig parts from old LR code
9361         * src/ds390/ralloc.c,
9362         * src/ds390/gen.c: minor fixes to make it work with new code
9363
9364 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9365
9366         * as/hc08/asm.h,
9367         * as/hc08/lkrloc.c,
9368         * src/hc08/gen.c,
9369         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9370         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9371         (tweaked fix for bug #818696)
9372
9373 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9374
9375         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9376
9377 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9378
9379         * src/SDCCmain.c,
9380         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9381         * src/mcs51/gen.c (gencjneshort),
9382         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9383         more efficient (per Scott Bronson's suggestion)
9384
9385 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9386
9387         Extended the semantics of the critical keyword to include
9388         individual statements. See RFE #827755 and #799831
9389         * src/SDCC.y
9390         * src/SDCCicode.c
9391         * src/SDCCopt.c
9392         * src/SDCCast.c
9393         * support/Util/SDCCerr.c
9394         * support/Util/SDCCerr.h
9395         * src/mcs51/gen.c
9396         * src/ds390/gen.c
9397         * src/hc08/gen.c
9398
9399 2003-10-19  Borut Razem <borut.razem AT siol.net>
9400
9401         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9402
9403 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9404
9405         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9406         Fixed bug #818696
9407         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9408         and predecrement operand is displayed
9409
9410 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9411
9412         * src/SDCCval.c (valMinus): fixed bug #826041
9413
9414 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9415
9416         Some hc08 related updates that I missed earlier
9417         * sim/ucsim/stypes.h
9418         * support/regression/ports/hc08/spec.mk
9419
9420 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9421
9422         New target "hc08" for the Motorola 68hc08 family of micros
9423
9424         * configure
9425         * configure.in
9426         * Makefile
9427         * src/hc08/*
9428         * src/SDCCmain.c
9429         * src/port.h
9430         * sim/ucsim/hc08.src/*
9431         * sim/ucsim/configure.in
9432         * src/ucsim/configure
9433         * sim/ucsim/packages_in.mk
9434         * as/hc08/*
9435         * as/Makefile
9436         * device/include/mc68hc908qy.h
9437         * device/lib/hc08/*
9438         * device/lib/Makefile.in
9439         * support/regression/ports/hc08/*
9440         * support/regression/Makefile
9441
9442 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9443
9444         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9445         regression test
9446         * src/ds390/gen.c (genCast): fixed bug #821957
9447
9448 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9449
9450         * device/lib/logf.c: "fixed" overlay bug
9451         * support/regression/ports/host/spec.mk: added m library
9452         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9453         * support/regression/tests/float_trans: added (for Eric)
9454
9455 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * src/mcs51/gen.c (genCpl): fixed bug
9458         http://sf.net/mailarchive/message.php?msg_id=6263915
9459
9460 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9461
9462         * src/SDCCast.c (decorateType): added extended constant folding
9463         * src/SDCCsymt.c (computeType): cleanup
9464         * src/SDCCval.c (valShift): minor optimization
9465         * support/regression/tests/ast_constant_folding.c: added
9466
9467 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9468
9469         * src/SDCCmain.c: removed some unintended changes
9470
9471 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9472
9473         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9474         * src/z80/gen.c: fixed part of bug #817589
9475         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9476
9477 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9478
9479         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9480         * src/SDCCcflow.c
9481         * src/SDCCcse.c
9482         * src/SDCCdflow.c
9483         * src/SDCClabel.c
9484         * src/SDCClrange.c
9485         * src/SDCCmem.c
9486         * src/SDCCopt.c
9487         * src/SDCCpeeph.c
9488         * src/SDCCset.c
9489         * src/avr/ralloc.c
9490         * src/ds390/ralloc.c
9491         * src/izt/ralloc.c
9492         * src/mcs51/ralloc.c
9493         * src/pic/ralloc.c
9494         * src/pic16/ralloc.c
9495         * src/xa51/ralloc.c
9496         * src/z80/ralloc.c
9497         * src/z80/gen.c: removed unused label "release:"
9498
9499 2003-10-06  Borut Razem <borut.razem AT siol.net>
9500
9501         * src/SDCC.lex: removed definition of unused variables
9502           save_optimize and save_options
9503
9504 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9505
9506         * clean.mk: removed '=' in "-maxdepth=1"
9507         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9508         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9509
9510 2003-10-06  Borut Razem <borut.razem AT siol.net>
9511
9512         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9513           my_unput() replaced by unput()
9514
9515 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9516
9517         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9518         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9519         type-punned pointer will break strict-aliasing rules"
9520         Old LR behaviour is again default; Klaus' LR can be choosen by
9521         defining the environment variable LRKLAUS
9522         * src/SDCCBBlock.h
9523         * src/SDCCloop.c
9524         * src/SDCClrange.c
9525         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9526         * clean.mk: fixed removal of files in bin/CVS/
9527         * device/lib/clean.mk: fixed removal of directories small and large
9528         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9529         * src/SDCCicode.c,
9530         * src/SDCCval.c: removed superflous test for pedantic
9531
9532 2003-10-05  Borut Razem <borut.razem AT siol.net>
9533
9534         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9535           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9536           message "unmatched #pragma SAVE and #pragma RESTORE"
9537
9538 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9539
9540         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9541           assembly, critical functions, atomic, nojtbound)
9542
9543 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9544
9545         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9546         * src/SDCCBBlock.h
9547         * src/SDCCloop.c
9548         * src/SDCCloop.h
9549         * src/SDCClrange.c
9550
9551 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9552
9553         * src/z80/gen.h,
9554         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9555         * src/mcs51/gen.h
9556         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9557         * src/ds390/gen.h
9558         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9559         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9560         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9561
9562 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9563
9564         * src/z80/gen.c (genRet): fixed bug #524753
9565         * src/z80/gen.c (genCast): fixed internal error on cast from
9566         pointer to long
9567         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9568         fix for bug #477835 to the z80
9569         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9570         for tracking iCodes in the peephole optimizer for z80
9571
9572 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9573
9574         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9575         the other part of bug #814548
9576         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9577
9578 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9579
9580         * src/SDCCcse.c: fixed part of bug #814548
9581
9582 2003-09-28  Borut Razem <borut.razem AT siol.net>
9583
9584         * src/asm.c: rewrite of printILine() to use temporary file instead
9585           a pipe
9586         * src/xa51/main.c: commented out declaration of int rewinds
9587
9588 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9589
9590         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9591
9592 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9593
9594         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9595         * src/asm.c (printILine): Fixed bug #811015
9596
9597 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9598
9599         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9600         freeing.
9601
9602 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9603
9604         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9605         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9606         to correctly handle general case of AOP_PAIRPTR
9607         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9608
9609 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9610
9611         * src/mcs51/ralloc.c (fillGaps),
9612         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9613         register positioning bug)
9614
9615 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9616
9617         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9618
9619 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9620
9621         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9622         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9623         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9624         (ralloc doesn't intentionally do this now, but perhaps later)
9625         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9626         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9627         register positioning bugs (Fixed bug #762602 and #795325)
9628         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9629         (Fixed bug #808779)
9630         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9631         lines that --i-code-in-asm generates
9632
9633 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9634
9635         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9636         trying to fclose a FILE* that was already closed.
9637
9638 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9639
9640         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9641         of const struct should be treated as if const themselves)
9642
9643 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9644
9645         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9646
9647 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9648
9649         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9650         Unix (/n) and DOS (/r/n) line terminations.
9651
9652 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9653
9654         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9655         bug #613775
9656
9657 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9658
9659         * src/mcs51/gen.c (genFunction, genEndFunction),
9660         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9661         and restore of EA so that stack offsets to parameters are
9662         correct when using both critical and reentrant/stack-auto.
9663         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9664         size (can be triggered in error if sloc is shared between
9665         different sized objects)
9666         * device/include/float.h: fixed macros to explicitly use
9667         unsigned long where needed
9668
9669 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9670
9671         Feature req. 799831: added code to allow nesting of critical functions
9672         * src/mcs51/gen.c (genFunction, genEndFunction)
9673         * src/ds390/gen.c (genFunction, genEndFunction)
9674
9675 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9676
9677         * src/SDCCsymt.c (sclsFromPtr),
9678         * src/SDCCsymt.h,
9679         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9680         support for standard C idiom of memory mapped variables; for
9681         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9682         to xdata int at 0x1234 tempvar = 1.
9683         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9684         provided by Akiya ISHIDA
9685
9686 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9687
9688         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9689         * src/SDCCval.c (constVal): added reduction from int to char
9690         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9691         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9692         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9693         to ignore the sign
9694         * support/regression/tests/shifts.c: fixed
9695
9696 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9697
9698         * src/z80/gen.c (genXor): Fixed bug #805445
9699
9700 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9701
9702         Fixed bug #621531 (const & volatile confusion in the type chain).
9703         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9704         refer to the const or volatile state of the pointer itself.
9705
9706         * src/SDCCast.c
9707         * src/SDCCglue.c
9708         * src/SDCCicode.c
9709         * src/SDCCsymt.c
9710         * src/SDCCval.c
9711         * src/SDCC.y
9712         * src/SDCCsymt.h
9713         * src/pic/gen.c
9714         * src/pic/ralloc.c
9715         * src/pic16/gen.c
9716         * src/pic16/ralloc.c
9717         * support/regression/tests/const.c
9718
9719 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9720
9721         When checking for duplicated modules, use absolute paths
9722         instead of relative paths.  Files changed:
9723
9724         * as/mcs51/lklib.c
9725         * link/z80/lklib.c
9726
9727 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9728
9729         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9730
9731 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9732
9733         * device/include/string.h: added size_t typedef, changed
9734         prototypes to use size_t, eliminated separate reentrant and
9735         non-reentrant declarations, added _memmove declaration
9736         * device/lib/_memcpy.c: changed to use size_t instead of int,
9737         changed /4 to >>2 to avoid division library call
9738         * device/lib/_memcmp.c,
9739         * device/lib/_memset.c,
9740         * device/lib/_strncat.c,
9741         * device/lib/_strncpy.c,
9742         * device/lib/_strncmp.c: changed to use size_t instead of int
9743         * device/lib/_memmove.c: new file (fixed bug #772294)
9744         * device/lib/Makefile.in: added _memmove.c
9745         * device/lib/z80/asm_strings.s: fixed bug #772290
9746         * support/regression/tests/bitfields.c: attempt to fix host assertion
9747         failure on amd64-unknown-linux2.2
9748
9749 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9750
9751         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9752         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9753         * as/z80/asmain.c (main): fixed bug #801766
9754
9755 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9756
9757         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9758         compilers
9759
9760 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9761
9762         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9763         reported in bug #800609
9764
9765 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9766
9767         * Top header beautifications in src/pic16 directory:
9768           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9769           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9770           pcoderegs.h, ralloc.c, ralloc.h
9771         * main.c: added top header and GPL license notice
9772         * pcode.c: fixed the if-conditional warning
9773
9774 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9775
9776         * device/lib/_mullong.c: replaced int by short for gcc
9777
9778 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9779
9780         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9781         and JUMPTABLE iCodes properly now (worked by accident before)
9782         * src/mcs51/gen.c (leftRightUseAcc),
9783         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9784         iCode properly now. Use getSize instead of nRegs since a & b
9785         aren't part of the nRegs tally.
9786
9787 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9788
9789         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9790         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9791           before instructions that use the _STATUS register
9792
9793 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9794
9795         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9796         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9797         fetching of the pointer
9798         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9799         copied from genNearPointerSet()
9800         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9801         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9802         If they pop r0/r1 they must be called in the opposite order than aopOp().
9803         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9804         (resp. --stack-auto), prepared for --xstack
9805
9806 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9807
9808         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9809
9810 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9811
9812         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9813         these ports have their own __sdcc_external_start()
9814
9815 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9816
9817         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9818         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9819         type for bits was changed. It resulted in bit variables becoming
9820         global, which is not permitted in PIC 14 assembly output.
9821
9822 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9823
9824         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9825
9826 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9827
9828         Z80 and MCS51 linkers complaint if a public symbol is defined
9829         in more than one library module:
9830
9831         * as/mcs51/lklib.c
9832         * link/z80/lklib.c
9833         * as/mcs51/Makefile.in
9834
9835 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9836
9837         A few small changes that speed up the peephole optimizer.
9838
9839         * src/SDCCpeeph.c
9840
9841 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9842
9843         Try to make the peephole optimizer smarter by maintaining
9844         an association between the assembly source code and the
9845         iCodes that originated them. Put this information to use
9846         with a new peephole rule condition "notVolatile" so that
9847         the rules can be aggressive yet still safe.
9848
9849         * src/SDCCpeeph.c
9850         * src/SDCCpeeph.h
9851         * src/mcs51/gen.c
9852         * src/mcs51/peeph.def
9853
9854 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9855
9856         Fixed bug #741761
9857
9858         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9859         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9860         if the left or right operand symbols have the accuse flag set.
9861
9862 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9863
9864         Changed the type of the result of the ! (NOT) operator to char;
9865         previously it returned the same type as the source. This allows
9866         us to eliminate all the genFloatNot functions (all of its target
9867         implementations were very buggy) since !float can use the same
9868         code as !long now.
9869
9870         * src/SDCCicode.c (ast2iCode): ! returns char
9871         * src/mcs51/gen.c (genNot, genNotFloat),
9872         * src/ds390/gen.c (genNot, genNotFloat),
9873         * src/z80/gen.c (genNot, genNotFloat),
9874         * src/pic/gen.c (genNot, genNotFloat),
9875         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9876
9877 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9878
9879         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9880         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9881            during interrupts. Ensure WSAVE is located at a shared bank address.
9882         2. Fixed page selection in some places
9883         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9884            the registers name strings.
9885         4. Fixed "signed / unsigned compare" compiler warnings.
9886         5. The PIC port manages its own allocation of the general purpose
9887            registers, but makes no attempt to reuse them. As a result when
9888            compiling it soon runs out of general purpose registers. Some
9889            additional code was added to the files pcode.c and device.c to walk
9890            through the function call tree and rename the registers so that they
9891            get reused.
9892
9893         * src/pic/device.c
9894         * src/pic/gen.c
9895         * src/pic/glue.c
9896         * src/pic/pcode.c
9897         * src/pic/pcode.h
9898         * src/pic/ralloc.c
9899         * src/pic/ralloc.h
9900         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9901         genPlus() & genMinus() when the result is the same as left or right
9902
9903 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9904
9905         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9906
9907 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9908
9909         Made bitfield a distinct type from bit so that bitfields
9910         convert as per ANSI C and bits retain their traditional
9911         boolean style behaviour. Implemented bitfield support in
9912         the z80 port.
9913
9914         * src/SDCCsymt.h,
9915         * src/SDCCsymt.c,
9916         * src/SDCCast.c,
9917         * src/cdbFile.c,
9918         * src/mcs51/gen.c,
9919         * src/ds390/gen.c: bit v bitfield split
9920         * src/z80/gen.c: New support for bitfields
9921         * support/regression/tests/bitfields.c: reenabled z80,
9922         added more tests
9923
9924 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9925
9926         Rules 246.x, 247.x relate to bitfields, the others speed up
9927         access to xdata mapped I/O devices.
9928
9929         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9930
9931 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9932
9933         Cleaned up genPackBits and genUnpackBits and added two helper
9934         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9935         for literal assignments in genPackBits (thanks to Frieder for
9936         reminding me).
9937
9938         * src/mcs51/gen.c
9939         * src/ds390/gen.c
9940
9941 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9942
9943         Fixed bug #748310 (pointer to function type mishandled when the
9944         function name is omitted). Also fixed a SIGSEGV when a function
9945         attribute (reentrant, etc) is used on a non-function or on a
9946         function but misplaced before the parameter list.
9947
9948         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9949         bug #748310
9950         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9951         * support/Util/SDCCerr.h,
9952         * support/Util/SDCCerr.c: Added func attr misuse error msg
9953
9954 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9955
9956         Fixed bug #787649 by anonymous
9957         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9958         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9959
9960 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9961
9962         Fixed numerous bitfield problems.
9963
9964         * src/SDCC.y: More bitfield related error checking
9965         * src/SDCCsymt.h,
9966         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9967         * support/Util/SDCCerr.h,
9968         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9969         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9970         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9971         * support/regression/tests/bitfields.c: tests added
9972
9973 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9974
9975         Made the constant following the "interrupt" keyword optional. If
9976         omitted, the function will not automatically be given an entry
9977         in the interrupt vector table (similar to #pragma NOIV, but
9978         less syntacticly kludgy). The interrupt number is also now
9979         range checked. Also fixed a bug in the high order bit example
9980         in the manual.
9981
9982         * src/SDCC.y
9983         * src/SDCCmem.c
9984         * src/SDCCglue.c
9985         * src/SDCCsymt.h
9986         * support/Util/SDCCerr.c
9987         * support/Util/SDCCerr.h
9988         * doc/sdccman.lyx
9989
9990 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9991
9992         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9993         * src/SDCCicode.c (operandOperation): rewritten some ops
9994         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9995         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9996         other type
9997         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9998         be re-activated by defining REDUCE_LITERALS)
9999         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
10000         unsigned, but are signed by default
10001         * src/SDCCval.c (constVal): rearranged
10002         * src/SDCCval.c (valMod): preliminary fix
10003         * src/SDCCval.c (valCastLiteral): use TYPE_* types
10004         * support/regression/literalop.c: added, work in progress
10005
10006 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10007
10008         Generate warnings for useless declarations like "char data;"
10009         that don't do what new users expect.
10010
10011         * src/SDCC.y
10012         * support/Util/SDCCerr.h
10013         * support/Util/SDCCerr.c
10014
10015 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
10016
10017         * src/SDCCval.c (valMult): fix overflow detection of negative int
10018
10019 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10020
10021         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
10022
10023         Changes to support big endian targets:
10024
10025         * src/ports.h
10026         * src/SDCCglue.c
10027         * src/avr/main.c
10028         * src/ds390/main.c
10029         * src/izt/i186.c
10030         * src/mcs51/main.c
10031         * src/pic/main.c
10032         * src/pic16/main.c
10033         * src/xa51/main.c
10034         * src/z80/main.c
10035
10036 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
10037
10038         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
10039         * device/lib/time.c: fixed warning "integer overflow in expression"
10040
10041 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
10042
10043         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
10044         * src/SDCCval.c (constVal): changed default to signed; hex and octal
10045         constants are unsigned; added recognition of "u" flag for unsigned
10046         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
10047         * src/SDCCval.c (valDiv, valMod): fixed signdness
10048         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
10049         signedness of modulo, left and right shift
10050         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
10051         * support/Util/SDCCerr.h: added warning W_INT_OVL
10052         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
10053         * src/SDCCast.c (ast_print): improved output of constants
10054
10055 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10056
10057         Fixed some warnings when building with MSVC:
10058
10059         * as/mcs51/asdata.c
10060         * as/z80/asdata.c
10061         * as/mcs51/asm.h
10062         * as/z80/asm.h
10063         * link/z80/aslink.h
10064         * link/z80/lkdata.c
10065         * link/z80/lkeval.c
10066         * link/z80/lkgb.c
10067         * link/z80/lkihx.c
10068         * link/z80/lks19.c
10069         * link/z80/lksym.c
10070         * support/cpp2/cpplib.c
10071         * src/ds390/gen.c
10072         * src/mcs51/gen.c
10073
10074 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
10075
10076         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
10077
10078 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10079
10080         * support/librarian/clean.mk: Do not remove Makefile.
10081         * support/librarian/Makefile: added.
10082
10083 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10084
10085         Added librarian to MSVC build:
10086         * all.dsp
10087         * sdcc.dsw
10088         * support/librarian/librarian.dsp
10089
10090         'configure' not needed for librarian, removed:
10091         * support/librarian/configure
10092         * support/librarian/configure.in
10093         * support/librarian/config_in.h
10094         * support/librarian/Makefile.in
10095
10096         Hopefully these ones built the librarian and the rest of sdcc properly:
10097         * Makefile
10098         * Makefile.common.in
10099
10100         Messed up 'configure', so revert to previous version:
10101         * configure
10102         * configure.in
10103
10104 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
10107         there, while the mantissa of a double is "only" 53 bits wide.
10108
10109 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10110
10111         Adding sdcclib to the build.  MSVC project coming soon.
10112         Files added/changed:
10113
10114         * support/librarian/clean.mk
10115         * support/librarian/configure
10116         * support/librarian/configure.in
10117         * support/librarian/config_in.h
10118         * support/librarian/Makefile.bcc
10119         * support/librarian/Makefile.in
10120         * support/librarian/sdcclib.c
10121         * Makefile.bcc
10122         * Makefile
10123         * Makefile.common.in
10124         * configure
10125         * configure.in
10126
10127 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10128
10129         Linker now complaints if linked modules have conflicting options, for
10130         example, one compiled using --model-large and another one compiled with
10131         --model-small.  The following files were modified:
10132
10133         * as/mcs51/asdata.c
10134         * as/mcs51/aslink.h
10135         * as/mcs51/asm.h
10136         * as/mcs51/asmain.c
10137         * as/mcs51/asout.c
10138         * as/mcs51/i51pst.c
10139         * as/mcs51/lkdata.c
10140         * as/mcs51/lklibr.c
10141         * as/mcs51/lkmain.c
10142         * as/z80/asdata.c
10143         * as/z80/asm.h
10144         * as/z80/asmain.c
10145         * as/z80/asout.c
10146         * as/z80/z80pst.c
10147         * link/z80/aslink.h
10148         * link/z80/lkdata.c
10149         * link/z80/lklibr.c
10150         * link/z80/lkmain.c
10151         * src/SDCCglue.c
10152
10153 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10154
10155         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
10156         as/mcs51/lklibr.c: Generate a warning when a library is not found.
10157
10158 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
10159
10160         * src/z80/mappings.i: fix _mul[us][int,long] entries
10161
10162 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10163
10164         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
10165
10166 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10167
10168         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
10169         * support/regression/tests/bitopcse.c: added
10170         fixed warning:
10171         * src/avr/gen.c:
10172         * src/pic/gen.c:
10173         * src/pic16/gen.c:
10174         * src/z80/gen.c:
10175         * src/xa51/gen.c:
10176
10177 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10178
10179         added support for new library format to z80, gbz80 linkers:
10180         *link/z80/aslink.h
10181         *link/z80/lklex.c
10182         *link/z80/lklib.c
10183         *link/z80/lklist.c
10184
10185 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
10186
10187         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
10188         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
10189
10190 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
10191
10192         added DUMMY_READ_VOLATILE:
10193         * src/SDCC.y:
10194         * src/avr/gen.c:
10195         * src/xa51/gen.c:
10196         * src/z80/gen.c:
10197         * src/pic/gen.c:
10198         * src/pic16/gen.c:
10199         * src/mcs51/gen.c:
10200         * src/ds390/gen.c:
10201         * src/SDCCcse.c (algebraicOpts): many improvements
10202         * src/SDCCcse.h: removed algebraicOpts()
10203         * src/SDCCicode.c (picDummyRead): added
10204
10205 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10206
10207         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10208         "Insufficient space in data memory".
10209
10210 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10211
10212         * src/mcs51/gen.c: fixed bug #771358
10213         * src/z80/gen.c: fixed bug #759087
10214
10215 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10216
10217         * src/pic16/glue.c: minor cleanup by Vangelis
10218
10219 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10220
10221         * device/include/regc515c.h: fixed #758477
10222         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10223         * device/lib/_gptrput.c: saved a few bytes
10224         * my tab spacing is 8, yours too?)
10225         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10226         * device/lib/serial.c: process RX bytes earlier than TX bytes
10227         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10228
10229 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10230
10231         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10232
10233 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10234
10235     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10236
10237 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10238
10239         * device/lib/Makefile.in: bad fix, reverted to 1.43
10240
10241 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10242
10243         * device/lib/Makefile.in: added missing z80 object files
10244
10245 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10246
10247         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10248         pic16 progress by Vangelis:
10249         * src/SDCCglobl.h:
10250         * src/SDCCmain.c:
10251         * src/pic/Makefile:
10252         * src/pic:
10253         * pic/Makefile:
10254         * pic16/device.c:
10255         * pic16/device.h:
10256         * pic16/gen.c:
10257         * pic16/gen.h:
10258         * pic16/genarith.c:
10259         * pic16/glue.c:
10260         * pic16/main.c:
10261         * pic16/pcode.c:
10262         * pic16/pcode.h:
10263         * pic16/pcodepeep.c:
10264         * pic16/peeph.def:
10265
10266 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10267
10268     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10269
10270 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10271
10272     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10273     added gbz80 build to MSVC project.
10274     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10275     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10276     from 8051 stuff and setup so it links using a .lnk file.
10277
10278 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10279
10280     * support/librarian/sdcclib.c: sdcc librarian.
10281     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10282     with sdcclib.
10283
10284 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10285
10286     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10287
10288 2003-07-02  Borut Razem <borut.razem AT siol.net>
10289
10290         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10291         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10292         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10293         src/xa51/main.c, src/z80/main.c:
10294         virtualization of glue() function: each port has it's own glue function,
10295         which is accessed by do_glue function pointer in PORT.general structure
10296
10297 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10298
10299         * DS800C400 fun, improved ROM interface and tinibios.
10300
10301 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10302
10303         * More support for DS80C400. Now includes beginning of interface to ROM.
10304
10305 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10306
10307         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10308
10309 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10310
10311         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10312
10313 2003-06-19  Borut Razem <borut.razem AT siol.net>
10314
10315         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10316
10317 2003-06-19  Borut Razem <borut.razem AT siol.net>
10318
10319         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10320         fixed Z80 port - crt0.o: cannot open.
10321
10322 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10323
10324         * support/Util/MySystem.c (merge_command): revert bad fix
10325
10326 2003-06-18  Borut Razem <borut.razem AT siol.net>
10327
10328         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10329
10330 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10331
10332         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10333         option --use-stdout sends errors to stdout instead of stderr.
10334
10335 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10336
10337         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10338
10339 2003-06-15  Borut Razem <borut.razem AT siol.net>
10340
10341         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10342         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10343         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10344         fixed width array of pointers replaced with sets;
10345         multiple include and lib paths ared transferred to preprocessor and linker
10346         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10347         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10348         fixed width array of pointers
10349         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10350         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10351         fixupPath(), getPathDifference()
10352         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10353         fixed width array of pointers
10354
10355 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10356
10357         * src/pic16/ralloc.c: fix warnings
10358         * src/pic16/pcode.c: fix warning
10359
10360 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10361
10362          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10363         know all the details, but essentially this set of changes enable
10364         the pic16 port to generate movff instructions and generate assembler
10365         directives,
10366         * src/SDCCmain.c:
10367         * src/pic16/gen.c:
10368         * src/pic16/glue.c:
10369         * src/pic16/pcode.c:
10370         * src/pic16/device.c:
10371         * src/pic16/main.c:
10372         * src/pic16/pcode.h:
10373         * src/pic16/pcoderegs.c:
10374         * src/pic16/ralloc.c:
10375         * src/pic16/ralloc.h:
10376
10377 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10378
10379         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10380         added option --vc, so sdcc errors and warnings are compatible with
10381         Microsoft Visual Studio.
10382
10383 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10384
10385         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10386           device/lib/libfloat.lib: added atof function.
10387
10388 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10389
10390         * doc/sdccman.lyx: updated to Lyx 1.3
10391         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10392         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10393         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10394
10395 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10396
10397         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10398
10399 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10400
10401         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10402           additions to the "related tools/documentation" section
10403
10404 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10405
10406         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10407
10408 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10409
10410         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10411         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10412
10413 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10414
10415         * doc/sdccman.lyx: fix double dash and other minor things
10416         * doc/Makefile: fix double dash
10417
10418 2003-05-28  Karl Bongers(patches from Martin Helmling)
10419         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10420           condition and ignore commands.
10421
10422 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10423
10424         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10425           is in parts still quite out of date, I did changes as far as I felt makes sense
10426           for a non-native english speaker.
10427           Please feel free to add to the manual or to correct my changes.
10428         * doc/Makefile: undid touching the date of intermediate tex files.
10429
10430 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10431
10432         * doc/sdccman.lyx: Manual has an index now
10433
10434 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10435
10436         Finalize muluint/mulsint and mululong/mulslong merging:
10437         * device/lib/_mulint.c
10438         * device/lib/_mullong.c
10439         * device/lib/gbz80/mul.s
10440         * device/lib/gbz80/stubs.s
10441         * device/lib/z80/mul.s
10442         * device/lib/z80/stubs.s
10443         * src/SDCCsymt.c (initCSupport)
10444
10445 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10446
10447         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10448         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10449           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10450           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10451           instead of /Zm500.
10452
10453 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10454
10455         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10456           the regression tests I'm not brave enough to enable 245.b, 245.c
10457         * doc/sdccman.lyx: added latex preamble for hyperref package.
10458           Using pdflatex this will give you a hyperlinked pdf file with
10459           bookmarks. (prepend '%' before /usepackage if this breaks something)
10460
10461 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10462
10463          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10464
10465 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10466
10467         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10468
10469 2003-05-21    <johan AT balder>
10470
10471         * src/SDCCglue.c (printIval): fixed bug #739934
10472
10473 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10474
10475         Applied patch from bug 737905 (renamed yylineo to mylineno):
10476         * src/altlex.c
10477         * src/SDCCast.c
10478         * src/SDCglobl.h
10479         * src/SDCC.lex
10480         * src/SDCCsymt.c
10481         * src/SDCCval.c
10482         * src/pic16/pcode.c: Cleaned warnings
10483         * src/pic16/pcodeflow.c: Cleaned warnings
10484         * src/pic16/pcoderegs.c: Cleaned warnings
10485
10486 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10487
10488         * src/pic16/pcode.c: Cleaned warnings
10489         * src/pic16/pcodepeep.c: Cleaned warnings
10490         * src/pic16/ralloc.c: Cleaned warnings
10491
10492 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10493
10494         * doc/sdccman.lyx: fixed bug 739745
10495         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10496
10497 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10498
10499         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10500         it can be defined with CFLAGS when running configure
10501         * src/SDCCmain.c: fixed compiling + linking with object files
10502
10503 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10504
10505         * configure.in: configure for pic16 port,
10506             added --disable-pic16-port
10507         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10508         * src/SDCCmain.c: linkOptions is changed to set *,
10509             added if/endif conditional macros to remove options help
10510             messages from optionsTable when a port is not configured, added
10511             support for the PIc16 port in the ports table, when executing
10512             the compiler with no port specified on command line, a default
10513             port is selected with the new macro DEFAULT_PORT which is
10514             defined in port.h, in setDefaultOptions() linkOptions is removed
10515             from initialization assignment, since now it is a set,
10516             parseCmdLine uses setParseWithComma for linkOptions, in
10517             linkEdit() linkOptions are accessed with new function indexSet()
10518             which returns the i'th item of a set variable. See SDCCset.c, in
10519             linkEdit() when calling buildCmdLine(), added linkOptions as
10520             last argument. Now users can pass arguments to gplink via the
10521             -Wl option, main() uses pic16glue() to glue up pic16 programs
10522         * src/SDCCpeeph.c: various changes to support pic16
10523         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10524             return the i'th item of the set
10525         * src/SDCCset.h: added function prototype for indexSet()
10526         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10527         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10528         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10529             added macro DEFAULT_PORT
10530         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10531         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10532             generated
10533         * src/pic16/glue.c: commented out some error producing lines
10534         * src/pic16/main.c: __config directives are commented out to stop
10535             gpasm complaining and test the linkage with gplink, _linkCmd and
10536             _asmCmd changed to be more gplink and gpasm friendly
10537         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10538             produced an error when parsed, peep rule 12 is added to utilize
10539             movff, but it is commented out since the pCode does not support
10540             yet a command with 2 address arguments
10541
10542 2003-05-18    <johan AT balder>
10543
10544         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10545         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10546 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10547
10548         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10549   Added feature to script commands from file.
10550
10551 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10552
10553         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10554         * src/SDCCutil.c: include ctype.h for win32
10555
10556 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10557
10558         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10559
10560 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10561
10562         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10563   Fixed so you can set breakpoints prior to run, run does not stop
10564   on entry now.  Add tbreak.  Other enhancements and fixes for use
10565   with ddd.
10566
10567 2003-05-12  Borut Razem <borut.razem AT siol.net>
10568
10569         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10570
10571 2003-05-11  Borut Razem <borut.razem AT siol.net>
10572
10573         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10574         the path of bin directory, so that PATH is the only env. variable, which has to be set
10575         in case of standard installation.
10576         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10577         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10578         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10579
10580 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10581
10582         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10583         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10584         temp files are in the port dir; clean the gen/test directory when
10585         generating new test.c
10586         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10587         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10588         * support/regression/tests/zeropad.c: added
10589
10590 2003-05-09    <johan AT balder>
10591
10592         * src/SDCCglue.c: fixed bug #597940
10593
10594 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10595
10596         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10597   cache sfr, optimize next,step, fix off by one sourceline,
10598   support ddd list function.
10599         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10600
10601 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10602
10603         * support/regression/HTMLgen.py: added compare_s2f()
10604         * support/regression/Makefile: redo 1.27
10605         * support/regression/generate-cases.py: redo 1.5
10606
10607 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10608
10609         * support/regression/tests/float.c: workaround 33 bit hex constant
10610         * support/regression/tests/simplefloat.c: fix division for host
10611
10612 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10613
10614         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10615         that tame's the PIC's over-aggressive optimizer.
10616
10617 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10618
10619          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10620          support for MSVC.
10621
10622 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10623
10624         Initial support for DS80C400. "Hello world" runs on TINIm400
10625         (with polled I/O).
10626
10627 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10628
10629          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10630          * Some notes on ddd usage added in debugger/README
10631          Martin Helmling adding more features and fixes for ddd GUI debugger.
10632          Code added for nexti, stepi, up, down, and other adjustments.
10633
10634 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10635
10636         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10637         * src/pic/peeph.def Added two rules to optimize carry manipulation
10638         * src/pic/* removed debug printfs
10639
10640 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10641
10642         * debugger/mcs51/cmd.c: added header newalloc.h
10643
10644 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10645
10646         * as/Makefile: new EXEEXT
10647         * as/z80/Makefile: remove trailing slash of BUILDIR
10648         * as/z80/clean.mk: new EXEEXT
10649         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10650         * support/cpp2/Makefile.in: new EXEEXT
10651         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10652
10653 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10654
10655         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10656         EXEEXT was introduced to fix all related problems with targets
10657         "clean", "install" and "uninstall"; a couple of further flaws
10658         especially with "clean" have been fixed too
10659         * as/mcs51/Makefile.in
10660         * as/mcs51/clean.mk
10661         * as/z80/Makefile
10662         * Makefile
10663         * clean.mk
10664         * debugger/mcs51/Makefile.in
10665         * debugger/mcs51/clean.mk
10666         * link/z80/Makefile
10667         * link/z80/Makefile.in
10668         * link/z80/clean.mk
10669         * link/Makefile
10670         * packihx/Makefile.in
10671         * packihx/clean.mk
10672         * sim/ucsim/Makefile
10673         * sim/ucsim/clean.mk
10674         * sim/ucsim/avr.src/Makefile.in
10675         * sim/ucsim/avr.src/clean.mk
10676         * sim/ucsim/s51.src/Makefile.in
10677         * sim/ucsim/s51.src/clean.mk
10678         * sim/ucsim/xa.src/Makefile.in
10679         * sim/ucsim/xa.src/clean.mk
10680         * sim/ucsim/z80.src/Makefile.in
10681         * sim/ucsim/z80.src/clean.mk
10682         * sim/ucsim/main_in.mk
10683         * sim/ucsim/packages_in.mk
10684         * sim/ucsim/gui.src/Makefile.in
10685         * sim/ucsim/gui.src/serio.src/Makefile.in
10686         * sim/ucsim/gui.src/serio.src/clean.mk
10687         * src/Makefile.in
10688         * src/clean.mk
10689         * support/cpp2/Makefile.in
10690         * support/cpp2/clean.mk
10691         * support/makebin/Makefile
10692         * support/makebin/clean.mk
10693         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10694         * doc/sdccman.lyx: --program-suffix no longer needed
10695
10696 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10697
10698          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10699          Martin Helmling added support for ddd GUI debugger.
10700          Code added to display assembly, set variables, and other commands
10701          to interface to ddd.
10702
10703 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10704
10705         * as/Makefile: fix target clean
10706         * as/clean.mk: fix target clean
10707         * as/z80/clean.mk: fix target clean
10708
10709 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10710
10711         * Makefile.common.in: added  AT EXEEXT AT
10712         * configure.in: removed all mingw32 stuff
10713         * configure: rebuilt from configure.in
10714         * doc/sdccman.lyx: updated section "installation"
10715         * support/scripts/sdcc_mingw32: adapted to configure
10716         * support/scripts/sdcc_cygwin_mingw32: added
10717
10718 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10719
10720         * src/pic Added object file support for the PIC port
10721         * src/pic Applied patch from Craig Franklin (this started the object file support)
10722         * src/regression Updated the PIC regression tests for object files
10723
10724 2003-04-20  Borut Razem <borut.razem AT siol.net>
10725
10726         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10727           lklex.c: In function `getfid':
10728           lklex.c:203: warning: array subscript has type `char'
10729         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10730           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10731         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10732           stack handling macros
10733
10734 2003-04-19  Borut Razem <borut.razem AT siol.net>
10735
10736         * "handling space characters in file path" task:
10737         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10738         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10739         * support/Util/MySystem.h: make it self-sufficient
10740         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10741           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10742           handling space characters in file path
10743         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10744           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10745         * support/Util/MySystem.c: handling space characters in executable's path
10746
10747 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10748
10749         * as/z80/Makefile: fix permanent rebuild of z80
10750         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10751         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10752
10753 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10754
10755         * src/SDCCopt.c: add special case optimization to replace modulo by
10756           a power of two with a bitwise AND.
10757
10758 2003-04-18    <johan AT balder>
10759
10760         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10761
10762 2003-04-17    <johan AT balder>
10763
10764         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10765         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10766
10767 2003-04-13  Borut Razem <borut.razem AT siol.net>
10768
10769         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10770         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10771           fixed mingw problem in adl_NORMALIZE_PATH
10772
10773 2003-04-12  Borut Razem <borut.razem AT siol.net>
10774
10775         * fixed "#pragma SAVE/RESTORE can not be nested":
10776         * src/SDCC.lex: reworked pragma handling functions
10777         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10778         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10779
10780 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10781
10782         * src/SDCCutil.c (pathEquivalent): defined but not used
10783         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10784         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10785         * configure: rebuilt from configure.in
10786         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10787         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10788         * device/include/Makefile.in: replace sdcc_datadir
10789         * device/lib/Makefile.in: replace sdcc_datadir
10790         * Makefile.common.in: add LDFLAGS from configure
10791         * packihx/Makefile.in: use LDFLAGS
10792         * src/Makefile.in: use LDFLAGS
10793         * support/cpp2/Makefile.in: add LDFLAGS from configure
10794         * support/makebin/Makefile: use LDFLAGS
10795         * .version: bumped version number to 2.3.5
10796
10797 2003-04-12  Borut Razem <borut.razem AT siol.net>
10798
10799         * completed "different paths" task:
10800         * src/SDCCmacro.c: fixed bug in handling quotes
10801         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10802         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10803
10804 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10805
10806         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10807
10808 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10809
10810         * ds390/gen.c ds390/peeph.def: fix bug 706781
10811
10812 2003-04-11  Borut Razem <borut.razem AT siol.net>
10813
10814         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10815
10816 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10817
10818         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10819         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10820          set - this bit used to not be set...).
10821         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10822           bad code in PIC Port
10823         * src/regression/and2.c added to test bug 609268
10824         * src/regression/Makefile added and2.c to regression test
10825
10826
10827 2003-04-08    <johan AT CP255758-A>
10828
10829         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10830         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10831         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10832
10833 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10834
10835         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10836         fix bug #487815
10837         * support/cpp2/Makefile.in: fix bug #487815
10838         * configure: rebuilt from configure.in
10839         * Makefile.common.in: docdir changed, new path suffixes
10840         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10841         * sdcc_vc_in.h: reflect changes from sdccconf.h
10842         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10843         * src/SDCCutil.h: remove BINDIR hack
10844         * doc/sdccman.lyx: update new path hierarchy
10845
10846 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10847
10848         * src/SDCCpeeph.c: added okToRemoveSLOC test
10849
10850 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10851
10852         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10853
10854 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10855
10856         * src/SDCCpeeph.c: added labelIsReturnOnly test
10857         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10858
10859 2003-04-05    <johan AT balder>
10860
10861         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10862         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10863         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10864         * src/SDCCast.c: fixed a warning
10865         * src/SDCCast.h: fixed a warning
10866         * src/SDCCicode.c (operandFromAst): fixed a warning
10867
10868 2003-04-04    <johan AT balder>
10869
10870         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10871         * src/SDCCast.c (decorateType): fixed bug #715076
10872         * src/SDCC.y: fixed bug #702907
10873
10874 2003-04-03    <johan AT balder>
10875
10876         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10877         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10878         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10879         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10880         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10881
10882 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10883
10884         * _decdptr.c: fix return values
10885         * _gptrget.c: fix return values
10886         * _gptrgetc.c: fix return values
10887         * _gptrput.c: fix return values
10888         * _mulint.c: fix return values
10889         * as/z80/Makefile: fix 'make -j' problem
10890
10891 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10892
10893         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10894         * configure.in: big cleanup, updated to autoconf 2.5x
10895         * configure: rebuilt from configure.in
10896         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10897         * sdcc_vc_in.h: reflect changes from sdccconf.h
10898         * doc/Makefile: fixed a flaw in "make install"
10899
10900 2003-04-02    <johan AT balder>
10901
10902         * src/ds390/gen.c (genCmp): no comments
10903         * src/mcs51/gen.c (genCmp): no comments
10904         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10905         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10906
10907 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10908
10909         * support/regression/generate-cases.py: place generated file in given sub directory
10910         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10911         * support/regression/Makefile: improvements for 'make -j';
10912         side effect: it's simpler and faster now
10913
10914 2003-03-31  Borut Razem <borut.razem AT siol.net>
10915
10916         * src/z80/main.c: link-{port} and as-{port} defined without path
10917         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10918
10919 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10920
10921         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10922
10923 2003-03-30  Borut Razem <borut.razem AT siol.net>
10924
10925         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10926           changed type of list parameter to set
10927         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10928         * src/port.h: changed type of do_assemble() parameter to set
10929         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10930           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10931           definition of "cppoutfilename" macro with NULL value in preProcess()
10932         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10933         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10934         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10935           replaced with set *binPathSet
10936         * shash_add() deallocates the item, if allready exsists, before adding the new one
10937         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10938
10939 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10940
10941         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10942           a nested for loop bug in the PIC port
10943         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10944           for loops
10945
10946 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10947
10948         * support/Util/dbuf.h: remove C++ stuff to make it portable
10949
10950 2003-03-28  Borut Razem <borut.razem AT siol.net>
10951
10952         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10953           literal strings in stringLiteral()
10954         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10955         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10956           to the project
10957
10958 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10959
10960         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10961
10962 2003-03-26    <johan AT balder>
10963
10964         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10965         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10966         * src/SDCCast.c (decorateType): fixed " -v < 3"
10967
10968 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10969
10970         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10971         Added Lenny Story's debug infrastructure changes:
10972         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10973         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10974         * src/cdbFile.c: added
10975         * src/SDCCdebug.c: added
10976         * src/SDCCdebug.h: added
10977         * src/SDCCast.c (createFunction)
10978         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10979         * src/SDCCmain.c (parseCmdLine, main)
10980         * src/SDCCmem.c (redoStackOffsets)
10981         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10982         * src/SDCCsymt.h
10983         * src/common.h
10984         * src/avr/gen.c (genAVRCode)
10985         * src/ds390/gen.c (gen390Code)
10986         * src/mcs51/gen.c (gen51Code)
10987         * src/pic/gen.c (genpic14Code)
10988         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10989         * src/xa51/gen.c (genXA51Code)
10990         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10991
10992 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10993
10994         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10995         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10996
10997 2003-03-22    <johan AT balder>
10998
10999         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
11000
11001 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
11002
11003         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
11004         * doc/cdbfileformat.lyx: added, written by Lenny Story
11005         * doc/Makefile: added cdbfileformat.lyx
11006         * doc/clean.mk: added cdbfileformat.lyx
11007
11008 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
11009
11010         * src/mcs51/peeph.def: fix bug #705773
11011
11012 2003-03-20    <johan AT balder>
11013
11014         An sfr/sbit can have an "at #" AND an initializer
11015         * src/SDCCsymt.c (checkSClass):
11016         * src/SDCCmem.c (allocGlobal):
11017         * src/SDCCmem.c (allocLocal):
11018         * src/SDCCast.c (createBlock):
11019
11020 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
11021
11022         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
11023
11024 2003-03-16    <johan AT balder>
11025
11026         Undid the hackup of const and volatile, the problem is much bigger
11027         * src/SDCC.y:1.65
11028         * src/SDCCast.c:1.171
11029         * src/SDCCglue.c:1.138
11030         * src/SDCCicode.c:1.146
11031         * src/SDCCsymt.c:1.150
11032         * src/SDCCval.c:1.65
11033
11034 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
11035
11036         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
11037         * src/ds390/gen.c (genAddrOf): fixed bug #704087
11038
11039 2003-03-13    <johan AT balder>
11040
11041         Hackup const and volatile modifiers in type chains a bit:
11042         * src/SDCC.y:1.63
11043         * src/SDCCast.c:1.169
11044         * src/SDCCglue.c:1.136
11045         * src/SDCCicode.c:1.143
11046         * src/SDCCsymt.c1.146
11047         * src/SDCCsymt.h1.59
11048         * src/SDCCval.c:1.63
11049
11050 2003-03-12    <johan AT balder>
11051
11052         * src/SDCCBBlock.h: more LRH debugging junk
11053         * src/SDCCcflow.h: more LRH debugging junk
11054         * src/SDCCloop.c: more LRH debugging junk
11055         * src/SDCC.y (struct_declaration): fixed bug #697590
11056         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
11057         * src/ds390/gen.c (aopForRemat): fixed bug #700031
11058         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
11059
11060 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11061         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
11062         test function names must now match exactly).
11063         * src/SDCCcse.c: added special case in findCheaperOp to allow
11064         extending a short integer. Makes less awful code for bug 700121 test case.
11065
11066 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11067
11068         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
11069         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
11070
11071 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11072
11073         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
11074         actually called (operandsNotEqual() was called for all
11075         operandsNotEqualX tests).
11076
11077 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
11078
11079         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
11080         with shorter literals. Fixes bug 700121.
11081
11082 2003-03-11    <johan AT balder>
11083
11084         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
11085
11086 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
11087
11088         * src/SDCCloop.c (mergeRegions): an evil beast is dead
11089         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
11090
11091 2003-03-10  Borut Razem <borut.razem AT siol.net>
11092
11093         * src/SDCCmain.c: pipe preprocessor's output
11094         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11095         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11096         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11097         which closes all pipes in pipeSet set
11098         * src/SDCCset.c: free deleted item in function deleteSetItem()
11099         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11100         moved from z80 to src subproject
11101         * .version: increased version number to 2.3.4
11102
11103 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
11104
11105         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
11106         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
11107         * support/regression/ports/xa51/spec.mk: fix typo
11108
11109 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
11110
11111         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
11112
11113 2003-03-09  Borut Razem <borut.razem AT siol.net>
11114
11115         * src/SDCCmain.c: pipe preprocessor's output
11116         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
11117         * sdcc_vc_in.h: define pclose as _pclose for WIN32
11118         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
11119         which closes all pipes in pipeSet set
11120         * src/SDCCset.c: free deleted item in function deleteSetItem()
11121         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
11122         moved from z80 to src subproject
11123
11124 2003-03-09  Borut Razem <borut.razem AT siol.net>
11125
11126         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
11127         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
11128         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
11129         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
11130         * src/SDCCglobl.h: unification of WIN32 native definitions
11131
11132 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11133
11134         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
11135
11136 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11137
11138         * src/configure.in:   check for endianess (even while cross-compiling)
11139         * src/configure:      check for endianess (even while cross-compiling)
11140         * src/configure_in.h: check for endianess (even while cross-compiling)
11141         * src/avr/gen.c:        remove old endianess stuff
11142         * src/mcs51/gen.c:      remove old endianess stuff
11143         * src/ds390/gen.c:      remove old endianess stuff
11144         * src/pic/gen.c:        remove old endianess stuff
11145         * src/pic/genarith.c:   remove old endianess stuff
11146         * src/pic/glue.c:       fix endianess check
11147         * src/pic16/gen.c:      remove old endianess stuff
11148         * src/pic16/genarith.c: remove old endianess stuff
11149         * src/pic16/glue.c:     fix endianess check
11150         * src/xa51/gen.c:       remove old endianess stuff
11151         * src/z80/gen.c:        fix endianess check
11152         * src/SDCCglue.c:       fix endianess check
11153         * src/ds390/peeph.def: fix bug 700036
11154
11155 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
11156
11157         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
11158         * src/configure: find appropriate data-types on host for SDCC's int and long
11159         * src/configure.in: find appropriate data-types on host for SDCC's int and long
11160         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
11161         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
11162
11163 2003-03-07    <johan AT balder>
11164
11165         Just a big NOOP:
11166                 some minor cleanups before the big shot
11167                 OP_DEFS and OP_USES now use Kevin's protection
11168                 new option --nolabelopt
11169
11170         * src/SDCCBBlock.c:
11171         * src/SDCCast.c,:
11172         * src/SDCCcflow.c:
11173         * src/SDCCcse.c:
11174         * src/SDCCicode.c:
11175         * src/SDCCicode.h:
11176         * src/SDCClabel.c:
11177         * src/SDCCloop.c:
11178         * src/SDCCmain.c:
11179         * src/ds390/ralloc.c:
11180         * src/mcs51/ralloc.c:
11181         * src/pic/ralloc.c:
11182         * src/xa51/ralloc.c:
11183         * src/z80/ralloc.c:
11184
11185 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
11186
11187         * src/pic/pcode.c (get_op): fix 64 bit warnings
11188         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
11189         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
11190         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
11191         * support/regression/tests/malloc.c: fix 64 bit warnings
11192
11193 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
11194
11195         * src/mcs51/gen.c (genMinus): fixed bug 696436
11196
11197 2003-03-02  Borut Razem <borut.razem AT siol.net>
11198
11199         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
11200
11201 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11202
11203         * configure.in: test for mkstemp
11204         * sdccconf_in.h: add HAVE_MKSTEMP
11205
11206 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11207
11208         * device/include/ctype.h: removed warning while using --stack-auto
11209         * device/include/malloc.h: removed warning while using --stack-auto
11210         * device/include/string.h: removed warning while using --stack-auto
11211
11212 2003-02-23  Borut Razem <borut.razem AT siol.net>
11213
11214         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11215         because NDEBUG is defined (see man assert)
11216         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11217
11218 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11219
11220         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11221         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11222
11223 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11224
11225         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11226         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11227
11228 2003-02-18    <johan AT balder>
11229
11230         * as/mcs51/asmain.c (asmbl): module can start with a digit
11231         * as/z80/asmain.c (asmbl): module can start with a digit
11232
11233 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11234
11235         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11236         * src/asm.c: fix pipe() for Mingw32
11237
11238 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11239
11240         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11241         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11242         make -V work again; --c1mode reads now from stdin
11243         * doc/sdccman.lyx: added --c1mode
11244         * support/Util/SDCCerr.c: new messages for c1 mode
11245         * support/Util/SDCCerr.h: new messages for c1 mode
11246         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11247
11248 2003-02-15    <johan AT balder>
11249
11250         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11251
11252 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11253
11254         * doc/sdccman.lyx: Environment variables, -o and other minor things
11255
11256 2003-02-14    <johan AT balder>
11257
11258         * src/xa51/main.c: before anyone really tries to use it :)
11259
11260         * Install doc's in share/sdcc/doc
11261         * removed some obsolete files
11262         * Do a proper make distclean and uninstall
11263         M Makefile.common.in
11264         R sdccbuild.sh
11265         M as/Makefile
11266         M device/include/Makefile.in
11267         M device/lib/Makefile.in
11268         M doc/sdccman.lyx
11269         M link/Makefile
11270         M sim/ucsim/doc/Makefile.in
11271         M src/clean.mk
11272         R src/avr/peeph.rul
11273         R src/xa51/peeph.rul
11274         M support/cpp2/Makefile.in
11275         M support/makebin/Makefile
11276
11277
11278 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11279
11280         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11281
11282 2003-02-10  Borut Razem <borut.razem AT siol.net>
11283
11284         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11285         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11286         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11287         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11288         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11289         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11290         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11291         src/z80/Makefile.bcc: Borland Makefile cleanup
11292         * as/z80/Makefile.bcc: Added Borland Makefile
11293         * support/cpp2/borland.h: Removed
11294
11295 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11296
11297         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11298         * src/SDCC.lex: new pragma NOIV
11299         * src/SDCCglobl.h: new pragma NOIV
11300         * src/SDCCmem.c: new pragma NOIV
11301
11302 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11303
11304         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11305
11306 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11307
11308         * src/SDCCmain.c: signal handling is switched off by --debug
11309         * doc/Makefile: small fix for install; use clean.mk again
11310         * doc/clean.mk: clean *.pdf and *.html too
11311
11312 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11313
11314         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11315         * device/lib/printfl.c: fix a ds390 bug by making it portable
11316         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11317         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11318         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11319         * debugger/mcs51/cmd.c: converted multi-line string literals
11320         * sim/ucsim/globals.cc: converted multi-line string literals
11321         * src/SDCCmain.c: introduced signal handler to remove temp files
11322         * doc/Makefile: small tweaks, implement clean
11323         * doc: removed generated files
11324
11325 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11326
11327         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11328         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11329         Address Record is not correctly generated for DS390."
11330
11331 2003-02-02  Borut Razem <borut.razem AT siol.net>
11332
11333         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11334         * as/mcs51/asm.h: fixed compilation with Borland C
11335         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11336         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11337         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11338         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11339         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11340         src/z80/Makefile.bcc: delete $(LIB) only if exist
11341         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11342
11343 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11344
11345         * device/include/malloc.h: introduced NULL
11346         * device/include/string.h: introduced NULL
11347         * device/include/stdlib.h: introduced NULL
11348         * device/lib/_memcpy.c: removed NULL
11349         * device/lib/_strcat.c: removed NULL
11350         * device/lib/_strchr.c: removed NULL
11351         * device/lib/_strcmp.c: removed NULL
11352         * device/lib/_strcpy.c: removed NULL
11353         * device/lib/_strcspn.c: removed NULL
11354         * device/lib/_strlen.c: removed NULL
11355         * device/lib/_strncat.c: removed NULL
11356         * device/lib/_strncmp.c: removed NULL
11357         * device/lib/_strncpy.c: removed NULL
11358         * device/lib/_strpbrk.c: removed NULL
11359         * device/lib/_strrchr.c: removed NULL
11360         * device/lib/_strspn.c: removed NULL
11361         * device/lib/_strstr.c: removed NULL
11362         * device/lib/_strtok.c: removed NULL
11363         * device/lib/malloc.c: removed NULL, include own header
11364
11365 2003-02-02    <johan AT balder>
11366
11367         * 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
11368         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11369         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11370         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11371         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11372         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11373
11374 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11375
11376         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11377         area 'DATA'"
11378
11379 2003-02-01    <johan AT balder>
11380
11381         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11382
11383 2003-01-31    <johan AT CP255758-A>
11384
11385         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11386
11387 2003-01-30    <johan AT balder>
11388
11389         * src/SDCCBBlock.c: automatic bug detection
11390         * src/SDCCicode.c: automatic bug detection
11391
11392 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11393
11394         * src/SDCCglobl.h:   now --xram-size 0 works
11395         * src/SDCCmain.c:    now --xram-size 0 works
11396
11397 2003-01-29    <johan AT balder>
11398
11399         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11400
11401 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11402
11403         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11404         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11405         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11406         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11407         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11408         * src/SDCCmain.c:    Added options --xram-size and --code-size
11409
11410 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11411
11412         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11413         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11414
11415 2003-01-27    <johan AT balder>
11416
11417         * src/SDCC.y: fixed bug #613764
11418
11419 2003-01-26    <johan AT balder>
11420
11421         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11422         * src/SDCCsymt.h: fixed bug #673374
11423         * src/SDCCglue.c: fixed bug #661910
11424         * src/SDCCast.c: fixed bug #458099 and 673374
11425
11426 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11427
11428         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11429         * as/mcs51/strcmpi.h: added
11430         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11431         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11432         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11433         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11434         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11435         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11436         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11437         * as/mcs51/Makefile.aslink: new module strcmpi
11438         * as/mcs51/Makefile.asx8051: new module strcmpi
11439         * as/mcs51/Makefil.bcc: new module strcmpi
11440         * as/mcs51/Makefile.in: new module strcmpi
11441         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11442
11443 2003-01-26    <johan AT balder>
11444
11445         * src/SDCCglue.c: reverted back to 1.124
11446         * src/SDCCast.c: reverted back to 1.156
11447         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11448
11449 2003-01-25    <johan AT balder>
11450
11451         * src/SDCCglue.c: A better fix for bug #661910
11452         * src/SDCCast.c: A better fix for bug #661910
11453         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11454
11455 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11456
11457         * src/Makefile.in: remove spawn.o
11458         * src/SDCCmain.c: remove spawn.h
11459         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11460         * src/spawn.c: removed
11461         * src/spawn.h: removed
11462         * support/regression/ports/ds390/spec.mk: link with -r
11463
11464 2003-01-24    <johan AT CP255758-A>
11465
11466         * src/ds390/gen.c (aopOp): fixed bug #667458
11467         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11468         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11469         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11470
11471 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11472
11473         * src/mcs51/peeph.def: better assembler identation by Frieder
11474         * src/mcs51/gen.c: better assembler identation by Frieder
11475
11476 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11477
11478         * as/z80/string.h: removed for gcc 3.2
11479         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11480         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11481
11482 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11483
11484         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11485         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11486         * support/regression/Makefile: separate temp files for ports
11487         * support/regression/generate-cases.py: separate temp files for ports
11488         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11489         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11490
11491 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11492
11493         * moved tinitalk to device/examples/ds390
11494
11495 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11496
11497         * as/mcs51/lkmem.c: rflag is for DS390
11498         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11499         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11500                          (linkEdit): move mem- and map-files the same way as ihx-files
11501         * src/z80/main.c (_setDefaultOptions): removed --generic
11502         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11503         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11504         * src/pic/glue.c (picglue): --c1mode works again
11505         * src/pic16/glue.c (pic16glue): --c1mode works again
11506         * src/asm.c (printCLine): fix #660034
11507
11508 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11509
11510         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11511         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11512         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11513         * as/mcs51/lkmem (summary): better fix for sp problem
11514         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11515         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11516         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11517                                               remove --stack-after-data
11518
11519 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11520
11521         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11522         * src/SDCCutil.c (join): ugly bug: missing '\0'
11523         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11524
11525 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11526
11527         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11528         * src/port.h: typo
11529         * src/pic/main.c (_asmCmd): gpasm supports -o
11530         * src/z80/main.c: more general macros
11531         * device/lib/Makefile.in: remove intermediate files
11532
11533 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11534
11535         * .version: Bumped version number to 2.3.3
11536         * src/SDCCBBlock.c: new option -o
11537         * src/SDCCglobl.h: new option -o
11538         * src/SDCCglue.c: new option -o
11539         * src/SDCCmain.c: new option -o
11540         * src/asm.c: new option -o
11541         * src/ds390/main.c: new option -o
11542         * src/pic/glue.c: new option -o
11543         * src/pic/pcode.c: new option -o
11544         * src/pic/ralloc.c: new option -o
11545         * src/pic16/glue.c: new option -o
11546         * src/pic16/pcode.c: new option -o
11547         * src/pic16/ralloc.c: new option -o
11548         * src/z80/main.c: new option -o
11549         * device/lib/Makefile.in: use -o
11550         * support/regression/ports/ds390/spec.mk: use -o
11551         * support/regression/ports/gbz80/spec.mk: use -o
11552         * support/regression/ports/mcs51/spec.mk: use -o
11553         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11554         * support/regression/ports/z80/spec.mk: use -o
11555         * support/regression/ports/ucz80/spec.mk: use -o
11556         * support/regression/ports/xa51/spec.mk: use -o
11557         * support/regression/fwk/lib/timeout.c: fix usage string
11558
11559 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11560         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11561
11562 2003-01-07    <johan AT balder>
11563
11564         * src/SDCCast.c (decorateType): fixed bug #600035
11565
11566 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11567         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11568         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11569         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11570         * src/pic/pcode.c: outcommented unused variable to remove warnings
11571         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11572
11573 2003-01-06    <karl AT turbobit.com>
11574         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11575    regression tests.
11576
11577 2003-01-06    <johan AT balder>
11578
11579         * src/SDCCicode.c: fixed array add
11580
11581 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11582         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11583         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11584
11585 2003-01-04    <johan AT balder>
11586
11587         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11588
11589 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11590         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11591
11592 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11593         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11594         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11595
11596 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11597         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11598
11599 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11600         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11601
11602 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11603         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11604
11605 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11606
11607     * in /sdcc/as/mcs51/ changed these files in order to create an
11608     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11609     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11610     following files to include the previous two files: aslink.dsp,
11611     Makefile.aslink, Makefile.bcc, and Makefile.in.
11612
11613     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11614     .adb instead of .cdb
11615
11616 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11617
11618         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11619         value from option --iram-size.
11620
11621 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11622
11623         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11624         dram[] array.
11625
11626 2002-09-18    <wiml AT hhhh.org>
11627
11628         * SDCClrange.h: exposed setFromRange() and setToRange()
11629         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11630           packRegsForAccUse() (bug 542397)
11631         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11632           multiple times and emitting the fetch operations more than once
11633           added aopGetUsesAcc() function to allow binary operators to
11634           fetch their operands in the correct order; made genMinus() emit
11635           compact code for X = LITERAL - Y
11636
11637 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11638         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11639         sprintf() in line 1267.
11640
11641 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11642         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11643         like ports.
11644
11645 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11646         Changes to aslink (All the changes are marked with 'JCF'):
11647
11648         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11649         summary().
11650
11651         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11652         area BSEG.  Also moves, if possible, the DATA area down into the internal
11653         ram so more space is available.
11654
11655         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11656         sflag.
11657
11658         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11659         not bytes.  Function summary() which creates a memory usage summary
11660         file with extension .mem.  Reports of overlaping stack and small stack
11661         size.  If the space for the stack is less than 16 bytes aslink trows a
11662         warning.
11663
11664         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11665         the 8051.  Option 'y' for memory summary output file.
11666
11667         Changes to sdcc (All the changes are marked with 'JCF'):
11668
11669         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11670
11671         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11672         overlaying area for it (uses RegBankUsed[4]).
11673
11674         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11675         bank zero as used by default.  By default aslink locates the stack
11676         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11677         the creation of the .mem file.  Delegates the allocation of data area
11678         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11679         the begining of the stack area to aslink.
11680
11681         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11682         glue() in SDCCglue.c creates an area for it.
11683
11684 2002-09-03  Borut Razem <borut.razem AT siol.net>
11685         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11686         sdcc/src/pic/glue.c:
11687         introduced atexit() handler for teporay files removal in case of
11688         errors, assertions, ...
11689
11690 2002-08-29  Borut Razem <borut.razem AT siol.net>
11691         * sdcc/support/cpp2/auto-host_vc_in.h:
11692         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11693         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11694         Maybe there is a similar problem with BORLANDC? It should be checked!
11695
11696         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11697         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11698         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11699         was not executed, and the compiler (cl) launched a warning:
11700         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11701
11702 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11703         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11704
11705 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11706         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11707
11708         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11709           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11710           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11711           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11712           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11713           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11714           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11715         - added Release configuration in VS projects
11716         - review of compiler an linker options
11717         - VC .exe files are generated in bin_vc directory, not to interfere
11718           with binaries generated from other projects (cygwin, mingw, bcc ...)
11719
11720         * sdcc/src/yacc.dsp: added
11721
11722         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11723         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11724         and insert the version number definitions from .version
11725
11726         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11727
11728         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11729         added - genarate auto-host.h using auto-host_vc_in.h as template
11730
11731         * sdcc/sdcc_vc.h,
11732         removed from CVS, generated automatically
11733
11734 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11735         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11736
11737 2002-08-11  Borut Razem <borut.razem AT siol.net>
11738         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11739
11740 2002-08-10  Borut Razem <borut.razem AT siol.net>
11741         * src/SDCCmain.c (main):
11742         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11743         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11744         The consequence was that some temporary files were not removed.
11745
11746         * src/SDCCglue.c:
11747         unification of code in functions tempfilename() and tempfile():
11748         function tempnam() is defined in Visual Studio 6.0 and .NET
11749
11750         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11751
11752         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11753           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11754         - removed compiler command line option /WX: Treats all warnings as errors
11755         - update a list of source files, included into the project
11756
11757         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11758           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11759         changed project type to Generic Project so that can be correcly converted to VS.NET project
11760
11761         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11762
11763         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11764
11765         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11766
11767         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11768         added return 0 statements after assert() to make compiler happy
11769
11770         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11771         added newline in the def file to keep MSC compiler satisfied
11772
11773         * sdcc/src/z80/gen.c:
11774         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11775           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11776         - solved MSC error in function aopDump()
11777
11778         * sdcc_vc.h: define PREFIX as "\\sdcc"
11779
11780 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11781         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11782
11783 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11784         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11785         - Rewrote the register banking algorithm.
11786         - Added pCode live-range analysis to registers (for now, only non-used and
11787         singly-used registers optimized away)
11788
11789         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11790
11791         * 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.
11792
11793 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11794         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11795
11796 2002-04-22  Michael Hope  <michaelh AT vroom>
11797
11798         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11799
11800         * configure.in (DD_COPT): Added include support required for gbdk.
11801
11802         * .version: Bumped version number just to increase it.
11803
11804         * src/SDCCmain.c: Added -nostdinc to the default options.
11805
11806 2002-04-15  Michael Hope  <michaelh AT vroom>
11807
11808         * device/lib/z80/printf.c (sprintf): Added.
11809
11810         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11811
11812         * src/z80/peeph.def: Added transpose redundent load rule.
11813
11814         * src/z80/main.c: Added force callee saves for jaune.
11815
11816         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11817
11818         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11819
11820 2002-03-28  Johan Knol  <johan AT balder>
11821
11822         * src/SDCCval.c: fixed bug #532436
11823
11824 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11825         * /src/port.h:
11826         Added "char *Processor" field to the port structure.
11827
11828         * /src/SDCCmain.c:
11829         Added -p option. Allows port dependent processor to be specified.
11830
11831         * all ports:
11832         Initialized the new field char *Processor field to NULL in all ports
11833
11834         * /src/pic/*:
11835         Compiler generated registers for interrupt context saving
11836         were not getting allocated.
11837
11838 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11839
11840         * /src/SDCCast.c:
11841         Fixed left shift. Will promote the left side of a left shift
11842         if a) left shifting more than size of operand or b) when assigned
11843         to something size > size of left side
11844
11845 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11846         * src/pic/*
11847         tons of changes. Register allocation has been
11848         rewritten. Added customization for the various PICs. Flow
11849         analysis is restructured. ...
11850
11851         * src/pic/device.h:
11852         Added
11853
11854         * src/pic/device.c:
11855         Added. device.c is a PIC port hack to accomodate variations
11856         in PIC devices.
11857
11858 2002-03-13  Michael Hope  <michaelh AT vroom>
11859
11860         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11861
11862 2002-03-04  johanknol  <johanknol AT manik>
11863
11864         * /src/SDCCval.c: fixed
11865
11866         const unsigned char arr[][2] = { { 0, 1 } };
11867         t18.c:1: error: Initializer element is not constant
11868
11869 2002-03-04  bela  <bela AT manik>
11870
11871         * /device/include/mcs51reg.h:
11872         ds89c420 register definition update
11873
11874 2002-03-03    <johan AT FRIJA>
11875
11876         * support/Util/SDCCerr.c: did something, but don't no why anymore
11877
11878         * support/regression/tests/bug-524691.c: made it a little less shy
11879
11880         * src/SDCCast.c (decorateType): fixed bug #524697
11881
11882         * src/SDCCast.c: made some lineno improvements
11883
11884         * src/SDCCval.c (getNelements): changed warning to error
11885
11886         * src/SDCCglue.c (printIvalArray): changed warning to error
11887
11888         * src/SDCCicode.c: fixed a warning for mingw
11889
11890         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11891
11892         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11893
11894 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11895
11896         * src/ds390/peeph.def:
11897         Added some more peephole rules
11898
11899         * src/ds390/gen.c: Various fixes & enhancements
11900
11901         * src/SDCClrange.c, src/SDCClrange.h:
11902         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11903
11904         * src/ds390/ralloc.c:
11905         various fixes & enhancements (ds390) specific
11906
11907         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11908         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11909         from rallocs.
11910
11911         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11912
11913 2002-03-02    <johan AT FRIJA>
11914
11915         * src/SDCCast.c (decorateType): fixed bug #524708
11916
11917         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11918
11919         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11920
11921 2002-03-01  Michael Hope  <michaelh AT vroom>
11922
11923         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11924
11925         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11926
11927 2002-03-01    <johan AT FRIJA>
11928
11929         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11930
11931         * src/SDCCast.c (decorateType): fixed bug #524209
11932
11933         * src/SDCCval.c (valNot): fixed bug #524195
11934
11935 2002-02-26    <johan AT balder>
11936
11937         * src/xa51/gen.c: fixed a warning
11938
11939         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11940
11941         * src/SDCCast.c (decorateType): fixed bug #522534
11942
11943 2002-02-23    <johan AT balder>
11944
11945         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11946
11947 2002-02-22    <johan AT balder>
11948
11949         * src/SDCCast.c: fixed bug #514865
11950
11951         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11952
11953 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11954
11955         * sdcc/src/SDCCloop.c:
11956         Previous fix was not good. basic blocks that have "break" or "return" are
11957         not really partof a loop , but live ranges used in these blocks should
11958         be live thru the entire loop, so set partOfLoop but don't add them to
11959         loop region
11960
11961 2002-02-21    <johan AT FRIJA>
11962
11963         * src/SDCCcse.c: fixed bug #514308
11964
11965 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11966
11967         * src/SDCCloop.c:
11968         Fixed BUG #519583. If a conditional block ended in a return/break
11969         statement inside a loop, it was not being considered part of the loop.
11970
11971         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11972
11973 2002-02-10  Karl Bongers <karl AT turbobit.com>
11974
11975         * debugger/*:
11976         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11977         with lots of comments and notes.
11978
11979         * device/examples/test2.c:
11980         Fix bug, "red" variable not being initialized(compiler complained).
11981
11982         * device/examples/Makefile, examples/test3.c:
11983         Add Makefile in device/examples folder, compiles test3.c
11984         for use as a multiple module SDCDB test case.
11985
11986         * sim/ucsim/cmd.src/cmdset.cc:
11987         Took out debug printfs in ucsim "next" command.
11988
11989         * sim/ucsim/xa.src:
11990         Karl and Johan start ucsim XA support.  Most dissassembly working,
11991         about 75% emulation done(plenty of work remaining).
11992
11993         * sim/ucsim/z80.src:
11994         Add Z80 support to ucsim, add test-ucz80 regression test,
11995         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11996         Notice z80 compiler fails on examples/test3.c/crc code.
11997
11998 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11999
12000         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
12001         Added support for --parms-in-bank1
12002
12003         * src/ds390/peeph.def:
12004         added a few more peephole optimzations
12005
12006         * src/ds390/main.c:
12007         1) added __builtin_inp & __builtin_outp used to read in data of given length
12008            from a memory mapped port
12009         2) added __builtin_memcmp
12010         3) added __builtin_swapw swap bytes of a short
12011
12012         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
12013         1) handle multiple send & receives from register bank1
12014         2) ralloc can now allocate DPTR1 to some liveRanges
12015
12016         * src/SDCCsymt.c, src/SDCCsymt.h:
12017         changes to handle multiple sends & receives
12018
12019         * src/SDCCptropt.h:
12020         added some pointer arithmetic optimization
12021
12022         * src/SDCCptropt.c:
12023         added some pointer arithmetic optimizations but not stable yet so not
12024         called from anywhere (will get this working shortly)
12025
12026         * src/SDCCopt.c: fixed for multiple sends & receives
12027
12028         * src/SDCCmain.c:
12029         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
12030         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
12031            set preprocessor defines (depending on options)
12032
12033         * src/SDCCicode.c, src/SDCCicode.h:
12034         changes made to handle multiple sends & receives
12035
12036         * src/SDCCglobl.h:
12037         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
12038
12039         * src/SDCCcse.c, src/SDCCcse.h:
12040         added function findbackward def (to be used in upcoming optimization)
12041
12042         * src/SDCCcflow.c, src/SDCCcflow.h:
12043         added function returnAtEnd - to determine if a basic block terminates with
12044         a RETURN iCode
12045
12046         * src/SDCCast.c, src/SDCCast.h:
12047         added option parms-in-bank1
12048
12049         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
12050         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
12051         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
12052         adjusted for --parms-in-bank1 option
12053
12054         * device/include/string.h:
12055         donot redefine "reentrant" keyword
12056
12057         * device/include/ds80c390.h: Added some more SFRs
12058
12059 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
12060
12061         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
12062
12063 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
12064
12065         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
12066
12067 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
12068
12069         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
12070
12071 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
12072
12073         * Added --xram-movc option
12074
12075 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
12076
12077         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
12078
12079 2002-01-11  Johan Knol
12080
12081         * Added math lib of Jesus Calvino-Fraga
12082
12083 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
12084
12085         * src/SDCCmain.c (processFile): fix processing of ../../src.c
12086         * support/regression/Makefile: new target test-mcs51-stack-auto
12087         * support/regression/ports/mcs51-stack-auto/spec.mk: added
12088
12089 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12090
12091         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
12092
12093 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
12094
12095         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
12096
12097 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
12098
12099         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
12100
12101         * src/SDCCglue.h: add definition for printIvalChar()
12102
12103 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12104
12105         * src/SDCCast.c: fix #498138 by Johan
12106
12107         * src/SDCCglue.c: fix #498138 by Johan
12108
12109 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
12110
12111         * support/regression/Makefile: fix clean
12112
12113         * support/regression/ports/ds390/support.c: fix transmission of last character
12114
12115 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
12116
12117         * /sdcc/src/ds390/gen.c:
12118         a) improved computing address of stack variable
12119         b) took out some #if 0 code
12120         c) improved parmBytes adjustment
12121         d) improved genPlusIncr & genMinusIncr
12122         e) genCmp could generate bad code (when left assigned to DPTR)
12123         f) Fixed bug in hasInc
12124
12125         * /sdcc/src/ds390/ralloc.c:
12126         a) packRegsForSupport could mess up live information (Fixed)
12127         b) packRegsDPTRuse could be incorrect for left & right shift
12128
12129         * /sdcc/src/mcs51/ralloc.c:
12130         packRegsForSupport could mess up the live information (Fixed)
12131
12132         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
12133
12134         * /sdcc/src/SDCCast.c:
12135         can reverse a loop even if function call is present as long
12136         as the loop control variable is local & is not passed as parameter
12137
12138 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12139
12140         * /sdcc/ChangeLog: *** empty log message ***
12141
12142         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
12143         More builtin function additions for TININative
12144
12145         * /sdcc/src/ds390/ralloc.c:
12146         Had broken the regression testsuite
12147
12148         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
12149
12150         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
12151         Added funcattr hasStackParms will be set for reentrant functions when there
12152         are paramteres on the stack, this helps in minimizing frame pointer generation
12153         typeFromStr can handle function pointers now
12154
12155         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
12156         *** empty log message ***
12157
12158 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12159
12160         * /src/ds390/gen.c, /src/ds390/main.c:
12161         More builtin function additions for TININative
12162
12163         * /src/ds390/ralloc.c:
12164         Had broken the regression testsuite
12165
12166         * /src/SDCCast.c: Fixed a bug in dumptree
12167
12168         * /src/SDCCsymt.c, /src/SDCCsymt.h:
12169         Added funcattr hasStackParms will be set for reentrant functions when there
12170         are paramteres on the stack, this helps in minimizing frame pointer generation
12171         typeFromStr can handle function pointers now
12172
12173         * /doc/builtins.txt, /doc/TININative.txt:
12174         *** empty log message ***
12175
12176
12177 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
12178
12179         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
12180         ALPHA version for -mTININative
12181
12182         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
12183         updated to reflect changes in the port structure
12184
12185         * /src/port.h:
12186         added function do_assemble (similar to do_link) if non-null this function
12187         will be called to do assembly (-mTININative) requires a multi command
12188         assembly
12189         added function genAssemblerEnd will be called to generate assembler Epilogue
12190
12191         * /src/SDCCsymt.c:
12192         added _JavaNative to debug info printing
12193
12194         * /src/SDCCmain.c: added option --tini-libid
12195         added port->do_assemble function (-mTININative) has a multi command assemble
12196
12197         * /src/SDCCglue.c: Disabled "constExpr" check
12198         added port->genAssemblerEnd function
12199
12200         * /src/SDCCglobl.h: Added option --tini-libid value
12201
12202         * /src/SDCCast.h:
12203         tookout optimizeCompare from the header (has no external references)
12204
12205         * /src/SDCCast.c: made one more function "static"
12206
12207 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12208
12209         * src/z80/mappings.i: Added z80asm support.
12210
12211         * src/z80/main.c: Added z80asm support on --asm=z80asm
12212
12213         * src/z80/gen.c: Fixed asm portability issues.
12214
12215         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12216
12217         * src/SDCCglue.c (printExterns): Added global/extern split.
12218
12219 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12220
12221         * support/regression/Makefile: added test for mcs51 model large
12222
12223         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12224
12225         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12226
12227 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12228
12229         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12230
12231 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12232
12233         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12234
12235         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12236
12237 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12238
12239         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12240
12241         * support/regression/tests/simplefloat.c: Port to mcs51.
12242
12243 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12244         * support/regression/tests/bug-485362.c: Added.
12245
12246         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12247
12248         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12249
12250         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12251
12252         * src/z80/gen.c (aopDump): Added a dump function.
12253
12254 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12255         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12256
12257         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12258
12259         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12260
12261         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12262
12263         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12264
12265         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12266
12267         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12268
12269         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12270
12271         * support/regression/ports/ds390/support.c: Use tinibios.
12272
12273         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12274
12275 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12276
12277         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12278         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12279
12280         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12281
12282         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12283
12284 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12285
12286         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12287
12288         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12289         (packRegsForIYUse): Created and optimised.
12290
12291 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12292
12293         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12294 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12295
12296         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12297
12298         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12299
12300         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12301
12302 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12303
12304         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12305
12306         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12307
12308 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12309
12310         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12311
12312         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12313
12314         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12315
12316 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12317
12318         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12319         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12320         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12321
12322         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12323
12324         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12325         (genNotFloat): Added.
12326         (genUminusFloat): Added.
12327
12328         * device/lib/z80/Makefile: Added floating pt stubs.
12329
12330         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12331
12332         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12333
12334         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12335
12336 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12337
12338         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12339
12340         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12341
12342         * sdcc/support/regression/Makefile: Add port ds390.
12343
12344         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12345
12346         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12347
12348         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12349
12350         * sdcc/support/regression/ports/ds390/support.c: Added.
12351
12352         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12353
12354         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12355
12356         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12357
12358 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12359
12360         * device/include/malloc.h: Added z80 and gbz80 support.
12361
12362         * device/lib/gbz80/heap.s: Added.
12363
12364         * device/lib/z80/heap.s: Added.
12365
12366         * device/lib/malloc.c: Added z80 and gbz80 support.
12367
12368         * support/regression/tests/malloc.c (testMalloc): Added.
12369
12370         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12371
12372         * support/regression/tests/bug-478094.c: Added.
12373
12374         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12375
12376 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12377
12378         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12379
12380         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12381
12382         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12383
12384         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12385
12386         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12387
12388 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12389
12390         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12391
12392 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12393
12394         * support/regression/tests/bug-477927.c: Added.
12395
12396         * src/z80/peeph.def: Added minor rules.
12397
12398         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12399
12400         * src/z80/peeph.def: Added jump optimisation modification.
12401
12402 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12403
12404         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12405
12406 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12407
12408         * support/regression/tests/funptrs.c: Added.
12409
12410 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12411
12412         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12413
12414 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12415
12416         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12417
12418         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12419
12420         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12421         (movLeft2ResultLong): Created.
12422
12423         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12424         (joinPushes): Added.  Joins two char pushes into a word push.
12425
12426 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12427
12428         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12429
12430         * support/makebin/Makefile (install): Added creation of dest dir.
12431
12432 2001-10-24 Karl Bongers <karl AT turbobit.com>
12433
12434         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12435
12436 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12437
12438         * src/z80/ralloc.c: Turned off faulty pack for one use.
12439
12440         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12441
12442         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12443
12444 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12445
12446         * support/regression/Makefile: Improved clean
12447
12448         * support/regression/ports/gbz80/spec.mk: Added clean
12449
12450         * support/regression/ports/host/spec.mk: Added clean
12451
12452         * support/regression/ports/z80/spec.mk: Added clean
12453
12454         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12455
12456         * support/regression/ports/mcs51/timeout.c: little improvements
12457
12458 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12459
12460         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12461
12462         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12463
12464         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12465
12466 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12467
12468         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12469
12470         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12471
12472 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12473         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12474
12475         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12476
12477         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12478
12479         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12480
12481         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12482
12483         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12484
12485         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12486
12487         * support/regression/tests/longor.c: Added.
12488
12489 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12490
12491         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12492
12493         * as/mcs51/aslink.h: define PATH_MAX
12494
12495         * as/mcs51/asm.h: define PATH_MAX
12496
12497         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12498
12499         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12500
12501         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12502
12503         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12504
12505         * src/SDCCglobl.h: define PATH_MAX
12506
12507         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12508
12509         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12510
12511 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12512
12513         * src/z80/gen.c (gencjneshort): Fixed
12514
12515         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12516
12517 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12518
12519         * support/regression/tests/bug-469671.c: Added.
12520
12521         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12522
12523 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12524
12525         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12526
12527         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12528
12529 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12530
12531         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12532
12533         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12534
12535         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12536
12537         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12538
12539         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12540
12541         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12542
12543         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12544
12545 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12546
12547         * 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.
12548
12549         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12550
12551         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12552
12553 2001-10-07    <johan AT FRIJA>
12554
12555         * device/lib/gets.c (gets): fixed the return value.
12556
12557 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12558         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12559
12560         * 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.
12561
12562         * 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.
12563
12564         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12565
12566         * src/pic/gen.c: Removed Safe_strdup.
12567
12568         * configure.in: Added option to enable libgc support.
12569
12570         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12571         (bitVectUnion): Optimised.
12572         (bitVectIntersect): Optimised.
12573         (bitVectBitsInCommon): Optimised.
12574         (bitVectCplAnd): Optimised.
12575
12576         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12577
12578 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12579
12580         * src/SDCCmain.c: distinguish between assembler debug and plain options
12581
12582         * src/avr/main.c:   remove standard assembler options
12583
12584         * src/ds390/main.c: remove standard assembler options
12585
12586         * src/mcs51/main.c: remove standard assembler options
12587
12588         * src/port.h: removed "PENDING" comment
12589
12590 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12591
12592         * src/device/lib/_mulint.c  : new, with assember functions
12593
12594         * src/device/lib/_mullong.c : new, with assember functions
12595
12596         * src/device/lib/_divuint.c : with assember functions
12597
12598         * src/device/lib/_divsint.c : with assember functions
12599
12600         * src/device/lib/_divulong.c: with assember functions
12601
12602         * src/device/lib/_divslong.c: with assember functions
12603
12604         * src/device/lib/_moduint.c : with assember functions
12605
12606         * src/device/lib/_modsint.c : with assember functions
12607
12608         * src/device/lib/_modulong.c: with assember functions
12609
12610         * src/device/lib/_modslong.c: with assember functions
12611
12612         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12613
12614         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12615
12616         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12617                                       replaced _mululong.c and _mulslong.c by _mullong.c
12618
12619 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12620
12621         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12622
12623 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12624
12625         * src/SDCCglue.c: test, if win32api is available for MINGW
12626
12627 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12628
12629         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12630         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12631         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12632         * support/regression/ports/host/spec.mk: removed GENERIC
12633         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12634         * support/regression/ports/z80/spec.mk: removed GENERIC
12635
12636 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12637
12638         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12639
12640         * support/regression/tests/bug-467035.c: Created.
12641
12642 2001-10-01    <johan AT FRIJA>
12643
12644         * src/SDCC.y: fixed bug #466586 part 1
12645
12646 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12647
12648         * SDCCicode.c: z80 has no generic pointers
12649         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12650
12651 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12652
12653         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12654
12655 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12656
12657         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12658
12659         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12660
12661 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12662
12663         * configure.in: Fixed up so that ucsim is only configured once.
12664
12665         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12666
12667         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12668         (getPathDifference): As above.
12669
12670         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12671
12672         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12673
12674 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12675         * .version: Updated to 2.3.1
12676
12677         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12678         Added copyright header.
12679
12680         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12681         (assemble): Added support for macro based assembler commands.
12682         (linkEdit): Added support for macro based linker commands.
12683         (preProcess): Changed the pre-processor to use macros.
12684         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12685         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12686
12687         * device/lib/z80/crt0.s: Added module name for debugging.
12688
12689 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12690
12691         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12692
12693         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12694
12695         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12696
12697         * src/Makefile.in: Added SDCCmacro and SDCCutil
12698
12699 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12700
12701         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12702
12703 2001-09-16    <johan AT FRIJA>
12704
12705         * 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.
12706
12707 2001-09-15    <johan AT FRIJA>
12708
12709         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12710         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12711
12712 2001-09-11    <johan AT FRIJA>
12713
12714         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12715
12716 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12717
12718         * support/regression/tests/bug-460444.c: Added test case.
12719
12720         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12721         (genCast): Added justification for all of the asserts.
12722
12723 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12724
12725         * support/regression/support.c: _xdata replaced by xdata
12726
12727         * support/regression/spec.mk: removed _generic
12728
12729 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12730
12731         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12732
12733         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12734         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12735
12736         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12737
12738         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12739
12740         * support/regression/tests/bug-460010.c: Added test case.
12741
12742         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12743
12744 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12745
12746         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12747
12748         * support/regression/testfwk.c: removed workaround for bug #436344
12749
12750         * support/regression/tests/bp.c: use less memory with mcs51
12751
12752         * support/regression/tests/bug-441448.c: use less memory
12753
12754         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12755
12756         * support/regression/collate-results.py: typo
12757
12758 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12759
12760         * support/regression/tests/fetchoverlap.c: Added new test case.
12761
12762         * support/regression/tests/bp.c: Added new test case.
12763
12764         * support/regression/tests/bug-448984.c: Added new test case.
12765
12766         * support/regression/tests/pow2shifts.c: Added new test case.
12767
12768         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12769         (genlshTwo): Fixed right shift for count > 8.
12770
12771         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12772
12773 2001-09-08    <johan AT FRIJA>
12774
12775         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12776
12777 2001-09-07    <johan AT FRIJA>
12778
12779         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12780
12781         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12782
12783 2001-09-06    <johan AT FRIJA>
12784
12785         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12786         * bernhard noted me at this: "() equals to (void)" (1.38)
12787
12788 2001-09-05    <johan AT FRIJA>
12789
12790         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12791
12792 2001-09-04    <johan AT FRIJA>
12793
12794         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12795
12796
12797 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12798
12799         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12800
12801 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12802
12803         * link/z80/aslink.h: Fixed path for PATH_MAX
12804
12805 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12806
12807         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12808
12809         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12810
12811         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12812
12813         * 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.
12814
12815 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12816
12817         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12818         (genCmp): Fixed up genCmp for the GB with longs.
12819
12820         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12821
12822         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12823
12824         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12825
12826         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12827
12828 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12829
12830         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12831
12832 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12833
12834         * 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.
12835
12836         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12837
12838 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12839
12840         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12841
12842         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12843
12844 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12845
12846   * sim/ucsim/configure:    little improvement of Cygwin-detection
12847   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12848   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12849   * support/regression/tests/bug-221100.c: small changes for mcs51
12850   * support/regression/tests/bug-221168.c: small changes for mcs51
12851   * support/regression/tests/bug-227710.c: small changes for mcs51
12852   * support/regression/tests/staticinit.c: small changes for mcs51
12853   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12854   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12855   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12856
12857 $Revision$