* src/mcs51/peeph.def: peephole 238.x added check for notvolatile
[fw/sdcc] / ChangeLog
1 2006-10-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2
3         * src/mcs51/peeph.def: peephole 238.x added check for notvolatile
4         * support/regression/ports/mcs51/support.c: removed race 
5         condition on TI in _putchar allowing to use serial port mode 0  
6
7 2006-10-20 Borut Razem <borut.razem AT siol.net>
8
9         * sebugger/mcs51/sdcdb.c: replaced isblank() with isspace()
10
11 2006-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
12
13         * device/lib/gbz80/crt0.s,
14         * device/lib/gbz80/crt0_rle.s,
15         * device/lib/gbz80/div.s,
16         * device/lib/gbz80/fstubs.s,
17         * device/lib/gbz80/heap.s,
18         * device/lib/gbz80/mul.s,
19         * device/lib/gbz80/putchar.s,
20         * device/lib/gbz80/stubs.s,
21         * device/lib/z80/crt0.s,
22         * device/lib/z80/crt0_rle.s,
23         * device/lib/z80/div.s,
24         * device/lib/z80/fstubs.s,
25         * device/lib/z80/heap.s,
26         * device/lib/z80/mul.s,
27         * device/lib/z80/putchar.s,
28         * device/lib/z80/stubs.s: removed all leading underscores from area names
29
30 2006-10-17 Maarten Brock <sourceforge.brock AT dse.nl>
31
32         * support/regression/ports/mcs51/support.c: use highest baudrate so the
33           regression tests are not waiting in the simulator for simulated
34           transmission of debug output
35
36 2006-10-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
37
38         * device/lib/printf_large.c: slightly smaller
39         * doc/sdccman.lyx: do not use spaces within html links
40
41 2006-10-16 Borut Razem <borut.razem AT siol.net>
42
43         * configure.in, configure, sdccconf_in.h, src/SDCCglobal,
44           debugger/mcs51/Makefile.in, debugger/mcs51/sdcdb.[ch],
45           debugger/mcs51/aclocal.m4, debugger/mcs51/acinclide.m4,
46           debugger/mcs51/config.h.in, debugger/mcs51/configure.in,
47           debugger/mcs51/configure:
48           [ 1185668 ] add gnu readline support to sdcdb - enabled
49
50 2006-10-16 Raphael Neider <rneider AT web.de>
51
52         * src/pic/pcode.c (BankSelect): another fix on (partial) BANKSELs,
53           fixes #1577882, removes close to all banking optimizations
54
55 2006-10-15 Maarten Brock <sourceforge.brock AT dse.nl>
56
57         * src/SDCCsymt.c (checkSClass): no error for uninitialised absolute
58           variables in code memory
59         * support/regression/tests/absolute.c: added test for this
60
61 2006-10-15 Raphael Neider <rneider AT web.de>
62
63         * src/pic/pcode.c (InsertBankSel): suppress BANKSELs for one bank
64           devices,
65           (BankSelect): emit BANKSEL before touching linker-placed regs,
66           fixes #1570934
67
68 2006-10-10 Raphael Neider <rneider AT web.de>
69
70         * src/SDCCmain.c (optionsTable): accept --stack-size for PICs,
71         * src/pic/device.c (pic14_getSharebankSize,pic14_getSharebankAddress),
72         * src/pic/main.c (_pic14_parseOptions),
73         * src/pic/main.h: mostly reverted to previous state, now use results
74             from SDCCmain.c's argument parsing
75
76 2006-10-10 Borut Razem <borut.razem AT siol.net>
77
78         * debugger/mcs51/break.[ch], debugger/mcs51/cmd.c,
79           debugger/mcs51/sdcdb.[ch], debugger/mcs51/simi.c:
80           [ 1185668 ] add gnu readline support to sdcdb -
81           prepared for READLINE, not enabled yet,
82           thanks to <tal.bav AT gmail.com>
83
84 2006-10-10 Raphael Neider <rneider AT web.de>
85
86         * src/pic16/pcode.c (pic16_pCode2str): use isACCESS_BANK macro
87         * src/pic16/devices.inc,
88         * device/include/pic16 (pic18f[24]620.h),
89         * device/include/pic18fregs.h,
90         * device/lib/pic16/pics.all,
91         * device/lib/pic16/libdev/pic18f[24]{620,525}.c): added support for
92             18f2620, 18f4620, 18f2525, and 18f4525 devices, thanks to
93             Gary Plumbridge and Anton Strobl
94
95 2006-10-10 Raphael Neider <rneider AT web.de>
96
97         * src/pic/main.c (_pic14_parseOptions): added --stack-loc=NUM and
98           --stack-siz=NUM options to configure the argument passing stack
99         * src/pic/main.h: added stackLocation and stackSize to pic14_options_t
100         * src/pic/device.c (mapRegister): catch out-of-memory SIGSEGVs,
101           (pic14_getSharebankSize): obey --stack-siz=NUM,
102           (pic14_getSharebankAddress): obey --stack-loc=NUM
103
104 2006-10-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
105
106         * doc/sdccman.lyx: added to the manual
107         * doc/figures/ddd_example.png: added (neither pdflatex nor
108         most browsers seem to like the .eps file)
109
110 2006-10-06 Bernhard Held <bernhard AT bernhardheld.de>
111
112         * src/SDCCglue.c (tempfileandname): changed un*x tmp search paths
113         to /tmp and /var/tmp acc. LSB
114         * src/SDCCast.c (addCast): Fixed bug 1571231: promote in case of
115         RESULT_TYPE_IFX
116         * support/regression/tests/onebyte.c: added test
117
118 2006-10-05 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
119
120         * src/mcs51/gen.c: emitcode for "add a,0x%02x" requires only 8 bits.
121
122 2006-10-05 Borut Razem <borut.razem AT siol.net>
123
124         * partially fixed [ 1570701 ] peephole - not replacing code from multiline macros,
125           thanks to dfulab:
126           - sdcc.dsw: changed property eol-style to CRLF
127           - support/scripts/resource.rc: replaced references to "afxres.h" with "winres.h"
128
129 2006-10-04 Raphael Neider <rneider AT web.de>
130
131         * device/include/pic/{pic16f84.h,pic16f84a.h},
132         * device/lib/pic/libdev/{pic16f84.c,pic16f84a.c}: added PORT[AB]_bits
133           from patch #1522504, thanks to Robas Teodor
134
135 2006-10-02 Maarten Brock <sourceforge.brock AT dse.nl>
136
137         * as/link/z80/lkarea.c: essentially reverted lnksect() to #4380 which
138           fixes bug 1566015
139
140 2006-10-01 Maarten Brock <sourceforge.brock AT dse.nl>
141
142         * src/pic16/glue.c (pic16emitMaps),
143         * src/pic/glue.c (pic14emitMaps): hopefully fixed bug 1568779
144         * device/lib/gets.c: fixed bug 1568829,thanks Philipp Krause
145         * device/lib/pic16/libc/string/memcpypgm2ram.c,
146         * device/lib/pic16/libc/string/memcpyram2ram.c: fixed bug 1568836, thanks
147           Philipp Krause
148         * as/mcs51/asmain.c (asmbl, newdot): fixed problems with absolute areas
149         * as/link/mcs51/lkmem.c (summary2): reverted, do do count abs segments
150
151 2006-09-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
152
153         * support/librarian/sdcclib.c: Added option -l.
154         * as/link/mcs51/lkmem.c: don't use absolute segments to compute memory
155           usage totals.
156         * device/lib/make51lib.bat: added.  Allows building mcs51 libraries easily
157           using Windows command prompt.
158
159 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
160
161         * device/lib/libsdcc.lib: added module rand
162         * src/ds390/ralloc.c (rematStr),
163         * src/hc08/ralloc.c (rematStr),
164         * src/mcs51/ralloc.c (rematStr),
165         * src/z80/ralloc.c (rematStr): made output more consistent
166         * src/mcs51/gen.c: cosmetic changes
167
168 2006-09-30 Maarten Brock <sourceforge.brock AT dse.nl>
169
170         * src/port.h: added mem.cabs_name to PORT
171         * src/ds390/main.c,
172         * src/hc08/main.c,
173         * src/mcs51/main.c,
174         * src/pic16/main.c,
175         * src/pic/main.c,
176         * src/xa51/main.c,
177         * src/z80/main.c: added cabs_name initializers
178         * src/SDCCglue.c (emitStaticSeg): allocate and initialize absolute
179           constants
180           (emitMaps): emit absolutes in code memory into cabs_name
181         * src/SDCCmem.c,
182         * src/SDCCmem.h: added memory map c_abs and defined CABS_NAME
183         * src/ds390/gen.c (genCodePointerGet): fixed bug if left is a literal
184         * support/regression/fwk/include/testfwk.h: added define for at
185         * support/regression/tests/absolute.c: added, new
186
187 2006-09-29 Maarten Brock <sourceforge.brock AT dse.nl>
188
189         * src/mcs51/gen.c (genPlusIncr, genMinusDec, genAddrOf): small
190           optimizations, see also patch 887161 by Stas Sergeev
191         * src/mcs51/peeph.def(104, 207, 209, 212): disabled as they do not seem
192           to be necessary anymore,
193           (102, 103, 104, 127): renamed all occurances of bp to _bp
194
195 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
196
197         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
198           thanks Weston T. Schmidt for patch 1555221
199         * src/mcs51/peeph.def: renamed rule 257 to 257.a, added 257.b
200         * src/SDCCicode.c(geniCodeMultiply): small optimization
201
202 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
203
204         * device/include/stdlib.h: added rand prototypes
205         * device/lib/rand.c: new, added
206         * device/lib/Makefile.in: added rand.c
207         * src/z80/peeph.def,
208         * src/z80/peeph-gbz80.def,
209         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
210
211 2006-09-20 Raphael Neider <rneider AT web.de>
212
213         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
214
215 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
216
217         * as/link/aslink.h: cosmetic changes
218         * as/link/mcs51/Makefile.in,
219         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
220
221 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
222
223         * as/link/aslink.h,
224         * as/link/mcs51/aslink.h,
225         * as/link/z80/aslink.h: merged and moved to as/link/
226         * as/link/lkstore.c,
227         * as/link/mcs51/lkstore.c: moved to as/link/
228         * as/link/clean.mk: remove *.o
229         * as/link/mcs51/alloc.h: deleted
230         * as/link/mcs51/lkarea.c: added lnksect prototype
231         * as/link/mcs51/lkdata.c,
232         * as/link/mcs51/lklex.c,
233         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
234         * as/link/mcs51/lkmem.c,
235         * as/link/mcs51/lknoice.c: removed include strcmpi.h
236         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
237         * as/link/mcs51/aslink.dsp,
238         * as/link/mcs51/Makefile.aslink,
239         * as/link/mcs51/Makefile.bcc,
240         * as/link/mcs51/Makefile.in: updated for moved files
241         * as/link/z80/lkarea.c,
242         * as/link/z80/lkhead.c,
243         * as/link/z80/lklex.c,
244         * as/link/z80/lklibr.c,
245         * as/link/z80/lklist.c,
246         * as/link/z80/lkmain.c,
247         * as/link/z80/lkrloc.c,
248         * as/link/z80/lksym.c: synced with mcs51
249         * as/link/z80/lkdata.c,
250         * as/link/z80/lkeval.c,
251         * as/link/z80/lkihx.c,
252         * as/link/z80/lks19.c: cosmetic changes
253         * as/link/z80/Makefile.in,
254         * as/link/z80/linkgbz80.dsp,
255         * as/link/z80/linkz80.dsp: updated for moved files
256
257 2006-09-16 Borut Razem <borut.razem AT siol.net>
258
259         * debugger/mcs51/sdcdb.c: partially fixed
260           [ 1203664 ] sdcdb fails to open files w. two "." periods
261         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
262           debugger/mcs51/symtab.h: fixed indenting
263         * configure.in, configure: up to date with latest Maarten's changes
264
265 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
266
267         as/link/mcs51
268         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
269         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
270         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
271         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
272         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
273         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
274         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
275         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
276         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
277         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
278         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
279         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
280         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
281         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
282         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
283         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
284         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
285         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
286         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
287         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
288         as/link/mcs51/alloc.h,
289         as/link/mcs51/clean.mk,
290         as/link/mcs51/conf.mk,
291         as/link/mcs51/Makefile.bcc,
292         as/link/mcs51/Makefile.in,
293         as/link/mcs51/readme.390,
294         as/link/mcs51/strcmpi.c,
295         as/link/mcs51/strcmpi.h,
296         as/mcs51/clean.mk,
297         as/mcs51/Makefile.bcc,
298         as/mcs51/Makefile.in,
299         configure,
300         Makefile.in,
301         sdcc.dsw: moved mcs51 linker to as/link/mcs51
302
303 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * as/link,
306         * as/link/Makefile.in,
307         * as/link/z80/linkgbz80.dsp,
308         * as/link/z80/linkz80.dsp,
309         * configure,
310         * link,
311         * link/clean.mk,
312         * link/Makefile.in,
313         * link/README,
314         * link/z80,
315         * link/z80/aslink.h,
316         * link/z80/clean.mk,
317         * link/z80/conf.mk,
318         * link/z80/linkgbz80.dsp,
319         * link/z80/linkz80.dsp,
320         * link/z80/lkarea.c,
321         * link/z80/lkdata.c,
322         * link/z80/lkeval.c,
323         * link/z80/lkgb.c,
324         * link/z80/lkgg.c,
325         * link/z80/lkhead.c,
326         * link/z80/lkihx.c,
327         * link/z80/lklex.c,
328         * link/z80/lklibr.c,
329         * link/z80/lklist.c,
330         * link/z80/lkmain.c,
331         * link/z80/lkrloc.c,
332         * link/z80/lks19.c,
333         * link/z80/lksym.c,
334         * link/z80/Makefile.in,
335         * Makefile.in,
336         * sdcc.dsw: moved link/ to as/link/
337
338 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
339
340         * as/mcs51/i51mch.c (machine): fixed warning
341
342 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
343
344         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
345
346 2006-09-09 Borut Razem <borut.razem AT siol.net>
347
348         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
349           sdcdb WIN32 native port
350         * src/clean.mk: fixed
351
352 2006-09-08 Borut Razem <borut.razem AT siol.net>
353
354         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
355
356 2006-09-08 Raphael Neider <rneider AT web.de>
357
358         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
359         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
360             to gplink to disable processor mismatch warning and to allow
361             the use of devices with only aliased (shared) memory banks,
362           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
363
364 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
365
366         * doc/sdccman.lyx: Some re-formating plus example on using
367           #pragma preproc_asm +/-
368
369 2006-09-07 Borut Razem <borut.razem AT siol.net>
370
371         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
372           section
373
374 2006-09-06 Borut Razem <borut.razem AT siol.net>
375
376         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
377           line at sdcc.nsi:153
378         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
379
380 2006-09-05 Borut Razem <borut.razem AT siol.net>
381
382         * configure.in, configure: support for winsock2
383         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
384           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
385           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
386           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
387           debugger/mcs51/symtab.h: sdcdb WIN32 native port
388
389 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
390
391         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
392           and OP_DEFS
393         * support/regression/tests/bug1551947.c: new, added
394         * src/SDCCsymt.h: strings are char* not byte*
395
396 2006-09-05 Raphael Neider <rneider AT web.de>
397
398         * device/lib/pic16/libdev/pic18f4550.c,
399           device/include/pic16/pic18f4550.h: added PORTD/TRISD
400             declarations/definitions from patch #1520949
401
402 2006-09-05 Raphael Neider <rneider AT web.de>
403
404         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
405           byte-aligned bitfields, fixes #1539278
406
407 2006-09-05 Raphael Neider <rneider AT web.de>
408
409         * src/pic/gen.c (genReceive): skip unreferenced arguments,
410           fixes #1544120
411
412 2006-09-04 Borut Razem <borut.razem AT siol.net>
413
414         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
415         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
416           -mno-cygwin is a part of the compiler name
417         * support/scripts/sdcc_mingw32: don't disable ucsim
418
419 2006-09-03 Borut Razem <borut.razem AT siol.net>
420
421         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
422         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
423
424 2006-09-03 Raphael Neider <rneider AT web.de>
425
426         * src/pic/ralloc.c,
427         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
428           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
429           fixes #1550049
430
431 2006-09-01 Borut Razem <borut.razem AT siol.net>
432
433         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
434           to make ppc-osx happy
435
436 2006-08-31 Borut Razem <borut.razem AT siol.net>
437
438         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
439         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
440         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
441         * support/regression/ports/ds390/spec.mk,
442           support/regression/ports/mcs51/spec.mk,
443           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
444           To run regression tests in mingw environment:
445           make DEV_NULL=NUL CC=gcc
446
447 2006-08-30 Borut Razem <borut.razem AT siol.net>
448
449         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
450           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
451           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
452           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
453           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
454           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
455           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
456           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
457           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
458           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
459           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
460           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
461           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
462           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
463           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
464           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
465           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
466           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
467           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
468           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
469           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
470           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
471           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
472           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
473           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
474           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
475           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
476           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
477           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
478           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
479           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
480           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
481           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
482           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
483           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
484           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
485           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
486           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
487           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
488           ucsim WIN32 native port
489
490 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
491
492         * doc/sdccman.lyx: added note on dynamic memory heap initialization
493
494 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
495
496         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
497         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
498
499 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
500
501         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
502         * support/regression/tests/bug1546986.c: new, added
503         * as/mcs51/.cvsignore,
504         * debugger/mcs51/.cvsignore,
505         * src/.cvsignore: deleted
506
507 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
508
509         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
510           definitions)
511
512 2006-08-20 Borut Razem <borut.razem AT siol.net>
513
514         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
515           removed cl_listen_console::match(), cl_console::match(),
516           restructured cl_commander::proc_input()
517
518 2006-08-16 Borut Razem <borut.razem AT siol.net>
519
520         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
521           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
522           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
523
524 2006-08-14 Borut Razem <borut.razem AT siol.net>
525
526         * support/regression/Makefile.in,
527           support/regression/ports/pic14/gpsim.cmd,
528           support/regression/ports/pic14/spec.mk,
529           support/regression/ports/pic14/support.c:
530           added pic14 regression test
531
532 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
533
534         * as/doc/asxhtm.html: documented changed ABS behaviour
535         * as/doc/README: fixed some typos
536
537 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
538
539         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
540           not defined on host
541
542 2006-08-12 Borut Razem <borut.razem AT siol.net>
543
544         * support/regression/fwk/include/testfwk.h,
545           support/regression/fwk/lib/testfwk.c,
546           support/regression/generate-cases.py,
547           support/regression/Makefile.in:
548           regression test framework does not depend on function pointers and
549           variable arguments
550
551 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
552
553         * device/include/stddef.h: c temporary hack to fix bug 1518273
554
555 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
556
557         * device/include/mcs51/cc2510fx.h: added
558         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
559           to projects.
560
561 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
562
563         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
564         * as/z80/Makefile.in: added strcmpi.c
565         * as/z80/z80adr.c: added upper case registers and lower case conditionals
566         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
567
568 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
569
570         * device/lib/gbz80/asm_strings.s,
571         * device/lib/gbz80/crt0_rle.s,
572         * device/lib/gbz80/div.s,
573         * device/lib/gbz80/mul.s,
574         * device/lib/gbz80/shift.s,
575         * device/lib/z80/asm_strings.s,
576         * device/lib/z80/crt0_rle.s,
577         * device/lib/z80/div.s,
578         * device/lib/z80/mul.s,
579         * device/lib/z80/shift.s: changed to all lower case menmonics except the
580           flags which are all upper case
581
582 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
583
584         * as/z80/asm.h: made CASE_SENSITIVE 1
585         * link/z80/aslink.h: made CASE_SENSITIVE 1
586         * src/z80/gen.c (throughout): made all conditionals upper case
587         * support/regression/tests/bug1503067.c: new
588
589 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
590
591         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
592           (shiftIntoPair): added case 2 for PAIR_IY,
593           (setupToPreserveCarry): replaced parameters with iCode and check if
594            PAIR_DE is in use to fix bug 1399290,
595           (genPlus, genMinus): updated call to setupToPreserveCarry
596         * support/regression/tests/bug1399290.c: new
597
598 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
599
600         * device/lib/Makefile.in (Z80SOURCES): enabled float support
601         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
602         * src/ds390/gen.c (shiftRLong),
603         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
604         * src/mcs51/gen.c (sameReg): changed to sameByte,
605           (xch_a_aopGet): new,
606           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
607            shiftRLong): fixed bug 1533966
608         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
609           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
610         * support/regression/Makefile.in: disabled z80, enabled ucz80
611         * support/regression/tests/float_trans.c: enabled test for z80 and host
612         * support/regression/tests/shifts2.c: new, for testing bug 1533966
613
614 2006-08-01 Borut Razem <borut.razem AT siol.net>
615
616         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
617           comparison is always false due to limited range of data type
618           on PPC64 machine (openpower-linux1) where "char = unsigned char"
619
620 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
621
622         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
623         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
624         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
625         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
626
627 2006-07-31 Borut Razem <borut.razem AT siol.net>
628
629         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
630           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
631           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
632           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
633           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
634           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
635           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
636           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
637           enable ucsim mingw compilation. Serial port is disabled,
638           since it uses termios.h API, which is not available on native
639           WIN32
640
641 2006-07-31 Borut Razem <borut.razem AT siol.net>
642
643         * Small Device C Compiler 2.6.0 released
644         * support/scripts/sdcc.nsi: added FULL_DOC option
645         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
646
647 2006-07-28 Borut Razem <borut.razem AT siol.net>
648
649         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
650         * doc/INSTALL.txt: updated
651
652 2006-07-27 Borut Razem <borut.razem AT siol.net>
653
654         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
655           device/lib/pic/libdev/Makefile.in: fixed bug
656           [ 1438354 ] pic libsdcc: distclean doesn't work
657         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
658           device/lib/pic16/libio/Makefile.in: fixed bug
659           [ 1438344 ] pic16 lib: clean doesn't work properly
660         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
661
662 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
663
664         * device/lib/pic/libsdcc/fsdiv.c,
665         * device/lib/pic/libsdcc/fsmul.c,
666         * device/lib/pic16/libsdcc/float/fsdiv.c,
667         * device/lib/pic16/libsdcc/float/fsmul.c,
668         * device/lib/_fsdiv.c,
669         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
670         * support/regression/tests/bug1520966.c: added
671         * doc/knownbugs.html: removed [ 1520966 ] from the list
672
673 2006-07-25 Borut Razem <borut.razem AT siol.net>
674
675         * configure.in, configure, sdccconf_in.h: fixed bug
676           [ 1519095 ] regression test onebyte.c fails on ppc64 host
677         * doc/knownbugs.html: removed [ 1519095 ] from the list
678
679 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
680
681         * doc/knownbugs.html: added, contains list of known bugs at release
682         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
683
684 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
685
686         * device/include/mcs51/compiler.h: added SFRX for xdata based special
687           function registers and corrected defaults with additional warning
688         * device/lib/malloc.c: cosmetic changes
689         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
690         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
691           (fillGaps): and used it
692
693 2006-07-20 Raphael Neider <rneider AT web.de>
694
695         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
696           output unless SDCCPICDEBUG is set
697         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
698           output if SILENT is set
699
700 2006-07-11 Borut Razem <borut.razem AT siol.net>
701
702         * doc/README.txt: updated
703
704 2006-07-10 Borut Razem <borut.razem AT siol.net>
705
706         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
707           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
708           in WIN32 installation
709         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
710           release candidate 1
711
712 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
713
714         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
715         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
716
717 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
718
719         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
720
721 2006-07-06 Borut Razem <borut.razem AT siol.net>
722
723         * support/regression/tests/bitfields.c:
724           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
725         * support/regression/tests/constantRange.c:
726           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
727
728 2006-07-04 Borut Razem <borut.razem AT siol.net>
729
730         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
731           src/port.mk,
732           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
733           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
734           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
735           reverted changes from 2006-07-03
736         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
737         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
738           added CPPFLAGS, used by the host port
739
740 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
741
742         * support/regression/valdiag/tests/switch.c,
743         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
744         * support/regression/tests/libmullong.c: fixed for host
745         * support/regression/ports/host/spec.mk: disable all warnings for host,
746         SDCC runs with --less-pedantic too
747
748 2006-07-03 Borut Razem <borut.razem AT siol.net>
749
750         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
751           defined CPPFLAGS
752         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
753         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
754           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
755           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
756           include ../port.mk
757         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
758           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
759           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
760           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
761
762 2006-07-02 Raphael Neider <rneider AT web.de>
763
764         * src/pic16/devices.inc,
765         * device/include/pic16/pic18fregs.h,
766         * device/include/pic16/pic18f4550.h,
767         * device/lib/pic16/pics.all,
768         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
769
770 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
771
772         * as/hc08/lkaomf51.c (OutputName),
773         * as/mcs51/lkaomf51.c (OutputName),
774         * as/z80/asmain.c (asmbl),
775         * src/ds390/main.c (asmLineNodeFromLineNode),
776         * src/hc08/ralloc.c (hc08_assignRegisters),
777         * src/mcs51/main.c (asmLineNodeFromLineNode),
778         * src/xa51/ralloc.c (checkRegMask),
779         * src/xa51/gen.c (emitcode),
780         * src/z80/gen.c (_emit2),
781         * src/SDCCast.c (searchLitOp),
782         * src/SDCCglobl.h,
783         * support/packihx/packihx.c,
784         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
785         * src/ds390/gen.c (aopPutUsesAcc),
786         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
787         * support/regression/tests/libmullong.c (mullong_wrapper),
788         * src/SDCCsymt.c (powof2),
789         * src/SDCCast.c,
790         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
791         * src/SDCCsymt.h: added TYPE_TARGET_*
792         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
793         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
794         SDCCast because 1) header problems 2) this is the right place
795         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
796         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
797         prototype
798
799 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
800
801         * src/SDCCicode.h: removed buggy semicolon in unused macro
802         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
803         search for previous definiton of auto symbols too,
804         (findPrevUse): fixed logic of emitWarnings
805
806 2006-06-26 Raphael Neider <rneider AT web.de>
807
808         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
809           PCLATH and PCLATU on interrupts, potentially fixes #1505141
810
811 2006-06-25 Raphael Neider <rneider AT web.de>
812
813         * device/lib/pic/libm: NEW, added math library functions
814         * device/lib/pic/libsdcc: NEW; added float support functions
815         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
816         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
817           NEW, added math related headers
818         * device/include/asm/pic/features.h: NEW
819         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
820           (popGet): allow larger offsets for AOP_PCODE,
821           (genDataPointerSet): handle literals explicitly, more debug output,
822           (genAssign): fixed for float using aopLiteral ;-)
823         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
824           GOTO initialisation routine
825         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
826           flag on registers, fixes #1469043 (local variables do not work)
827         * src/pic/main.c (_pic14_do_link),
828         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
829           available
830
831 2006-06-25 Borut Razem <borut.razem AT siol.net>
832
833         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
834           characters printed (not including the trailing '\0' used to end
835           output to strings). Problem detected in regression test bug-927659.c.
836           NOTE: printf() family functions should return int instead
837           unsigned int!
838         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
839           specifier are printed as themselves
840         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
841           support flags, width and precision specifiers
842
843 2006-06-24 Borut Razem <borut.razem AT siol.net>
844
845         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
846           to the list of sdcc tagrets not supporting bit type
847         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
848           testfor pic16 due to bug:
849           [ 1511794 ] pic16: regression test bug-895992.c fails
850
851 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
852
853         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
854         * src/SDCCglue.c (initPointer), fixed bug 1496419
855         * support/regression/tests/bug1496419.c: new, added
856
857 2006-06-22 Borut Razem <borut.razem AT siol.net>
858
859         * support/regression/ports/pic16/support.c: use gpsim usart module from
860           libgpsim_modules library
861
862 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
863
864         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
865         IP0H to IPH0.
866
867 2006-06-19 Raphael Neider <rneider AT web.de>
868
869         * src/pic/glue.h,src/pic16/glue.h: added prototypes
870         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
871           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
872           (pic14printExterns,pic14printPublics,pic16printPublics,
873           pic16_printExterns): use new functions to emit symbols
874           (picglue,pic16glue): emit publics before emitting externs
875         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
876           locally defined functions to avoid bug #1443651
877         * support/regression/tests/bug-716242.c: removed pic16 workaround
878         * support/regression/ports/pic16/spec.mk: ignore errors during build
879
880 2006-06-19 Raphael Neider <rneider AT web.de>
881
882         * src/pic/glue.h: added pic14aopLiteral prototype
883         * src/pic/glue.c (pic14aopLiteral): return unsigned int
884         * src/pic/gen.c: removed stdint.h dependency
885           (aopGet): use Safe_strdup()
886           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
887           (genDataPointerSet): use pic14aopLiteral()
888         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
889           for pic16; thanks to Bernhard and Maarten
890
891 2006-06-18 Borut Razem <borut.razem AT siol.net>
892
893         * support/regression/tests/structflexarray.c: flexible array members
894           not supported by gcc < 3
895         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
896           GUI tool by default
897         * src/pic/gen.c: don't include [p]strdin.h on solaris
898         * support/Util/pstdint.h: addad svn attributes
899         * support/regression/tests/constantRange.c,
900           support/regression/tests/rotate.c: include inttypes.h instead
901           stdint.h on solaris, addad svn attributes
902
903 2006-06-18 Raphael Neider <rneider AT web.de>
904
905         * src/SDCCsymt.c (initCSupport): change return type of divschar to
906           int for PIC16
907         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
908           (pic16_genMinusBits): simplified sign-extension
909           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
910             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
911             adjusted to correctly handle mixed-signed operands, disabled
912             now unused multiplciation routines
913         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
914           (assignResultValue): added argument denoting the size of the result
915             as returned by the function (fixes upcasts in assigning from
916             function calls: char foo(); int i = foo();)
917           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
918             function result to assignResultValue
919           (genMult): disabled inlined multiplication code
920           (genDiv): augmented to also handle the modulus operator, fixed to
921             handle mixed-signed operands correctly
922           (genMod): simply call genDiv, disabled unused code
923           (genAssign): fixed missing (sign-)extension on result
924         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
925             valid char operands, allow signed operands for native code, added
926             division and modulo operator handling
927         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
928
929         As a consequence, onebyte.c (if split into two files) and muldiv.c
930         pass regression tests.
931
932 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
933
934         * doc/Makefile.in: two runs of makeindex seem needed to get
935         correct page references in the index of sdccman.pdf
936         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
937
938 2006-06-17 Borut Razem <borut.razem AT siol.net>
939
940         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
941
942 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
943
944         * doc/sdccman.lyx: updated, added (porting source code, debugging),
945         mentioned ec2drv and paulmon
946
947 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
948
949         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
950           consecutive abs areas
951           (find_empty_space, allocate_space): added map to handle codemap or
952            xdatamap,
953           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
954            absolute idata and xdata
955         * as/mcs51/lkmem.c (summary2): updated legend
956
957 2006-06-16 Raphael Neider <rneider AT web.de>
958
959         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
960
961 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
962
963         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
964           1208515
965         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
966
967 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
968
969         * src/port.h (struct PORT): added field gp_tags, to hold the tag
970         value of generic pointers,
971         * src/avr/main.c,
972           src/ds390/main.c,
973           src/hc08/main.c,
974           src/izt/i186.c,
975           src/izt/tlcs900h.c,
976           src/mcs51/main.c,
977           src/pic/main.c,
978           src/pic16/main.c,
979           src/xa51/main.c,
980           src/z80/main.c: PORT structure, added elements for gp_tags field,
981         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
982         fields in the PORT structure of each port,
983         * src/SDCCast.c (decorateType): allow processing of generic pointers
984         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
985         S_FIXED symbols
986
987 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
988
989         * link/z80/lkgb.c,
990         * link/z80/lkgg.c,
991         * src/pic16/gen.c,
992         * src/pic16/main.c,
993         * src/pic16/pcode.c,
994         * src/pic/main.c,
995         * src/pic/pcoderegs.c,
996         * src/SDCCicode.c,
997         * src/SDCCmain.c,
998         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
999           bug 1504689 on minGW
1000
1001 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1002
1003         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
1004
1005 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
1006
1007         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
1008
1009 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
1010
1011         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
1012           for optimization
1013
1014 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
1015
1016         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
1017         to a char variable. Fixed bug #1504211
1018         * device/include/pic16/adc.h,
1019         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
1020         and fixed bug #1364390
1021
1022 2006-06-10 Borut Razem <borut.razem AT siol.net>
1023
1024         * CVSROOT: removed the CVS left-over
1025
1026 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1027
1028         * as/hc08/asmain.c (asexit),
1029         * as/hc08/lkmain.c (lkexit),
1030         * as/mcs51/asmain.c (asexit),
1031         * as/mcs51/lkmain.c (lkexit),
1032         * src/SDCCglue.c (DEFSETFUNC),
1033         * src/SDCCmain.c (linkEdit, assemble),
1034         * support/librarian/sdcclib.c (AddRel),
1035           replaced unlink() by standard C remove()
1036         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
1037         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
1038           gatherImplicitVariables): new, added to fix bug 608752,
1039           (createFunction): added gatherImplicitVariables()
1040         * src/SDCCast.h: added createRMW prototype
1041         * src/SDCCsymt.h (struct symbol): added infertype
1042         * support/regression/tests/bug608752.c: new, added
1043
1044 2006-06-10 Raphael Neider <rneider AT web.de>
1045
1046         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
1047           multibyte dummy reads (fixes #1503234)
1048
1049 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
1050
1051         * device/include/mcs51/compiler.h: new, added header file to enable
1052           creating common sfr definition header files for different compilers
1053
1054 2006-06-05 Raphael Neider <rneider AT web.de>
1055
1056         * src/pic16/{pcode.h,genarith.c}:
1057           introduced pCodeOp combining any two pCodeOps (previously only
1058           two register operands could be combined), removed pcop2 from
1059           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
1060         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
1061         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
1062           rewritten to use new PO_TWO_OPS
1063         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
1064         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
1065           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
1066           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
1067           (pic16_get_op): embraced return arg to allow #define return(x),
1068             added new case for combined opcodes
1069           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
1070           (pic16_pCode2str,pic16_getRegFrompCodeOp,
1071            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
1072
1073 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
1074
1075         * src/SDCCval.c (checkConstantRange): added
1076         * src/SDCCval.h: added checkConstantRange
1077         * support/Util/SDCCerr.c,
1078         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
1079         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
1080         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
1081         * src/SDCCast.c (decorateType): added checkConstantRange,
1082         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
1083         can be emitted with the correct always true/false warning,
1084         added optimization for double '!';
1085         result of decorateType() must be assigned back to the tree, because
1086         decorateType() can change the tree
1087         * src/SDCCicode.c (geniCodeLogic),
1088         (geniCodeAssign): replaced new checkConstantRange, added warnings,
1089         (checkConstantRange): removed, it was only a fragment which never
1090         emitted a warning
1091         * src/SDCCsymt.c (computeType): fixed promotion for
1092         "-1 < (unsigned bit) b"
1093         * src/pic/ralloc.c (packRegsForAssign),
1094         * src/pic16/ralloc.c (packRegsForAssign),
1095         * src/hc08/ralloc.c (packRegsForAssign),
1096         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
1097         from mcs51
1098         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
1099         * support/regression/tests/constantRange.c: added
1100         * support/valdiag/tests/constantRange.c: added
1101         * support/valdiag/valdiag.py: added -DPORT_HOST=1
1102
1103 2006-06-02 Borut Razem <borut.razem AT siol.net>
1104
1105         * support/regression/ports/pic16/support.c: increase stack size
1106           to 255 bytes
1107         * support/regression/Makefile.in: sort tests by name so that the
1108           resutlts can be compared on different machines / platforms
1109
1110 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1111
1112         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
1113         * src/ds390/gen.c (emitLabel): new, added,
1114           (genDjnz): fixed stack overflow bug,
1115           (throughout): cosmetic changes to sync with mcs51/gen.c,
1116           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
1117         * src/mcs51/gen.c (genEndFunction): small optimization,
1118           (throughout): cosmetic changes to sync with ds390/gen.c
1119
1120 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
1121
1122         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
1123           (_print_format): fixed printing pointers
1124         * src/mcs51/gen.c (emitLabel, movb): new, added,
1125           (genAssign): small optimization,
1126           (genDjnz): fixed stack overflow bug,
1127           (throughout): replaced sprintf with SNPRINTF,
1128           replaced mcs51_regWithIdx with REG_WITH_INDEX,
1129           replaced emitcode("mov", "b,...") with MOVB(...),
1130           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
1131           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1132         * src/mcs51/peeph.def: added rules 140 and 264
1133         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
1134           so they may get optimized into registers
1135
1136 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
1137
1138         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
1139           immediately when encountered,
1140           (printUsage): always use stderr even on windows
1141
1142 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
1143
1144         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
1145         (processParms): fixed bug #1247551
1146         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
1147         parseCmdLine, main): print '--version' to stdout,
1148         print 'help' to stdout if --help is given,
1149         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
1150         arguments are given; fixed --help
1151
1152 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
1153
1154         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
1155         * support/regression/tests/bug-1493710.c: added
1156
1157 2006-05-27 Borut Razem <borut.razem AT siol.net>
1158
1159         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
1160           static instead auto
1161         * support/regression/ports/pic16/support.c: increase stack size
1162           from default 64 bytes to 128 bytes
1163         * support/regression/tests/staticinit.c,
1164           support/regression/tests/float.c: regression tests fully enabled
1165           for pic16 port by putting the initialized data arrays into the code
1166           section
1167         * support/regression/ports/pic16/spec.mk: don't link default libraries.
1168           This was changed by mistake in the previous version.
1169
1170 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
1171
1172         * src/pic16/gen.c (genFunction, genEndFunction): some
1173         beautifications, fixed bug with falsely restoring FSR2 in large
1174         stack model, thanks to Beau E. Cox for reporting the bug
1175
1176 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
1177
1178         * debugger/mcs51/break.c,
1179         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
1180           use %p to print pointers, made address variables unsigned
1181         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
1182         * debugger/mcs51/symtab.c (parseSymbol): must return something
1183         * src/mcs51/gen.c (aopForSym): small optimization,
1184            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
1185           (freeAsmop): added missing break,
1186           (aopPut): removed parameter bvolatile, determine it inside the function,
1187           (saveRegisters, unsaveRegisters): small optimization,
1188           (genIpush): removed pointless check,
1189           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
1190           replaced sprintf with SNPRINTF,
1191           replaced strcpy with strncpyz,
1192           updated aopPut calls,
1193           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
1194         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
1195
1196 2006-05-24 Borut Razem <borut.razem AT siol.net>
1197
1198         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1199           modification of test for the pic16 port, put the array to the code
1200           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1201
1202 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1203
1204         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1205         * support/Util/pstdint.h: added
1206
1207 2006-05-22 Borut Razem <borut.razem AT siol.net>
1208
1209         * src/regression/Makefile: removed bool2.c test, added -q linker option
1210         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1211           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1212           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1213           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1214           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1215           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1216           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1217           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1218           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1219
1220 2006-05-22 Raphael Neider <rneider AT web.de>
1221
1222         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1223           bug #1492360 (problematic due to generic pointers, see code)
1224
1225 2006-05-22 Borut Razem <borut.razem AT siol.net>
1226
1227         * support/regression/ports/pic16/specs.mk: removed stack size linker
1228           directive
1229         * support/regression/tests/array.c,
1230           support/regression/tests/bitopcse.c,
1231           support/regression/tests/bug-908454.c,
1232           support/regression/tests/malloc.c: modified for pic16 regression test
1233         * support/regression/tests/bitfields.c:
1234           pic16 - excluded bitfileds of size > 8
1235         * support/regression/tests/bp.c: pic16 - reduced data size
1236         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1237         * support/regression/tests/bug-460010.c:
1238           pic16 - used the absolute address the fits in memory
1239         * support/regression/tests/bug-716242.c:
1240           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1241         * support/regression/tests/float.c:
1242           pic16 - excluded - data size too big
1243         * support/regression/tests/onebyte.c:
1244           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1245         * support/regression/tests/shifts.c:
1246           pic16 - function names probably have to differ in first X characters
1247           (gpasm limitation?)
1248         * support/regression/tests/staticinit.c:
1249           pic16 - excluded some tests due error: no target memory available for
1250           section ".idata"
1251
1252 2006-05-22 Borut Razem <borut.razem AT siol.net>
1253
1254         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1255           second try. Thanks Stas Sergeev once more.
1256
1257 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1258
1259         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1260           (genLeftShift, genRightShift): fixed bug 1491627
1261         * src/hc08/peeph.def (rules 7, 8.x): added
1262         * support/regression/tests/shifts.c (ShiftLeftByParam,
1263           ShiftRightByParam, testShiftByParam): added to test variable shifting
1264
1265 2006-05-20 Raphael Neider <rneider AT web.de>
1266
1267         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1268         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1269           (allocReg): add only new registers to dynAllocRegs,
1270           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1271             #1489055, #1445850, and probably #1483693
1272
1273 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1274
1275         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1276         bug in for-loop that didn't emit the last of CONFIG and ID registers
1277
1278 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1279
1280         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1281           with offset
1282         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1283           1489016, 1434401 and 1490124
1284         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1285           1489016, 1434401 and 1490124
1286
1287 2006-05-17 Borut Razem <borut.razem AT siol.net>
1288
1289         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1290           thanks Stas Sergeev
1291
1292 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1293
1294         * device/include/mcs51/P89c51RD2.h,
1295         * device/include/mcs51/P89LPC901.h,
1296         * device/include/mcs51/P89LPC922.h,
1297         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1298
1299 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1300
1301         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1302         to fix missing stack pragma in compiled binary object file,
1303
1304 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1305
1306         * support/packihx/configure.in,
1307         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1308         determine sizeof basic types even while cross compiling
1309
1310 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1311
1312         * src/avr/gen.c (aopop),
1313         * src/ds390/gen.c (aopOp),
1314         * src/hc08/gen.c (aopOp),
1315         * src/mcs51/gen.c (aopop),
1316         * src/pic16/gen.c (pic16_aopOp),
1317         * src/pic/gen.c (aopOp),
1318         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1319         if size of operand is smaller than spill location
1320
1321 2006-05-12 Borut Razem <borut.razem AT siol.net>
1322
1323         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1324           have to have CR/LF line endings even if they are checked out on *nix
1325           or on WIN32 in cygwin binmode
1326
1327 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1328
1329         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1330         * device/include/ds80c390.h: added sfr16 definitions
1331         * src/ds390/gen.c,
1332         * src/ds390/gen.h,
1333         * src/ds390/main.c,
1334         * src/ds390/ralloc.c,
1335         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1336           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1337           bit returning functions
1338         * support/regression/tests/sfr16.c: enabled test on ds390
1339
1340 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1341
1342         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1343         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1344
1345 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1346
1347         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1348         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1349           (cl_address_space constructor): removed expensive initialization,
1350           (cl_address_space::get_cell): extended for late initialization,
1351           (cl_address_space::*): use late initialization,
1352           (cl_address_decoder::activate): removed expensive initialization,
1353           This reduced regression test running time by 25%
1354
1355 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1356
1357         * packihx/,
1358         * configure.in,
1359         * configure,
1360         * sdcc.dsw,
1361         * Makefile.bcc,
1362         * Makefile.in,
1363         * support/packihx/Makefile.in,
1364         * support/packihx/clean.mk,
1365         * support/packihx/Makefile.bcc,
1366         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1367
1368 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1369
1370         * src/SDCCval.c (valNot): fix for regression test failure
1371           of not.c on big endian hosts
1372
1373 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1376
1377 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1378
1379         * device/lib/mcs51/Makefile.in: changed string comparison operator
1380           to = for POSIX compliance; == is bash extension
1381
1382 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1383
1384         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1385           kosmonaut_pirx
1386
1387 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1388
1389         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1390         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1391         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1392         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1393         bug report #1478657,
1394
1395 2006-05-05 Borut Razem <borut.razem AT siol.net>
1396
1397         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1398           making the html
1399
1400 2006-05-02 Borut Razem <borut.razem AT siol.net>
1401
1402         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1403           create *.ind, which made make to fail if invoked with -j 2
1404
1405 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1406
1407         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1408           Hubert Sack for patch 1479782
1409
1410 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1411
1412         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1413
1414 2006-05-01 Raphael Neider <rneider AT web.de>
1415
1416         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1417           (create_pic): store only prefix-free device name,
1418           (init_pic): check for device names with "16" prefix,
1419           (list_valid_pics),
1420         * src/pic/device.h (struct PIC_device),
1421         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1422             stored device name,
1423         * device/include/pic/pic12f{635,675,629,683}.h,
1424         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1425         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1426         * device/include/pic/pic16f505.h,
1427         * device/lib/pic/libdev/pic16f505.c: removed
1428         * device/include/pic/pic14devices.txt: added support for pic12f
1429             devices, removed unsupported non 16-bit devices
1430             [above changes provided by patch from Zik Saleeba]
1431         * src/pic/*, src/pic16/*, device/include/pic16/*,
1432           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1433
1434 2006-05-01 Borut Razem <borut.razem AT siol.net>
1435
1436         * configure.in, configure, doc/Makefile.in:
1437           sync with nightly build makefile - latex, dvipdf and dvips
1438           not needed any more
1439
1440 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1441
1442         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1443         in the library source
1444
1445 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1446
1447         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1448
1449 2006-04-28 Raphael Neider <rneider AT web.de>
1450
1451         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1452         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1453           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1454         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1455
1456 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1457
1458         * device/lib/pic/libdev/Makefile.in,
1459         * device/lib/hc08/Makefile.in,
1460         * device/lib/gbz80/Makefile.in,
1461         * device/lib/z80/Makefile.in,
1462         * device/lib/ds390/Makefile.in,
1463         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1464         thanks to Borut for the bug report
1465         * configure.in,
1466         * configure: always create doc/Makefile independent from --enable-doc
1467         * Makefile.in: always install from directory doc independent from
1468         --enable-doc
1469         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1470         removed
1471         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1472         * doc/Makefile.in: install *.txt if present
1473         * device/include/Makefile.in (install): added installation of pic/*.inc
1474         and pic/*.txt files again, they were erroneously removed
1475
1476 2006-04-28 Raphael Neider <rneider AT web.de>
1477
1478         * src/pic/{gen.c,main.h,pcode.c},
1479         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1480             concerning signedness with casts
1481
1482 2006-04-28 Raphael Neider <rneider AT web.de>
1483
1484         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1485             definition of an interrupt handler,
1486         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1487             interrupt handler stuff from picglue() to separate routine,
1488           (picglue): enabled definition of intr handlers in files w/o main()
1489
1490 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1491
1492         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1493           compilation with MSVC 2005 Express Edition (VC8)
1494
1495 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1496
1497         * device/lib/Makefile: fixed build of gbz80 lib
1498
1499 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1500
1501         * support/regression/tests/bug-460010.c,
1502         * support/regression/tests/bug-524691.c,
1503         * support/regression/tests/bug-716242.c: removed conditional defines
1504           that are already in testfwk.h
1505
1506 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1507
1508         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1509           (AccAXRsh1): added, shift right by 1,
1510           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1511            AccAXLrl1
1512         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1513
1514 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1515
1516         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1517         remove cast to same type
1518         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1519         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1520         * as/z80/Makefile,
1521         * link/z80/Makefile: removed, they have moved to
1522         Makefile.in files
1523         * configure,
1524         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1525         * install-sh: fix bug #1204398 by setting umask 0022
1526         * device/lib/Makefile: separate build of z80 and gbz80 lib
1527
1528 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1529
1530         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1531         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1532
1533         One basic decision: e.g. src/clean.mk includes further files. In order
1534         to make this work there are two solutions:
1535         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1536           run configure on them. This way they can use
1537           'include $(srcdir)/port-clean.mk'
1538         - always include clean.mk by the Makefile at the same level. To avoid
1539           that `make clean` tries to include and build Makefile.dep the
1540           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1541           implemented, because now even `make uninstall` doesn't create
1542           Makefile.in. clean.mk could be eliminated by pasting it in
1543           Makefile.in.
1544
1545         * debugger/mcs51/Makefile.in: build own objects from library sources
1546         (SLIB, SDCC) in current directory
1547
1548         * configure, configure.in: renamed --disable-device-lib-build in
1549         --disable-device-lib; added --enable-doc, the required tools are
1550         searched by configure; added result message; the toolchain for the
1551         belonging ports are now only built, if the port is enabled.
1552
1553         * support/regression/*: all output is written in directory gen, because
1554         the fwk and ports directories don't livet in the build tree using vpath
1555
1556         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1557         --disable-device-lib, added --enable-doc, added section VPATH
1558
1559         * sim/ucsim/configure.in,
1560         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1561         z80 are enabled by default
1562
1563 2006-04-24 Raphael Neider <rneider AT web.de>
1564
1565         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1566             to config word, "pic14_"-prefixed some extern functions
1567           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1568             config word has been found
1569         * src/pic/device.h: added prototypes
1570         * src/pic/pcode.c: added "pic14_"-prefix where needed
1571         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1572             fixup
1573         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1574             words,
1575           (pic14emitRegularMap): ignore config words,
1576           (pic14createInterruptVect): moved generating __config directives away
1577           (picglue): have __config directives emitted
1578
1579 2006-04-24 Borut Razem <borut.razem AT siol.net>
1580
1581         * doc/Makefile: sync with nightly build makefile
1582
1583 2006-04-24 Raphael Neider <rneider AT web.de>
1584
1585         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1586             registers that have not been assigned proper liveranges,
1587             fixes #1469504 and #1474602,
1588           (pCodeRegOptimizeRegUsage): fixed typo in comment
1589
1590 2006-04-24 Borut Razem <borut.razem AT siol.net>
1591
1592         * device/examples/main8051.c: deleted - it was removed from CVS
1593           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1594           after the transition to Subversion
1595         * src/SDCCalloc.h: deleted - it was removed  from CVS
1596           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1597           after the transition to Subversion
1598         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1599           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1600           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1601           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1602
1603 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1604
1605         * as/asx8051.dsp: added mcs51/strcmpi.h
1606         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1607         * as/hc08/aslink.h: updated lnksect prototype
1608         * as/hc08/asm.h,
1609         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1610         * as/hc08/asmain.c,
1611         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1612           (newdot): handle A_ABS
1613         * as/hc08/asout.c,
1614         * as/mcs51/asout.c (outarea): output address
1615         * as/hc08/lkaomf51.c,
1616         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1617         * as/hc08/m08pst.c,
1618         * as/mcs51/i51pst.c,
1619         * as/z80/z80pst.c: "ABS" is not A_OVR
1620         * as/hc08/lkarea.c (newarea): read a_addr,
1621           (lnkarea): added codemap array, sort absolute areas to the front,
1622            combine all GSINITx/GSFINAL,
1623           (find_empty_space, allocate_space): new functions,
1624           (lnksect): return next address, handle absolute sections
1625         * as/mcs51/lkarea.c (newarea): read a_addr,
1626           lnksect2 prototype changed,
1627           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1628           (find_empty_space, allocate_space): new, factored out of lnksect2,
1629           (lnksect2): return next address, handle absolute sections
1630         * as/hc08/lkhead.c,
1631         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1632         * as/hc08/lklibr.c (addfile, fndsym),
1633         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1634           index out of range and detect both '\' and '/'
1635         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1636         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1637           regression tests (ds390 cannot return bool yet)
1638         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1639           document critical interrupts on z80, document changed SDCC define
1640         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1641           (_a390_mapping): added .org directive
1642         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1643           (genMultOneByte): fixed warnings
1644         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1645           ones
1646         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1647         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1648           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1649         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1650         * src/pic16/main.c: removed newReg prototype
1651         * src/pic16/pcode.c,
1652         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1653           warnings
1654         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1655           ones
1656         * src/pic16/ralloc.c
1657         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1658           to fix warnings
1659         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1660           from short to PIC_OPTYPE
1661         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1662         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1663           optype from short to PIC_OPTYPE
1664         * src/port.h: made int_size unsigned to fix warnings
1665         * src/SDCC.y: fixed warning on MSVC
1666         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1667         * src/SDCCopt.c (convertToFcall): fixed warnings
1668         * src/SDCCsymt.h: removed double prototype for genSymName
1669         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1670           offset int to fix warnings
1671
1672 2006-04-22 Borut Razem <borut.razem AT siol.net>
1673
1674         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1675           references to CVS replaced with Subversion
1676
1677 2006-04-21 Borut Razem <borut.razem AT siol.net>
1678
1679         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1680           references to CVS replaced with Subversion
1681
1682 2006-04-19 Borut Razem <borut.razem AT siol.net>
1683
1684         * src/version.awk: adapted for svn
1685         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1686           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1687           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1688           /binutils-avr/etc/*.vi, *.jin: removed all properties
1689           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1690
1691 2006-04-19 Borut Razem <borut.razem AT siol.net>
1692
1693         * CVS to Subversion migration completed
1694
1695 2006-04-18 Borut Razem <borut.razem AT siol.net>
1696
1697         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1698           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1699
1700 2006-04-17 Borut Razem <borut.razem AT siol.net>
1701
1702         * device/include/Makefile.in: added pic/*.inc to the installation
1703
1704 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1705
1706         * support/regression/collate-results.py: fixed output in case of
1707         a valdiag error
1708         * support/regression/generate-cases.py: fixed splitting of pathnames
1709         with dots
1710         * as/hc08/lklibr.c (addfile),
1711         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1712
1713 2006-04-11 Raphael Neider <rneider AT web.de>
1714
1715         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1716         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1717         * src/pic16/pcode.c (assignValnums): fixed #1460578
1718
1719 2006-04-11 Raphael Neider <rneider AT web.de>
1720
1721         * device/lib/pic/libdev/*.c,
1722         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1723           fixes #1468739, enables compilation in --std-c99 mode
1724         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1725
1726 2006-04-11 Raphael Neider <rneider AT web.de>
1727
1728         * src/pic/device.c (find_device): removed debug output
1729           (list_valid_pics): enabled verbose listing of supported devices
1730         * device/include/stdbool.h: define bool as char for pic14/16 as well
1731
1732 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1733
1734         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1735
1736 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1737
1738         * .version: bumped version to 2.5.6
1739         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1740
1741 2006-04-06 Raphael Neider <rneider AT web.de>
1742
1743         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1744         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1745         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1746           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1747             pic14_constructAbsMap
1748           (pic14printPublics): declare absolute global symbols as global
1749           (pic14createInterruptVect),
1750         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1751           (newReg): assume new registers unused, use correct name in
1752             hashtable (reg->name instead of name), more debugLog output
1753         * src/pic/device.h (PIC_device): added fields for verbose output
1754         * src/pic/device.c: moved device definition to pic14devices.txt,
1755             added routines for runtime parsing of pic14devices.txt,
1756             added support for second config word
1757         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1758           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1759           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1760           (_pic14_parseOptions): moved pCodeInitRegisters here
1761           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1762         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1763           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1764             handling the pseudo stack
1765         * device/lib/Makefile.in: ignore failures in objects-pic16,
1766         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1767         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1768         * device/lib/pic/Makefile.subdir,
1769         * device/lib/pic16/Makefile.subdir: improved clean rules
1770         * device/lib/pic/libdev/: NEW, pic14 device libraries
1771         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1772         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1773         * device/include/Makefile.in: create subdir and install pic14 headers
1774         * device/include/pic/p16f_common.inc: removed unused declarations
1775         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1776             PICs from inc2h.pl v1.6,
1777             replaced BIT_AT macros with struct declarations
1778         * device/include/pic/pic14devices.txt: definition of supported devices,
1779             all above improvements contributed by Zik Saleeba, thanks
1780         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1781         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1782             headers
1783
1784 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1785
1786         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1787         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1788           thanks to Charles Olds
1789
1790 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1791
1792         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1793
1794 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1795
1796         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1797         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1798         * support/regression/bug1464657.c: added, new test
1799
1800 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1801
1802         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1803           version number
1804
1805 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1806
1807         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1808           --no-peep and --peep-file <file> are used don't use default rules but
1809           do use the <file>
1810
1811 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1812
1813         * src/mcs51/gen.c (genCall): fixed bug 1457608
1814
1815 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1816
1817         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1818         changes seem to cause (trigger?) problems with the build system.
1819
1820 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1821
1822         * src/SDCCpeeph.c (operandsLiteral): new, added,
1823           (callFuncByName): inserted operandsLiteral
1824         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1825
1826 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1827
1828         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1829         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1830
1831 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1832
1833         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1834           implemented patch 1120823 Thanks to Willy De la Court (normal
1835           interrupts need an interrupt number now if they are made critical),
1836           and enabled nesting of critical functions though not for gbz80
1837           (genCritical, genEndCritical): added functions
1838           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1839         * src/z80/mappings.i: added "ei" to all mappings
1840
1841 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1842
1843         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1844         submitted by the Debian SDCC maintainer Aurelien Jarno:
1845         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1846         archive with gcc 4.1 on mips and wrote the patch"
1847
1848 2006-03-16 Raphael Neider <rneider AT web.de>
1849
1850         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1851           the left operand is shorter than the result (c* = lit-c* + int),
1852           fixes bug #1450796
1853         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1854           OP_SYMBOL
1855
1856 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1857
1858         * src/.version: increased version number to 2.5.5
1859         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1860         linking is done manually in pic16 port's _linkEdit,
1861         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1862         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1863         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1864         allocate asmop as AOP_ACC,
1865         (aopForRemat): added parameter 'bool result' in function declaration,
1866         (pic16_aopGet): return AOP_ACC when accessing WREG,
1867         (pic16_popGetTempReg): minor modification,
1868         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1869         'pic16_allocWithIdx',
1870         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1871         calling function in absolute addresses,
1872         (genAssign): take into account AOP_ACC asmop,
1873         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1874         * src/pic16/pcoderegs.c: some debug functions and lines added,
1875         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1876         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1877         register too,
1878         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1879         call to allocReg, not by manually allocating a new one,
1880         (pic16_assignRegisters): now before going through the register
1881         allocating functions mark all registers as free. This eliminates some
1882         side effects resulting from peephole parser done earlier in the backbone
1883
1884 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1885
1886         * src/SDCCicode.c (geniCodeLogic),
1887         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1888
1889 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1890
1891         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1892           (genSend): bugfix, do not allocate and free twice,
1893           (shiftRLong): handle partially overlapping aops
1894         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1895
1896 2006-03-08 Borut Razem <borut.razem AT siol.net>
1897
1898         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1899           for pic16
1900
1901 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1902
1903         * support/regression/tests/bug1409955.c: new, added
1904         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1905         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1906           (aopForSym, aopOp): increment asmop.allocated if reused,
1907           (freeAsmop): decrement asmop.allocated and check for zero instead of
1908           using asmop.freed,
1909           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1910           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1911            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1912            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1913            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1914            genSignedRightShift, genRightShift, genDataPointerGet,
1915            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1916            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1917             in reverse order from allocation,
1918           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1919             added swappedLR to keep track
1920         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1921           pdata & code for GCC, z80, gbz80 & hc08
1922         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1923
1924 2006-03-08 Raphael Neider <rneider AT web.de>
1925
1926         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1927
1928 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1929
1930         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1931         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1932         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1933
1934 2006-03-06 Borut Razem <borut.razem AT siol.net>
1935
1936         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1937           made the linker quiet
1938
1939 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1940
1941         * src/pic16/gen.c (genPcall): fixed bug #1443644
1942         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1943         which dumps before the function entry point a data byte which represents
1944         the number of the local variables used by the specified function, added
1945         'xinst' for initial support for Extended Instruction Support,
1946         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1947         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1948         port->fun_prefix anymore (may change later),
1949         (genFunction, genEndFunction): do not store/restore local registers for
1950         _main (this should take care the --main-return command line option in
1951         the future),
1952         (genOr): removed some legacy pic-port instructions,
1953         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1954         performing operations with SFR's causes data to be written more than
1955         once to each SFR. Perhaps SFRs should be handled in special cases...
1956         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1957         pcode.h
1958         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1959         into account for stack starting position,
1960         (struct OPTIONS pic16_optionsTable): added command line argument
1961         --extended or -y for Extended Instruction Support,
1962         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1963         (deassignLRs): *** perhaps the most important change, old 'for' code
1964         (commented out for reference), didn't account for some registers which
1965         were left marked 'not free' after a pointer operation. The change
1966         reduces register usage a lot in some cases
1967
1968 2006-03-04 Borut Razem <borut.razem AT siol.net>
1969
1970         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1971           _clean
1972         * support/regression/tests/bug-524697.c: decreased array size for
1973           mcs51 to fit into the internal RAM
1974         * support/regression/Makefile.in: a little bit more verbose
1975
1976 2006-03-03 Borut Razem <borut.razem AT siol.net>
1977
1978         * support/regression/fwk/lib/testfwk.c,
1979           support/regression/fwk/include/testfwk.h: introduced function
1980           _prints(), nonrecursive _printn(), call _initEmu() from main()
1981         * support/regression/ports/gbz80/support.asm,
1982           support/regression/ports/ucz80/support.asm,
1983           support/regression/ports/z80/support.asm,
1984           support/regression/ports/ds390/support.c,
1985           support/regression/ports/hc08/support.c,
1986           support/regression/ports/host/support.c,
1987           support/regression/ports/mcs51/support.c,
1988           support/regression/ports/xa51/support.c: added empty _initEmu()
1989           function
1990         * support/regression/ports/pic16/gpsim.cmd,
1991           support/regression/ports/pic16/spec.mk,
1992           support/regression/ports/pic16/support.c,
1993           support/regression/Makefile.in: added pic16 regression test
1994
1995 2006-03-01 Raphael Neider <rneider AT web.de>
1996
1997         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1998           genConstPointerGet): use safe way of generating MOVFF to cover
1999             literals as well as registers, fixes bug #1440527
2000         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
2001             dereference
2002           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
2003             more correctly, fixes bug #1232186
2004           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
2005         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
2006             gplink guess the correct processor in more cases, applied patch
2007             from Till Riedel attached to and fixing bug #1436552
2008
2009 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2010
2011         * support/regression/tests/array.c: added, contains check for #1434401
2012         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
2013
2014 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
2015
2016         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
2017         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
2018         * device/include/mcs51/c8051f326.h,
2019         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
2020         * device/include/mcs51/c8051f000.h,
2021         * device/include/mcs51/c8051f018.h,
2022         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
2023           PCON_IDLE,PCON_STOP and added sfr16 definitions
2024
2025 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2026
2027         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
2028           genGetWord): fixed bug 1409955
2029
2030 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
2031
2032         * device/include/hc08/mc68hc908gp32.h,
2033         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
2034
2035 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
2036
2037         * src/SDCCast.c (constExprValue): return NULL if not a value
2038         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
2039         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
2040         * support/regression/tests/bitfields.c: enabled signed bitfield for all
2041
2042 2006-02-13 Borut Razem <borut.razem AT siol.net>
2043
2044         * src/regression/ptrarg.c: added, fails due to bug #1430967
2045         * src/regression/Makefile: ptrarg.c added, ...
2046
2047 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
2048
2049         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
2050         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
2051
2052 2006-02-11 Borut Razem <borut.razem AT siol.net>
2053
2054         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
2055           print "Processor: xxx" message to stdout only if --verbose
2056
2057 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
2058
2059         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
2060         * support/regression/tests/bug1426356.c: added
2061         * support/regression/tests/bitfields.c: removed 2 tests
2062
2063 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
2064
2065         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
2066         * device/include/mcs51/c8051f330.h,
2067         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
2068           PCON_IDLE,PCON_STOP and added sfr16 definitions
2069         * device/lib/_divsint.c,
2070         * device/lib/_divuint.c,
2071         * device/lib/_divulong.c,
2072         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
2073           register bank bug for small stackauto
2074
2075 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
2076
2077         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
2078
2079 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
2080
2081         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
2082         * all.dsp: corrected several bin paths
2083         * device/include/mcs51/c8051f120.h,
2084         * device/include/mcs51/c8051f300.h,
2085         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
2086           to PCON_IDLE,PCON_STOP
2087         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
2088         * device/lib/printf_large.c (output_float): fixed bug 1388703
2089         * support/regression/tests/bug1057979.c: added test for bug 1388703
2090
2091 2006-02-08 Raphael Neider <rneider AT web.de>
2092
2093         * src/pic/pcode.c (pciTRIS): fixed typo,
2094           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
2095           (LinkFlow): fixed handling of flows that end in a call,
2096           (ReuseReg): perform safety check earlier
2097         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
2098             to work with flows at the beginning of a pBlock,
2099             fixes #1426557 (Symbol not previously defined),
2100           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
2101             usage information
2102           (RemoveUnusedRegisters): update register usage info
2103         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
2104             created, reuse existing ones instead
2105         * src/pic/gen.c (genPcall): fixed #1424719
2106
2107 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
2108
2109         * link/z80/lkmain.c,
2110         * link/z80/lklex.c,
2111         * link/z80/lkdata.c,
2112         * link/z80/aslink.h: fixed build on current cygwin:
2113         replaced getline() by lk_getline()
2114
2115 2006-02-01 Borut Razem <borut.razem AT siol.net>
2116
2117         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
2118           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
2119           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
2120           src/regression/bool1.c, src/regression/bool2.c,
2121           src/regression/bool3.c, src/regression/call1.c,
2122           src/regression/compare.c, src/regression/compare10.c,
2123           src/regression/compare2.c, src/regression/compare3.c,
2124           src/regression/compare4.c, src/regression/compare5.c,
2125           src/regression/compare6.c, src/regression/compare7.c,
2126           src/regression/compare8.c, src/regression/compare9.c,
2127           src/regression/configword.c, src/regression/for.c,
2128           src/regression/inline.c, src/regression/mult1.c,
2129           src/regression/nestfor.c, src/regression/or1.c,
2130           src/regression/pointer1.c, src/regression/ptrfunc.c,
2131           src/regression/rotate1.c, src/regression/rotate2.c,
2132           src/regression/rotate3.c, src/regression/rotate4.c,
2133           src/regression/rotate5.c, src/regression/rotate6.c,
2134           src/regression/rotate7.c, src/regression/string1.c,
2135           src/regression/struct1.c, src/regression/sub.c,
2136           src/regression/sub2.c, src/regression/switch1.c,
2137           src/regression/while.c, src/regression/xor.c,
2138           src/regression/create_stc, src/regression/simulate,
2139           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
2140           regression tests
2141         * src/regression/gpsim_assert.h: added
2142
2143 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
2144
2145         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
2146         ((void (code *) (void)) 0) ();
2147         * as/hc08/aslex.c,
2148         * as/hc08/aslink.h,
2149         * as/hc08/asm.h,
2150         * as/hc08/asmain.c,
2151         * as/hc08/lkdata.c,
2152         * as/hc08/lklex.c,
2153         * as/hc08/lkmain.c,
2154         * as/mcs51/aslex.c,
2155         * as/mcs51/aslink.h,
2156         * as/mcs51/asm.h,
2157         * as/mcs51/asmain.c,
2158         * as/mcs51/lkdata.c,
2159         * as/mcs51/lklex.c,
2160         * as/mcs51/lkmain.c,
2161         * as/z80/aslex.c,
2162         * as/z80/asm.h,
2163         * as/z80/asmain.c: fixed build on current cygwin:
2164         replaced getline() by as_getline()
2165
2166 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
2167
2168         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
2169         declarator in the symbol chain
2170         * src/SDCCsymt.h,
2171         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
2172         parameter list for function pointers
2173         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
2174         * support/regression/tests/bug-716242.c: added
2175
2176 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
2177
2178         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
2179         offset if possible
2180         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
2181
2182 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
2183
2184         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
2185         inifinitely recurseable, added static
2186         * support/regression/tests/bug-1408066.c: added
2187
2188 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
2189
2190         * src/SDCCicode.h,
2191         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
2192         renamed, added possibility to create "postLoopLbl"-labels
2193         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
2194         newiTempLoopHeaderLabel
2195         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2196         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2197         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2198         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2199         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2200         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2201         (basicInduction): fixed bug #136564, made static,
2202         (loopInduction): changed parameter of basicInduction, made static,
2203         (addPostLoopBlock): added
2204         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2205         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2206         findLoopEndSeq
2207         * support/regression/tests/bug-136564.c: added
2208         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2209         --std-sdcc99 to LIBSDCCFLAGS
2210
2211 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2212
2213         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2214         while loop
2215         * support/regression/tests/bug-1406131.c: added
2216
2217 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2218
2219         * src/SDCCast.c (decorateType): fix promotion of unary minus
2220         * src/SDCCsymt.c (computeType): beautified
2221         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2222         (valUnaryPM, valComplement): fix sign and promotion,
2223         (valNot): ANSI: result type is int (SDCC: unsigned char)
2224         * support/regression/tests/uminus.c: speedup by removing superflous
2225         test case 'int'
2226         * support/regression/tests/onebyte.c: added promotion and signedness
2227         tests for unary minus
2228         * support/regressions/tests/bug-477927.c: disable warning about
2229         uninitialized variables
2230         * support/regression/tests/not.c: added
2231
2232 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2233
2234         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2235         * src/mcs51/gen.c (gen51Code): show final register usage after
2236         fillGaps in asm with --i-code-in-asm
2237         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2238         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2239         incUsed, rliveClear, adjustIChain): made static,
2240         (setFromRange): excluded because it's unused,
2241         (findPrevUseSym, markWholeLoop): added,
2242         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2243         through all branches of predecessors enables sdcc to emit the warning
2244         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2245         (rlivePoint): made static, added parameter emitWarnings which is only
2246         true during the first run out of two,
2247         (findRecursiveSucc, findRecursivePred): removed,
2248         (computeLiveRanges): made static, added parameter emitWarnings,
2249         (dumpIcRlive): added for debugging only
2250         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2251         removed prototype of setFromRange()
2252         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2253         in call of computeLiveRanges()
2254         * support/regression/tests/bug-895992.c: added
2255         * support/regression/tests/bug-971834.c: added
2256         * support/valdiag/tests/bug-895992.c: added
2257         * support/valdiag/tests/bug-971834.c: added
2258
2259 2005-12-18 Raphael Neider <rneider AT web.de>
2260
2261         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2262           (genUnpackBits): improved code for direct operands,
2263           (genPackBits): improved code for literal assignment to bitfields
2264             and for direct destination operands (no FSR indirection),
2265             prevented redundant AND, fixes #1362800,
2266           (AccLsh): added parameter to disable masking of the result
2267         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2268           skip instructions with side-effects (like incfsz),
2269           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2270         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2271         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2272           fixes #1375263
2273
2274 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2275
2276         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2277         volatile variables as spill location
2278
2279 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2280
2281         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2282         replacing literals
2283         * support/regression/tests/bug-1376320.c: added
2284
2285 2005-12-08 Raphael Neider <rneider AT web.de>
2286
2287         * src/pic/device.c: renamed is_shared to pic14_is_shared
2288         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2289         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2290           (is_valid_identifier): added for above workaround
2291
2292 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2293
2294         * device/lib/Makefile.in: fixed to enable port-specific-objects
2295         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2296           char, thanks Hubert Sack
2297         * doc/sdccman.lyx: documented --xstack-loc,
2298           elaborated a bit more on interrupts and pitfalls,
2299           removed "setjmp/longjmp unsupported",
2300           documented some unsupported C99 features
2301         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2302         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2303           if, thanks Hubert Sack
2304         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2305         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2306           make make_library
2307         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2308           regression tests can report resource usage (rfe 700441)
2309         * support/regression/collate-results.py: report resource usage
2310         * support/regression/ports/ds390/spec.mk,
2311         * support/regression/ports/hc08/spec.mk,
2312         * support/regression/ports/mcs51/spec.mk,
2313         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2314         * support/regression/ports/ds390/uCsim.cmd,
2315         * support/regression/ports/hc08/uCsim.cmd,
2316         * support/regression/ports/mcs51/uCsim.cmd,
2317         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2318         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2319           library, use the default one
2320         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2321           building the library
2322
2323 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2324
2325         * config.dsp: added dependency on .version and configure_vc.awk
2326         * device/include/setjmp.h: updated for --stack-auto and --xstack
2327         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2328         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2329         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2330         * device/lib/libsdcc.lib: added _setjmp
2331         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2332           (decorateType): fixed bug 1372851,
2333           (optimizeGetHbit): fixed warning
2334         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2335           array initialisation
2336         * support/regression/tests/bug1057979.c: added test for bug 1358192
2337         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2338
2339 2005-12-03 Borut Razem <borut.razem AT siol.net>
2340
2341         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2342           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2343
2344 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2345
2346         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2347         createIval): implement symbol independant "flexible array member",
2348         (createIvalCharPtr): implemented flexible array initialisation with a
2349         string
2350         * src/SDCCsymt.c (copyStruct): removed,
2351         (getSize): fixed misleading comment,
2352         (getAllocSize): removed, the additional allocation size is now in
2353         sym->flexArrayLength,
2354         (checkStructFlexArray): new, syntax checks for flexible array members,
2355         (compStructSize): added syntax checks for "flexible array members"
2356         (copyStruct): removed,
2357         (copyLinkChain): removed inefficient fix for bug 770487
2358         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2359         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2360         symbol->flexArrayLength
2361         * src/SDCCerr.c,
2362         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2363         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2364         * support/regression/tests/structflexarray.c: added
2365         * support/valdiag/tests/structflexiblearray.c: added
2366
2367 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2368
2369         * src/SDCCast.c (decorateType): fixed bug 1368489
2370         * support/Util/SDCCerr.c,
2371         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2372
2373 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2374
2375         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2376           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2377
2378 2005-11-27 Borut Razem <borut.razem AT siol.net>
2379
2380         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2381           support/cpp2/mkdeps.h: added command line option
2382           -obj-ext=<extension> to SDCPP to define object file externion, used
2383           for generation of make dependencies (-M)
2384         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2385
2386 2005-11-26 Borut Razem <borut.razem AT siol.net>
2387
2388         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2389           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2390           added pic and pic16 libraries
2391
2392 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2393
2394         * device/include/float.h: Corrected typo in prototype of __fsgt
2395
2396 2005-11-25 Borut Razem <borut.razem AT siol.net>
2397
2398         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2399           added creation of model-mcs51-stack-auto libraries
2400
2401 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2402
2403         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2404         and fields-list too
2405         * src/SDCCast.c (createIvalArray): removed obsolete comment
2406
2407 2005-11-24 Borut Razem <borut.razem AT siol.net>
2408
2409         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2410           added missing device/lib/mcs51/crt*.asm sources
2411
2412 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2413
2414         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2415
2416 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2417
2418         * device/lib/_fs2schar.c,
2419         * device/lib/_fs2sint.c,
2420         * device/lib/_fs2slong.c: optimized inline asm
2421
2422 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2423
2424         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2425           Better handling of floats between -1.0 and 0.0.
2426
2427 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2428
2429         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2430           (the missing "if"s prohibited removal of redundant labels)
2431
2432 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2433
2434         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2435           Properly convert floats between -1.0 and 0.0 to long, int, and char
2436           types (max integer value of negative floats tends to zero).
2437         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2438           Removed changes made so to work properly with floats between
2439           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2440           and _fs2char.c
2441
2442 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2443
2444         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2445         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2446         (genCast) cosmetic change
2447         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2448         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2449         from mcs51
2450         * support/regression/tests/bitfields (testSignedBitfields): added
2451
2452 2005-11-18 Borut Razem <borut.razem AT siol.net>
2453
2454         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2455         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2456           introduced SILENT option to make building of pic16 libraries less
2457
2458 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2459
2460         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2461           Now they work properly with floats between -1.0 and 0.0
2462         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2463
2464 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2465
2466         * src/SDCCicode.c (printOperand): added missing else
2467
2468 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2469
2470         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2471         reformatted for better readability
2472         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2473         signed bitfields
2474
2475 2005-11-17 Borut Razem <borut.razem AT siol.net>
2476
2477         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2478           introduced SILENT option to make building of pic16 libraries less
2479           verbose - used for nightly snapshot build
2480         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2481           available on Win32 platforms.
2482         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2483           medium, large, pic and pic16
2484
2485 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2486
2487         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2488           printf("%f"...) sets fraction to zero.
2489
2490 2005-11-16 Raphael Neider <rneider AT web.de>
2491
2492         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2493           fixes #1357221
2494         * src/pic/gen.c (genIfx): implemented for CARRY bit
2495         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2496           to generic pointers, fixes #1357332,
2497           (pic16_movLit2f): NEW,
2498           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2499
2500 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2501
2502         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2503
2504 2005-11-11 Raphael Neider <rneider AT web.de>
2505
2506         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2507         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2508           compute pointer's type from operand,
2509           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2510           improved single bit reads, fixes bug #1353379
2511
2512 2005-11-09 Borut Razem <borut.razem AT siol.net>
2513
2514         * support/scripts/sdcc.nsi: added lib/pic to the package
2515
2516 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2517
2518         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2519
2520 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2521
2522         * support/regression/tests/bug1348008.c: added
2523         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2524         * support/regression/tests/bug1337835.c: updated comment
2525
2526 2005-11-06 Borut Razem <borut.razem AT siol.net>
2527
2528         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2529           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2530           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2531           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2532           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2533           dynamic construction of cl_error_class and derivates - 2.nd try
2534
2535 2005-11-05 Borut Razem <borut.razem AT siol.net>
2536
2537         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2538           bug, which caused Bus Errors on sparc solaris
2539
2540 2005-11-04 Borut Razem <borut.razem AT siol.net>
2541
2542         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2543           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2544           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2545           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2546           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2547           and derivates to resolve the initialization problem on OSX
2548
2549 2005-11-02 Borut Razem <borut.razem AT siol.net>
2550
2551         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2552           corrected typo - #include <winsock2.h>
2553
2554 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2555
2556         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2557           (_asxxxx_mapping): added org directive for future enhancements
2558
2559 2005-11-01 Borut Razem <borut.razem AT siol.net>
2560
2561         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2562           enabled sockets on WIN32
2563         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2564
2565 2005-10-31 Borut Razem <borut.razem AT siol.net>
2566
2567         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2568           WIN32 backslash path delimiters should be escaped when used in C strings
2569         * support/regression/tests/bitfields.c: exclude failing assertions for
2570           __CYGWIN32__ and __MINGW32__ hosts
2571
2572 2005-10-30 Borut Razem <borut.razem AT siol.net>
2573
2574         * src/SDCCutil.c: corrected double comparison typo
2575
2576 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2577
2578         * device/lib/medium/Makefile: added for new memory model medium
2579         * device/include/asm/mcs51/features.h: updated for medium/pdata
2580         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2581           added Multiply & Accumulate sbit's and MAC0_PAGE define
2582         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2583         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2584         * device/lib/_mullong.c: update for medium model
2585         * device/lib/incl.mk: added medium model
2586         * doc/sdccman.lyx: documented medium model
2587         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2588         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2589         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2590         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2591           (allocParms): set SCLS and OCLS to pdata for medium model
2592         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2593           for pdata,
2594           (powof2): return <0 if not power of 2
2595         * src/avr/gen.c (genBitWise): use updated powof2
2596         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2597           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2598           (shiftLLeftOrResult): use B if necessary
2599         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2600         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2601         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2602         * support/regression/Makefile.in: added test-mcs51-medium
2603         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2604
2605 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2606
2607         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2608         specifier unsigned
2609         * device/lib/time.c (mktime): fixed bug 1334315
2610
2611 2005-10-28 Raphael Neider <rneider AT web.de>
2612
2613         * device/include/pic/p16f_common.inc: added common declarations
2614         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2615
2616 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2617
2618         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2619           (aopPutUsesAcc): added to predict accumulator use,
2620           (assignResultValue): save acc if necessary,
2621           (genMinusDec): store result if indirectly addressed,
2622           (genDivOneByte):  save acc if necessary,
2623           (movLeft2Result): bugfix if left already in acc,
2624           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2625             attention to accumulator use (esp. pdata),
2626           (genReceive): receive pdata correctly
2627         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2628         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2629
2630 2005-10-27 Raphael Neider <rneider AT web.de>
2631
2632         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2633
2634 2005-10-27 Raphael Neider <rneider AT web.de>
2635
2636         * .version: changed version to 2.5.4
2637         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2638         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2639           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2640             arithmetics support routines
2641         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2642         * device/lib/Makefile.in: also create installdir for pic
2643
2644         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2645           pic14 port as well
2646         * src/pic/device.c (dump_sfr): rewritten to delegate register
2647           placement to the linker (use `extern sym' rather than sym EQU addr),
2648           (validAddress): fixed to check last specified address
2649         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2650           (popGetLit): truncate literal value to 8 bit,
2651           (popGet): moved assert to more appropriate place
2652           (popGetExternal): create pCode operand from and mark the according
2653             symbol as being `extern'
2654           (popGetAddr): added sanity check on immediate's offset, provide
2655             GPOINTER tag on demand
2656           (aopPut): fixed for immediates,
2657           (mov2w_op): move operand's address or contents to WREG (depending on
2658             operand type), safer variant of mov2w,
2659           (movwf,call_libraryfunc): NEW, handy abbreviations,
2660           (get_argument_pcop,get_return_val_pcop,pass_argument,
2661           get_returnvalue): interface for accessing function parameters and
2662             return values,
2663           (assignResultValuei,genRet): use new parameter/return value interface
2664           (pic14_getDataSize): back to old version handling generic pointers,
2665           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2666             provided implementation and/or fixed old one,
2667           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2668             calls, removed legacy 8051 reference code
2669           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2670           (loadSignToC): NEW, move the operands sign bit to CARRY,
2671           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2672             genRightShiftSigned, accepts negative shift counts,
2673           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2674           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2675             generic pointers, __data pointers and __code pointers,
2676           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2677             and signed bitfields, limit bitfields to 8 bit,
2678           (genDataPointerGet): fixed number of bytes read,
2679           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2680           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2681             pointers to constant data are no longer assumed to point to __code
2682             space, removed invalid pointer types,
2683           (bitpatternFromVal): retrieve the PICs representation of an integer
2684             or float literal,
2685           (genDataPointerSet): fixed assigning to po_immediate operands,
2686           (genGenPointerSet): implemented as library call,
2687           (genIfx): fixed incorrect condition,
2688           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2689             provide GPOINTER tag according to destination's storage class,
2690           (genCast): added code to handle casting to generic pointers, added
2691             sign-/zero extension of the result
2692           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2693         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2694         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2695           extend the result
2696         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2697           address/register resides in the shared banks
2698           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2699             put all variables into separate sections (have the linker arrange
2700             them)
2701           (picglue): put init code and interrupt handlers in separate sections
2702         * src/pic/main.c: added port specific options table, modified to PORT
2703           structure to make GPOINTERs 3 byte, added pic14_options
2704           (_pic14_do_link): private linking routine (update paths to libraries,
2705             add libsdcc.lib by default)
2706         * src/pic/main.h: declare pic14_options
2707         * src/pic/pcode.c: fixed instructions i/o relations,
2708           (RegCond): reverted to correct version,
2709           (newpCodeOpLit): truncate literals to 8 bit,
2710           (genericPrint): added debug output,
2711           (getRegFromInstruction): fixed for various operand types, simplified
2712           (BuildFlow): fixed broken handling of isntructions with labels
2713           (LinkFlow): start at last instruction in flow (skip trailing comments),
2714             pass the flow on to the next instruction after CALL
2715           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2716           (insertPCodeInstruction): fixed inserting after a skip instruction,
2717           (DoBankSelect): fixed for labeled instructions
2718           (OptimizepBlock): honor --nopeep switch
2719           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2720         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2721         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2722           (pCodeOptime2pCodes): allow disabling this optimization via
2723             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2724             but is still buggy), started implementation of a dataflow based
2725             pCode optimization (CSE + dead code elimination)
2726           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2727         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2728           names are independant of the stack location and therefore portable across
2729           devices
2730
2731 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2732
2733         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2734           (selectSpil): fixed bug 1337835 by not spilling bit variables
2735         * support/regression/tests/bug1337835.c: added test for this bug
2736         * src/mcs51/peeph.def: restart after rule 3.c,
2737           addded rules 263.x to optimize loading constants
2738
2739 2005-10-26 Raphael Neider <rneider AT web.de>
2740
2741         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2742         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2743           (genAssign): emit warning when casting literals to generic pointer
2744             type, also applies when taking the address of a fixed variable,
2745           (genCast): improved casting to generic pointers
2746         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2747           extern variables, added verbose error message
2748         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2749
2750 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2751
2752         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2753         carry must be complemented too
2754         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2755         could be emitted by genMinus
2756         * src/SDCCval.c (constVal): fixed bug 1305065
2757
2758 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2759
2760         * src/SDCCast.c (addCast): added promotion for bit variables
2761         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2762         promotion casts + optimisation
2763         (optimizeGetWord): fix warning 'i' might be used uninitialized
2764         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2765         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2766
2767 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2768
2769         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2770         all chars are promoted to int; promotion should be handled in SDCCast.c
2771
2772 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2773
2774         * device/lib/_strcmp.c: Fixed bug 1326457
2775
2776 2005-10-11 Raphael Neider <rneider AT web.de>
2777
2778         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2779         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2780
2781 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2782
2783         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2784         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2785
2786 2005-10-04 Raphael Neider <rneider AT web.de>
2787
2788         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2789           device/lib/pic16/pics.all: added pic18f1320
2790         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2791
2792 2005-09-30 Raphael Neider <rneider AT web.de>
2793
2794         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2795         * src/pic16/devices.inc: NEW, provides device descriptions
2796         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2797
2798 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2799
2800         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2801           GETHBIT
2802
2803 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2804
2805         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2806           documented Any Order Bit, Higher Order Byte and Higher Order Word
2807         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2808         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2809           (optimizeGetAbit): new, to get any bit, not only the high bit,
2810           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2811           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2812           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2813           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2814             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2815             GETABIT, GETBYTE, GETWORD: decorate them,
2816           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2817           (ast_print): added GETABIT, GETBYTE, GETWORD
2818         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2819         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2820           (geniCodeBinary): new generic binary icode,
2821           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2822         * src/port.h: updated comment for PORT.hasExtBitOp
2823         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2824           (genGetByte): new, to get a single byte,
2825           (genGetWord): new, to get a word from a long,
2826           (gen51Code): added GETABIT, GETBYTE, GETWORD
2827         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2828
2829 2005-09-23 Raphael Neider <rneider AT web.de>
2830
2831         * configure.in, configure: have device/lib/pic configured
2832         * device/lib/Makefile.in: added model-pic14
2833         * device/lib/clean.mk: added pic/ to clean rule
2834         * device/lib/pic: added rudimentary pic14 library providing support
2835           functions for multiplication/division/generic pointer access
2836         * src/SDCCopt.c (convilong): mark support functions as extern
2837           for pic14 port as well
2838         * src/pic/gen.c (genMult): added assertions,
2839           (genpic14Code): emit warning on unhandled iCodes
2840         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2841         * src/pic/pcode.c (pCodeOpCopy),
2842         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2843           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2844           SFR_REGISTER}), made safe for future extensions
2845         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2846           instructions even if preceeded by SKIP instructions (also remove
2847           them); removed unused code
2848         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2849           prevents leaving parts of the structure uninitialized after copying
2850
2851 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2852
2853         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2854           ago by me
2855         * support/regression/tests/addsub.c: added test for the bug
2856
2857 2005-09-21 Raphael Neider <rneider AT web.de>
2858
2859         * device/include/pic16/pic18f1220.h,
2860           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2861         * device/lib/pic16/Makefile.rules: added missing opening paren
2862         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2863           are provided in genutils.c,
2864           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2865           operand/result sizes,
2866           (genCmp): assert on NULL pointers first, then check deref'ed values
2867         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2868           result size
2869
2870 2005-09-18 Raphael Neider <rneider AT web.de>
2871
2872         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2873           as these are now unused,
2874           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2875         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2876           local, avoids uninitialized pointer dereference on r->name
2877         * src/pic16/ralloc.c (newReg): fixed indentation
2878
2879 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2880
2881         * src/SDCCval.c (constVal): fixed bug 730366
2882         * support/Util/SDCCerr.c,
2883         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2884
2885 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2886
2887         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2888
2889 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2890
2891         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2892
2893 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2894
2895         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2896           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2897         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2898           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2899         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2900         * packihx/packihx.c (hexDigit): made c unsigned char
2901         * as/mcs51/lklibr.c (fndsym),
2902         * link/z80/lkgb.c (gb),
2903         * link/z80/lklibr.c (fndsym),
2904         * link/z80/lkrloc.c (relr),
2905         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2906         * src/SDCC.lex (checkCurrFile, process_pragma),
2907         * src/SDCCglue.c (spacesToUnderscores),
2908         * src/SDCCmain.c (setParseWithComma, processFile),
2909         * src/asm.c (tvsprintf, printCLine),
2910         * src/avr/gen.c (emitcode, aopPut),
2911         * src/ds390/gen.c (emitcode),
2912         * src/hc08/gen.c (emitcode, emitinline),
2913         * src/mcs51/gen.c (emitcode, genInline),
2914         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2915           tokenizeLineNode),
2916         * src/pic/ralloc.c (debugLog),
2917         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2918           tokenizeLineNode),
2919         * src/pic16/ralloc.c (debugLog),
2920         * src/z80/main.c (_process_pragma):
2921            made all ctype.h function calls safe
2922         * src/SDCCopt.c: include math.h for fabs
2923         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2924           and used them throughout the code to make ctype.h function calls safe
2925         * src/ds390/main.c (asmLineNodeFromLineNode),
2926         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2927         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2928            unsigned char*
2929         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2930           (newpCodeAsmDir): made ctype.h function calls safe
2931         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2932           pic16_emitcode):  made lbp unsigned char*
2933         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2934           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2935         * src/xa51/gen.c (emitcode),
2936         * src/z80/gen.c (_emit2): made lbp unsigned char*
2937         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2938            char*
2939
2940 2005-09-05 Raphael Neider <rneider AT web.de>
2941
2942         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2943           access bank splitpoint
2944
2945 2005-09-05 Raphael Neider <rneider AT web.de>
2946
2947         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2948
2949 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2950
2951         * .version: changed to version 2.5.3
2952         * doc/sdccman.lyx: changed version to 2.5.3,
2953           documented --codeseg and --constseg and pragma codeseg and constseg,
2954           documented bit parameters (reentrant) and bit returning
2955         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2956            currFunc->recvSize, but is this ok for all ports?
2957           (ast2iCode): result of ~ on unsigned char must be cast to int for
2958            bool to work
2959         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2960           function pointers in bit space
2961         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2962           (processFuncArgs): call port.reg_parm() with reentrancy info
2963         * src/port.h,
2964         * src/avr/main.c,
2965         * src/ds390/main.c,
2966         * src/hc08/main.c,
2967         * src/pic/main.c,
2968         * src/pic16/main.c,
2969         * src/xa51/main.c,
2970         * src/z80/main.c: port.reg_parm prototype extended with
2971           "bool reentrant" parameter
2972         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2973           options.stackAuto for allocating bit register parameters
2974         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2975           (genSend): set BitBankUsed if it is,
2976           (selectRegBank): factored out of genCall for use in genPcall,
2977           (genCall): removed redundant dtype assignmen, use selectRegBank,
2978           (genPcall): handle returning in Carry properly, save in F0 if needed,
2979           (genReceive): handle bit register parameters
2980         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2981           (mcs51_assignRegisters): enable bit registers for all reentrant
2982            functions and don't set BitBankUsed unconditionally
2983         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2984         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2985         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2986
2987 2005-08-27 Borut Razem <borut.razem AT siol.net>
2988
2989         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2990         ppc-osx (Darwin) does not support -u option. It seems that it is
2991         supported only on Linux - GNU cp
2992
2993 2005-08-25 Borut Razem <borut.razem AT siol.net>
2994
2995         * sim/ucsim/gui.src/serio.src/Makefile.in,
2996           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2997           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2998           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2999           install and strip, since the strip at /usr/ccs/bin should be used
3000           on solaris
3001
3002 2005-08-24 Borut Razem <borut.razem AT siol.net>
3003
3004         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
3005
3006 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
3007
3008         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
3009         ffffffffu
3010
3011 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
3012
3013         * as/mcs51/aslink.h: completed lkrloc.c prototypes
3014         * as/mcs51/lkmain.c (link_main): fixed warning
3015         * device/include/stdbool.h: ds390 has no advanced bit support yet
3016         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
3017         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
3018         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
3019           and updated their macros
3020         * src/SDCCval.c (constVal): updated comment for renamed b_long
3021
3022 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
3023
3024         * as/mcs51/asdata.c: changed ctype['['] to BINOP
3025         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
3026           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
3027           (oprio): set priority for '['
3028         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
3029            and adb_24_bit
3030         * as/mcs51/asm.h: added defines R_BIT and S_BIT
3031         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
3032         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
3033         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
3034           added overlayable BIT_BANK area
3035         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
3036           (summary2): explain 'T' in legenda
3037         * as/mcs51/lkrloc.c: replaced old K&R style,
3038           (relr): added R_BIT processing,
3039           (errmsg): added "Bit-addressable relocation error",
3040           (adb_bit): added for converting from byte- to bit-addressable space,
3041           (adb_24_bit): added for converting from byte- to bit-addressable space
3042         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
3043            used in reentrant functions now even as return value
3044         * device/lib/_gptrput.c (_gptrput): removed obsolete code
3045         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
3046           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
3047         * src/SDCCglobl.h: added indicator BitBankUsed
3048         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
3049            the bit registers b0-b7
3050         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
3051           (geniCodeCast): fixed bug 1263853,
3052           (geniCodeLogicAndOr): put result in bool or char,
3053           (geniCodeReceive): added parameter func for accessing the return type,
3054           (geniCodeFunctionBody): pass func to geniCodeReceive
3055         * src/SDCCmain.c: added indicator BitBankUsed
3056         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
3057         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
3058           (checkSClass): don't put automatic bool/bit on stack,
3059           (checkFunction): removed check on function cannot return bit
3060         * src/SDCCsymt.h: added newBoolLink prototype
3061         * src/mcs51/gen.c (rb1regs): added bit registers,
3062           (movc): created for assigning to carry,
3063           (pushReg, popReg): created for pushing registers,
3064           (sameRegs): check both AOP_REG and AOP_CRY types,
3065           (aopOp): handle bit registers,
3066           (aopPut): optimization no self-assign,
3067           (saveRegisters): push reg->base (bits) only once for bit registers,
3068            and use pushReg,
3069           (unsaveRegisters): pop reg->base only once and use popReg,
3070           (assignResultValue): added parameter func and return in carry for bits,
3071           (genIpush): optimization no reload in A if not changed,
3072           (genSend): bit parameters in reentrant functions are passed in bit
3073            registers by first assigning to bits in B, then save registers and
3074            copy B to bits,
3075           (genCall): handle returning in Carry properly, save it in F0 if needed,
3076           (genPcall): updated assignResultValue call, this is not safe yet for bit
3077            returning function !!!
3078           (genFunction): don't generate equ's for bit registers and use pushReg,
3079           (genEndFunction): take care of bit returning functions and use popReg,
3080           (genRet): return bit in Carry,
3081           (genIfx): optimize bit registers and other directly addressable bits,
3082           (genReceive): updated assignResultValue call
3083         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
3084           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
3085            registers when using stack-auto
3086         * src/mcs51/ralloc.c (_G): added allBitregs,
3087           (regs8051): added the bit registers,
3088           (createStackSpil): use macro IS_BIT,
3089           (getRegBit): added to allocate a bit register, else spill,
3090           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
3091           (updateRegUsage): factored out to ease stepping while debugging,
3092           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
3093            also allocate bit registers,
3094           (fillGaps): handle bit registers,
3095           (findAllBitregs): added to create bit vector with all bit registers,
3096           (mcs51_allBitregs): returns this bit vector,
3097           (mcs51_assignRegisters): when using stack-auto use bit registers for
3098            passing parameters and creating local variables
3099         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
3100
3101 2005-08-22 Borut Razem <borut.razem AT siol.net>
3102
3103         * device/lib/Makefile.in: replaced find option -or with -o
3104           to make it run on solaris
3105
3106 2005-08-22 Raphael Neider <rneider AT web.de>
3107
3108         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
3109           fixes #1265442 (crash on Solaris)
3110
3111 2005-08-20 Borut Razem <borut.razem AT siol.net>
3112
3113         * configure, configure.in: added tests for libsocket and libnsl libraries,
3114           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
3115           from support/regression/Makefile.in
3116         * support/regression/Makefile.in: added
3117         * device/lib/pic16/Makefile.common.in: force make to use bash shell
3118         * sim/ucsim/libtool: regenerated on sparc-solaris
3119         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
3120           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
3121           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
3122           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
3123           sparc-solaris, which doesn't use GNU ld linker
3124         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
3125         * as/Makefile: find on sparc-solaris does not support -maxdepth option
3126
3127 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
3128
3129         * src/mcs51/peeph.def: updated comments
3130
3131 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3132
3133         * device/lib/_gptrget.c,
3134         * device/lib/_gptrput.c: slightly shorter
3135         * doc/sdccman.lyx: incremented version
3136         * src/mcs51/peeph.def: moved peephole comments to the line of first
3137           change to better keep line correlation, reanimated 186.e
3138         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
3139
3140 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
3141
3142         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
3143           David Saxton with quotes around file name.
3144
3145 2005-08-15 Borut Razem <borut.razem AT siol.net>
3146
3147         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
3148           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
3149           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
3150           make tests run on x86_64 platform
3151
3152 2005-08-13 Raphael Neider <rneider AT web.de>
3153
3154         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
3155           as it might be executed DURING a build (parallel make is wonderful)
3156
3157 2005-08-13 Raphael Neider <rneider AT web.de>
3158
3159         * device/lib/Makefile.in (port-specific-objects-pic16):
3160           revert to cp $(PORT)/bin/*.* $(PORTDIR)
3161         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
3162           dependency
3163         * device/lib/pic16/Makefile.rules: build subdirs before creating
3164           the library, removed builddir rule, create $(builddir) early in
3165           recurse rule, use empty recurse rule for leaf directories
3166         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
3167           mkdir errors (race condition), removed duplicate suffix "hex"
3168           from clean rules
3169         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
3170         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
3171           prevents mkdir -p from aborting on Alpha
3172
3173 2005-08-12 Raphael Neider <rneider AT web.de>
3174
3175         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
3176           db-statements in order to allow for arrays of pointers in code
3177           sections to be placed without interspersed 0-padding, fixes
3178           bug #1256215
3179         * (emitStatistics): fixed division by zero for pic18f1220
3180         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
3181           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
3182         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
3183         * (pic16_pCodeConstString): keep track of already emitted string
3184           literals to prevent "duplicate definitions of symbol _str_NR"
3185         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
3186           debug message
3187         * device/lib/Makefile.in: ignore failing PIC16 library builds
3188         * device/lib/pic16/Makefile: do not build if gputils are missing
3189         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
3190
3191 2005-08-10 Raphael Neider <rneider AT web.de>
3192
3193         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
3194           my last commit)
3195
3196 2005-08-10 Raphael Neider <rneider AT web.de>
3197
3198         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3199           Rokas' patch to add the new fixed point type "__fixed16x16"
3200         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3201           functions for __fixed16x16 arithmetics
3202         * device/lib/pic16: reimplemented the build system to support
3203           a separate build directory, better handling of libio (create
3204           the library in a separate subdir for each architecture) and
3205           easier configuration (centralized in Makefile.common)
3206
3207 2005-08-07 Raphael Neider <rneider AT web.de>
3208
3209         * src/pic16/gen.c (genrshTwo): fixed sign extension
3210         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3211         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3212           added T0CONbits
3213         * device/include/pic16/pic18f4220.h: NEW, header for
3214           pic18f4220 and pic18f4320
3215         * device/include/pic16/pic18fregs.h: added new devices,
3216           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3217         * device/include/pic16/signal.h: resolved name clashes
3218           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3219           to also allow testing for interrupt enable bits, added
3220           comments on how to use the macros
3221         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3222         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3223           register definitions for the devices
3224         * device/lib/pic16/pics.all: added new devices
3225         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3226           allocated memory
3227         * device/lib/pic16/libc/stdlib/memfree: do not count
3228           the block header as free memory
3229         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3230           simplified and added missing end-of-blocklist-marker
3231           (reported by Peter Onion, fixes #1252814)
3232         * (_mergeHeapBlock): fixed loop condition
3233         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3234           len==0, restructured code
3235         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3236           up a bit, reduced bitfield accesses, prevent endless loops
3237           in case of heap corruption
3238         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3239           "unreferenced arguments/must return a value" warnings
3240         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3241           replaced BAUDREG with SPBRG
3242         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3243           device/lib/pic16/debug/gstack/gstack.c: replaced
3244           _naked, _asm, _endasm with __naked, __asm, __endasm
3245
3246 2005-08-05 Raphael Neider <rneider AT web.de>
3247
3248         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3249           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3250
3251 2005-08-05 Borut Razem <borut.razem AT siol.net>
3252
3253         * device/lib/Makefile.in: added missing ';'
3254         * configure: removed ^M characters
3255
3256 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3257
3258         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3259           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3260           License
3261
3262 2005-08-04 Borut Razem <borut.razem AT siol.net>
3263
3264         * configure.in: pic16 libraries build 2nd try - enable running
3265           configure in device/lib/pic16
3266         * configure: regenerated from configure.in
3267         * device/lib/Makefile.in: create $(PORT)/bin directory
3268
3269 2005-08-03 Raphael Neider <rneider AT web.de>
3270
3271         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3272           to get/set values via pointers
3273         * (genUnpackBits,genPackBits): changed detection of
3274           ptr->bitfield vs. sym.bitfield, fixed access via generic
3275           pointers, removed dead (wrong) code for multibyte bitfields
3276         * (genNearPointerGet, genGenPointerGet): removed useless code,
3277           fixed bitfield detection, fixes #1250594
3278         * (genNearPointerSet): removed useless code
3279         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3280           and introduced macro pic16_emitpcode that conditionally emits
3281           the origin of the following pCode (useful for debugging SDCC)
3282         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3283         * (createDefmap): fixed handling of LFSR for --optimize-df
3284
3285 2005-08-02 Borut Razem <borut.razem AT siol.net>
3286
3287         * device/lib/Makefile.in: pic16 libraries build enabled since
3288           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3289
3290 2005-08-02 Raphael Neider <rneider AT web.de>
3291
3292         * src/pic16/gen.c (genPackBits): removed deprecated warning
3293         * (genGenPointerSet): fixed bitfield detection
3294
3295 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3296
3297         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3298
3299 2005-07-31 Raphael Neider <rneider AT web.de>
3300
3301         * device/lib/pic16/libdev/pic18f458.c,
3302           device/include/pic16/pic18f458.h: added missing T0CONbits
3303
3304 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3305
3306         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3307
3308 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3309
3310         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3311
3312 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3313
3314         * device/include/mcs51/at89c51ed2.h: added.
3315
3316 2005-07-23 Raphael Neider <rneider AT web.de>
3317
3318         * src/pic/gen.h: added emitpcode macro for debugging
3319         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3320           and replace by macro adding debug information on demand
3321         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3322         * (gencjne): tried to fix; replaced with correct (slower) code
3323         * (gen{Unp,P}ackBits): fixed single bit access
3324         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3325         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3326           previous instruction
3327         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3328           register has to be handled with care (forbidding movement
3329           of assignments/uses, removing assignments completely, ...)
3330         * (pCodeOptime2pCodes): make use of regIsSpecial
3331         * added lots of debugging output (commented out)
3332         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3333           from being reused as result UNLESS it is known to work
3334
3335 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3336
3337         * support/Util/dbuf.h: include <stddef.h> for size_t
3338         * .version: changed to version 2.5.2
3339
3340 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3341
3342         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3343
3344 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3345
3346         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3347           (genModOneByte): removed needless psha/pula
3348
3349 2005-07-22 Raphael Neider <rneider AT web.de>
3350
3351         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3352           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3353         * src/pic/gen.c (resolveIfx): do not "invent" labels
3354         * (genSkipc): changed to positive logic
3355         * (genSkipCond): removed as no longer needed
3356         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3357           backport from PIC16
3358         * (genLeftShift): check operands are in different registers
3359         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3360           INCF does not update CARRY...
3361         * src/pic/main.c: fixed _linkCmd
3362         * src/pic/pcode.c (unlinkpCode): added inactive code
3363         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3364           alive (do not assign result and operand overlapping registers)
3365
3366 2005-07-22 Raphael Neider <rneider AT web.de>
3367
3368         * src/pic/device.c (dump_sfr): replaced register declaration with
3369           call to emitSymbolToFile() to avoid duplicate symbols
3370         * (assignRelocatableRegisters): do not declare external symbols
3371         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3372           right (take size of type, not etype)
3373         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3374         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3375         * (packRegsForAccUse): disabled assignment of WREG as
3376           the result reg to prevent occurence of just fixed #1235003,
3377           fixes #1242954
3378         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3379           symbols (avoids duplicate symbols in .asm file)
3380         * (pic14emitRegularMap): use emitSymbolToFile()
3381         * src/pic/gen.c (aopOp): fixed spillLocation handling
3382         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3383         * (genDataPointerSet): removed unneccessary variables/output
3384
3385 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3386
3387         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3388         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3389
3390 2005-07-21 Raphael Neider <rneider AT web.de>
3391
3392         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3393           architecture cannot handle them efficiently, fixes bug #1235003
3394         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3395           check for empty sets before using them (fixes bug #1232190)
3396
3397 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3398
3399         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3400           (lnksect2): generate warnings for memory overlap
3401         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3402           constseg to set the name of these segments so you can instruct the linker
3403           to place them in banks
3404         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3405         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3406           added code_seg and const_seg to options
3407         * src/SDCCglue.c (emitMaps): use options.const_seg,
3408           (createInterruptVect): put interrupt vectors in segment HOME,
3409           (glue): put HOME before static segment and put the main glue in HOME,
3410           (glue): use options.code_seg
3411         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3412         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3413           these segments so you can instruct the linker to place them in banks
3414           (linkEdit): use code_loc for HOME segment which should be the first
3415           segment in code memory now
3416         * src/SDCCmem.c: fixed more stuff like bug 1238386
3417         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3418           (changePointer): don't change function pointers to code pointers for
3419           banked functions,
3420           (compareType): added exceptional check for banked function pointers
3421         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3422         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3423           after static in code memory
3424         * src/mcs51/gen.c: added aopLiteralLong prototype,
3425           (aopForSym): use getSize for functions,
3426           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3427           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3428           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3429           the segment,
3430           (genPcall): use call for literal function pointers and generate banked
3431           calls over the one trampoline so there's only one place for the user to
3432           modify according to his/hers hardware,
3433           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3434           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3435         * src/mcs51/main.c: added keyword banked,
3436           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3437         * support/Util/SDCCerr.c,
3438         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3439           needed for passing the bank and address to the trampoline
3440         * device/lib/mcs51/crtbank.asm: added for bankswitching
3441         * device/lib/mcs51/Makefile: added crtbank
3442
3443 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3444
3445         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3446           for fields at offset 0 of a struct or union as reported
3447           on 2005-07-07 in the developer mailing list.
3448
3449 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3450
3451         * src/SDCCmem.c: fixed bug 1238386
3452
3453 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3454
3455         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3456           (patch #1144962), added peephole 300, enabled 259.x
3457         * doc/sdccman.lyx: removed screenshot and provided link instead
3458
3459 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3460
3461         * doc/sdccman.lyx: added section about debugging with ddd
3462         * doc/figures/ddd_example.eps: screenshot of debugging session
3463
3464 2005-07-04 Raphael Neider <rneider AT web.de>
3465
3466         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3467           like CODE pointers, fixes #1115683
3468         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3469           call, fixes bugs #1232211, #1228110,
3470           fixed wrong casts to pCodeFlow from pCodeInstructions
3471
3472 2005-07-04 Raphael Neider <rneider AT web.de>
3473
3474         * src/pic/gen.c (popGet): changed assert to allow for
3475           bit operands
3476         * (popGetAddr): changed signature to provide
3477           an additional index, patched all call sites
3478         * (genCmpEq): handle literal-like operands correctly
3479         * (genAddrOf): added sanity checks on __code/__data pointers
3480         * (genAssign): added handling of symbols from __code section
3481         * (gencjne): do not generate code for comparisons whose result
3482           is neither stored nor used, fixes bug #1171114
3483         * (AccLsh, AccRsh): operate on operand instead of WREG
3484         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3485           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3486           by known count
3487         * rewrote complete shift-by-literal logic, commented unused
3488           functions out
3489         * (genConstPointerGet): get multiple bytes (if result size > 1),
3490           fixed handling of non-immediate addresses
3491         * (genPointerGet): handle CODE pointers like CONST pointers
3492         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3493         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3494           operand is to be treated as a literal or not
3495         * (mov2w,genPcall,genCmpEq),
3496           src/pic/genarith.c: use aop_isLitLike() to decide between
3497           literal/register contents
3498         * (addSign): added missing offset
3499         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3500           only emit comment in debug-mode,
3501           use {aop,op}_isLitLike throughout the file
3502         * src/pic/glue.c: fix initializers for pointers (work in progress)
3503         * src/pic/pcode.c (get_op): honor index on _const symbols
3504         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3505         * (dumppBlock): added pCode size estimation
3506         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3507           check for IS_SYMOP before OP_SYMBOL'ing
3508         * fixed indentation, compacted switch-statements
3509         * (allocReg): find free register and allocate it instead of
3510           allocating new registers all the time
3511         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3512           registers as its operands (necessary only for multibyte GETs)
3513
3514 2005-07-01 Raphael Neider <rneider AT web.de>
3515
3516         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3517           debugging .asm-output macros FENTRY + FEXIT
3518         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3519           way... I wonder...
3520         * (emitpComment): NEW, printf to pCode
3521         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3522           offset handling
3523         * (popGetAddr): NEW, variant of popGet to access an immediates
3524           high(er) bytes instead of the n'th byte of memory they reference,
3525           replaced popGet with popGetAddr where neccessary
3526         * (genDataPointerGet): reactivated and fixed implementation
3527         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3528           accesses
3529         * (genDataPointerSet): fixed multibyte assignments
3530         * (genpic14Code): fixed --i-code-in-asm handling
3531         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3532         * (genPlus): fixed index-out-of-bounds error
3533         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3534         * src/pic/ralloc.c: added debugging output macro FENTRY2
3535         * (spillThis): fixed indentation, enbraced for-body for clarity
3536         * (rematStr): commented out as now unused
3537         * (regTypeNum): commented out special spill case (overwrites
3538           arbitrary values)
3539         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3540
3541 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3542
3543         * doc/sdccman.lyx: documented sfr16/sfr32,
3544           added example for using storage class with function pointers
3545         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3546
3547 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3548
3549         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3550         * device/lib/_itoa.c,
3551         * device/lib/_ltoa.c: optimized codesize
3552         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3553           but don't know how to suppress the double warning.
3554         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3555         * support/Util/SDCCerr.c,
3556         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3557
3558 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3559
3560         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3561           fixed old K&R prototypes
3562         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3563         * device/lib/_gptrget.c,
3564         * device/lib/_gptrgetc.c,
3565         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3566           also new versions for small generic pointers and banked generic pointers
3567         * src/port.h: added const_name
3568         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3569         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3570         * src/SDCCcse.c (findPrevIc): check all associative operators
3571         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3572         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3573         * src/SDCCmem.c: updated comments,
3574           set far-space to 0 for pdata, results in optimized code
3575         * src/SDCCmem.h: added macro CONST_NAME
3576         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3577           moving the info into the highest bits, see also gptrget/gptrput
3578         * src/src.dsp: added sdcc.ico to project files
3579         * src/avr/gen.c (genCast): fixed bug 0x%d
3580         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3581         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3582           relation between ptr_type and DCL_TYPE,
3583           (genCast): fixed bug 0x%d
3584         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3585           (CODE)" for const_name
3586         * src/hc08/gen.c (genCast): fixed bug 0x%d
3587         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3588           (hc08_port): added "CONST (CODE)" for const_name
3589         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3590           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3591           between ptr_type and DCL_TYPE,
3592           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3593           operand* and took AOP() inside function so sfr-ness can be checked,
3594           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3595           new prototype,
3596           (genFunction, genEndFunction): optimized stack setup,
3597           (genMinus): optimized for literals with ending zeroes (in bytes),
3598           (genCast): fixed bug 0x%d
3599         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3600           (mcs51_port): added "CONST (CODE)" for const_name
3601         * src/mcs51/peeph.def: made rule 226 more generic
3602         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3603         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3604         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3605         * src/z80/main.c (z80_port): added NULL for const_name,
3606           (gbz80_port): added NULL for const_name
3607         * support/regression/tests/bug663539.c,
3608         * support/regression/tests/sfr16.c: new tests
3609
3610 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3611
3612         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3613
3614 2005-06-24 Raphael Neider <rneider AT web.de>
3615
3616         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3617           corrected typos...
3618         * device/include/pic16/signal.h: added USBIF
3619           and SIG_USB
3620
3621 2005-06-24 Raphael Neider <rneider AT web.de>
3622
3623         * device/lib/pic16/libdev/pic18f2455.c,
3624           device/include/pic16/pic18f2455.h: NEW
3625         * device/include/pic16/pic18fregs.h,
3626           device/lib/pic16/pics.all,
3627           src/pic16/device.c: added 18f2455
3628         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3629           device/include/pic16/{pic18f[68][567].h,usart.h}:
3630           replaced MULTIPLE_USARTS define with more relaible
3631           compatibility sfrs (for USART access)
3632
3633 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3634
3635         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3636           and the output asm file line is printed on two lines.
3637
3638 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3639
3640         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3641           BGT, BLE, BHI, and BLS instructions
3642         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3643           genCmpEq): removed
3644         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3645           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3646           fixes bug #1216342
3647         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3648
3649 2005-06-15 Raphael Neider <rneider AT web.de>
3650
3651         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3652         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3653         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3654           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3655           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3656
3657 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3658
3659         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3660           Marcel Telka in bug #1215704
3661
3662 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3663
3664         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3665           located in shared memory bank.
3666
3667 2005-05-31 Raphael Neider <rneider AT web.de>
3668
3669         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3670           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3671           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3672
3673 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3674
3675         * device/lib/_strncpy.c: fixed the fix
3676
3677 2005-05-26 Raphael Neider <rneider AT web.de>
3678
3679         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3680           initializers with \0, bug #1208187
3681         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3682           intializers with \0, bug #1208187
3683
3684 2005-05-26 Raphael Neider <rneider AT web.de>
3685
3686         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3687           initializers with \0, bug #1208187
3688         * src/pic16/main.c (_process_pragma): added sanity checks
3689           for stack position and size, emit warnings when appropriate
3690
3691 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3692
3693         * device/lib/_strncpy.c: fixed not filling with \0
3694
3695 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3696
3697         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3698           createFunction),
3699         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3700           compound_statement),
3701         * src/SDCCsymt.h,
3702         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3703
3704 2005-05-24 Raphael Neider <rneider AT web.de>
3705
3706         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3707
3708 2005-05-24 Raphael Neider <rneider AT web.de>
3709
3710         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3711           TRISE definitions, closes bug #1162453
3712
3713 2005-05-22 Raphael Neider <rneider AT web.de>
3714
3715         * src/pic16/main.c (_process_pragma): check for missing
3716           arguments to pragmas code and udata
3717         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3718           consistency fixes to match other headers (thanks to Jim Paris)
3719         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3720
3721 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3722
3723         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3724
3725 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3726
3727         * support/regression/tests/bug1198642.c: new test
3728         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3729         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3730         * support/scripts/resource.h,
3731         * support/scripts/resource.rc,
3732         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3733         * support/scripts/sdcc.ico: added 32x32 icon
3734
3735 2005-05-18 Raphael Neider <rneider AT web.de>
3736
3737         * device/lib/pic16/libdev/pic18f*.c,
3738         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3739           keywords to "__sfr" and "__at (X)"
3740         * device/include/pic16/pic18fregs.h: added pic18f4520
3741         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3742           #1203088 (MPLAB compatibility)
3743
3744 2005-05-17 Raphael Neider <rneider AT web.de>
3745
3746         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3747         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3748         * device/lib/pic16/pics.all: added new devices
3749         * src/pic16/device.c: added support for pic18f4520
3750
3751 2005-05-16 Raphael Neider <rneider AT web.de>
3752         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3753         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3754         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3755           convenience function for bit access
3756
3757 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3758
3759         * device/lib/printf_large.c: fixed bug 1193299
3760         * support/regression/tests/bug1057979.c: added test %3.3s
3761
3762 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3763
3764         * device/include/mcs51/8051.h,
3765         * device/include/mcs51/8052.h: made parseable with lint
3766         * device/include/mcs51/lint.h: added include file for (sp)lint
3767         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3768         * doc/cdbfileformat.lyx,
3769         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3770
3771 2005-05-14 Raphael Neider <rneider AT web.de>
3772
3773         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3774         * device/lib/pic16/libc/stdlib/itoa.c (new)
3775         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3776         * device/lib/pic16/libio/Makefile: exclude subdir according to
3777           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3778         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3779         * src/pic16/gen.c (genFunction): prevent annoying warning
3780         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3781           nameclashes on BeOS
3782         * support/cpp2/cppmain.c (cpp_output_string): new
3783         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3784           fixes bug 1116802
3785
3786 2005-05-13 Borut Razem <borut.razem AT siol.net>
3787
3788         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3789
3790 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3791
3792         * .version: changed to version 2.5.1; back to bleeding edge development
3793
3794 2005-05-11 Borut Razem <borut.razem AT siol.net>
3795
3796         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3797           generate PDF version 1.3 documents
3798
3799 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3800
3801         * .version: changed to version 2.5.0
3802
3803 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3804
3805         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3806
3807 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3808
3809         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3810         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3811         well as many smaller updates.
3812         * .version: changed to version 2.5.0-pre1
3813
3814 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3815
3816         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3817
3818 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3819
3820         * support/regression/tests/bug1185672.c: added
3821         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3822           bug 1185672
3823         * src/mcs51/gen.c (genCall): added comments, made it look safer
3824         * src/mcs51/gen.c (genEndFunction): simplified
3825
3826 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3827
3828         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3829
3830 2005-04-14 Borut Razem <borut.razem AT siol.net>
3831
3832         * fixed bug 1045046 - SIGSEGV with really simple code?:
3833           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3834           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3835
3836 2005-04-14 Borut Razem <borut.razem AT siol.net>
3837
3838         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3839           src/pic16/device.h: temporarily disabled experimental #inline pragma
3840           for 2.5.0 release
3841
3842 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3843
3844         * device/include/z80/stdio.h,
3845         * device/include/z80/string.h: removed these highly incomplete files so
3846           SDCC can use the default ones in device/include/
3847
3848 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3849
3850         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3851         gcc warning.
3852         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3853         fix sdcpp warnings.
3854
3855 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3856
3857         * device/include/malloc.h: removed redundant __reentrant prototypes
3858         * device/lib/_mullong.c: added working xstack variant in asm (C version
3859           doesn't pass regression tests)
3860         * device/lib/bpx.c: used __data and made bpx char for mcs51
3861         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3862           (createFunction): fixed bug with xstackPtr
3863         * src/SDCCcse.c: corrected comments
3864         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3865           (killDeadCode, eBBlockFromiCode): removed unused code
3866         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3867           corrected comments
3868         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3869           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3870           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3871           (genModOneByte): fixed warning in MSVC
3872         * src/mcs51/main.c (): added comments
3873         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3874
3875 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3876
3877         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3878
3879 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3880
3881         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3882
3883 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3884
3885         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3886         characters arrays of larger size than the declared one.
3887
3888 2005-04-10 Borut Razem <borut.razem AT siol.net>
3889
3890         * src/pic/gen.c (genInline),
3891           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3892           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3893           (findNextInstruction), (findPrevInstruction),
3894           (findInstructionUsingLabel),
3895           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3896         * src/pic/pcode.c (findLabel): added missing '\n'
3897         * src/src.dsp: added SDCCdwarf2.c to the project
3898
3899 2005-04-09 Borut Razem <borut.razem AT siol.net>
3900
3901         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3902
3903 2005-04-08 Raphael Neider <rneider AT web.de>
3904
3905         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3906           into the chain after a given one) and mergeDefmapSymbols (combine
3907           defmap entries for each symbol per pcode)
3908         * (createDefmap): have defmap entries merged in the end
3909         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3910           a symbol before replacing one access type's symbol, merge symbols in
3911           the end (replacement symbol might already have an entry)
3912         * (assignValnums): keep reference to written WREG intact
3913
3914 2005-04-08 Raphael Neider <rneider AT web.de>
3915
3916         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3917           Alpha)
3918
3919 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3920
3921         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3922         bytes
3923
3924 2005-04-07 Raphael Neider <rneider AT web.de>
3925
3926         * device/include/pic16/usart.h: added compatibility defines for
3927           devices with more than one USART
3928         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3929
3930 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3931
3932         * device/lib/Makefile.in: updated for port specific include
3933
3934 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3935
3936         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3937
3938 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3939
3940         * device/include/8051.h,
3941         * device/include/8052.h,
3942         * device/include/at89S8252.h,
3943         * device/include/at89c55.h,
3944         * device/include/at89x051.h,
3945         * device/include/at89x51.h,
3946         * device/include/at89x52.h,
3947         * device/include/mcs51reg.h,
3948         * device/include/reg51.h,
3949         * device/include/reg764.h,
3950         * device/include/regc515c.h,
3951         * device/include/sab80515.h: (re)moved these 12 files
3952         * device/include/mcs51/8051.h,
3953         * device/include/mcs51/8052.h,
3954         * device/include/mcs51/at89S8252.h,
3955         * device/include/mcs51/at89c55.h,
3956         * device/include/mcs51/at89x051.h,
3957         * device/include/mcs51/at89x51.h,
3958         * device/include/mcs51/at89x52.h,
3959         * device/include/mcs51/mcs51reg.h,
3960         * device/include/mcs51/reg51.h,
3961         * device/include/mcs51/reg764.h,
3962         * device/include/mcs51/regc515c.h,
3963         * device/include/mcs51/sab80515.h: and added them here
3964
3965 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3966
3967         * device/include/stdarg.h: changed SDCC specific keywords to double
3968           underlined form.
3969         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3970           mcs51 and ds390.
3971         * device/include/hc08/mc68hc908gp32.h,
3972         * device/include/hc08/mc68hc908jb8.h,
3973         * device/include/hc08/mc68hc908jkjl.h,
3974         * device/include/hc08/mc68hc908qy.h: fixed comments
3975         * device/include/mcs51/README: updated
3976         * device/include/mcs51/c8051f120.h: added PINRSF
3977         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3978         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3979           amidst code. Also inline is not supported.
3980
3981 2005-04-06 Raphael Neider <rneider AT web.de>
3982
3983         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3984         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3985           callers stack/frame pointers
3986
3987 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3988
3989         * device/include/pic16/usart.h: added, missing in previous commit,
3990         * device/include/pic16/adc.h: fixed typo,
3991         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3992         commit,
3993         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3994         <p18fxxx.inc>
3995         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3996         uninitialized because a bug appears with gplink
3997         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3998         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3999         complains for unrecognised option
4000
4001 2005-04-05 Raphael Neider <rneider AT web.de>
4002
4003         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
4004           structs as well (using memcpy)
4005         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
4006           on ISRs (GOTO has no label)
4007         * src/pic16/device.h: added OF_OPTIMIZE_DF
4008         * src/pic16/main.c: added compiler switch --optimize-df to enable the
4009           new data flow analysis/optimization
4010         * src/pic16/pcode.c: added (prototypes for and implementation of)
4011           dataflow analysis functions, fixed pCodeInstructions' inCond and
4012           outCond values, made RCALL a branch instruction
4013         * (pic16_unlinkpCode): keep C line if possible
4014         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
4015           C line moved if possible
4016         * (pic16_getRegFrompCodeOp): NEW, improved version of...
4017         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
4018           to use new pic16_getRegFrompCodeOp (works for more SFRs)
4019         * (pic16_BuildFlow): fixed skip instructions with label (did not start
4020           new flow)
4021         * (pic16_getJumptabpCode): NEW, needed in...
4022         * (LinkFlow): fixed handling of jumptables, calls and conditional
4023           branches
4024         * (pic16_InsertCommentAfter): NEW
4025         * (pic16_pCodeReplace): made verbose and flow preserving
4026         * (AnalyzeFlow): added call to data flow analysis
4027         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
4028         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
4029         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
4030
4031 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4032
4033         * src/SDCCast.c (decorateType): fixed bug #1105626
4034
4035 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
4036
4037         * device/include/asm/pic16/features.h,
4038         * pic18f*.h headers,
4039         * device/include/pic16/adc.h,
4040         * device/include/pic16/delay.h,
4041         * device/include/pic16/i2c.h,
4042         * device/include/pic16/malloc.h,
4043         * device/include/pic16/stdio.h,
4044         * device/include/pic16/stdlib.h,
4045         * device/include/pic16/string.h,
4046         * device/lib/pic16/libc/stdio/printf_tiny.c,
4047         * device/lib/pic16/libc/stdio/printf_small.c,
4048         * device/lib/pic16/libc/stdio/strmgpsim.c,
4049         * device/lib/pic16/libc/stdio/strmmssp.c,
4050         * device/lib/pic16/libc/stdio/strmusart.c,
4051         * device/lib/pic16/libc/stdio/vfprintf.c,
4052         * device/lib/pic16/libc/stdlib/ltoa.c,
4053         * device/lib/pic16/libc/stdlib/putchar.c,
4054         * device/lib/pic16/libc/stdlib/x_ftoa.c,
4055         * device/lib/pic16/libc/stdlib/memchrpgm.c,
4056         * device/lib/pic16/libc/stdlib/memchrram.c,
4057         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
4058         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
4059         * device/lib/pic16/libio/adc/adcbusy.c,
4060         * device/lib/pic16/libio/adc/adcread.c,
4061         * device/lib/pic16/libio/adc/adcsetch.c,
4062         * device/lib/pic16/libio/usart/ubaud.c,
4063         * device/lib/pic16/libio/usart/ubusy.c,
4064         * device/lib/pic16/libio/usart/udrdy.c,
4065         * device/lib/pic16/libio/usart/uopen.c,
4066         * device/lib/pic16/libio/usart/uputc.c,
4067         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
4068         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
4069         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
4070         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
4071         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
4072         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
4073         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
4074         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
4075         specific keywords to double underlined form,
4076         * device/lib/pic16/libc/Makefile.rules,
4077         * device/lib/pic16/libsdcc/Makefile.rules,
4078         * device/lib/pic16/libm/Makefile,
4079         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
4080         to compile with C standard set in Makefile.common
4081         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
4082         rand.c and crc.c in compilation process,
4083         * device/lib/pic16/libsdcc/int/divuint.c,
4084         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
4085         `c' from signed to unsigned,
4086         * device/lib/pic16/startup/crt0.c,
4087         * device/lib/pic16/startup/crt0i.c,
4088         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
4089         keywords to double underlined form, bug fixes in _do_cinit function
4090         which prevented the correct initialization of the .idata segment,
4091         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
4092         core to enter a infinite loop
4093         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
4094
4095 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4096
4097         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
4098
4099 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4100
4101         * device/include/Makefile.in: add support for hc08 subdirectory
4102         * device/include/hc08/: new subdirectory
4103         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
4104         Lucas Loizaga, thanks!
4105         * device/include/hc08/mc68hc908qy.h,
4106         * device/include/hc08/mc68hc908gp32.h,
4107         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
4108         their own directory. Changed internal macro names to use the compiler
4109         reserved namespace. Changed SDCC specific keywords to double
4110         underlined form.
4111         * device/include/math.h,
4112         * device/include/malloc.h,
4113         * device/include/stdarg.h,
4114         * device/include/stdbool.h
4115         * device/include/string.h,
4116         * device/include/tinibios.h,
4117         * device/include/ds400rom.h,
4118         * device/include/8051.h,
4119         * device/include/8052.h,
4120         * device/include/80c51xa.h,
4121         * device/include/at89c55.h,
4122         * device/include/at89S8252.h,
4123         * device/include/at89x51.h,
4124         * device/include/at89x52.h,
4125         * device/include/ds80c390.h,
4126         * device/include/reg764.h,
4127         * device/include/regc515c.h,
4128         * device/include/sab80515.h,
4129         * device/include/mcs51/c8051f000.h,
4130         * device/include/mcs51/c8051f018.h,
4131         * device/include/mcs51/c8051f020.h,
4132         * device/include/mcs51/c8051f040.h,
4133         * device/include/mcs51/c8051f060.h,
4134         * device/include/mcs51/c8051f120.h,
4135         * device/include/mcs51/c8051f300.h,
4136         * device/include/mcs51/c8051f310.h,
4137         * device/include/mcs51/c8051f320.h,
4138         * device/include/mcs51/c8051f330.h,
4139         * device/include/mcs51/c8051f350.h,
4140         * device/include/z180.h: Changed SDCC specific keywords to double
4141         underlined form.
4142
4143 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
4144
4145         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
4146         18F4455,
4147         * (pic16_assignConfigWordValue): disable testing of configuration
4148         register value with config mask,
4149         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
4150         function with port->fun_prefix,
4151         * (genFunction): when generating a naked interrupt function never
4152         create an absolute segment placed in interrupt vector address, place
4153         the actual interrupt function at IVA instead, when an interrupt
4154         function is generated with unspecified interrupt then do not create
4155         the absolute section,
4156         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
4157         code for generating a call to generic pointer get/put function with
4158         a call to function pic16_callGenericPointer(),
4159         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
4160         the call to the generic pointer get/put functions with prefixing the
4161         function name with port->fun_prefix,
4162         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
4163         * src/pic16/main.c (_process_pragma): prefix function with
4164         port->fun_prefix,
4165         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
4166         calling assembler, old 18Fxxxx macro is deprecated,
4167         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
4168         PC_ASMDIR in while condition,
4169         * (findInstruction): add PC_ASMDIR in while condition,
4170         * (buildCallTree): prefix main with port->fun_prefix,
4171         * (pic16_pCode2str): fixed bug that didn't emit the memory access
4172         identifier for variable with banked access in instructions BTFSS,
4173         BTFSC, BCF, BSF, BTG
4174         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
4175         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
4176         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
4177         perform optimization when enviroment variable NO_REG_OPT is set,
4178         * (insideLRBlock): NEW, return 1 if register is inside an
4179         INF_LOCALREGS block,
4180         * (RemoveRegFromLRBlock): remove a register that is completely
4181         eliminated by register optimization, but it is still left in local
4182         register store/restore in/from stack block,
4183         * (Remove2pcodes): after removing register, check to see if it
4184         should be removed from local register store/restore in/from stack
4185         block,
4186         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
4187         DUMMY_READ_VOLATILE,
4188
4189         * device/include/pic16/adc.h: minor prototype modifications and
4190         update,
4191         * device/include/pic16/malloc.h: added GPL notice various
4192         modifications,
4193         * device/include/pic16/stdint.h: NEW, standard header for ints
4194         * device/include/pic16/delay.h: NEW, header for delay functions,
4195         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4196         delay1mtcy,
4197         * device/include/pic16/signal.h: NEW, header providing helper macros
4198         for implementing signal handlers,
4199         * device/include/pic16/stdio.h: added prototypes for functions,
4200         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4201         prototypes for stdin and stdout, added macro PUTCHAR to
4202         automatically implement putchar function prototype,
4203         * device/include/pic16/usart.h: modified and updated USART library,
4204         * device/lib/pic16/libio/adc/,
4205         * device/lib/pic16/libio/i2c: some modifications to improve library
4206         performance,
4207         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4208         family of functions,
4209         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4210         family of functions and other sources,
4211         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4212         of the PIC18Fxx[28] devices,
4213         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4214         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4215         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4216         _do_cinit function, because the previous failed when local variables
4217         where not placed in the same memory bank,
4218         * device/lib/pic16/libsdcc/char/: various modifications to improve
4219         library performance,
4220         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4221         information on the new functions of the c library and more...
4222
4223 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4224
4225         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4226
4227 2005-03-26 Raphael Neider <rneider AT web.de>
4228
4229         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4230           if condition == CARRY)
4231         * (genCmp): adapted to new genSkipc semantics
4232         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4233           on rIfx (genCmp was broken)
4234
4235 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4236
4237         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4238         * src/z80/main.c (_keywords[]),
4239         * src/SDCCglobal.h (struct options),
4240         * src/SDCC.y,
4241         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4242         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4243         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4244         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4245         always available in leading double underscore form. The C99 support is
4246         mostly missing, but it's a start.
4247         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4248         reserved identifier "__data".
4249
4250 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4251
4252         * src/mcs51/peeph.def: fixed bug 1170013
4253
4254 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4255
4256         * device/include/mcs51reg.h: fixed bug 842007
4257
4258 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4259
4260         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4261         last time.
4262
4263 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4264
4265         * src/port.h (struct PORT),
4266         * src/avr/ralloc.c (avr_assignRegisters),
4267         * src/avr/main.c,
4268         * src/ds390/ralloc.c (ds390_assignRegisters),
4269         * src/ds390/main.c,
4270         * src/hc08/ralloc.c (hc08_assignRegisters),
4271         * src/hc08/main.c,
4272         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4273         * src/mcs51/main.c,
4274         * src/pic/ralloc.c (pic14_assignRegisters),
4275         * src/pic/main.c,
4276         * src/pic16/ralloc.c (pic16_assignRegisters),
4277         * src/pic16/main.c,
4278         * src/xa51/ralloc.c (xa51_assignRegisters),
4279         * src/xa51/main.c,
4280         * src/z80/ralloc.c (z80_assignRegisters),
4281         * src/z80/ralloc.h,
4282         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4283         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4284         * src/SDCCcse.h,
4285         * src/SDCCdflow.c (computeDataFlow),
4286         * src/SDCCdflow.h,
4287         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4288         * src/SDCCloop.h,
4289         * src/SDCCcflow.c (*),
4290         * src/SDCCcflow.h,
4291         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4292         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4293         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4294         immedDom() returning wrong block; probably fixes bug #1160833)
4295
4296 2005-03-20 Borut Razem <borut.razem AT siol.net>
4297
4298         * support/scripts/inc2h.pl: WIN32 port
4299
4300 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4301
4302         * device/lib/makefile.in: added abs.c and labs.c
4303
4304 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4305
4306         * device/include/stdint.h: added
4307         * device/lib/abs.c: added
4308         * device/lib/labs.c: added
4309         * device/include/stdlib.h: added abs() and labs() prototypes
4310         * device/lib/libsdcc.lib: added abs and labs
4311         * device/include/float.h,
4312         * device/lib/_fsmul.c,
4313         * device/lib/printf_fast.c,
4314         * device/lib/printf_tiny.c: updated comments
4315
4316 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4317
4318         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4319         bug #1164313
4320
4321 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4322
4323         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4324         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4325
4326 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4327
4328         * device/lib/printf_large.c: removed inline assembly for portability and
4329           readability. Use printf_fast if speed or size are more important.
4330         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4331         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4332
4333 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4334
4335         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4336         prevent compiler warning
4337
4338 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4339
4340         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4341         moved to level 0 and declared as static. Also they are explicit
4342         placed in access bank. This was necessery because some times they
4343         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4344         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4345         optimizations. Currently only compare to unsigned char is implemented,
4346         * src/pic16/gen.c: added fReturnIdx array,
4347         * (struct resolvedIfx) is moved to gen.h and made public,
4348         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4349         * (aopForSym): added an optimization to directly store in stack of
4350         the operand of a SEND iCode,
4351         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4352         but as registers instead (AOP_REG) using the fReturnIdx array,
4353         * (pic16_freeAsmop): remove the freed register from the
4354         _G.sregsAlloc field,
4355         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4356         a compare of 'WREG',
4357         * (pic16_popGetTempRegCond): changed function prototype, now
4358         function takes also a bitVector argument v which holds the current
4359         set of registers that are allocated for stack access by aopForSym,
4360         registers allocated in aopForSym for accessing stack symbols are not
4361         any more part of the functions usedRegs field,
4362         * (genCall): some times aopOp is called for a stack variable to be
4363         send, aopForSym might perform the push, if this is true make sure
4364         that genCall doesn't push the variable twice by testing _G.resDirect,
4365         * (genFunction): changed testing for unspecified interrupt number
4366         from 256 to INTNO_UNSPEC,
4367         * modified selection scheme of frame pointer generation. Previously
4368         if function did use local registers a frame pointer was generated,
4369         now a frame pointer is generated only if function has arguments
4370         (that need PLUSW2 register access), or has stack arguments, or the
4371         compiler is not instructed to omit the frame pointer,
4372         * (genEndFunction): before restoring local registers that were saved
4373         in the function preamble, also restore the registers that *might*
4374         have been allocated for stack access,
4375         * (genRet): removed some old comments,
4376         * (genCmp, the active (RN's) version): added a call to the
4377         pic16_genCmp_special function to perform the compare with a more
4378         robust and optimized way,
4379         * (genInline): a feature has been added in inline code generation,
4380         which allows a wildcard variable substitution when writing inline
4381         assembly. Code is incomplete and experimental therefore undocumented,
4382         * (genCast): changed order of aopOp for result and right to allow
4383         aopForSym to directly load the result if possible,
4384         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4385         perform an optimized compare on some selected special occasions,
4386         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4387         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4388         generate an IVT any more,
4389         * src/pic16/main.c (pic16_optionsTable): added command line option
4390         --optimize-cmp,
4391         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4392         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4393         macros,
4394         * src/pic16/NOTES: Raphael Neider added in list of active developers
4395         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4396         jumptable_end to prevent bug #,
4397         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4398         inCond and outCond fields,
4399         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4400         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4401         turn off register spilling,
4402         * (packRegsForOneUse): synced with other ports' versions although it
4403         is not used currently,
4404         * (pic16_packRegisters): added an optimization while reading
4405         structure bitfields, some registers may be saved (malloc code is
4406         decreased by 80 bytes)
4407
4408 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4409
4410         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4411         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4412         this can be optimized more?
4413
4414 2005-03-10 Raphael Neider <rneider AT web.de>
4415
4416         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4417           genNearPointerGet): (hopefully) fixed access to bitfields via
4418           pointers (p->bitN = x; and x = p->bitN; failed)
4419
4420 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4421
4422         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4423
4424 2005-03-09 Raphael Neider <rneider AT web.de>
4425
4426         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4427
4428 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4429
4430         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4431         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4432           (regTypeNum): set REG_BIT type if necessary
4433         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4434         * support/regression/tests/critical.c: check bug 1144613
4435
4436 2005-03-02 Raphael Neider <rneider AT web.de>
4437
4438         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4439
4440 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4441
4442         * src/avr/ralloc.c (serialRegAssign),
4443         * src/ds390/ralloc.c (serialRegAssign),
4444         * src/hc08/ralloc.c (serialRegAssign),
4445         * src/mcs51/ralloc.c (serialRegAssign),
4446         * src/pic/ralloc.c (serialRegAssign),
4447         * src/pic16/ralloc.c (serialRegAssign),
4448         * src/xa51/ralloc.c (serialRegAssign),
4449         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4450
4451 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4452
4453         * src/SDCCast.c (decorateType): fixed bug 1124787
4454
4455 2005-02-20 Hubert Sack <sack AT digiplan.de>
4456         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4457
4458         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4459         patch #1121755
4460
4461 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4462
4463         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4464         to keep the correct label reference count when adding/removing references
4465         to labels. A peephole file using this is appended to patch #1144962.
4466
4467 2005-02-14 Raphael Neider <rneider AT web.de>
4468
4469         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4470         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4471         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4472           retrievals of result operand's value on assignment
4473
4474 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4475
4476         * device/include/pic16/string.h: modified prototype for memccpy()
4477         to memccpy(void *, void *, char, size_t)
4478         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4479         check whether to omit frame pointer or not,
4480         * (genInline): convert all occurences of "\n" to LF in inline
4481         assembler blocks, this helps formatting the inline text,
4482         * (pic16_loadFSR0): modified prototype,
4483         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4484         removed some 8051 legacy code,
4485         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4486         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4487         before allocating temporary registers in functions,
4488
4489 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4490
4491         * support/regression/tests/bitvars.c: corrected the "fix"
4492
4493 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4494
4495         * support/regression/tests/bitvars.c,
4496         * support/regression/tests/bitwise.c,
4497         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4498
4499 2005-02-10 Raphael Neider <rneider AT web.de>
4500
4501         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4502           different size for Alpha
4503         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4504
4505 2005-02-09 Raphael Neider <rneider AT web.de>
4506
4507         * src/SDCC.lex(doPragma) : save and restore warning options as well
4508           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4509         * have #pragma less_pedantic set the errorlevel to WARNING
4510           (fixes #1117001)
4511         * (cloneOptimize) : fixed wrong malloc's size
4512         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4513           facilitate correct handling of #pragma (save|restore)
4514
4515 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4516
4517         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4518
4519 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4520
4521         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4522
4523 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4524
4525         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4526
4527 2005-02-02 Raphael Neider <rneider AT web.de>
4528
4529         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4530         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4531         * (pic16_storeForReturn): fixed to allow returning function pointers
4532         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4533         * device/include/pic16/{stddef.h,stdbool.h}: added
4534
4535 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4536
4537         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4538
4539 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4540
4541         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4542         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4543          appeared to be required
4544
4545 2005-01-31 Borut Razem <borut.razem AT siol.net>
4546
4547         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4548           include/mcs51 and include/z80 directories to the package
4549
4550 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4551
4552         * src/hc08/gen.c (genFunction): fixed bug #1112752
4553
4554 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4555
4556         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4557
4558 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4559
4560         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4561
4562 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4563
4564         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4565
4566 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4567
4568         * device/include/c8051fxxx.h: removed these 6 files
4569         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4570
4571 2005-01-26 Raphael Neider <rneider AT web.de>
4572
4573         * src/pic16/gen.c (genAssign): fixed assignment from longs
4574           in codespace (were cut to three bytes)
4575         * (genDummyRead): implemented (except for CODESPACE...),
4576           fixed bug #1108575
4577         * src/pic16/glue.c (emitStatistics): beautified
4578         * device/lib/pic16/libm/Makefile: added include path
4579
4580 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4581
4582         * src/z80/gen.c (aopPut): fixed bug #1103902
4583
4584 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4585
4586         * device/lib/expf.c: fixed bug #1095792
4587
4588 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4589
4590         * device/lib/pic16/libm: added Math library sources
4591
4592 2005-01-24 Raphael Neider <rneider AT web.de>
4593
4594         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4595           to enable upcast to pCodeOpReg2 (there is no type tag to
4596           differenciate the two and pic16_popGet2p cast into PCOR2)
4597         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4598           (sizeof(sectNames) changed to sizeof(sectName))
4599           Both patches fix segfaults under MinGW.
4600
4601 2005-01-23 Raphael Neider <rneider AT web.de>
4602
4603         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4604           Safe_[mc]?alloc()'ed variables
4605         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4606           of (byte sized) temporaries (assign them to WREG for now)
4607         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4608           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4609           this might fix SIGSEGVs on MinGW...
4610         * src/SDCCopt.c (killDeadCode): restored original behaviour
4611           (volatile operands might get thrown away though)
4612
4613 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4614
4615         * src/pic16/gen.c: fixed bug #1106975,
4616         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4617         pointer update, INTCON is saved, global interrupts are disabled and
4618         restored after updateing TOS.
4619         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4620         * added function attribute 'shadowregs' to take advantage of shadow
4621         registers,
4622         * added function attribute 'wparam' as an alternative to the wparam
4623         pragma,
4624         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4625         user declares a non-ISR function as 'shadowregs',
4626         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4627
4628 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4629
4630         * .version: bumped version number to 2.4.8
4631         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4632         pic16 port,
4633         * device/lib/pic16/libio/i2c/: I2C module support library,
4634         * device/include/pic16/i2c.h: I2C support library header,
4635         * device/lib/pic16/libc/stdio/: standard IO support sources,
4636         * (printf_small.c): printf_small() source, supports float print,
4637         * (printf_tiny.c): printf_tiny() source, does not support floats,
4638         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4639         enable global optimizations for entire library source, other
4640         Makefiles in the source tree are also modified to reflect this,
4641         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4642         function,
4643         * doc/sdccman.lyx: updated to reflect new changes,
4644         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4645         sym->onStack if-case,
4646         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4647         sbit, idata, _idata, xdata, _xdata,
4648         * added pragma library, to link an external library, (see doc),
4649         * removed command line options, --pomit-config-words, --pomit-ivt,
4650         --pleave-reset-vector,
4651         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4652         when calling assembler to reflect memory model used, also define
4653         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4654         reflect stack model used,
4655         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4656         on stack return NULL,
4657
4658 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4659
4660         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4661           of the operands is volatile. Fixes #1020220
4662
4663 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4664
4665         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4666         * (OptimizeRegUsage): make sure that there is really no other flow where
4667           the first pCode is used
4668
4669 2005-01-22 Raphael Neider <rneider AT web.de>
4670
4671         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4672           to fix #1106967 (pCode->seq are not set up correctly)
4673
4674 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4675
4676         * src/SDCCglue.c (glue): make sure code area is declared before the
4677         static initialization area.
4678
4679 2005-01-21 Raphael Neider <rneider AT web.de>
4680
4681         * device/lib/Makefile.in: fixed test for pic16 install dir
4682         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4683           optimizations
4684         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4685           added --optimize-goto compiler switch and pragma wparam documentation
4686         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4687         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4688           and PRODH closing bug #1071770 (peephole optimizer)
4689
4690 2005-01-19 Raphael Neider <rneider AT web.de>
4691
4692         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4693           cmdLine buffers (used when calling sdcpp...) are large enough
4694           (MAX_PATH=256 truncates arguments leading to system halts when
4695           used in MinGW...)
4696         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4697         * (genUminus): rewritten to for efficiency
4698         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4699           used uninitialized in some cases)
4700         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4701           copy the third byte from the int -- now assumes 0x80 (data memory)
4702         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4703           operands (genAddLit expects the iCode's operands to swapped as
4704           well), fixed leftover bytes (crashed for short left operands)
4705         * (pic16_genMinusDec): performance improvements, removed false
4706           PIC14 emitSKPNCs
4707         * (pic16_genMinus): fixed to cope with differently sized operands
4708         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4709           for --obanksel > 1
4710         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4711         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4712           new banksel optimization
4713         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4714           analysis for temporary registers (segfaults...)
4715         * src/pic16/peeph.def: added rule
4716
4717 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4718
4719         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4720         which converts a float number to its ASCII representation
4721         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4722         functions to convert the fractional and integer part of a float to ASCII,
4723         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4724         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4725         ram
4726         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4727         _STATMEM macros,
4728         * device/include/pic16/adc.h: added GPL info,
4729         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4730         a pCodeOp as tested operand,
4731         * (genNearPointerGet): optimized bit testing, does not use
4732         intermediate register for bit value, test directly instead with
4733         BTFSS, BTFSC, works only for single bits,
4734         * (genpic16Code): dump the name of the iCode in the asm,
4735         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4736         renamed to pic16_decodeOp,
4737         * (serialRegAssign): do not allocate a temporary register for iCode
4738         sequences that test a single bit for 1/0
4739
4740 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4741
4742         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4743         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4744         access stack and frame pointers. They are initially assigned to
4745         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4746         accessing SFRs. Updated all occurences of modification of stack or
4747         frame pointer in gen.c and pcode.c,
4748         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4749         assigning of a literal value to pointers,
4750         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4751         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4752         selected
4753
4754 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4755
4756         * doc/sdccman.lyx: update documentation about stack pragma, added
4757         some info for stack memory models
4758
4759 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4760
4761         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4762
4763 2005-01-08 Raphael Neider <rneider AT web.de>
4764
4765         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4766           udata sections to fix bug #1097823
4767
4768 2005-01-05 Raphael Neider <rneider AT web.de>
4769
4770         * src/pic16/gen.c (genGenericShift): added handling of differently
4771           sized left operand and result
4772
4773 2005-01-04 Raphael Neider <rneider AT web.de>
4774
4775         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4776         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4777           to hold the condition bit)
4778         * added new version of genCmp (old code available via #define)
4779         * added new version of genShiftLeft/genShiftRight in a generic
4780           way, now supports shifting by negative values
4781         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4782           shiftCount (expected by genGenericShift)
4783         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4784         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4785           dump
4786         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4787           is an invalid literal too...)
4788
4789 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4790
4791         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4792         from Raphael Neider,
4793         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4794         for 8-bit literals. This fixes some literal operands which are sign
4795         extended to 16-bits ints when instruction needs only 8-bits.
4796
4797 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4798
4799         * device/lib/logf.c: added mcs51 assembly version
4800         * device/lib/expf.c: added mcs51 assembly version
4801         * device/lib/_logexpf.c: new shared asm code for expf and logf
4802         * device/include/math.h: add defines for assembly math library
4803         * device/lib/Makefile.in: build new _logexpf.c
4804         * device/lib/libfloat.lib: use new _logexpf.c
4805
4806 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4807
4808         * src/pic/device.c
4809         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4810           device types which have less than 0x7f registers.
4811
4812 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4813
4814         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4815
4816 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4817
4818         * device/lib/printf_fast.c: only build on supported arch.
4819         * device/lib/printf_tiny.c: only build on supported arch.
4820         * device/lib/printf_fast_f.c: only build if asm float lib
4821         * device/lib/_fsget1arg.c: only build if asm float lib
4822         * device/lib/_fsget2args.c: only build if asm float lib
4823         * device/lib/_fsnormalize.c: only build if asm float lib
4824         * device/lib/_fsreturnval.c: only build if asm float lib
4825         * device/lib/_fsrshift.c: only build if asm float lib
4826         * device/lib/_fsswapargs.c: only build if asm float lib
4827         * device/include/stdio.h: don't provide print_fast,
4828           print_fast_f, print_tiny prototypes if --xstack used
4829
4830 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4831
4832         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4833         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4834           to the SOURCES
4835
4836 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4837
4838         * device/lib/printf_fast_f.c: same as printf_fast, but
4839           with floating point enabled
4840         * device/lib/printf_fast.c: minor tweaks
4841         * device/include/stdio.h: add printf_fast_f
4842
4843 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4844
4845         * src/SDCCmain.c: make --float-reent default for mcs51
4846         * device/lib/_fsadd.c: added mcs51 assembly version
4847         * device/lib/_fssub.c: added mcs51 assembly version
4848         * device/lib/_fsmul.c: added mcs51 assembly version
4849         * device/lib/_fsdiv.c: added mcs51 assembly version
4850         * device/lib/_fseq.c: added mcs51 assembly version
4851         * device/lib/_fsneq.c: added mcs51 assembly version
4852         * device/lib/_fsgt.c: added mcs51 assembly version
4853         * device/lib/_fslt.c: added mcs51 assembly version
4854         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4855         * device/lib/Makefile.in: add _fscmp to build
4856         * device/lib/libfloat.lib: add _fscmp to build
4857
4858 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4859
4860         * device/lib/_fs2slong.c: added mcs51 assembly version
4861         * device/lib/_fs2sint.c: added mcs51 assembly version
4862         * device/lib/_fs2schar.c: added mcs51 assembly version
4863         * device/lib/_fs2ulong.c: added mcs51 assembly version
4864         * device/lib/_fs2uint.c: added mcs51 assembly version
4865         * device/lib/_fs2uchar.c: added mcs51 assembly version
4866         * device/lib/_slong2fs.c: added mcs51 assembly version
4867         * device/lib/_sint2fs.c: added mcs51 assembly version
4868         * device/lib/_schar2fs.c: added mcs51 assembly version
4869         * device/lib/_ulong2fs.c: added mcs51 assembly version
4870         * device/lib/_uint2fs.c: added mcs51 assembly version
4871         * device/lib/_uchar2fs.c: added mcs51 assembly version
4872         * device/include/float.h: added #define to select asm vs c
4873
4874 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4875
4876         * device/lib/printf_fast.c: improvements to float output
4877         * device/include/float.h: add defines for assembly float library
4878         * device/lib/_fsget1arg.c: receive 1 float arg
4879         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4880         * device/lib/_fsnormalize.c: normalize a float
4881         * device/lib/_fsreturnval.c: return float, various helper routines
4882         * device/lib/_fsrshift.c: right shift a float's mantissa
4883         * device/lib/_fsswapargs.c: swap 2 floats
4884         * device/lib/Makefile.in: build these 6 new files for mcs51
4885         * device/lib/libfloat.lib: add these 6 files to the library
4886
4887 2004-12-26 Borut Razem <borut.razem AT siol.net>
4888
4889         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4890           built by gcc 3.4.2
4891
4892 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4893
4894         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4895           and fully reentrant and register bank neutral.
4896         * device/lib/printf_fast.c: added float (not enabled by default),
4897           added compact/slower integer (also not enabled by default),
4898           improved size/speed of fast integer code, other minor changes
4899         * device/include/stdio.h, device/lib/Makefile.in,
4900           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4901
4902 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4903
4904         * src/pic16/pcode.c: declaring variables other than at the start of a
4905           block is not supported in C by VC6.
4906
4907 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4908
4909         * applied a previous patch from Raphael Neider that wasn't included
4910         in the previous commits, which fixes infinite loops within jumptable
4911         improvements,
4912         * made some fixes that previous patches introduced
4913
4914 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4915
4916         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4917         that fixes an issue with AOP_PCODE asmop's offset,
4918         * (pic16_popCopyReg): update instance field too,
4919         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4920         function of pic port,
4921         * (genCmp, genAnd, genAssign),
4922         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4923
4924 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4925
4926         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4927         variables initial values to idata section,
4928         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4929         variables in some functions. This utilizes parmBytes field of iCode
4930         structure to hold the offset of the variable in stack. (might be
4931         able to use the stack field too?)
4932         * applied patch from Raphael Neider # ### , # ###
4933         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4934         variable initial values in idata section,
4935         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4936         for static variables with initial value
4937         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4938         applied fix in while loop from Raphael Neider.
4939
4940 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4941
4942         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4943         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4944         * src/ds390/ralloc.c (serialRegAssign): spill bits
4945         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4946         * support/Util/SDCCerr.c,
4947         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4948         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4949         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4950
4951 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4952
4953         * device/include/sdcc-lib.h: inserted LGPL, added includes
4954           asm/ds390/features.h and asm/mcs51/features.h
4955         * device/include/asm/default/features.h,
4956         * device/include/asm/gbz80/features.h,
4957         * device/include/asm/z80/features.h: added empty _AUTOMEM
4958           and _STATMEM
4959         * device/include/asm/ds390/features.h,
4960         * device/include/asm/mcs51/features.h: added files with defines for
4961           _AUTOMEM and _STATMEM indicating automatic and static storage class
4962         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4963         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4964         * src/SDCCicode.c (geniCodeCast),
4965         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4966         * src/SDCCloop.c (loopInduction): removed unused variable lr
4967         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4968           to convertToFcall to include char modulo (RFE 1065037), added check
4969           if left operand is unsigned and use abs of literal value
4970         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4971           as it doesn't work after conversion from peephole.def to peephole.rul
4972         * src/mcs51/gen.c (toBoolean): added check for size,
4973           (genModOneByte): optimized code for signed char modulo a literal
4974           power of 2 (thanks to Hubert Sack),
4975           (genRRC): removed unnecessary "clr c",
4976           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4977         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4978           jump optimization,
4979           swapped rules 256.c and 256.d,
4980           extended 256.d by using new multiple checks (thanks Erik),
4981           added rules 256.e and 256.f,
4982           updated rule 261.a and 261.b to new generated code
4983         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4984
4985 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4986
4987         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4988           induction related bugs, including first part of bug #1074377
4989
4990 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4991
4992         * applied patch from bug-report #1076292,
4993         * applied patches for genAnd and Goto-optimizations for Raphael
4994         Neider,
4995         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4996         dump a less iCode information,
4997         * src/pic16/device.h (pic16_options_t): added field debgen,
4998         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4999         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
5000         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
5001         puclic,
5002         * (various functions): added macros FENTRY and FENTRY2 to functions,
5003         to emit function prologue,
5004         * (various functions): fixed indentation,
5005         * (genNearPointerGet): fixed loading of FSR0,
5006         * (genPackBits): applied patch from Raphael Neider to fix updating
5007         of FSR0 and touching only the modified bits,
5008         * src/pic16/genarith.c (various functions): added macros FENTRY to
5009         emit function prologue in comments,
5010         * src/pic16/pcode.h: added functions debugf2, debugf3,
5011         * src/pic16/ralloc.c: partial fix for packForPush caused
5012         segmentation fault,
5013
5014 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5015
5016         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
5017           <stsp AT users.sourceforge.net> with reversed byte order
5018         * support/regression/tests/rotate.c: added (ds390 skips some tests)
5019
5020 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5021
5022         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
5023           bug #1074377
5024         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
5025         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
5026
5027 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5028
5029         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
5030
5031 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5032
5033         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
5034           conditions,
5035           (setFromConditionArgs): friendly operand parser for peephole rules,
5036           (operandBaseName, operandsNotRelated): new peephole condition
5037           "operandsNotRelated" -- similar to "operandsNotSame", but takes
5038           architecture specific register naming into account, handles n-way
5039           comparisons, and supports quoted literals
5040         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
5041
5042 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5043
5044         * src/mcs51/peeph.def: fixed bug #1076940
5045
5046 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
5047
5048         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
5049
5050 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5051
5052         Adding support for replacing ljmps with sjmps in jumptables
5053         generated for switch statements. For now you need to set the
5054         environment variable SDCC_SJMP_JUMPTABLE to enable this.
5055         Now 4 algorithms for mcs51 jumptable generation are used:
5056         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
5057         addresses loaded pc-relative for up to 112 cases and stack-pushing
5058         target addresses loaded with offset from dptr for up to 256 cases.
5059
5060         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
5061         * src/mcs51/main.c: adapted constants for switch table generation
5062         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
5063
5064 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
5065
5066         * device/lib/printf_large.c (_print_format): fixed bug 1073386
5067         * support/regression/tests/bug1057979.c: added test for bug 1073386
5068
5069 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5070
5071         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
5072         compilers
5073
5074 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
5075
5076         * src/pic16/device.h,
5077         * src/pic16/genarith.c,
5078         * src/pic16/glue.c,
5079         * src/pic16/main.c,
5080         * src/pic16/pcode.c: applied patches #1068154 and #1070213
5081
5082 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
5083
5084         Large cummulative patch for pic16 port.
5085         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
5086         to call when a stack overflow occurs,
5087         * (malloc.h): added CVS Id tag,
5088         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
5089         variable,
5090         * added libc directory. The current version of LibC contains string
5091         functions, ctype functions and macros and some functions of the
5092         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
5093         be extensively tested in the future. Standard disclaimer here.
5094         Library is not automatically build yet. But one can build it by
5095         invoking 'make' inside the libc directory.
5096         * added ADC library under libio. Preliminary version yet.
5097
5098         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
5099         * src/pic16/gen.c (aopForRemat): asmop size is filled by
5100         aopForRemat() now and not by pic16_aopOp(),
5101         * (pic16_popGetTempReg): removed warning messgae when allocating
5102         temporary registers, its a buggy feature and will be removed,
5103         * (pic16_popGet): set register instance field in AOP_CRY,
5104         * (pic16_outBitC): fixed for results in size greater than 1,
5105         * (genUminusFloat): fixed for pic16, ported code from mcs51,
5106         * (pic16_storeForReturn): optimized return of 0,
5107         * (genCmp): experimental code for new genCmp which uses PIC18's
5108         special compare&skip instructions. Initial tests fail some times
5109         with variables grater than 1 byte in size, so new code is disabled,
5110         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
5111         a single bit,
5112         * (genCast): began a fix to optimize the casting of a bit to another
5113         bit, now assigning a bitfield to another bitfield will fail, sorry,
5114         * src/pic16/main.c: disabled the use of lr-support feature,
5115         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
5116         * added some function prototypes, added function _debugf prototype,
5117         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
5118         bits with offset (case PO_GPR_BIT),
5119         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
5120         command line,
5121         * (isBankInstruction): modified to return 0 for no banking instruction,
5122         and 1 for banking instruction,
5123         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
5124         caused stop processing pCodes after a inline assembly block,
5125         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
5126         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
5127         registers when it shouldn't,
5128         * src/pic16/ralloc.c (allocReg): add preliminary support for
5129         supporting a limited set of temporary registers,
5130
5131 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5132
5133         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
5134           genDataPointerSet): ensure assignments always copy in MSB to LSB
5135           order,
5136           (loadRegFromAop): recognize CLRH optimization,
5137           (genFunction): optimize RECEIVE iCodes in reentrant functions
5138
5139 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5140
5141         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
5142           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
5143           selected.
5144         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
5145         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
5146           contiguous with data
5147
5148 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5149
5150         * device/lib/_gptrget.c (_gptrget),
5151         * device/lib/_gptrgetc.c (_gptrgetc),
5152         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
5153           instead of sjmp to ret
5154         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
5155           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
5156
5157 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
5158
5159         * .version: bumped version to 2.4.7
5160         * device/lib/_gptrget.c (_gptrget): is now _naked
5161         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
5162         * device/lib/_gptrput.c (_gptrput): is now _naked
5163         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
5164           (createFunction): fixed xstack
5165         * src/SDCCglue.c (emitMaps): set allocation required for bit area
5166         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
5167           or bit either,
5168           (geniCodeCritical): store original interrupt state in an iTemp bit
5169           var unless stack-auto
5170         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
5171         * src/SDCCmain.c (setIncludePath): added include/target to search path
5172         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
5173         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
5174           prototype,
5175           (processFuncArgs): put bit vars in bit area
5176         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
5177           unsaveRBank): fixed xstack,
5178           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
5179           (genFunction, genEndFunction): fixed xstack,
5180           (genAssign): optimization don't walk backwards through mem
5181         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
5182         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
5183         * support/regression/Makefile: also make library (for stack-auto) when
5184           making "all" and added "test-mcs51-xstack-auto"
5185         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
5186         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
5187         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
5188         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
5189         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
5190           make-library by MAKE_LIBRARY
5191         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
5192           regression tests for xstack
5193         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
5194         * support/regression/tests/critical.c: test for critical on mcs51
5195
5196 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5197
5198         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5199           built version of sdcc instead of installed version
5200
5201 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5202
5203         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5204         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5205           vprintf.c now
5206         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5207         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5208           WARNING: remove device/lib/build/z80/printf.o by hand when
5209           updating from previous build!
5210         * device/lib/z80/printf.c: updated comment
5211         * support/regression/tests/bug1057979.c: test all ports now
5212         * support/regression/tests/bug1065458.c: file added
5213
5214 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5215
5216         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5217           *_start and *_end symbols for static functions
5218
5219 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5220
5221         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5222           and search crt0.o in all library paths,
5223           (setIncludePath): proper handling of --nostdinc,
5224           (setLibPath): proper handling of --nostdlib
5225         * support/regression/Makefile,
5226         * support/regression/ports/ds390/spec.mk,
5227         * support/regression/ports/gbz80/spec.mk,
5228         * support/regression/ports/hc08/spec.mk,
5229         * support/regression/ports/mcs51/spec.mk,
5230         * support/regression/ports/mcs51-large/spec.mk,
5231         * support/regression/ports/mcs51-stack-auto/spec.mk,
5232         * support/regression/ports/z80/spec.mk: use include and lib files from
5233           built version of sdcc instead of installed version
5234         * doc/sdccman.lyx: fixed typo in --nostdinc
5235
5236 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5237
5238         * src/pic/pcode.c,
5239         * src/pic/device.c,
5240         * src/pic/ralloc.c,
5241         * src/pic/gen.c : added support to generate code for struct bit fields.
5242
5243 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5244
5245         * as/xa51/xa_version.h,
5246         * device/include/errno.h,
5247         * device/include/regc515c.h,
5248         * device/lib/_itoa.c,
5249         * device/lib/_ltoa.c,
5250         * device/lib/ser_ir_cts_rts.c,
5251         * sim/ucsim/xa.src/glob.cc,
5252         * sim/ucsim/xa.src/inst_gen.cc,
5253         * sim/ucsim/xa.src/xa_bit.cc,
5254         * sim/ucsim/xa.src/xa_sfr.cc,
5255         * sim/ucsim/z80.src/inst_dd.cc,
5256         * sim/ucsim/z80.src/inst_fdcb.cc,
5257         * support/scripts/keil2sdcc.pl,
5258         * src/pic16/pic16.dsp,
5259         * src/pic16/pic16a.dsp: corrected cvs line endings
5260         * device/lib/printf_large.c: fixed bug 1057979
5261         * src/pic16/gen.c: fixed non-C standard code
5262         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5263         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5264         * support/regression/ports/mcs51/support.c: reload T1 asap
5265         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5266           pdata use and clear idata startup behaviour
5267         * support/regression/tests/bug1057979.c: added
5268
5269 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5270
5271         * device/examples/ds390/ow390/ad26.h,
5272         * device/examples/ds390/ow390/cnt1d.h,
5273         * device/examples/ds390/ow390/crcutil.c,
5274         * device/examples/ds390/ow390/ownet.h,
5275         * device/examples/ds390/ow390/owsesu.c,
5276         * device/examples/ds390/ow390/swt12.h,
5277         * device/examples/ds390/ow390/swtoper.c,
5278         * device/examples/ds390/ow390/temp10.h,
5279         * device/examples/ds390/ow390/thermodl.c,
5280         * device/examples/ds390/tinitalk/tinitalk.dsp,
5281         * device/examples/ds390/tinitalk/tinitalk.dsw,
5282         * device/examples/mcs51/clock/hw.h,
5283         * device/examples/mcs51/simple2/go.bat,
5284         * device/examples/serialcomm/windows/serial.h,
5285         * device/examples/xa51/dummy.c,
5286         * device/examples/xa51/hello.c,
5287         * device/include/80c51xa.h,
5288         * device/include/at89x051.h: corrected cvs line endings
5289
5290 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5291
5292         * src/pic16/main.c (options): added command line --gstack, to trace
5293         stack over/under flows,
5294         * added pragma 'wparam' to allow passing first byte of function
5295         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5296         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5297         call to __gstack_test function and sets up the symbol as extern,
5298         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5299         * popaop): added call to pic16_testStackOverflow,
5300         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5301         wparamList list,
5302         * (genCall, genPcall): now all parameters are passed via stack
5303         except in functions that are pass to wparam pragma in which WREG is
5304         used too,
5305         * (genPcall): REENTRANT flag is checked to see if variable prototype
5306         contains reentrant keyword, don't call a non-reentrant function, via
5307         a reentrant function pointer or vice versa, functions are never
5308         passed via WREG,
5309         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5310         D.Winkler,
5311         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5312         SIGSEGV when accessing a NULL register stucture,
5313         * (pic16_printGPointerType): modified to handle UPPER modifier for
5314         function initializers, changed prototype of function to simpler one,
5315         * (pic16_printIvalFuncPtr): check to see if function is already
5316         added in externs list,
5317         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5318         optimized a move from W to SFR with a move to the same register
5319         later after a CALL,
5320         * device/lib/pic16/debug: NEW directory, contains debug features
5321         which are enabled when linking with libdebug.lib, currently command
5322         line option --gstack enables stack pointer tracing for over/under
5323         flow, corresponding sources are in debug/gstack
5324
5325 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5326
5327         * doc/sdccman.lyx: updated SDCC version,
5328         * (PIC16 port): update list of command line options,
5329         * src/pic16/device.h (structure pic16_options_t): added field gstack
5330         to enable stack overflow tracing on push/pops,
5331         * src/pic16/device.c (statistics structure): added statistics
5332         structure,
5333         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5334         pic16_dump_int_registers): increase statistics counters for each
5335         * variable which is encountered
5336         * (pic16_dump_usection): emit each .udata variable to its own udata
5337         section,
5338         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5339         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5340         parameters via stack, otherwise use old scheme,
5341         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5342         assembler output file,
5343         * src/pic16/main.c: added command line options --gstack to enable
5344         push/pop tracing for stack overflow,
5345         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5346         instructions): added size of each instruction,
5347         * (pic16_countInstruction): estimate size of instructions in
5348         the_pFile list, inline assembly blocks are not counted,
5349         * (pic16_FixRegisterBanking): trace previous register usage, when
5350         banksel optimizations is greater than 0, don't emit a redudant
5351         banksel directive,
5352
5353 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5354
5355         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5356         * src/pic16/ralloc.c : applied same fix for pic16.
5357         * src/pic/gen.c : tidied it up a little.
5358
5359 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5360
5361         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5362         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5363
5364 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5365
5366         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5367
5368 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5369
5370         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5371         non-reentrant function __modsint in the interrupt function (thus
5372         corrupting math operations during serial I/O)
5373         * device/lib/ser_ir.c: as above, changed buffersize
5374         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5375         256.c,d for zeroing
5376         * doc/Makefile: added option -t for rsync
5377
5378 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5379
5380         * src/SDCCast.h (struct ast),
5381         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5382
5383 2004-10-20 Borut Razem <borut.razem AT siol.net>
5384
5385         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5386         package
5387
5388 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5389
5390         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5391         makefile targets,
5392         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5393         support functions to replace long sequences of MOVFF's from access
5394         bank registers to stack and vice versa,
5395         * src/pic16/device.h: added new field opt_flags, where optimization
5396         flags can be set to enable certain features,
5397         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5398         * pBlock, (genFunction, genEndFunction): surroung loop for
5399         saving/loading used registers in stack with PC_INFO pCodes,
5400         INF_LREGS. Code in between can then be optimized by pCode optimizer
5401         to support function calls,
5402         * (genDataPointerSet): fixed bug which loaded float fields in
5403         structures with corrupt data,
5404         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5405         in a standard way debug info on stderr. Feature used for developing
5406         and debugging only,
5407         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5408         obsolete chunks of code,
5409         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5410         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5411         * pic16/src/pcode.c (pic16_newpCodeInfo,
5412         * (pic16_newpCodeOpLocalRegs),
5413         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5414         feature,
5415         * (pic16_pCodeConstString): printing of the initial value of a
5416         symbol as a comment is inhibited since parsing was already done by
5417         copyStr and output is corrupt,
5418         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5419
5420 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5423
5424 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5425
5426         * as/mcs51/lkarea.c: removed old K&R style,
5427           (lnksect): changed check on boundary error,
5428           (lnksect2): changed check on boundary error,
5429           (lnksect2): extend XSTK to end of page if size = 1
5430         * as/mcs51/lkmain.c: removed old K&R style,
5431           (Areas51): create l_IRAM symbol
5432         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5433         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5434           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5435         * device/lib/_mullong.c: added version to be compiled with xstack
5436         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5437         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5438         * device/lib/mcs51/crtxstack.asm: fixed comment
5439         * src/SDCCglue.c: maxInterrupts defaults to 0,
5440           (emitMaps): added pdata,
5441           (createInterruptVect): (re)moved default,
5442           (glue): added pdata,
5443           (glue): moved __start__xstack to XSTK with default size 1
5444         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5445           and options.float_rent when options.stackAuto is set,
5446           (linkEdit): only write XDATA_NAME if provided on command line
5447         * src/SDCCmem.h,
5448         * src/SDCCmem.c: added pdata
5449         * src/port.h: added pdata_name to PORT
5450         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5451           (saveRegisters, unsaveRegisters): removed usage of B,
5452           (genMinus): fixed accumulator clash,
5453           (genJumpTab): added comment, this needs another look
5454         * src/mcs51/gen.c: added check for "B in use" paranoia,
5455           added pushB() and popB()
5456         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5457           chance
5458         * src/avr/main.c,
5459         * src/ds390/main.c,
5460         * src/hc08/main.c,
5461         * src/mcs51/main.c,
5462         * src/pic/main.c,
5463         * src/pic16/main.c,
5464         * src/xa51/main.c,
5465         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5466           added PSEG (PAG,XDATA) or NULL to port specifier
5467         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5468         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5469           (_mcs51_genInitStartup): removed __start__xstack equ,
5470           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5471         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5472         * src/z80/gen.c (_rleAppend): fixed warnings
5473         * support/regression/tests/zeropad.c: added pdata test
5474         * .version: bumped to 2.4.6
5475
5476 2004-10-17 Borut Razem <borut.razem AT siol.net>
5477
5478         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5479         as a part of nightly build
5480
5481 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5482
5483         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5484         WREG holds the first byte function parameters,
5485         * (aopForSym): take special case for symbols which are in FARSPACE
5486         but in CODESPACE too,
5487         * (assignResultValue): modified to take into account _G.useWreg,
5488         * (genCall): don't use wreg for parameter passing when function is
5489         declared as reentrant, too, added optimization INCF to stack
5490         pointer when stack parameter count is 1,
5491         * (genFunction, genEndFunction): refurnished and fixed to not using
5492         wreg for passing parameters when function has varargs or is
5493         reentrant, fixed bug with symbol name compare for generating
5494         functions in absolute address,
5495         * (pic16_storeForReturn): refurnished,
5496         * (genCmp): began writing a new version of the function, not ready
5497         yet, therefore it is disabled,
5498         * (genAssign): do not read code memory when assigning a function to
5499         a pointer function,
5500         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5501         array of characters, not pointer,
5502         * (pic16initialComments): in debug mode emit an .ident directive for
5503         the assembler,
5504         * (_process_pragma): emit a new warning type (internal to pic16)
5505         when setting stack to default length, emit a similar warning when
5506         placing a function at absolute address and address is not word aligned
5507         * (_pic16_parseOptions): added 'return TRUE' statement,
5508         * (_pic16_linkEdit): if compiling a source, then add the source's
5509         file object, first in the list of objects to link,
5510
5511 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5512
5513         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5514         * src/pic/main.c : removed VC warning.
5515         * src/pic/gen.c : changed comment.
5516
5517 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5518
5519         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5520         reference to a deprecated symbol _GPTRREG was causing failure to
5521         link. Thanks G. M. Gallant for the info.
5522
5523 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5524
5525         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5526         comments for Bugs item #954788.
5527
5528 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5529
5530         * src/pic16/device.c (pic16_dump_gsection,
5531         * pic16_groupRegistersInSection): handle symbols declared to be in
5532         access bank differently,
5533         * src/pic16/gen.c (struct _G): added field resDirect,
5534         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5535         send values read from stack directly to result and don't allocate
5536         temporary values,
5537         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5538         same registers,
5539         * (pic16_sameRegsOfs): NEW,
5540         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5541         free because they were not allocated from temporary pool,
5542         * pic16_popRegFromString): workaround to fix a problem with
5543         allocating variables twice or never,
5544         * (genGenPointerGet): using PRODL instead of FSR0H,
5545         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5546         instead of FSR0H,
5547         * (genAssign): take advantage of the _G.resDirect flag,
5548         * (genCast): around line 11844, use mov2f instead of directly
5549         MOVFF'ing between operands to account for literal values,
5550         * src/pic16/genutils.c: some new debug functions for gpsim have been
5551         added,
5552         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5553         float with integer part only,
5554         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5555         place variables in access bank
5556         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5557         updated sources to reflect recent changes in gen.c
5558
5559 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5560
5561         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5562         sources that searched for headers in installation path, now the
5563         device/include/pic16 is used,
5564         * src/pic16/glue.c (pic16glue),
5565         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5566         .line directives if not in debug mode, this suppresses assembler's
5567         warnings for ignored directives
5568
5569 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5570
5571         * src/port.h: made reset_regparms prototype void parameter explicit.
5572         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5573         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5574         * doc/sdccman.lyx: documented warning disabling and how to use
5575           printf_large to make it print floats.
5576         * device/include/stdbool.h: NEW
5577         * device/lib/_atof.c,
5578         * device/lib/_divuint.c,
5579         * device/lib/_divulong.c,
5580         * device/lib/expf.c,
5581         * device/lib/printf_large.c,
5582         * device/lib/sincosf.c,
5583         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5584         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5585           a completely reentrant lib.
5586
5587 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5588
5589         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5590         * device/include/pic16/stdio.h: fixed bug with colon
5591
5592 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5593
5594         * device/include/pic16/stdio.h,
5595         * device/include/pic16/stdlib.h,
5596         * device/include/pic16/math.h: NEW
5597         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5598         declared as _naked to reduce overhead
5599         * device/lib/Makefile.in (target port-specific-objects-pic16):
5600         changed * to *.* so to ignore the CVS directory,
5601         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5602         stacked variables back in stack,
5603         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5604         corruption
5605
5606 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5607
5608         * .version: bumped version number to 2.4.5
5609         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5610         * support/Util/SDCCerr.c (messages structure): added entry for
5611         W_POSSBUG2
5612
5613         Large cumulative patch for pic16 port and libraries.
5614         * device/include/pic16/sdcc-lib.h,
5615         * device/include/pic16/stdarg.h,
5616         * device/include/asm/pic16/features.h,
5617         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5618         * device/include/pic16/float.h: changes reentrant keyword with
5619         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5620         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5621         updated target build-libraries to include objects from gptr,
5622         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5623         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5624         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5625         all function headings,
5626         * src/SDCCmain.c: added global parameter userIncDirsSet,
5627         * (parseCmdLine): when option -I is encountered add directory to
5628         userIncDirsSet too,
5629         * src/version.awk: added space between control and long,
5630         * src/pic16/NOTES: added some notes for the port,
5631         * src/pic16/gen.c: added prototype for mov2fp function,
5632         * (fReturnpic16[]): properly named return value registers,
5633         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5634         * (aopForSym): added code to handle symbols with onStack flag set,
5635         symbols onStack are allocated PTRSIZE bytes,
5636         * (aopFreeAsmop): handles special case where asmops are stack objects,
5637         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5638         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5639         added argument lock to trace flaws in allocating temporary registers
5640         when developing port,
5641         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5642         * (pic16_popRegFromString): reenabled allocating a direct register
5643         from string,
5644         * (assignResultValue): various beautifications,
5645         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5646         referenced function argument,
5647         * (genIpush): reenabled to allow stacked arguments, handles only
5648         ic->parmPush iCodes,
5649         * (genCall, genPcall): major changes to allow for variable argument
5650         functions, fixed a bug with falsely restoring stack pointer after
5651         returning from call,
5652         * (genFunction): pending code for critical function,
5653         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5654         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5655         * (genNearPointerGet): fixed bug with indirect reading, was always
5656         reading from INDF0
5657         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5658         pointers,
5659         * (genAddrOf): rewrote code to take address of a stacked function parameter
5660         * (genCast): fixed casting to generic pointer type,
5661         * src/pic16/gen.h: added AOP_STA,
5662         * (struct asmop): added field stk,
5663         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5664         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5665         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5666         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5667         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5668         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5669         generic pointers,
5670         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5671         and library paths,
5672         * (pic16_port structure): generic pointer size is set to 3,
5673         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5674         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5675         compiler warning,
5676         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5677         operand is an iTemp,
5678
5679 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5680
5681         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5682         * debugger/mcs51/simi.c: addapt new syntax of s51
5683
5684 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5685
5686         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5687         * src/pic16/pcode.c: commented out some calls to free() in order to
5688         fix bug #989576,
5689
5690 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5691
5692         * src/SDCCicode.h,
5693         * src/SDCCicode.c (isiCodeInFunctionCall),
5694         * src/avr/ralloc.c (selectSpil),
5695         * src/pic/ralloc.c (selectSpil),
5696         * src/pic16/ralloc.c (selectSpil),
5697         * src/ds390/ralloc.c (selectSpil),
5698         * src/hc08/ralloc.c (selectSpil),
5699         * src/xa51/ralloc.c (selectSpil),
5700         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5701         stack in the middle of a function call sequence (fixes bug #1020268)
5702         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5703         costs associated with the minimum switch case.
5704
5705 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5706
5707         * src/SDCC.lex: fixed bug #1030549
5708
5709 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5710
5711         * src/SDCCcse.h (struct cseDef),
5712         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5713         over a function call if the CSE is derived from a symbol whose
5714         address has been taken (fixes bug #1029883)
5715         * support/regression/tests/bug-1029883: a new regression test for
5716         this bug
5717
5718 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5719
5720         * src/hc08/gen.c (emitinline): fixed bug #1029778
5721         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5722         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5723         and starts toward RFE #905167)
5724
5725 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5726
5727         * src/pic16/gen.c (mov2f): New function to move an operand to
5728         another without considering if it is a literal or a register,
5729         * (pic16_sameRegs): don't check if they are both AOP_REG,
5730         * (AccRsh): removed andmask=0 lines,
5731         * (genLeftShift): duplicated to be improved in future versions,
5732         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5733         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5734         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5735         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5736         * (insertBankSwitch): fixed inserting banksel directives algorithm
5737         for instructions that follow a skip instruction, this fixes a report
5738         for broken subtraction code generation,
5739         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5740         iCode is a left op, just in case result and right share the same
5741         registers
5742
5743 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5744
5745         * src/hc08/main.c,
5746         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5747         preservation of HX
5748         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5749         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5750         on 2004-09-12; it was buggy
5751
5752 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5753
5754         * src/SDCCsymt.h: removed RESULT_CHECK
5755         * src/SDCCast.c,
5756         * src/SDCCglue.c,
5757         * src/SDCCval.c,
5758         * src/pic/glue.c,
5759         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5760
5761 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5762
5763         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5764         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5765         configuration values no more rejected by compiler, they are assigned
5766         to configuration registers with a warning message instead,
5767         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5768         the for-loop so last conf register is emitted too,
5769         * (_pic16_initPaths): link library libsdcc.lib by default,
5770         * (_hasNativeMulFor): modified test for multiplication according to
5771         Raphael Neider's remarks. Integer multiplication is also done with
5772         support functions,
5773         * device/include/pic16/pic18fregs.h: corrected type error in while
5774         testing and including 18f6720 header file
5775
5776 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5777
5778         * src/pic16/device.h (pic16_options): removed field use_crt,
5779         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5780         until an optimization to handle single bits is added,
5781         * (pic16_loadFSR0): moved before genUnpackBits,
5782         * (genAnd): some white lines removed,
5783         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5784         leave_reset flags in pic16_options when using crt modules,
5785
5786 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5787
5788         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5789           for bugs 898889 & 979599. Also used some safer print instructions.
5790
5791 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5792
5793         * src/pic16/device.h (pic16_options_t): added field use_crt,
5794         crt_name, no_crt,
5795         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5796         catch a probable future bug,
5797         * src/pic16/gen.c: aopIdx function commented out,
5798         * (genAssign): commented out old code which used aopIdx,
5799         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5800         code, added if conditionals to take into account the --use-crt
5801         command line options,
5802         * src/pic16/main.c (pic16_optionsTable): added new command line
5803         options, --use-crt= and --no-crt,
5804         * (_pic16_linkEdit): now the proper crt object is added in the
5805         linker command line except than when --no-crt is specified,
5806         * src/pic16/pcode.c,
5807         * src/pic16/pcode.h: added some structures and functions for a new
5808         optimization scheme to compansate for instruction overhead between
5809         same iCodes, this scheme is currently under development and is not
5810         working in any way,
5811         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5812         to && operator,
5813         * device/lib/pic16/startup/crt0i.c,
5814         * device/lib/pic16/startup/crt0iz.c: added global char variable
5815         __uflags to force the generation of an idata section
5816
5817 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5818
5819         * doc/Makefile,
5820         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5821         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5822
5823 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5824
5825         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5826         Frieder) and clarified the default code optimization mode
5827
5828 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5829
5830         * src/SDCC.lex (doPragma, process_pragma),
5831         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5832         "opt_code_size", and "opt_code_balanced"
5833         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5834         regrouped options by category, added support for category headers
5835         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5836         and "--opt-code-size"
5837         * doc/sdccman.lyx: documented these new options and pragmas
5838         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5839         preference into account
5840
5841 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5842
5843         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5844           geniCodePreDec): Fixed bug 904237 by generating a warning
5845         * src/SDCCerr.h,
5846         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5847
5848 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5849
5850         * src/pic/device.c : When no max ram set validate full memory range.
5851         * src/pic/pcode.c,
5852         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5853
5854 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5855
5856         * device/lib/_gptrget.c,
5857         * device/lib/_gptrput.c: updated comment
5858         * device/lib/calloc.c,
5859         * device/lib/free.c,
5860         * device/lib/malloc.c,
5861         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5862         * src/SDCCcse.c (cseBBlock),
5863         * src/SDCCicode.c (printOperand, geniCodeArray),
5864         * src/SDCCicode.h (struct operand): fixed bug 868103
5865         * support/regression/tests/bug-868103.c: added
5866         * src/SDCCast.c (searchLitOp),
5867         * src/SDCCcse.h (struct cseDef),
5868         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5869         * src/SDCCicode.h (struct operand),
5870         * src/SDCCsymt.h (struct sym_link),
5871         * src/avr/gen.c (hasInc),
5872         * src/ds390/gen.c (hasInc),
5873         * src/hc08/gen.c (genPlusIncr, hasInc),
5874         * src/mcs51/gen.c (hasInc),
5875         * src/pic16/glue.c (pic16_printIvalChar),
5876         * src/pic16/ralloc.c (regWithIdx),
5877         * src/xa51/gen.c (hasInc) : removed warnings
5878         * src/SDCCast.c (createBlock): added comment ???
5879         * src/hc08/ralloc.c: updated comments
5880
5881 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5882
5883         * doc/sdccman.lyx: updated section on switch statements, added
5884         section about semaphore locking
5885         * doc/Makefile: added option -info for latex2html
5886         * device/lib/_gptrget.c,
5887         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5888
5889 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5890
5891         * src/pic/device.h,
5892         * src/pic/device.c,
5893         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5894          maxram is less than 0x100.
5895
5896 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5897
5898         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5899
5900 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5901
5902         * src/port.h,
5903         * src/mcs51/main.c,
5904         * src/ds390/main.c,
5905         * src/z80/main.c,
5906         * src/hc08/main.c,
5907         * src/pic/main.c,
5908         * src/pic16/main.c,
5909         * src/avr/main.c,
5910         * src/xa51/main.c
5911         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5912         a jump table is the best form for a switch statement, including
5913         automatic insertion of missing cases to make the case range
5914         continuous. Developed in collaboration with Frieder Ferlemann.
5915
5916 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5917
5918         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5919         accumulator result if it needs sign extension
5920
5921 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5922
5923         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5924
5925 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5926
5927         * device/lib/gbz80/printf.c,
5928         * device/lib/z80/printf.c: removed define for NULL
5929
5930 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5931
5932         * as/xa51/xa_link.c,
5933         * device/examples/ds390/ow390/ad26.c,
5934         * device/examples/ds390/ow390/cnt1d.c,
5935         * device/examples/ds390/ow390/counter.c,
5936         * device/examples/ds390/ow390/ds2480.h,
5937         * device/examples/ds390/ow390/ds2480ut.c,
5938         * device/examples/ds390/ow390/findtype.c,
5939         * device/examples/ds390/ow390/gethumd.c,
5940         * device/examples/ds390/ow390/owllu.c,
5941         * device/examples/ds390/ow390/ownetu.c,
5942         * device/examples/ds390/ow390/swt12.c,
5943         * device/examples/ds390/ow390/swtloop.c,
5944         * device/examples/ds390/ow390/temp.c,
5945         * device/examples/ds390/ow390/temp10.c,
5946         * device/examples/ds390/ow390/thermo21.c,
5947         * device/examples/ds390/ow390/tinilnk.c,
5948         * device/examples/ds390/ow390/tstfind.c,
5949         * device/examples/serialcomm/windows/serial.cpp,
5950         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5951         * device/include/reg51.h: fixed line endings for cvs
5952
5953 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5954
5955         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5956         packRegsForAccUse, packRegisters): new accumulator register
5957         packing algorithm
5958         * support/regression/ports/hc08/support.c (_putchar): suppress
5959         warning of unused variable
5960         * src/SDCCicode.c: added SWAP entry to codeTable
5961
5962 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5963
5964         * device/lib/sprintf.c: forgot to add this file before previous commit
5965
5966 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5967
5968         * src/pic16/gen.c (genPackBits): added operand right in function
5969         parameters, load result directly if p_type is POINTER (that is
5970         called by genNearPointerSet)
5971         * (genUnPackBits): added operand left in function parameters,
5972         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5973         FSR0 if accessing bitfields,
5974
5975 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5976
5977         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5978           _print_format; updated printf, sprintf, vsprintf
5979         * device/include/asm/default/features.h: corrected comment/define
5980         * device/lib/Makefile.in: added sprintf.c
5981         * device/lib/libsdcc.lib: added sprintf module
5982         * device/lib/printf_large.c,
5983         * device/lib/vprintf.c,
5984         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5985           into these 3 files
5986         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5987         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5988         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5989           hc08 test
5990         * support/regression/tests/zeropad.c: define idata as data for hc08
5991
5992 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5993
5994         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5995         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5996         labels are referenced at least once (even if a reference is not found)
5997         * src/hc08/gen.c (emitcode): set isComment flag for comments
5998         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5999         loads), rules 6a..6b (optimize jumps to return)
6000
6001 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6002
6003         * device/lib/acosf.c (acosf),
6004         * device/lib/asinf.c (asinf),
6005         * device/lib/atanf.c (atanf),
6006         * device/lib/ceilf.c (ceilf),
6007         * device/lib/cosf.c (cosf),
6008         * device/lib/coshf.c (coshf),
6009         * device/lib/cotf.c (cotf),
6010         * device/lib/fabsf.c (fabsf),
6011         * device/lib/floorf.c (floorf),
6012         * device/lib/log10f.c (log10f),
6013         * device/lib/logf.c (logf),
6014         * device/lib/sinf.c (sinf),
6015         * device/lib/sinhf.c (sinhf),
6016         * device/lib/sqrtf.c (sqrtf),
6017         * device/lib/tanf.c (tanf),
6018         * device/lib/tanhf.c (tanhf),
6019         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
6020         replaced all instances of "reentrant" in the library functions
6021         defined in math.h with this macro.
6022         * support/regression/tests/float_trans.c: reenabled test for hc08
6023
6024 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
6025
6026         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
6027         erroneously deleted
6028
6029 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6030
6031         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
6032         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
6033         multi-byte volatile operands are used
6034         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
6035         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
6036         initialization to area GSINIT0 so that it would always precede
6037         any static initializers in GSINIT
6038         * support/regression/tests/zeropad.c: fixed idata define for hc08
6039         * support/regression/tests/bug-927659.c,
6040         * support/regression/tests/float_trans.c: disabled tests for hc08
6041         pending missing library routines
6042         * .version: increased version number to 2.4.4 - hc08 port now passes
6043         regression tests
6044
6045
6046 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
6047
6048         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
6049         * Makefile.common.in,
6050         * as/Makefile,
6051         * as/hc08/Makefile.in,
6052         * as/mcs51/Makefile.in,
6053         * as/z80/Makefile.in,
6054         * debugger/mcs51/Makefile.in,
6055         * device/include/Makefile.in,
6056         * device/lib/Makefile.in,
6057         * doc/Makefile,
6058         * link/Makefile,
6059         * link/z80/Makefile.in,
6060         * packihx/Makefile.in,
6061         * sim/ucsim/main_in.mk,
6062         * sim/ucsim/avr.src/Makefile.in,
6063         * sim/ucsim/doc/Makefile.in,
6064         * sim/ucsim/gui.src/serio.src/Makefile.in,
6065         * sim/ucsim/hc08.src/Makefile.in,
6066         * sim/ucsim/s51.src/Makefile.in,
6067         * sim/ucsim/xa.src/Makefile.in,
6068         * sim/ucsim/z80.src/Makefile.in,
6069         * src/Makefile.in,
6070         * support/cpp2/Makefile.in,
6071         * support/librarian/Makefile,
6072         * support/makebin/Makefile: added DESTDIR to the install path proposed
6073         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
6074         * doc/sdccman.lyx: added DESTDIR documentation
6075
6076 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
6077
6078         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
6079         instruction for interrupt handlers, use fast returns when returning
6080         from high priority interrupts
6081
6082 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6083
6084         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
6085         code generation
6086         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
6087         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
6088         bugs, ported much of Bernhard's code from mcs51
6089         * src/mcs51/gen.c (genSend),
6090         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
6091         than one when calling a reentrant function
6092         * device/lib/_mullong.c: defined an alternate struct layout for big
6093         endian ports (hc08)
6094
6095 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6096
6097         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
6098         test
6099
6100 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6101
6102         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
6103         are sane and complete before asking the port its prefered parameter
6104         passing method (fixes bug #1017633)
6105         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
6106         and _ret3
6107
6108 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6109
6110         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
6111         problem in bitfields >= 8 bits.
6112
6113 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6114
6115         * src/SDCCsymt.c: undid changes that were not meant to be committed
6116
6117 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6118
6119         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
6120
6121 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
6122
6123         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
6124           copied and wrong bit got inverted
6125
6126 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6127
6128         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
6129         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
6130         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
6131         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
6132         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
6133         assignments to bitfields at known addresses
6134         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
6135         reads from bitfields at known addresses
6136         * src/hc08/ralloc.c (packRegisters),
6137         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
6138         genhc08Code): optimize pointer get values used as conditionals
6139         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
6140         and branch
6141
6142 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6143
6144         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
6145         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
6146         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
6147         as conditionals
6148
6149 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6150
6151         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
6152
6153 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6154
6155         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
6156         related problems
6157
6158 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
6159
6160         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
6161
6162 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6163
6164         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
6165         mcs51 port
6166
6167 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
6168
6169         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
6170
6171 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6172
6173         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
6174         cases use more compact code.
6175
6176 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
6177
6178         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
6179
6180 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
6183
6184 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6185
6186         * src/SDCCsymt.h,
6187         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
6188         parameter of changePointer() from symbol* to sym_link*
6189         * src/SDCCast.c (decorateType): call changePointer() for CAST op
6190         * src/SDCCsymt.c (compareType): void* type is castable to other
6191         pointers, but not necesarily an exact match.
6192         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
6193         is no longer blindly treated as an exact match.
6194         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
6195
6196 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6197
6198         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6199
6200 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6201
6202         * src/pic/gen.c,
6203         * src/pic/pcode.c,
6204         * src/pic/ralloc.h,
6205         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6206
6207 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6208
6209         * src/pic/device.c,
6210         * src/pic/device.h,
6211         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6212
6213 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6214
6215         * src/mcs51/gen.c (emitcode): fixed bug #992819
6216
6217 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6218
6219         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6220           there's no need to make it worse
6221
6222 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6223
6224         * src/mcs51/ralloc.c (deassignLR),
6225         * src/ds390/ralloc.c (deassignLR),
6226         * src/hc08/ralloc.c (deassignLR),
6227         * src/z80/ralloc.c (deassignLR),
6228         * src/pic/ralloc.c (deassignLR),
6229         * src/pic16/ralloc.c (deassignLR),
6230         * src/avr/ralloc.c (deassignLR),
6231         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6232         rlivePoint): fixed another part of bug #971834
6233
6234 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6235
6236         * src/z80/main.c: enabled "critical" keyword
6237         * src/z80/mappings.i,
6238         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6239         functions (fixes bug #979646)
6240         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6241
6242 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6243
6244         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6245           such as c:\mydir.
6246
6247 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6248
6249         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6250           doesn't disable too much optimizations
6251
6252 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6253
6254         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6255
6256 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6257
6258         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6259
6260 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6261
6262         * src/pic/gen.c tidied up tabs
6263         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6264         * src/pic/main.c tidied up tabs
6265         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6266         * src/pic/pcoderegs.c tidied up tabs
6267         * src/pic/ralloc.c tidied up tabs
6268
6269 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6270
6271         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6272         to S_FIXED for pic16 port and when symbol is not in level 0,
6273         allocate for S_REGISTER storage class and pic16 port, too,
6274         * src/pic16/device.h: prototype for checkSym,
6275         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6276         * (pic16_assignConfigWordValue): test the value and the mask to
6277         validate that the value is suitable for the configuration word,
6278         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6279         collect extern declared symbols, don't emit symbol twice, check
6280         first if symbol is in publics set first,
6281         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6282         * added command line '--fstack' which enables an experimental
6283         feature for stack access, too buggy to be used yet...
6284         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6285         * (pic16_allocDirReg): when register has storage class S_REGISTER
6286         allocate in pic16_dynAccessRegs,
6287         * device/include/pic16/pic18f????.h: modified configuration word
6288         naming convention, words started as CONFIG0H but should be CONFIG1H
6289
6290 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6291
6292         * device/include/mcs51reg.h: fixed bug 970993
6293
6294 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6295
6296         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6297         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6298         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6299         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6300         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6301         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6302           error/warning numbers,
6303           added function setWarningDisabled()
6304         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6305         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6306           _memcmp.c _memmove.c calloc.c realloc.c free.c
6307         * support/regression/tests/malloc.c: added tests for new functionality
6308         * support/regression/tests/zeropad.c: added tests for truncated initializers
6309           and initialized char arrays starting with '\x0'
6310         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6311
6312 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6313
6314         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6315
6316 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6317
6318         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6319         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6320         peephole 177.e. Thanks to anonymous
6321
6322 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6323
6324         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6325         function isn't used in the source but referenced as a
6326         variable initializer then declare it as extern in .asm file
6327
6328 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6329
6330         * .version: increased version number to 2.4.3
6331
6332         Adding version extension according to ChangeLog CVS revision
6333         * src/Makefile.in (target all): added dependency 'version.h'
6334         * (rule version.h): added rule to create version.h from ChangeLog,
6335         * (rule dep): added dependency version.h,
6336         * src/version.awk: AWK script to create version.h
6337         * src/SDCCdwarf2.c (dwWriteModule),
6338         * src/SDCCglue.c (initialComments),
6339         * src/SDCCmain.c (printVersionInfo): modified to write after
6340         version string the version extension number,
6341         * src/SDCCutil.c: included "version.h"
6342         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6343         number,
6344         * src/SDCCutil.h: added prototype for getBuildNumber
6345
6346         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6347         includeDirsSet, too,
6348         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6349         const char [] is found in function prototype...
6350
6351         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6352         moving to WREG with source is already in WREG,
6353         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6354         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6355         * (aopForSym): stack'ed symbols are partially supported, added
6356         if-clause to support symbols in FARSPACE,
6357         * (sameRegs): added test for AOP_ACC to see if registers are same,
6358         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6359         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6360         * (pic16_popRegFromString): will not allocate a new register if it
6361         doesn't find one by name, bug may have introduced...
6362         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6363         * (genIpush): revived to use pic16 port's stack,
6364         * (genAddrOf): added incomplete case for stack'ed operand,
6365         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6366         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6367         can handle multibyte operands,
6368         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6369         * (pic16initialComments): added message for MPLAB compatibility
6370         mode enabled,
6371         * src/pic16/main.h: prototype for pic16_mplab_comp,
6372         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6373         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6374         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6375         because of increased complexity of procedure,
6376         * (_process_pragma): stack pragma changed to format 'stack pos len',
6377         emit symbol '_stack_end' to conform with gplink,
6378         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6379         to search for register,
6380         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6381         PO_GPR_REGISTER,
6382         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6383         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6384         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6385         case for PO_GPR_REGISTER,
6386         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6387         dies, the new era is ahead !...
6388         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6389         pic16_dynInternalRegs,
6390         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6391         * (pic16_allocDirReg): minor optimizations and bug fixes,
6392         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6393
6394         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6395         load stack and frame pointer with address of 'stack_end' symbol
6396
6397 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6398
6399         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6400         without source code but only variable initializers
6401
6402 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6403
6404         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6405         external are not declared as extern to reduce overhead while linking
6406
6407 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6408
6409         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6410
6411 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6412
6413         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6414           Yee Keat for the patch
6415         * src/SDCCast.c (decorateType): fixed bug #979599
6416         * src/ds390/gen.h: removed local fReturnSizeDS390
6417         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6418         * src/ds390/gen.c (genAnd, genOr, genXor),
6419         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6420
6421 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6422
6423         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6424         add relFilesSet to $3, manipulate $2 to handle linking of object
6425         files without source files in command line,
6426         * device/include/pic16 (all headers): added ID location macros,
6427         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6428         entries for ID location bytes,
6429         * (pic16_assignIdByteValue): NEW,
6430         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6431         added field dumpcalltree to pic16_options_t,
6432         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6433         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6434         emitting rFalseIfx label after check_carry label,
6435         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6436         pic16_emitDIRegs), NEW
6437         * (pic16glue): dump .calltree file when option --calltree found,
6438         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6439         * (_pic16_genAssemblerPreamble): emit ID locations after
6440         configuration registers,
6441         * (pic16_linkCmd): modifications of the link command,
6442         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6443         * (pic16_pCodeInitRegisters): don't init stack registers,
6444         * (pic16_findPrevInstruction): fixed bug,
6445         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6446         bug with immediate registers,
6447         * (buildCallTree): traces stack push and pop,
6448         * (pct2): dump also stack usage for each function,
6449         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6450         * (pic16_allocDirReg): various modifications,
6451         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6452         fixed to 1,
6453
6454 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6455
6456         * src/pic16/pcode.c: removed buggy double colon
6457
6458 2004-07-01 Borut Razem <borut.razem AT siol.net>
6459
6460         * support/scripts/sdcc.nsi: added include/pic16 to setup
6461
6462 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6463
6464         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6465         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6466         target 'clean',
6467         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6468         specific command line arguments. Also added sample lkr script
6469         for placing a variable at a specific memory bank.
6470         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6471         at a specific memory bank,
6472         * (pic16_dump_isection): fixed bug which caused string literals to
6473         be omitted when dumping idata section,
6474         * (pic16_groupRegistersInSection): added code to handle registers
6475         in specific memory banks,
6476         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6477         public, all references are renamed too,
6478         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6479         AOP_DPTR2,
6480         * (pic16_storeForReturn): added case to handle when dest is WREG,
6481         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6482         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6483         pic16_rel_udata, check to see if that register is marked as being
6484         a member of a specific memory bank,
6485         * (pic16_printIvalCharPtr): added code to add string literals either
6486         to code or the idata sections,
6487         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6488         also accept the 'udata' pragma,
6489         * src/pic16/main.h: new structure types sectName and sectSym
6490         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6491         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6492         * (pic16_findPrevInstruction): fixed, it returned nothing,
6493         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6494         instruction combinations,
6495         * (pic16_FixRegisterBanking): heavily reorganised,
6496         * (pic16_AnalyzeBanking): if generating banksel directives is
6497         disabled, then don't call FixRegisterBanking at all,
6498         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6499         completely removed,
6500         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6501
6502 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6503
6504         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6505         Phuah Yee Keat <yk.phuah AT nestac.com>
6506
6507 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6508
6509         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6510         correctly the IVT even if it is relocated to some other location
6511
6512 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6513
6514         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6515         * device/include/pic16/pic18f2220.h: NEW,
6516         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6517         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6518         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6519         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6520         nodefaultlibs, ivt_loc is the location of the interrupt vector
6521         table, and nodefaultlibs signs that default libraries should not be
6522         linked in link stage,
6523         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6524         according to --ivt-loc argument,
6525         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6526         when pragma stack is found,
6527
6528 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6529
6530         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6531         256 (range check), 257 (do while), 258.a-f (bit banging
6532         f.e. on 3-wire SPI bus)
6533
6534 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6535
6536         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6537         variables used exclusively within a loop
6538
6539 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6540
6541         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6542
6543 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6544
6545         * src/SDCClrange.c (computeClash): fixed bug #971834
6546
6547 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6548
6549         * src/mcs51/gen.c (genCmp): fixed bug #975903
6550         * src/hc08/gen.c (operandsEqu),
6551         * src/ds390/gen.c (operandsEqu),
6552         * src/z80/gen.c (operandsEqu),
6553         * src/pic/gen.c (operandsEqu),
6554         * src/pic16/gen.c (operandsEqu),
6555         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6556         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6557
6558 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6559
6560         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6561
6562 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6563
6564         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6565         default case in switch statement,
6566         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6567         to eliminate problem with initialisation of pointers, but problem
6568         still exists,
6569         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6570         * (emitStaticSegment): removed various lines emitting debug info,
6571         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6572         added processor registers for utilizing EEPROM,
6573         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6574         configurable and set 8
6575
6576 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6577
6578         * .version: increased version number to 2.4.2,
6579
6580         Cumulative patch for pic16 port
6581         * src/pic16/device.c: changed scheme to dump initial values for
6582         variables in idata segment, all print_idata* functions were removed,
6583         now the pic16_printIval* will be called,
6584         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6585         * _pic16_printPointerType, pic16_printPointerType,
6586         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6587         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6588         NEW, similar to the respective functions in SDCCglue.c,
6589         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6590         way, emitting hex bytes,
6591         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6592
6593 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6594
6595         * src/avr/ralloc.c (serialRegAssign),
6596         * src/xa51/ralloc.c (serialRegAssign),
6597         * src/pic/ralloc.c (serialRegAssign),
6598         * src/pic16/ralloc.c (serialRegAssign),
6599         * src/hc08/ralloc.c (serialRegAssign),
6600         * src/z80/ralloc.c (serialRegAssign),
6601         * src/ds390/ralloc.c (serialRegAssign),
6602         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6603
6604 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6605
6606         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6607         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6608
6609 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6610
6611         Cumulative patch for pic16 port:
6612         * src/pic16/device.h (typedef PIC16_device) modified fields for
6613         defining microcontrollers,
6614         * src/pic16/device.c: added new info for all devices in Pics16 array,
6615         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6616         to be optimised out by the pCode optimiser,
6617         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6618         specially, bug reported by G.M. Gallant,
6619         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6620         as force'd so that cannot be optimised out by pCode optimiser,
6621         * src/pic16/pcode.c,
6622         * src/pic16/pcodepeeph.c,
6623         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6624         they are disabled by default, but can be enabled explicit with
6625         command argument --denable-peeps, for testing,
6626         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6627         --pomit-ivt in COMPILE_FLAGS
6628
6629 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6630
6631         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6632           compilation on MSVC
6633
6634 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6635
6636         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6637
6638 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6639
6640         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6641         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6642
6643 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6644
6645         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6646         would only assign 0x300001 register.
6647
6648 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6649
6650         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6651         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6652
6653 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6654
6655         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6656         for ds80c400
6657         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6658         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6659         added peephole 254 (left shift), 255 (jump table)
6660
6661 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6662
6663         * device/lib/Makefile.in: removed comment line with model-pic16,
6664         * (target port-specific-objects-pic16): the libraries and objects
6665         are copied to the build directory form the device/lib/pic16/bin
6666         directory
6667
6668         Cumulative patch concerning pic16 port:
6669         * library directory has been re-organized,
6670         * added support for PIC18F1220,
6671         * added headers and library sources for chips 18f1220,18f6520,
6672         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6673
6674         * configuration registers setting has changed, now each supported
6675         device has a complete description of the registers it uses,
6676         * all initialisations are moved to idata sections, these section
6677         can be absolute or relocatable,
6678         * fixed initialisation of codespace variables,
6679         * fixed warning about PCLATU and gpsim,
6680         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6681         * (genAssign): use table reads when assigning from variables in codespace,
6682         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6683         char/int variables placed in codespace,
6684         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6685         registers set in .asm file, no need for --pomit-config-words anymore,
6686         * (pic16glue): some 8051 legacy segments are commented out
6687         (to be removed completely),
6688         * added support for alternative assembler and linker with --asm=
6689         and --link= command line arguments,
6690         * peepholes are disabled automatically in the port, no need to
6691         specify on command line,
6692         * port supports natively char/int/long multiplication, but converts
6693         all divisions to support functions,
6694         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6695         to the file set in variable $2,
6696         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6697         strings in ASCII format and not in hex,
6698         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6699         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6700         allocate proper register if iCodes aren't temporary,
6701
6702 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6703
6704         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6705
6706 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6707
6708         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6709         is commented out
6710
6711 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6712
6713         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6714         computed address is reused
6715         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6716         multi-byte bitfields
6717
6718 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6719
6720         * src/z80/gen.c: (genArrayInit): must check for pointers too
6721
6722 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6723
6724         * support/regression/tests/zeropad.c: never meant to commit the
6725           nestedstruct test: removed, added check for GCC version
6726
6727 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6728
6729         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6730         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6731         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6732           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6733           bugs 928906 and 954082 half-empty initializers
6734         * src/SDCCsymt.h,
6735         * src/SDCCsymt.c (getAllocSize): added for above fix
6736         * src/z80/gen.c (genArrayInit): fixed bug 741044
6737         * support/regression/tests/zeropad.c: added tests
6738
6739 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6740
6741         * src/pic16/device.c (pic16_dump_section): corrected bug which
6742         caused some symbols of the libraries to be misplaced
6743
6744 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6745
6746         * src/pic16/glue.c,
6747         * src/pic16/ralloc.h,
6748         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6749         to fix conflict with pic port
6750
6751 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6752
6753         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6754         externs configuration variables,
6755         * src/pic16/ralloc.h,
6756         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6757         prototype in header, commented out some debug messages
6758
6759 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6760
6761         * src/pic16/glue.c,
6762         * src/pic16/main.c,
6763         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6764         for gpasm COFF object generation. Thanks to D. Hawkins for
6765         his patch info
6766
6767 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6768
6769         * src/ds390/main.c,
6770         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6771         Brock for spotting this)
6772         * src/ds390/gen.c (genEndFunction),
6773         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6774         interrupt handler and critical. Disable push/pop optimizations when
6775         peephole optimizations disabled.
6776
6777 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6778
6779         Updated pic16 library sources and headers.
6780         * device/lib/pic16/pic18f*/ ,
6781         * device/include/pic16/*.h: modified to handle structured SFR
6782         definitions
6783
6784 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6785
6786         * src/port.h (PORT structure): added hook initPaths, now each
6787         port can declare its own default search paths,
6788         which can been seen with the --print-search-dirs option,
6789         see pic16 port for example,
6790         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6791         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6792         * (doPrintSearchDirs): NEW, replaces in a central manner the
6793         printing of search dirs which was split in set*Paths functions,
6794         * (main): added call to port->initPaths and doPrintSearchDirs,
6795         * src/avr/main.c,
6796         * src/ds390/main.c,
6797         * src/hc08/main.c,
6798         * src/izt/i186.c,
6799         * src/izt/tlcs900h.c,
6800         * src/mcs51/main.c,
6801         * src/pic/main.c,
6802         * src/pic16/main.c: modified port structures to reflect addition of
6803         initPaths hook,
6804
6805         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6806         * (pic16_dump_section): for registers in same address reserve memory once,
6807         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6808         to no_banksel,
6809         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6810         result is greater in size than right or left,
6811         * (pic16_genUMult8X8_8): there are some cases where the result can
6812         be 16 bits size, so handle these,
6813         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6814         * (pic16_outBitC): modified to emit pcodes,
6815         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6816         or not,
6817         * (genDivOneByte): implemented algorithm to divide 8-bits,
6818         * (genCmp): uncommented goto, but issues still exist,
6819         * (genAnd): fixed a bug with variables >8bits,
6820         * (genPackBits): optimization added that uses BCF/BSF to change a
6821         single bit,
6822         * (genAssign): fixed bug when assigning floating point literals,
6823         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6824         __sdcc_gsinit_startup label,
6825         * src/pic16/main.c (_pic16_init): removed search directory
6826         initialisations,
6827         * (_pic16_initPaths): NEW, used to initialise search directories,
6828         * (_hasNativeMulFor): support functions for all except char/int
6829         multiplication, and char division,
6830         * (PIC16_port struct): modified entry for native mul support,
6831         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6832         no_banksel option,
6833         * (buildCallTree): call to register_usage is ifdef'ed out,
6834
6835 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6836
6837         * device/include/string.h: applied Stas Sergeev's patch to make this
6838         header file compatible with the preprocessor -Wundef option
6839         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6840         failure (fixes bug #941458)
6841
6842 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6843
6844         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6845         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6846         that the variable, not the function, should be static
6847         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6848         to be consistent with non-literal case
6849
6850 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6851
6852         * src/SDCCast.c (isConformingBody): fixed bug #949967
6853         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6854         convilong): fixed bug #952086
6855
6856 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6857
6858         * src/SDCCmem.c (allocVariables): fixed bug #955321
6859
6860 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6861
6862         * src/hc08/main.c (_hc08_genAssemblerEnd),
6863         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6864         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6865         completely eliminated the use of a temporary file
6866         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6867         when more than one file linked
6868         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6869
6870 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6871
6872         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6873         which fixes bug #543481
6874         * support/regression/tests/bug-751703.c: fixed comments left from a
6875         cut and paste error
6876         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6877         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6878         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6879         scopes
6880         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6881         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6882         are now changed to underscores in moduleName
6883
6884 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6885
6886         * as/mcs51/lkmem.c: better fix for bug #954173
6887
6888 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6889         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6890
6891         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6892         * device/include/c8051f000.h,
6893         * device/include/c8051f120.h,
6894         * device/include/c8051f300.h,
6895         * device/include/c8051f310.h,
6896         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6897         PWM16) and detab'ed
6898
6899 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6900
6901         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6902         and mailing lists, doc'ed --no-peep-comments, removed reference
6903         to knoppix (newest version has no LyX/LaTeX), other minor changes
6904         * src/SDCCglue.c (glue): save 2 bytes stack space with
6905         option --main-return. The ljmp could probably be avoided too
6906
6907 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6908
6909         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6910
6911 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6912
6913         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6914         * src/SDCCopt.c (isLocalWithoutDef),
6915         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6916         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6917         (credit to Maarten Brock for patch #949363, on which this is based)
6918         * support/regression/tests/bug-751703.c: some test cases of extern used
6919         within inner scopes.
6920
6921 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6922
6923         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6924         SPEC_STRUCT
6925         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6926         struct definitions
6927         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6928         dwWriteLabel): fix to create valid debugger symbols even when
6929         the module name has non-alphanumeric symbols in it
6930         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6931         when a variable's allocation has been optimized away
6932
6933
6934 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6935
6936         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6937         * src/hc08/main.c,
6938         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6939         * src/mcs51/main.c,
6940         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6941         * src/ds390/main.c,
6942         * src/z80/gen.c (z80_emitDebuggerSymbol),
6943         * src/z80/main.c,
6944         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6945         * src/pic/main.c,
6946         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6947         * src/pic16/main.c,
6948         * src/avr/gen.c (avr_emitDebuggerSymbol),
6949         * src/avr/main.c,
6950         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6951         * src/xa51/main.c,
6952         * src/SDCCdebug.c (emitDebuggerSymbol),
6953         * src/SDCCdebug.h,
6954         * src/port.h: added a debugger struct to the port struct. Added a
6955         callback for defining debugger symbols
6956
6957         * src/SDCCast.c (createLabel),
6958         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6959         with isitmp = 1
6960         * src/SDCCicode.h,
6961         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6962         iCode back to the ast for the function
6963
6964         * src/hc08/ralloc.c (hc08_assignRegisters),
6965         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6966         unneeded fields from the regs struct.
6967         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6968         pushReg() & pullReg() functions instead of emitcode()
6969
6970         * src/hc08/gen.c (genLabel, genhc08Code),
6971         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6972
6973         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6974         debugger hooks
6975
6976         * src/hc08/gen.c (genEndFunction, genhc08Code),
6977         * src/hc08/gen.h,
6978         * src/mcs51/gen.c (genEndFunction, gen51Code),
6979         * src/mcs51/gen.h,
6980         * src/ds390/gen.c (genEndFunction, gen390Code),
6981         * src/ds390/gen.h,
6982         * src/z80/gen.c (genEndFunction, genZ80Code),
6983         * src/z80/gen.h,
6984         * src/z80/z80.h,
6985         * src/pic/gen.c (genEndFunction, genpic14Code),
6986         * src/pic/gen.h,
6987         * src/pic16/gen.c (genEndFunction, genpic16Code),
6988         * src/pic16/gen.h,
6989         * src/avr/gen.c (genEndFunction, genAVRCode),
6990         * src/avr/gen.h,
6991         * src/xa51/gen.c (genEndFunction, genXA51Code),
6992         * src/xa51/gen.h,
6993         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6994         specific code to cdbFile.c and out of the backend code generators
6995
6996         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6997         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6998         starting address is now 0
6999
7000         * as/hc08/asm.h,
7001         * as/hc08/m08pst.c,
7002         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
7003         assembler directive for DWARF support
7004         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
7005
7006         * src/src.dsp,
7007         * src/Makefile.in,
7008         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
7009
7010 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7011
7012         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
7013         and inappropriate peephole optimization in jump tables
7014
7015 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7016
7017         * as/hc08/m08pst.c,
7018         * src/SDCCglue.c: sdccopt works for the hc08 port now
7019
7020 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
7021
7022         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
7023
7024 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7025
7026         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
7027
7028 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7029
7030         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
7031         rules
7032         * src/SDCCmain.c,
7033         * src/SDCCglobl.h,
7034         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
7035         comments from the peephole optimizer replacement rules
7036         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
7037         symbols
7038         * src/SDCCcse.c (updateSpillLocation),
7039         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
7040         equivalents
7041         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
7042         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
7043         objects far pointers
7044
7045 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7046
7047         * src/SDCCsymt.h: a missing part of my last change
7048         * src/pic/ralloc.c (regTypeNum),
7049         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
7050
7051 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * src/SDCCicode.h,
7054         * src/SDCCicode.c (aggrToPtrDclType),
7055         * src/SDCCptropt.h,
7056         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
7057         ptrPseudoSymConvert),
7058         * src/pic/ralloc.c (regTypeNum),
7059         * src/pic16/ralloc.c (regTypeNum),
7060         * src/hc08/ralloc.c (regTypeNum),
7061         * src/ds390/ralloc.c (regTypeNum),
7062         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
7063         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
7064
7065 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7066
7067         * link/z80/lkmain.c (afile),
7068         * as/hc08/lkmain.c (afile),
7069         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
7070         prevent a pointer problem when a filename has no directory and
7071         no extension specified.
7072
7073 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7074
7075         * link/z80/lkmain.c (afile): allow periods in directory names
7076         * link/z80/lkmain.c (afile),
7077         * as/mcs51/lkmain.c (afile),
7078         * as/hc08/lkmain.c (afile): allow linker script file to have an
7079         extension other than ".lnk"
7080         * link/z80/lklex.c (getfid),
7081         * link/z80/lkmain.c (parse),
7082         * as/mcs51/lklex.c (getfid),
7083         * as/mcs51/lkmain.c (parse),
7084         * as/hc08/lklex.c (getfid),
7085         * as/hc08/lkmain.c (parse): Support comments in the linker script
7086         file on lines by themselves and after filenames
7087
7088 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7089
7090         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
7091
7092 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7093
7094         * src/z80/peeph-z80.def: removed some peephole rules that don't
7095         work with multibyte arithmetic (fixed bug #937126)
7096         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
7097         to registers and not global variables
7098         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
7099         geniCodePreInc, geniCodePostDec, geniCodePreDec,
7100         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
7101         checking for assignments not internally generated (fixed bug #931895)
7102         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
7103         structure member (fixed bug #930072)
7104
7105 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7106
7107         * src/SDCCmain.c (linkEdit),
7108         * src/hc08/main.c (_hc08_parseOptions),
7109         * as/hc08/Makefile.in,
7110         * as/hc08/aslink.h,
7111         * as/hc08/asm.h,
7112         * as/hc08/m08pst.c,
7113         * as/hc08/lkrloc.c (relr, rele),
7114         * as/hc08/lkarea.c (lnkarea)
7115         * as/hc08/lkmain.c (afile, parse),
7116         * as/hc08/lkelf.c: support for ELF output
7117         * as/hc08/lks19.c (s19),
7118         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
7119
7120 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7121
7122         * as/mcs51/lkihx.c: Fixed bug #899105.
7123
7124 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7125
7126         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
7127         .dsp files from Unix to DOS.
7128
7129 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7130
7131         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
7132         function pointers; we have been compliant for several months now.
7133         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
7134         change that was accidently commented out
7135         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
7136         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
7137         bug #922319
7138
7139 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7140
7141         * src/hc08/gen.c: output of all of the internal debugging information
7142         is now controlled by the D() macro; it is disabled by default
7143
7144 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7145
7146         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
7147         harder to keep the same registers during a CAST iCode
7148         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
7149         long via int can be done in a single cast, if the signedness is
7150         correct.
7151         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
7152         putchar() in tinibios.c in ds390's library
7153
7154 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
7155
7156         * src/SDCCast.c (decorateType): fixed bug #898889,
7157         cast result of a literal complement too
7158         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
7159         fixed check for bitfields
7160
7161 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
7162
7163         * src/SDCCicode.c (geniCodeLogic): made it static,
7164         (geniCodeLogicAndOr): added in order to fix bug #905492,
7165         (ast2iCode): fixed bug #905492
7166         * support/regression/tests/bug-905492.c: added
7167         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
7168         (processParms): fixed bug #927659: don't copy parms, this will clear
7169         decorated flag
7170         * support/regression/tests/bug-927659.c: added
7171
7172 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
7173
7174         * src/SDCCast.c (addCast): don't cast float to char
7175         * device/lib/libsdcc.lib: added _memmove
7176
7177 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
7178
7179         * device/lib/large/Makefile: fixed parallel execution by
7180         replacing `make` by `$(MAKE)`
7181
7182 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7183
7184         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
7185         offsets (fixes bug #923936)
7186
7187 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
7188
7189         * device/lib/small/Makefile: fixed parallel execution by
7190         replacing `make` by `$(MAKE)`
7191
7192 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7193
7194         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
7195
7196 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7197
7198         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7199         * src/regression/Makefile: Regression test was not running.
7200
7201 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7202
7203         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7204         complement if possible
7205         * src/SDCCval.c (valComplement),
7206         * src/SDCCicode.c (operandOperation): fixed complement of literal
7207         * support/regression/tests/onebyte.c (testComplement): added
7208
7209 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7210
7211         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7212         return an optimized tree; actually replace actParm with the new tree
7213         * src/SDCCast.h: added some parantheses to remove side effects
7214         * support/regression/tests/bug-920866.c
7215
7216 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7217         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7218         Bit operands were not being handled properly in the pic14 port.
7219         (now src/regression/add.c passes again).
7220
7221 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7222
7223         * src/SDCC.y (labeled_statement): case and default no longer require
7224         a following statement (RFE #893037)
7225
7226 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7227
7228         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7229         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7230         disabled (fixes bug #916294)
7231         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7232         "mov a,acc"; patch provided by Lenny Story
7233         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7234
7235 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7236
7237         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7238         functions
7239         * src/ds390/gen.c (genFunction, genEndFunction),
7240         * src/ds390/ralloc.c (ds390_assignRegisters),
7241         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7242         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7243         pushed if there are parameters passed on the stack. Also, a cleaner
7244         way to decide if r0/r1 should be pushed/popped. (Together they fix
7245         bug #918693)
7246
7247 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7248
7249         * doc/sdccman.lyx,
7250         * device/lib/mcs51/crtpagesfr.asm,
7251         * device/lib/mcs51/crtxinit.asm,
7252         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7253         to avoid confusion with Si Lab's SFRPAGE register.
7254
7255 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7256
7257         * src/SDCCglue.c (emitMaps): allow public sfr variables
7258         * src/SDCCglue.c (initialComments): include compiler build date
7259         with compiler version and put the timestamp of the generated
7260         assembly file on a serperate line to be less confusing.
7261         * src/port.h: added genInitStartup hook
7262         * src/avr/main.c,
7263         * src/ds390/main.c,
7264         * src/hc08/main.c,
7265         * src/pic/main.c,
7266         * src/pic16/main.c,
7267         * src/xa51/main.c,
7268         * src/z80/main.c: genInitStartup initialize as NULL (default to
7269         historical behaviour)
7270         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7271         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7272         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7273         library instead of hard coding it into the compiler.
7274         * support/regression/ports/mcs51-stack-auto/spec.mk,
7275         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7276         * device/lib/mcs51/Makefile,
7277         * device/lib/small/Makefile,
7278         * device/lib/large/Makefile,
7279         * device/lib/mcs51/crtpagesfr.asm,
7280         * device/lib/mcs51/crtstart.asm,
7281         * device/lib/mcs51/crtxclear.asm,
7282         * device/lib/mcs51/crtxinit.asm,
7283         * device/lib/mcs51/crtclear.asm,
7284         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7285         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7286         and into user configurable files.
7287         * device/lib/clean.mk: clean mcs51 directory too
7288         * support/regression/tests/longlit.c: added static to T1 declaration
7289         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7290         accesses in the initialization code
7291
7292 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7293
7294         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7295         OSCTRIMVAL as noted in bug #916008
7296
7297 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7298
7299         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7300         in loops with multiple exits (reported as incorrect registers
7301         used by Martin Helmling in Sdcc-user list)
7302
7303 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7304
7305         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7306         made ds390 register extensions look less like error messages
7307
7308 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7309
7310         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7311         reported by Adam Wozniak in Sdcc-user list
7312
7313 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7314
7315         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7316         arithmetic optimizations, added debug output
7317
7318 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7319
7320         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7321         * sdcc.spec: updated and split sdcc into 3 rpms
7322         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7323         needed for literals of LEFT_OP and '+'
7324         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7325         introduced RESULT_TYPE_NOPROM
7326         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7327         left shift
7328         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7329         limited promotion to int only for '*'
7330         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7331
7332 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7333
7334         * src/pic16/gen.c (genSkip),
7335         (genc16bit2lit), (gencjneshort): commented out
7336         (is_LitOp): new helper function, checks operand type
7337         (genCmpEq): rewritten
7338
7339 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7340
7341         * support/regression/tests/bug-908454.c: added
7342
7343 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7344
7345         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7346         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7347         (geniCodeCast): cosmetic, don't preserve bit storage class
7348         (geniCodeLeftShift): added promotion
7349         (geniCodeLogic): fixed regression
7350         * src/SDCCsymt.c (computeTypeOr): accept bits too
7351         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7352
7353 2004-03-07  Borut Razem <borut.razem AT siol.net>
7354
7355         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7356
7357 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7358
7359         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7360         version of pic16_genPackRegisters which does not check if ic is a
7361         CAST operator,
7362         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7363         function cause string1.c regression test fails
7364
7365 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7366
7367         * sim/ucsim/configure.in,
7368         * sim/ucsim/configure,
7369         * sim/ucsim/doc/Makefile.in: use docdir
7370         * src/SDCC.y: fixed sbit atrributes
7371         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7372         * src/SDCCast.c (decorateType): |^& need special promotion handling
7373         * src/SDCCast.h,
7374         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7375         * src/SDCCsymt.h (computeType),
7376         * src/SDCCicode.c: computeType() needs op
7377         * src/SDCCsymt.c (checkTypeSanity),
7378         * doc/sddman.lyx: "plain" bitfields are unsigned
7379         * src/SDCCsymt.c (computeTypeOr): added
7380         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7381         |^& ops
7382         * src/SDCCval.c (val*): computeType() needs op
7383         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7384         * support/regression/tests/onebyte.c: added tests for |^&
7385
7386 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7387
7388         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7389         for writing icode into asm output.
7390
7391 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7392
7393         * src/pic16/device.c: added some debug lines enabled
7394         with macro DEBUG_CHECK,
7395         * src/pic16/genarith.c: more debug in genPlus,
7396         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7397         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7398         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7399         * (aopForSym): onStack symbols are re-placed in data memspace,
7400         and onStack flag is cleared,
7401         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7402         copy temporary pcodeop,
7403         * (genPcall): added warning for not updating PCLATU,
7404         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7405         always true for pic16 port,
7406         * (genMultOneWord): NEW, supports integer multiplication,
7407         * (genMult): modified to call genMultOneWord,
7408         * (ifxForOp): added warning when return NULL,
7409         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7410         flag is set before call to operandFromSymbol for implicit
7411         added structures,
7412         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7413         options.intlong_rent are set by default,
7414         * (_hasNativeMulFor): modified to allow port generation of integer
7415         multiplication,
7416         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7417         set regtype to REG_SFR for all registers, restricting seting the
7418         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7419
7420 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7421
7422         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7423         more than 500 times in the regression tests
7424
7425 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7426
7427         * support/Util/SDCCerr.h,
7428         * support/Util/SDCCerr.c,
7429         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7430         enumerator_list),
7431         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7432         for symbol conflicts.
7433         * support/valdiags/tests/enum.c,
7434         * support/valdiags/tests/tentdecl.c,
7435         * support/valdiags/tests/struct.c: expect possible error messages
7436         referring to original symbol definitions.
7437         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7438         * src/SDCCsymt.h,
7439         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7440
7441 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7442
7443         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7444
7445 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7446
7447         * src/pic16/ralloc.c (newReg): fixed bug #908929
7448
7449 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7450
7451         * src/ds390/gen.c: added missing #include "main.h"
7452
7453 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7454
7455         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7456         checking if symbol is already in set,
7457         * src/pic16/device.h: prototype for checkAddSym,
7458         * src/pic16/gen.c: (_G): added entry interruptvector,
7459         * (assignResultValue): removed some commented out lines,
7460         * (genFunction): check for ISR via sym->type, absolute section for
7461         interrupt code is created via a new pBlock, the goto instruction is
7462         placed now correctly at the interrupt vector position, changed all
7463         references from ivec to _G.interruptvector,
7464         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7465         is the interrupt is a high priority one, same for return from ISR,
7466         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7467         externs to calls of checkAddSym,
7468         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7469         pic16_pcode_verbose flag is set,
7470         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7471         * src/pic16/pcoderegs.c: message about how many registers are saved
7472         will only be emitted if pic16_pcode_verbose flag is set,
7473
7474 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7475
7476         * src/ds390/ralloc.h,
7477         * src/ds390/ralloc.c (ds390_regWithIdx),
7478         * src/ds390/gen.c (emitcode),
7479         * src/ds390/main.h,
7480         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7481         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7482         ds390operandCompare, getRegsRead, getRegsWritten,
7483         initializeAsmLineNode): customized instruction size calculation for
7484         ds390, started basis for some register optimizations
7485         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7486         corresponding assembly output
7487         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7488         missing push/pop of r0/r1. Optimized push/pops
7489
7490 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7491
7492         * src/mcs51/main.c (instructionSize): fixed ACALL size
7493         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7494
7495 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7496
7497         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7498         the sorting of rlist with NULL elements
7499         * (print_idataType, print_idata): NEW to create idata sections
7500         * src/pic16/device.h: idataSymSet new variable
7501         * src/pic16/gen.c (genFunction): fixed some bugs in string
7502         comparing, improved the absolute section creation for ISRs,
7503         added FSR0L/FSR0H in registers that are saved in an ISR,
7504         * (genInline): fixed the processing of inline snippets,
7505         now they undergo no process by the peephole optimizer
7506         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7507         are placed in idataSymSet,
7508         * (pic16emitStaticSeg): extern symbols are added in externs,
7509         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7510         switching when aboslute variables are placed in access bank memory
7511         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7512         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7513         commented out with #if,
7514         * (pic16_packRegisters): reintroduce the check for CAST because some
7515         symbols are not correctly handled,
7516         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7517         pCodeInstruction instead of pCode,
7518         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7519         pCodeAsmDir definition,
7520         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7521         directive, then the argument directive is emitted without the leading
7522         tab, hack for inline labels which must be in the first column,
7523         * (compareLabel,pic16_findNextInstruction),
7524         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7525         * (insertBankSwitch): modified for the new pCodeAsmDir,
7526
7527 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7528         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7529
7530         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7531         instance,
7532         * (pushSide): commented out with #if,
7533         * (assignResultValue): fixed some typos in saving
7534         registers,
7535         * (genPcall): FIXED and sync'ed with genCall,
7536         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7537         * (genNearPointerGet): fixed to handle some more cases,
7538         implementation scheme via table reads,
7539         * (genConstPointerGet): modified to access code memory correct,
7540         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7541         and improved to handle some cases
7542         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7543         instead of "RETLW" for init data
7544         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7545         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7546         variables are placed in access bank memory (<0x80 and >=0xf80),
7547         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7548         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7549         TBLWT_POSTDEC,TBLWT_PREINC
7550         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7551         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7552         directives
7553         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7554         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7555         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7556         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7557
7558 2004-02-29  Borut Razem <borut.razem AT siol.net>
7559
7560         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7561         support/Util/findme.h, support/Util/system.h: enhance binary relative
7562         search for lib and include by using findProgramPath()
7563
7564 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7565
7566         * src/SDCCpeeph.h,
7567         * src/SDCCpeeph.c (pcDistance),
7568         * src/port.h,
7569         * src/mcs51/ralloc.h,
7570         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7571         * src/mcs51/main.h,
7572         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7573         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7574         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7575         size calculation port specific, started basis for some register
7576         optimizations
7577         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7578         missing push/pop of r0/r1. Optimized push/pops
7579         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7580         * device/lib/_modsint.c (_modsint),
7581         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7582         and stack version so regression tests pass
7583
7584 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7585
7586         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7587         * src/SDCCast.c (decorateType): catch another small optimization
7588         with '?' operator
7589         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7590         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7591         modified to finally use computeType() all over SDCC,
7592         see Feature Request #877103
7593         * src/SDCCval.h: cosmetic
7594         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7595         valCompare(); regression tested in muldiv.c
7596         * support/regression/tests/muldiv.c (testMod): mod sign follows
7597         dividend only
7598
7599 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7600
7601         * src/SDCCast.c (decorateType): fixed bug #902362
7602         * doc/INSTALL.txt: fixed install instructions for win32
7603
7604 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7605
7606         * device/include/Makefile.in (install): fixed by replacing spaces
7607         by tabs
7608         * doc/README.txt,
7609         * doc/INSTALL.txt: updated for release
7610         * doc/sdccman.lyx: added warning for --xstack being buggy
7611
7612 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7613
7614         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7615         to eliminate build warnings.
7616         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7617
7618 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7619            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7620
7621         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7622         removed -penable-stack, added comment for stack pragma, added
7623         warning for not initializing the stack/frame registers, removed
7624         comment at interrupts section
7625
7626         Stack is made permanent, there is no ability to disable stack usage.
7627         * src/pic16/device.h,
7628         * src/pic16/device.c: removed all references to USE_STACK macro,
7629         * src/pic16/device.c (pic16_dump_section): when no elements in
7630         rlist, free rlist before return,
7631         * (pic16_dump_int_registers): NEW, internal registers are a new set
7632         of general purpose registers reused by each function,
7633         * (checkAddReg): returns 1 if registers is added to set,
7634         * (pic16_groupRegistersInSection): when a registers is of type
7635         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7636         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7637         SRCASECMP macro is moved here from device.c
7638         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7639         PO_PCLATU, PO_PRODL, PO_PRODH,
7640         * (pic16_pCodeOpType, genMinus,
7641         changed compares to "a" register, with AOP_ACC,
7642         * (pic16_genPlus): fixed some bugs and indented properly,
7643         * (pic16_addSign): changed size to size+offset in the MOVWF
7644         instruction,
7645         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7646         multiply 8-bit operand by literal, result is 8-bit,
7647         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7648         multiply 2 8-bit operand, result is 8-bit,
7649         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7650         genUMult8X*_16,
7651         * src/pic16/gen.c: changed accUse to contain WREG only,
7652         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7653         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7654         true, do not use immediate addressing any more unless sym is a
7655         pointer in codespace,
7656         * (aopForRemat): do not use immediate addressing when symbol not in
7657         codespace and when symbol's address is requested,
7658         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7659         accUse size (= 1),
7660         * (aopGet): added case for AOP_ACC and don't return "accumulator
7661         bug" but WREG instead,
7662         * (popGetTempReg): pushes contents of temporary register in stack,
7663         * (popReleaseTempReg): pops contents of temporary register from
7664         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7665         * (pic16_popGet): separated case AOP_ACC to return register WREG
7666         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7667         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7668         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7669         the use of immediate pointers to certain cases only.
7670
7671         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7672         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7673         * (assignResultValue, genCall, genRet): modified to use the new
7674         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7675         genPcall is still broken,
7676         * (genFunction): added code to create 'A' type pBlocks when
7677         interrupt functions are generated, code not extensively tested yet,
7678         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7679         * (genEndFunction): modified so ISRs pop stored registers from stack,
7680         * (genMultOneByte): cleanup,
7681         * (AccRsh): added flag andmask, to and result with appropriate mask,
7682         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7683         * (genDataPointerGet): fixed and reenabled its use,
7684         * (genNearDataPointerGet): bugs fixed,
7685         * (genDataPointerSet): bugs fixed,
7686         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7687         pic16_DumpSymbol, pic16_DumpOp,
7688         * src/pic16/genutils.h: function prototypes for the above functions,
7689         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7690         pointers,
7691         * (pic16emitRegularMap): many many many improvements, but needs a
7692         major cleanup,
7693         * src/pic16/main.c: enable_stack in pic16_options is removed,
7694         * (_pic16_parseOptions): removed command line options -penable-stack,
7695         * (_process_pragma): emit stack symbol only when stack pragma is
7696         processed,
7697         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7698         redirected to FSR0L/FSR0H pair,
7699         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7700         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7701         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7702         for immediates,
7703         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7704         * (dumpPicOptype): NEW,
7705         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7706         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7707         with movff instruction,
7708         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7709         added pic16_int_regs, some packRegsFor* functions are commented out,
7710         because produce errors,
7711         * src/pic16/NOTES: minor modifications
7712
7713 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7714
7715         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7716         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7717         --pack-iram.
7718         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7719         * as/mcs51/lkaomf51.c: fixed bug #895763
7720
7721 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7722
7723         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7724
7725 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7726
7727         * doc/sdccman.lyx: added details about the HC08 storage classes and
7728         interrupts, fixed the register usage info for z80 & gbz80
7729
7730 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7731
7732         * doc/sdccman.lyx: added more pic16 port documentation
7733         * device/include/pic16/: added header pic18fregs.h
7734
7735 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7736
7737         * doc/sdccman.lyx: added Vangelis' contribution
7738
7739 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7740
7741         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7742         extend to the next CALL or PCALL, not just to the next CALL.
7743
7744 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7745
7746         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7747
7748 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7749
7750         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7751         bug #895752 and a better fix for bug #716790
7752
7753 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7754
7755         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7756
7757 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7758
7759         * doc/sdccman.lyx: minor changes, minor changed
7760
7761 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7762
7763         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7764         which can't handle SDCC_NEWONEBYTEOPS,
7765         (geniCodeMultiply): removed conversion from mult to shift for pic14
7766         and pic16
7767
7768 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7769
7770         * src/hc08/gen.h,
7771         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7772         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7773         thus fixing bug #895406
7774
7775 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7776
7777         * device/lib/_modsint.c,
7778         * device/lib/_modslong.c: sign follows divisor only
7779         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7780         signs or signedness can be ignored
7781         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7782         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7783         added optimization for IFX,
7784         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7785         arguments;
7786         reenabled optimization for IFX, which was removed on 2004-01-11
7787         * src/SDCCast.h: added return type IFX
7788         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7789         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7790         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7791         SDCC_OLDONEBYTEOPS selects the old behaviour
7792         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7793         changed again and commented promotion rule
7794         * src/SDCCval.c (valDiv): promotion no longer necessary
7795         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7796         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7797         rewritten
7798         * support/regression/tests/onebyte.c: added
7799
7800 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7801
7802         * gen.c (genInline): reverted to old code for assemnling inline
7803         code because of bug reported James Chadd
7804
7805 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7806
7807         * ralloc.h: missing declarations from previous patch,
7808         seems that patch for ralloc.h was never applied, fixed
7809
7810 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7811            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7812
7813         * pcode.c,
7814         * pcode.h,
7815         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7816         indirect addressing. Marked FSR0 as deprecated
7817         * gen.c (pointerCode): commented out, not needed now
7818         (pic16_popGet2p): new MOVFF helper function
7819         (genGenPointerGet),
7820         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7821         (shiftRLong): removed duplicate debugging info
7822
7823 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7824
7825         * src/ds390/gen.c (genNearPointerGet),
7826         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7827         optimization with bits, but not bitfields.
7828         * src/ds390/ralloc.c (packRegisters),
7829         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7830
7831 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7832
7833         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7834
7835 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7836
7837         * src/SDCCsymt.h,
7838         * src/SDCCicode.c (operandFromSymbol),
7839         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7840         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7841         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7842         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7843         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7844         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7845         bug #892038
7846         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7847         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7848         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7849         * src/SDCCsymt.c (newSymbol),
7850         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7851         enumerator_list),
7852         * src/SDCCval.h,
7853         * src/SDCCval.c (newiList): fixed bug #885705
7854
7855 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7856
7857         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7858         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7859
7860 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7861
7862         * device/include/c8051f120.h,
7863         * device/include/c8051f300.h,
7864         * device/include/c8051f310.h: added/updated header files for Silicon
7865         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7866         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7867         in new section Submitting patches
7868
7869 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7870
7871         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7872         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7873         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7874         genGenPointerSet),
7875         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7876         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7877         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7878         genGenPointerSet),
7879         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7880         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7881         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7882         genGenPointerSet),
7883         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7884         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7885         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7886         genGenPointerSet): fixed bug #892400
7887         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7888         to eliminate build warnings.
7889         * src/SDCCast.c (processParms),
7890         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7891         fixed bug 751859
7892         * support/valdiag/valdiag.py: added GCC to the list of defines active
7893         when compiling with gcc
7894
7895 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7896
7897         * support/Util/SDCCerr.h,
7898         * support/Util/SDCCerr.c,
7899         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7900         with an incomplete type (fixed bug #883734)
7901         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7902
7903 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7904
7905         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7906
7907 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7908
7909         * src/SDCCast.c (decorateType),
7910         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7911         function pointer implementation
7912         * support/regression/tests/funptrs.c: added tests to verify both forms
7913         of function pointers work correctly. Added tests to verify parameters
7914         are passed in the correct order.
7915
7916 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7917
7918         * device.c (regCompare): registers are sorted by ascending
7919         address and increasing size,
7920         * main.c (_pic16_finaliseOptions): removed the declaration
7921         of compiler macro MCU. Now a macro of the format pic18fxxxx
7922         will be defined from the command line
7923
7924 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7925             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7926
7927         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7928         PCOP_RLCF was overwritten!
7929         * gen.c (genSkip): commented out calls to pic16_emitcode,
7930         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7931         * (genlshTwo),
7932         * (genRRC): added debugging info,
7933         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7934         overwritten while shifting,
7935         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7936         overwritten while shifting,
7937         * (AccLsh),
7938         * (AccRsh),
7939         * (shiftLLeftOrResult),
7940         * (shiftRLeftOrResult),
7941         * (shiftRLong),
7942         * (shiftLLong): Implemented with pic16_emitpcode
7943         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7944         * (genLeftShift): Fixed bug, operand for shift by variable always
7945         was "and"ed with 0x0f,
7946         * (genLeftShiftLiteral),
7947         * (genrshTwo),
7948         * (genRightShiftLiteral): added debugging info,
7949         * (genrshFour): added comment,
7950         * (genRightShift): determined signedness from operand "left"
7951         instead of "result"
7952
7953 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7954
7955         * src/SDCCicode.c (geniCodeParms),
7956         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7957         function pointers, fixed function pointer bugs #861242 and #861896
7958
7959 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7960
7961         * device/include/c8051f000.h,
7962         * device/include/c8051f120.h,
7963         * device/include/c8051f300.h: added header files for Silicon
7964         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7965
7966 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7967
7968         * src/SDCCast.c (processParams): added new type flow and restructured
7969         (gatherAutoInit): added new type flow
7970         (addCast): cosmetic changes
7971         (getLeftResultType): added new type flow for array indices, patch
7972         provided by Stas, see FR #877103
7973         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7974         array index patch by Stas
7975         * src/SDCCast.h: added prototype getResultTypeFromType()
7976         * src/SDCCval.h,
7977         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7978         * src/pic/glue.c (pic14emitStaticSeg),
7979         * src/pic16/glue.c (pic16emitStaticSeg),
7980         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7981         for initialization of symbols
7982         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7983         * support/Util/SDCCerr.h:
7984         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7985         * .version: bumped version number to 2.3.8
7986         * device/include/Makefile.in (install),
7987         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7988         avoid warnings
7989
7990 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7991
7992         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7993         Slade Rich fixed an optimization bug
7994         * src/pic/pcodepeep.c,
7995         * src/pic/pcoderegs.c
7996         * doc/Makefile (install): added test for directory
7997
7998 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7999
8000         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
8001         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
8002         * src/pic/ralloc.c (getRegPtr, getRegGpr),
8003         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
8004         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
8005         * as/mcs51/asexpr.c (term),
8006         * as/hc08/asexpr.c (term): fixed bug #887146
8007
8008 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8009
8010         * src/z80/gen.c (genMult): handle single byte result product
8011         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
8012         DUMMY_READ_VOLATILE (fixed bug #886367)
8013
8014 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8015
8016         * support/regression/tests/libmullong.c: fixed logic, on little endian
8017         hosts we ended without a mullong_wrapper()
8018
8019 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8020
8021         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
8022         virus/worm forged address usage.
8023
8024 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
8025
8026         Fixed promotion, it should be done on AST level:
8027         * src/SDCCast.c (addCast): added promotion to int
8028         (decorateType): updated call to upCast()
8029         * src/SDCCicode.c (geniCodeLeftShift): removed call to
8030         usualUnaryConversions()
8031
8032 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
8033
8034         * support/regression/tests/literalop.c (mulWrapper): Added a
8035         wrapper to remove integer overflow warnings.
8036
8037         * support/regression/tests/float_trans.c: Made work on host.
8038
8039         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
8040         location of sz80.
8041
8042         * support/regression/generate-cases.py (main): Changed from inline
8043         to a main method.
8044
8045         * doc/Makefile (install): Changed to depth first to get rid of
8046         missing directory install warning.
8047
8048         * as/Makefile (install-doc): Made work on Mac.
8049
8050 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
8051
8052         * src/SDCCast.c: added an additional type flow in decorateType() of
8053         opposite direction, see feature request #860006; it's enabled at runtime
8054         by setting the environment variable SDCC_NEWTYPEFLOW
8055         * src/SDCCast.h: changed prototype of decorateType()
8056         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
8057         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
8058         'char' to 'int' can be omitted, if both operands are 'unsigned char';
8059         see feature request #877103
8060         * src/SDCCval.c: updated call of decorateType()
8061         (valBitwise): fixed bug #882876
8062         (valMinus): added promotion
8063         (valLogicAndOr): result is unsigned
8064         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
8065         * src/SDCCsymt.c (computeType),
8066         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
8067         must not cause an unsigned operation
8068         * src/pic/glue (pic14emitRegularMap),
8069         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
8070
8071 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
8072
8073         * src/pic/pcode.c (PCodeID): commented out left over debug code
8074
8075 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
8076
8077         * support/valdiag/tests/overflow.c: added shift tests
8078         * src/pic/device.c,
8079         * src/pic/gen.c,
8080         * src/pic/gen.h,
8081         * src/pic/glue.c,
8082         * src/pic/main.c,
8083         * src/pic/pcode.c,
8084         * src/pic/pcode.h,
8085         * src/pic/pcodepeep.c,
8086         * src/pic/pcoderegs.c,
8087         * src/pic/ralloc.c,
8088         * src/pic/ralloc.h: applied patch from Slade Rich;
8089         added support for multiple code pages and multiple RAM banks on the
8090         PIC 14 port. The ASM files now no longer simply assume all the
8091         code / RAM are in the same page / bank. This means the linker can
8092         safely allocate code/RAM of separate ASM files to different pages/banks.
8093         * doc/sdccman.lyx: added Slade's tips
8094         * src/mcs51/peeph.def: fixed bug #880768
8095
8096 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8097
8098         * src/hc08/ralloc.c (rematStr): fixed bug #879282
8099         * src/SDCCast.c (decorateType): fixed bug #880197
8100
8101 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
8102
8103         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
8104         getopt.h.
8105
8106         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
8107         strtof is not part of C89 and isn't included with Mac OS X.
8108
8109 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8110
8111         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
8112         shiftL2Left2Result): fixed bug #879326
8113         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
8114         (genMultOneByte): fixed bug in signed vs unsigned multiplication
8115         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
8116         address fetch for clr instruction
8117         * device/lib/hc08/_mulint.c: created optimized assembly version
8118         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
8119
8120 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
8121
8122         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
8123         proposed in FR #877103
8124
8125 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
8126
8127         * src/SDCCval.c (cheapestVal): added missing checks
8128         * src/SDCCicode.c (usualBinaryConversions): fixed condition
8129         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
8130
8131 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
8132
8133         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
8134         equal operands
8135
8136 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
8137
8138         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
8139         loaded with the linker search paths (-L arguments) and the libraries
8140         to be linked with the current source (-l arguments). Changes
8141         currently will affect only the pic16 port.
8142         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
8143         include path the port specific paths and port specific libraries,
8144         * gplink command now contains the $3 argument,
8145         * src/pic16/device.h,
8146         * src/pic16/device.c,: structure PIC_device is made public and
8147         renamed to PIC16_device, the same for variable Pics which is renamed
8148         to Pics16. Updated all references to them.
8149         * src/pic16/glue.c (pic16glue): corrected bug with code
8150         initialization which bypassed the variable initializations block.
8151
8152         * device/lib/pic16/Makefile.rules: removed --penable-stack from
8153         COMPILE_FLAGS and added the --nostdinc option
8154
8155 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8156
8157         * device/include/mc68hc908jb8.h: Register defs for another member
8158         of the hc08 family. Contributed by Bjorn Bringert - thanks!
8159
8160 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
8161
8162         Documenting changes from previous commits.
8163         * configure.in (version 1.56),
8164         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
8165         when generating output files to configure the pic16 library,
8166         but now I've commented it out, since gputils aren't installed in the
8167         SF compile farm, so library won't compile
8168
8169         * device/lib/Makefile.in (version 1.56): initially I've added in
8170         target 'all' the prerequestive 'model-pic16' so it compiled the
8171         pic16 library, but now I've commented it out for the same reasons
8172         above,
8173         * added targets 'model-pic16' and 'objects-pic16' to compile the
8174         library
8175         * added target 'port-specific-objects-pic16' to handle the
8176         generated libraries and copy them into the build/ directory
8177         * added target 'clean-intermediate-pic16' to clean intermediate
8178         files into pic16 directory
8179         * in target 'installdirs' added line to create directory pic16 in
8180         the installation path
8181
8182         * device/include/Makefile.in (version 1.11): in target 'install'
8183         added lines to copy all header files to installation path,
8184         * in target 'installdirs' added line create directory for pic16
8185         headers in the installation path
8186
8187 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
8188
8189         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
8190          a function call
8191
8192 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
8193
8194         * configure,
8195         * device/lib/configure.in,
8196         * device/lib/configure: fixed for autoconf 2.57
8197
8198 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8199
8200         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8201         option so that it actually works. Made it specific to the z80, since
8202         the gbz80 doesn't have these kinds of I/O ports.
8203
8204 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8205
8206         * device/include/z180.h,
8207         * device/lib/_memcpy.c,
8208         * device/lib/_memmove.c,
8209         * device/lib/_mulint.c,
8210         * device/lib/ser_ir.c,
8211         * device/lib/ser_ir_cts_rts.c,
8212         * device/lib/_strcmp.c,
8213         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8214         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8215         portmode; added deprecation warning for bank= and protmode= forms.
8216         Also, guard against buffer overflow.
8217         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8218
8219 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8220
8221         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8222         changed interrupt vector table generation to only emit declared vectors.
8223         * device/include/Makefile.in: added missing backslash
8224         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8225
8226 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8227
8228         Mainly changes to support compilation of the device libraries
8229         * src/pic16/device.c: stack is allocated via symbol and not
8230         via literal number. The symbol is placed in the corresponding
8231         position of the data ram
8232         * (pic16_dump_section): relocatable and absolute uninitialized
8233         data are now emitted in sorted order to reduce section naming,
8234         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8235         weren't marked as being in the access bank,
8236
8237 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8238
8239         Added portion of GNU PIC Library under the directory
8240         device/include/pic16 and device/lib/pic16. These files
8241         contain the declarations of SFRs for the PIC18Fxx2 devices.
8242         The directory is initialized via configure from toplevel.
8243
8244 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8245
8246         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8247         the spilllocations to be compared correctly
8248
8249 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8250
8251         * src/SDCCast.c (decorateType): fixed bug introduced today
8252
8253 2004-01-12  Borut Razem <borut.razem AT siol.net>
8254
8255         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8256         doc/sdccman.lyx: upper case pragmas are deprecated
8257
8258 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8259
8260         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8261         in simpler and even better code
8262
8263 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8264
8265         * src/SDCCicode.c (operandOperation): fixed bug #874819
8266         * src/SDCCast.c (decorateType): fixed
8267         char foo (unsigned long ul) { return ul > 0; }
8268
8269 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8270
8271         * doc/sdccman.lyx: Moved and added some sections, small changes
8272         all over. Telling LaTeX to be less strict with word spacing
8273         to better keep the right margin. Changed some notes about
8274         maintainance of the ports in section 3.2.1 - is it OK like this?
8275
8276 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8277
8278         SDCC source changes:
8279         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8280         convilong): modified to inform the pic16 port that builtin functions
8281         are external
8282
8283         PIC16 PORT specific changes:
8284         * src/pic16/device.c pic16_dump_equates() added,
8285         processor registers declared internally by the port are emitted in
8286         the translation as equates,
8287         * src/pic16/gen.c: inline code is passed unprocessed to the
8288         translation,
8289         * (pic16_popGetLit2): fnuction modified to take second operand as
8290         pCodeOp pointer and not as literal,
8291         * (popRegFromIdx): prefixed with pic16_,
8292         * (pic16_popCombine2): modified to receive already allocated pCode
8293         operands,
8294         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8295         * (genFunction): initializes local stack frame and pushes on stack
8296         all the registers used by this function,
8297         * (genEndFunction): restores all registers from stack and restores
8298         stack frame,
8299         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8300         improvements,
8301         * (pic16glue): changed the program startup sequence,
8302         * added new dbName code 'A' for functions placed in absolute section
8303         * src/pic16/main.c: added function attribute _naked,
8304         * added pragma 'code' to place a fnuction at an absolute address,
8305         * added command line arguments --debug-ralloc and --pcode-verbose,
8306         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8307         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8308         * (pic16_newpCodeOpLit2): modified to take the second operand as
8309         pCodeOp pointer,
8310         * (pic16_printpBlock): modified to emit each function in a separate
8311         section,
8312         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8313         UPPER for immediate operands,
8314         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8315         instruction,
8316         * src/pic16/peeph.def: all peepholes with movff are commented out,
8317         because there is a problem in the pcode peep optimizer,
8318         * src/pic16/ralloc.c: the register allocator can now reuse local
8319         function symbols for another function. This saves register usage.
8320         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8321
8322         Added file src/pic16/NOTES with information about program writing on
8323         the current port version.
8324
8325 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8326
8327         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8328         and peephole 252 (array access)
8329
8330 2004-01-09  Borut Razem <borut.razem AT siol.net>
8331
8332         * src/SDCCmain.c : fixed #872250: -l command line defined library
8333           files are scanned before standard library files
8334
8335 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * src/SDCCast.c (decorateType): fixed bug #874046
8338
8339 2004-01-09  Borut Razem <borut.razem AT siol.net>
8340
8341         * support/scripts/sdcc.nsi: remove previous installation
8342
8343 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8344
8345         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8346         bytes for last interrupt vector (mcs51)
8347         * sdcc.spec: fixed typo
8348
8349 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8350
8351         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8352         gen51Code): more efficient parameter receive for --model-large
8353         ("bug" #845294)
8354
8355 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8356
8357         * src/ds390/main.c,
8358         * src/z80/main.c: added missed needLinkerScript flags (more than
8359         one port structure defined in these file)
8360         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8361         bug #795325
8362
8363 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8364
8365         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8366         * src/port.h: added flag needLinkerScript in port->linker
8367         structure to inform whether to create a .lnk file or not,
8368         * src/avr/main.c,
8369         * src/ds390/main.c,
8370         * src/hc08/main.c,
8371         * src/mcs51/main.c,
8372         * src/pic/main.c,
8373         * src/pic16/main.c,
8374         * src/xa51/main.c,
8375         * src/z80/main.c: changed appropriately to configure
8376         needLinkerScript flag
8377         * src/pic/gen.c,
8378         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8379         * src/pic/glue.c: added variable udata_section_name to
8380         override default uninitialized data segment definition for
8381         devices only with SHAREBANK memory (reported from Erik Epetrich)
8382         * (pic14emitOverlay): modified to emit a commented overlay segment
8383         directive when no overlay data exist
8384         * (picglue): modified to emit uninitialized data segment
8385         according to udata_section_name
8386         * src/pic/main.c (_pic14_parseOptions): added command line
8387         options --udata-section-name=[name] to override default
8388         udata definition name
8389         * modified _linkCmd and _asmCmd to include compiler passed
8390         arguments via -W option
8391         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8392         object file from '.rel' to '.o' in port->linker structure,
8393         changed size of fptr from 2 to 3 in port structure
8394
8395 2004-01-07  Borut Razem <borut.razem AT siol.net>
8396
8397         * support/scripts/sdcc.nsi: update PATH
8398         * support/scripts/sdcc.ico: craeted
8399
8400 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8401
8402         * device/include/Makefile.in: fix install
8403         * doc/Makefile: fix install
8404
8405 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8406
8407         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8408         in bug #860505
8409         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8410         how the function variable allocation summary is displayed; also
8411         include information about variables allocated to the overlay
8412         segment
8413
8414 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8415
8416         * as/mcs51/lkmain.c: Help about -Y option
8417         * as/mcs51/lkarea.c: Fixed gcc warnings
8418
8419 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8420
8421         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8422         fixed warning
8423         * support/valdiag/tests/overflow.c: added
8424         * src/SDCCast.c (decorateType),
8425         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8426         LEFT_OP (left shift)
8427
8428 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8429
8430         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8431         (default behaviour).
8432
8433 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8434
8435         A python script to validate compiler diagnostic messages. It can be
8436         used to verify that sdcc complains about bad c source code and
8437         gives a good location of the error.
8438         * support/valdiag/Makefile,
8439         * support/valdiag/valdiag.py,
8440         * support/valdiag/tests/*
8441
8442 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8443
8444         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8445         * src/SDCCsymt.c (newEnumType),
8446         * src/SDCCsymt.h
8447         * support/Util/SDCCerr.c,
8448         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8449         enum related bugs.
8450         * support/regression/tests/enum.c: added test for enum values that
8451         require at least 2 bytes of storage.
8452
8453 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8454
8455         * src/common.h: added ifndef/define/endif macros
8456         around the header file.
8457         Bug reported from Jesus Calvino-Fraga
8458
8459 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8460
8461         * sdcc.spec: updated
8462         * device/include/Makefile.in: don't install CVS directories
8463         * device/lib/Makefile.in: added removal of CVS directories after install
8464         * doc/Makefile: fixed install, added local_icons
8465         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8466         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8467         * src/ds390/gen.c (genRightShift): fixed bug #870788
8468         * src/SDCCast.c (decorateType): fixed bug #870781
8469
8470 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8471
8472         PIC16 port related changes:
8473         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8474         added variable stackPos,
8475
8476         * gen.c: genCall, assignResultValue: added support for
8477         pushing/retrieving function parameters to/from stack,
8478         genFunction,genEndFunction: setup stack frame for the
8479         generated function,
8480         genAddrOf: will be changed according to bug 863624
8481
8482         * added files genutils.c and genutils.h which contain gen*
8483         debugged and optimised functions extracted from gen.c
8484
8485         * glue.c: added variable 'externs' which holds extern symbols,
8486         pic16emitRegularMap: is modified to properly handle relocatable
8487          symbols under the new scheme,
8488         pic16createInterruptVect: is modified
8489         pic16printPublics: is modified to emit 'global' assembler directives,
8490         added pic16_printExterns to print extern symbols,
8491         pic16glue: initializes stack/frame pointer in the beginning of
8492         the assembly output. Temporary hack, will be corrected later,
8493         because gplink yet does not support stack and SDCC does not
8494         yet support a type of crt0.o object to create the final binary.
8495
8496         * Removed many lines that contain 8051 legacy code.
8497         * The code is finally placed under a 'code' directive.
8498         * Added port specific options.
8499
8500         * _process_pragma: simplified since now we do not need *special*
8501         include file to define SFR registers. But a separate header
8502         will be needed. This will be developed later.
8503         * _pic16_parseOptions: added, parses port specific options:
8504         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8505         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8506         --preplace-udata-with=
8507
8508         * _pic16_setDefaultOptions: modified to initialize section names,
8509         but hack is temporarly out of order since it needs improvement.
8510         * _pic16_genAssemblerPreamble: configuration words are emitted by
8511         their address instead of their name. This part is incomplete and
8512         supports only the 18Fxx2 devices. Other devices will emit an error
8513         during assembly since they do not contain the same set of config
8514         registers
8515         * _pic16_genIVT: is modified,
8516
8517         * pcode.c: added definitions for some hardware registers that are needed
8518         for stack support
8519         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8520         All PCI entries are updated. Now LFSR is supported.
8521         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8522         * added pic16_newpCodeOpLit2 to support instructions with
8523         two literal arguments
8524         * pic16_pCode2str: corrected code that emits assembler instructions
8525         with two literal operands and those that have an access bit modifier
8526         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8527         this fixes a bug which caused some labels to be lost, when an
8528         assembler directive was added, i.e. banksel,
8529         * pic16_FixRegisterBanking: improved logic that causes the insertion
8530         of bank switching,
8531         * InlineFunction: functions that are called once, are not any more
8532         inlined. This can be a port option in the future,
8533
8534         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8535
8536         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8537         hold the corresponding uninitialized symbols,
8538         * pic16_allocProcessorRegister: registers have explicit marked the
8539         accessBank field,
8540         * pic16_allocInternalRegister: registers are explicit marked as
8541         not used,
8542         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8543         processing list, so bit registers were lost,
8544         *
8545
8546         * ralloc.h: added field 'accessBank' and original symbol operand
8547         in register definition,
8548         * removed the field isMapped from register definition,
8549
8550         ** Several functions have been removed from various sources:
8551         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8552         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8553         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8554         pic16_assignRelocatableRegisters
8555
8556         ** others have been introduced:
8557         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8558         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8559
8560 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8561
8562         * support/scripts/inc2h.pl: changed definition of BIT_AT
8563         to emit 'sbit at' instead of 'bit at'. This was a request.
8564
8565         PIC16 port related preliminary changes:
8566         * gen.c: prefixed function popRegFromString with
8567         pic16_ and all references to it corrected
8568         * pcode.c: all pic16_pc_* hardware registers prefixed
8569         with underscore (_),
8570         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8571         * ralloc.c: newReg(): when register is REG_SFR then
8572         set address to rIdx,
8573         pic16_allocProcessorRegister(): marks register wasUsed=0
8574         pic16_writeUsedRegs(): added a call to assign processor
8575         registers via pic16_assignFixedRegisters
8576
8577 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8578
8579         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8580         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8581         variables in unused register banks.  Also the SSEG is placed
8582         wherever there is enough space for it, and IDATA can be anywhere
8583         in internal RAM.  For now compile using -Wl-Y[stack_size].
8584         The mem file is different for this option as well, since it
8585         makes no sense of talking about DSEG lenght.
8586
8587 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8588
8589         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8590         in certain cases, e.g. when ROM assignment, patch provided
8591         from Albert den Haan.
8592
8593 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         Many signedness and type propagation fixes:
8596         * src/SDCCicode.c: made geniCodeCast() static
8597         replaced SPEC_ by IS_ (cosmetic)
8598         (operandOperation): fixed div and mod operation
8599         (usualBinaryConversions): added support for promotion of char
8600         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8601         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8602         (geniCodeAdd): an array index will stay unsigned, even if promoted
8603         from char to int
8604         (geniCodeArray): ditto
8605         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8606         * src/SDCCsymt.c (computeType): added more support for char;
8607         promotion of char is selectable by promoteCharToInt, fixed signedness
8608         for all cases
8609         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8610         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8611         * src/SDCCval (val*): replaced signedness calculation by
8612         computeType()
8613         rearranged if-branches (cosmetic)
8614         (valShift): added warning W_SHIFT_CHANGED
8615         (valCompare): fixed problem with different types
8616         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8617         * support/regression/tests/literalop.c: added many cases
8618         * support/regression/tests/ast_constant_folding.c: changed finally to
8619         'unsigned int'
8620         * .version: new year, new version: 2.3.7
8621         * src/SDCCmain.c (main): applied patch #866468
8622         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8623         provided by Scott Bronson
8624         * doc/sdccman.lyx: updated documentation for sdcdb
8625         updated and added chapter tips
8626
8627 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8628
8629         * src/SDCCsymt.h: missing from yesterday's commits
8630
8631 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8632
8633         * src/SDCC.y (struct_or_union_specifier),
8634         * support/Util/SDCCerr.c,
8635         * support/Util/SDCCerr.h: verify that struct & union tags are used
8636         as declared.
8637
8638 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8639
8640         * src/SDCCglobl.h: missing from yesterday's commits
8641
8642 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8643
8644         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8645         sft_attributes, struct_declaration, parameter_declaration,
8646         type_name, start_block, declaration_list),
8647         * src/SDCC.lex (check_type): support redefinition of typedef names
8648
8649 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8650
8651         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8652         aligned xdata arrays. Erik helped me with the if clause.
8653
8654 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8655
8656         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8657         warning
8658
8659 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8660
8661         * src/SDCCast.h,
8662         * src/SDCCast.c (newAst_),
8663         * src/SDCCicode.h,
8664         * src/SDCCicode.c (ast2iCode, newiCode),
8665         * src/SDCCglobl.h,
8666         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8667         expr, statement, expression_statement, selection_statement,
8668         iteration_statement, expr_opt, jump_statement): foundation for tracking
8669         sequence points
8670         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8671         point code too)
8672
8673 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8674
8675         * support/Util/SDCCerr.c,
8676         * src/SDCCast.h,
8677         * src/SDCCast.c (createCase, createDefault, decorateType),
8678         * src/SDCClabel.c (labelUnreach),
8679         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8680         to error messages.
8681         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8682         (with thanks to Stas Sergeev)
8683         * device/include/time.h,
8684         * device/lib/time.c (CheckTime): suppress unreachable code warning
8685
8686 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8687
8688         * src/SDCCast.c (createIvalCharPtr),
8689         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8690         bug #753752)
8691         * support/regression/tests/nullstring.c: tests for these two bugs
8692
8693 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8694
8695         * support/Util/SDCCerr.h,
8696         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8697         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8698         about storage class and 'at' used inside struct or union
8699         * src/SDCCBBlock.c (iCodeFromeBBlock),
8700         * src/SDCCcse.c (ifxOptimize),
8701         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8702         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8703         printIval, emitStaticSeg, emitOverlay),
8704         * src/SDCClabel.c (deleteIfx),
8705         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8706         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8707         gatherAutoInit, processParms),
8708         * support/Util/SDCCerr.h,
8709         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8710         reporting for post-parse errors.
8711
8712 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8713
8714         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8715         implicit casts via union; they don't work on big endian systems
8716         (possible fix for bug #861138)
8717
8718 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8719
8720         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8721         * src/mcs51/main.c: fixed the fix for bug #737001
8722
8723 2003-12-15  Borut Razem <borut.razem AT siol.net>
8724
8725         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8726
8727 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8728
8729         * support/makebin/makebin.c: put output in binary mode
8730
8731 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8732
8733         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8734         xdata and data memory on startup. Set the environment variable
8735         SDCC_NOGENRAMCLEAR to disable this.
8736         * src/mcs51/peephole.def,
8737         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8738         (allows non-interrupt and interrupt code to safely compete for a resource
8739         without the non-interrupt code having to disable interrupts)
8740
8741 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8742
8743         * src/SDCCicode.c (geniCodeAdd),
8744         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8745         with valFromType if type might be a pointer and host is big endian).
8746         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8747         types, not just integer types.
8748         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8749         multiply defined with mismatching "at" address.
8750
8751 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8752
8753         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8754         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8755         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8756         with embedded nulls (fixed bug #753752)
8757
8758 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8759
8760         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8761         Apparently this did not see much testing (endless loop)
8762
8763 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8764
8765         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8766
8767 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8768
8769         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8770         gracefully handle NULL memmap pointers
8771
8772 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8773
8774         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8775         instead of deleting the iCode when an operand is volatile
8776         * src/z80/gen.c (genDummyRead),
8777         * src/mcs51/gen.c (genDummyRead),
8778         * src/ds390/gen.c (genDummyRead),
8779         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8780         not just IC_RIGHT
8781         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8782         * src/SDCC.y: fixed bug #850420
8783
8784 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8785
8786         Applied z80 i/o port patch from Peter Townson and fixed some operators
8787         to better handle operands in A register.
8788         * device/include/z180.h
8789         * src/SDCC.y
8790         * src/SDCCglue.c
8791         * src/z80/gen.c
8792         * src/z80/gen.h
8793         * src/z80/main.c
8794         * src/z80/peeph-z80.def
8795         * src/z80/peeph.def
8796         * src/z80/z80.h
8797
8798 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8799
8800         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8801
8802 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8803
8804         * device/lib/hc08/_mullong.c: Removed extra #endif
8805
8806 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8807
8808         * sim/ucsim/hc08.src/inst.cc,
8809         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8810         carries from x to h
8811         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8812         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8813         * device/include/stdarg.h: fixed varargs for hc08
8814         * device/lib/Makefile.in,
8815         * device/lib/hc08/Makefile,
8816         * device/lib/hc08/_mulint.c,
8817         * device/lib/hc08/_mullong.c: fixed some endian problems
8818
8819 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8820
8821         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8822         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8823         * device/lib/_gptrget.c,
8824         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8825
8826 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8827
8828         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8829         * src/SDCCast.c (astErrors): fixed bug #846007
8830         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8831
8832 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8833
8834         * src/SDCCast.c (decorateType): disabled a transformation I added in
8835         revision 1.188 (access to fields of a structure at an absolute address);
8836         it breaks with bitfields, extern declarations, and gcse analysis.
8837         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8838         could be assigned through a pointer, so don't complain.
8839         * src/SDCCast.c (astErrors),
8840         * src/SDCCast.h,
8841         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8842
8843 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8844
8845         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8846         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8847         output of __config directives, since gpasm now supports them
8848         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8849         pre-processor macro, i.e. -DMCU=p18f452
8850         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8851         and modified to handle 'cast' icode similarly to '=' icode
8852         * src/pic16/device.h (typedef struct PIC_device): added field
8853         'extMIface' to indicate that chip has external memory interface
8854         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8855         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8856         18F8720
8857
8858 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8859
8860         * src/SDCC.y (pointer): fixed bug #846006
8861         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8862         * src/SDCCast.c (decorateType): fixed bug #846009
8863         * src/ds390/peeph.def,
8864         * src/ds390/gen.c (genAnd, genOr),
8865         * src/mcs51/peeph.def,
8866         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8867
8868 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8869
8870         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8871         * src/SDCCdflow.c
8872         * src/SDCCcse.c
8873         * src/SDCCcse.h
8874         * src/SDCCBBlock.h
8875         * src/SDCCBBlock.c
8876
8877 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8878
8879         fixed bug #845089
8880         * src/SDCCbitv.h,
8881         * src/SDCCbitv.c: added function to free a bitvector
8882         * src/SDCClrange.h,
8883         * src/SDCClrange.c: added function to recompute the liveranges
8884         * src/avr/ralloc.c,
8885         * src/ds390/ralloc.c,
8886         * src/hc08/ralloc.c,
8887         * src/mcs51/ralloc.c,
8888         * src/pic/ralloc.c,
8889         * src/pic16/ralloc.c,
8890         * src/xa51/ralloc.c,
8891         * src/z80/ralloc.c: recompute the liveranges after register packing
8892
8893 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8894
8895         * src/SDCCloop.c (newInduction): fixed bug #845630
8896
8897 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8900         inadvertantly left behind from my 2003-11-12 change
8901
8902 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8903
8904         Updated headers I neglected to commit yesterday.
8905         * src/SDCClrange.h,
8906         * src/SDCCicode.h
8907
8908 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8909
8910         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8911         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8912         * src/SDCCopt.c (eBBlockFromiCode),
8913         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8914         the creation of the key hash table from the sequencing so it can be used
8915         earlier (for some GCSE bug fixes still pending)
8916
8917 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8918
8919         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8920         * support/regression/tests/addsub.c: testing genPlus shortcut
8921
8922 2003-11-15  Borut Razem <borut.razem AT siol.net>
8923
8924         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8925
8926 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8927
8928         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8929         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8930         ordering is immaterial.
8931         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8932
8933 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8934
8935         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8936         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8937         (SIGSEV) of bug #840381
8938         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8939         unlink new file before rename if new and old filenames are the same)
8940
8941 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8942
8943         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8944         uninitialized variables) for the mcs51. Set environment variable
8945         SDCC_GENRAMCLEAR to test.
8946         xdata initialization slightly shorter
8947
8948 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8949
8950         * src/SDCCsymt.h,
8951         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8952         #838241 & 780691 (basicly the same bug)
8953         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8954         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8955
8956 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8957
8958         * src/SDCCmain.c (linkEdit): "fix" #834252
8959
8960 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8961
8962         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8963         * src/SDCCast.h,
8964         * src/SDCC.y: fixed bug #819403
8965
8966 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8967
8968         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8969         the reentrant attribute.
8970         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8971         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8972         simulation
8973         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8974         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8975         erroneously reduced to a literal.
8976         * src/hc08/ralloc.c (packRegisters, rematStr),
8977         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8978         some cases
8979
8980 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8981
8982         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8983         * doc/sdccman.lyx: changed from 'article' to 'book'
8984         * doc/Makefile: readded test_suite_spec and cdbfileformat
8985
8986 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8987
8988         * device/include/stdlib.h: include malloc.h to comply with ANSI
8989         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8990
8991 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8992
8993         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8994         * doc/clean.mk: also remove *.out files
8995         * doc/sdccman.lyx: some additions, larger top/bottom margins
8996
8997 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8998
8999         * src/SDCC.y: fixed bug #837365
9000         * support/regression/tests/bitopcse.c
9001         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
9002         a symbol (might be valop instead)
9003         * device/lib/Makefile.in: added errno.c to HC08SOURCES
9004         * device/lib/clean.mk: added hc08 to the cleaning list
9005
9006 2003-11-04  Borut Razem <borut.razem AT siol.net>
9007
9008         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
9009           made 2003-11-04
9010         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9011           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
9012           malloc is declared in standard stdlib.h
9013
9014 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9015
9016         * device/lib/hc08/Makefile: need to clean .rel not .o files
9017         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
9018
9019 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9020
9021         * src/port.h,
9022         * src/hc08/main.c,
9023         * src/mcs51/main.c,
9024         * src/ds390/main.c,
9025         * src/z80/main.c,
9026         * src/avr/main.c,
9027         * src/pic/main.c,
9028         * src/pic16/main.c,
9029         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
9030         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
9031         tests (which uses the port's oclsExpense function)
9032         * src/SDCC.y,
9033         * src/SDCCast.c,
9034         * src/SDCCicode.c,
9035         * src/hc08/gen.c,
9036         * src/ds390/gen.c,
9037         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
9038
9039 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9040
9041         * src/SDCCcse.c (ifxOptimize),
9042         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
9043         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
9044         deleting the IFX iCode.
9045         * src/hc08/ralloc.c: reduced unneeded slocs
9046         * src/hc08/gen.c: fixed bug in asmopToBoolean
9047
9048 2003-11-04  Borut Razem <borut.razem AT siol.net>
9049
9050         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
9051           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
9052           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
9053           transferred to configure
9054
9055 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
9056
9057         Use headers defined in the C[++] standards:
9058         * sim/ucsim/gui.src/serio.src/fileio.cc
9059         * sim/ucsim/gui.src/serio.src/frontend.cc
9060         * sim/ucsim/gui.src/serio.src/main.cc
9061         * sim/ucsim/gui.src/serio.src/posix_signal.cc
9062         * support/Util/NewAlloc.c
9063         * as/hc08/lklibr.c
9064         * as/mcs51/lklibr.c
9065         * as/z80/aslist.c
9066         * as/z80/assym.c
9067
9068 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9069
9070         * Added MSVC projects for hc08 assembler and linker:
9071         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
9072         /as/hc08/link_hc08.dsp
9073
9074 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
9075
9076         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
9077
9078 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
9079
9080         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
9081
9082 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9083
9084         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
9085
9086 2003-10-31  Borut Razem <borut.razem AT siol.net>
9087
9088         * support/cpp2/cpplib.h,
9089           support/cpp2/cpplib.c,
9090           support/cpp2/cpplex.c,
9091           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
9092           to switch _asm block preprocessing on / off. Default is
9093           #pragma preproc_asm +
9094
9095 2003-10-31  Borut Razem <borut.razem AT siol.net>
9096
9097         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
9098           when outputting comment blocks (when executed with -C option) and
9099           _asm (SDCPP specific) blocks
9100
9101 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9102
9103         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
9104
9105 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
9106
9107         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
9108
9109 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
9110
9111         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
9112         * src/SDCCast.c (decorateType): fixed bug #832664
9113
9114 2003-10-31  Borut Razem <borut.razem AT siol.net>
9115
9116         * support/cpp2/cpplex.c: fixed for SDCPP:
9117           comments(when executed with -C option) and _asm blocks
9118           were included even if they where in skipped #if block.
9119           Applied solution from GCC cpp 3.3.2
9120
9121 2003-10-31  Borut Razem <borut.razem AT siol.net>
9122
9123         * src/SDCC.lex: sdcc now understands both formats:
9124           '# <line_number> <file_name>' and
9125           '#line <line_number> <file_name>'
9126         * support/cpp2/cppmain.c: sdcpp now generates the standard
9127           '# <line_number> <file_name>' instead of former
9128           '#line <line_number> <file_name>'
9129
9130 2003-10-30  Borut Razem <borut.razem AT siol.net>
9131
9132         * support/cpp2/cpphash.h,
9133         * support/cpp2/cpplib.h
9134         * support/cpp2/cpplex.c,
9135         * support/cpp2/cppmain.c,
9136         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
9137
9138 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9139
9140         Fixed a number of problems revealed by bug #827883.
9141         * src/SDCCloop.c (loopInvariants): Spill location of the
9142         result operand should be recomputed if extracted from
9143         a loop. Also, don't extract assignments of an iTemp
9144         from a literal.
9145         * src/SDCCast.c (isConformingBody): loop reversal should
9146         not occur if the control variable is involved with a
9147         relational operator.
9148
9149 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
9150
9151         * .version: bumped to 2.3.6 to reflect the big improvements
9152         made by Erik and Klaus. Thanks!
9153
9154 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
9155
9156         Replaced the livrange code.
9157         * src/SDCClrange.c: added new LR code
9158         * src/SDCCloop.c,
9159         * src/SDCCBBlock.h: removed remainig parts from old LR code
9160         * src/ds390/ralloc.c,
9161         * src/ds390/gen.c: minor fixes to make it work with new code
9162
9163 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9164
9165         * as/hc08/asm.h,
9166         * as/hc08/lkrloc.c,
9167         * src/hc08/gen.c,
9168         * src/hc08/ralloc.c: Fix various warnings related to the hc08
9169         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
9170         (tweaked fix for bug #818696)
9171
9172 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9173
9174         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
9175
9176 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9177
9178         * src/SDCCmain.c,
9179         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
9180         * src/mcs51/gen.c (gencjneshort),
9181         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
9182         more efficient (per Scott Bronson's suggestion)
9183
9184 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9185
9186         Extended the semantics of the critical keyword to include
9187         individual statements. See RFE #827755 and #799831
9188         * src/SDCC.y
9189         * src/SDCCicode.c
9190         * src/SDCCopt.c
9191         * src/SDCCast.c
9192         * support/Util/SDCCerr.c
9193         * support/Util/SDCCerr.h
9194         * src/mcs51/gen.c
9195         * src/ds390/gen.c
9196         * src/hc08/gen.c
9197
9198 2003-10-19  Borut Razem <borut.razem AT siol.net>
9199
9200         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9201
9202 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9203
9204         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9205         Fixed bug #818696
9206         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9207         and predecrement operand is displayed
9208
9209 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9210
9211         * src/SDCCval.c (valMinus): fixed bug #826041
9212
9213 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9214
9215         Some hc08 related updates that I missed earlier
9216         * sim/ucsim/stypes.h
9217         * support/regression/ports/hc08/spec.mk
9218
9219 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9220
9221         New target "hc08" for the Motorola 68hc08 family of micros
9222
9223         * configure
9224         * configure.in
9225         * Makefile
9226         * src/hc08/*
9227         * src/SDCCmain.c
9228         * src/port.h
9229         * sim/ucsim/hc08.src/*
9230         * sim/ucsim/configure.in
9231         * src/ucsim/configure
9232         * sim/ucsim/packages_in.mk
9233         * as/hc08/*
9234         * as/Makefile
9235         * device/include/mc68hc908qy.h
9236         * device/lib/hc08/*
9237         * device/lib/Makefile.in
9238         * support/regression/ports/hc08/*
9239         * support/regression/Makefile
9240
9241 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9242
9243         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9244         regression test
9245         * src/ds390/gen.c (genCast): fixed bug #821957
9246
9247 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9248
9249         * device/lib/logf.c: "fixed" overlay bug
9250         * support/regression/ports/host/spec.mk: added m library
9251         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9252         * support/regression/tests/float_trans: added (for Eric)
9253
9254 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9255
9256         * src/mcs51/gen.c (genCpl): fixed bug
9257         http://sf.net/mailarchive/message.php?msg_id=6263915
9258
9259 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9260
9261         * src/SDCCast.c (decorateType): added extended constant folding
9262         * src/SDCCsymt.c (computeType): cleanup
9263         * src/SDCCval.c (valShift): minor optimization
9264         * support/regression/tests/ast_constant_folding.c: added
9265
9266 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9267
9268         * src/SDCCmain.c: removed some unintended changes
9269
9270 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9271
9272         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9273         * src/z80/gen.c: fixed part of bug #817589
9274         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9275
9276 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9277
9278         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9279         * src/SDCCcflow.c
9280         * src/SDCCcse.c
9281         * src/SDCCdflow.c
9282         * src/SDCClabel.c
9283         * src/SDCClrange.c
9284         * src/SDCCmem.c
9285         * src/SDCCopt.c
9286         * src/SDCCpeeph.c
9287         * src/SDCCset.c
9288         * src/avr/ralloc.c
9289         * src/ds390/ralloc.c
9290         * src/izt/ralloc.c
9291         * src/mcs51/ralloc.c
9292         * src/pic/ralloc.c
9293         * src/pic16/ralloc.c
9294         * src/xa51/ralloc.c
9295         * src/z80/ralloc.c
9296         * src/z80/gen.c: removed unused label "release:"
9297
9298 2003-10-06  Borut Razem <borut.razem AT siol.net>
9299
9300         * src/SDCC.lex: removed definition of unused variables
9301           save_optimize and save_options
9302
9303 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9304
9305         * clean.mk: removed '=' in "-maxdepth=1"
9306         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9307         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9308
9309 2003-10-06  Borut Razem <borut.razem AT siol.net>
9310
9311         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9312           my_unput() replaced by unput()
9313
9314 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9315
9316         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9317         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9318         type-punned pointer will break strict-aliasing rules"
9319         Old LR behaviour is again default; Klaus' LR can be choosen by
9320         defining the environment variable LRKLAUS
9321         * src/SDCCBBlock.h
9322         * src/SDCCloop.c
9323         * src/SDCClrange.c
9324         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9325         * clean.mk: fixed removal of files in bin/CVS/
9326         * device/lib/clean.mk: fixed removal of directories small and large
9327         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9328         * src/SDCCicode.c,
9329         * src/SDCCval.c: removed superflous test for pedantic
9330
9331 2003-10-05  Borut Razem <borut.razem AT siol.net>
9332
9333         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9334           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9335           message "unmatched #pragma SAVE and #pragma RESTORE"
9336
9337 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9338
9339         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9340           assembly, critical functions, atomic, nojtbound)
9341
9342 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9343
9344         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9345         * src/SDCCBBlock.h
9346         * src/SDCCloop.c
9347         * src/SDCCloop.h
9348         * src/SDCClrange.c
9349
9350 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9351
9352         * src/z80/gen.h,
9353         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9354         * src/mcs51/gen.h
9355         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9356         * src/ds390/gen.h
9357         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9358         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9359         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9360
9361 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9362
9363         * src/z80/gen.c (genRet): fixed bug #524753
9364         * src/z80/gen.c (genCast): fixed internal error on cast from
9365         pointer to long
9366         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9367         fix for bug #477835 to the z80
9368         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9369         for tracking iCodes in the peephole optimizer for z80
9370
9371 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9372
9373         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9374         the other part of bug #814548
9375         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9376
9377 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9378
9379         * src/SDCCcse.c: fixed part of bug #814548
9380
9381 2003-09-28  Borut Razem <borut.razem AT siol.net>
9382
9383         * src/asm.c: rewrite of printILine() to use temporary file instead
9384           a pipe
9385         * src/xa51/main.c: commented out declaration of int rewinds
9386
9387 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9388
9389         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9390
9391 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9392
9393         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9394         * src/asm.c (printILine): Fixed bug #811015
9395
9396 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9397
9398         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9399         freeing.
9400
9401 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9402
9403         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9404         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9405         to correctly handle general case of AOP_PAIRPTR
9406         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9407
9408 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9409
9410         * src/mcs51/ralloc.c (fillGaps),
9411         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9412         register positioning bug)
9413
9414 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9415
9416         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9417
9418 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9419
9420         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9421         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9422         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9423         (ralloc doesn't intentionally do this now, but perhaps later)
9424         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9425         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9426         register positioning bugs (Fixed bug #762602 and #795325)
9427         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9428         (Fixed bug #808779)
9429         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9430         lines that --i-code-in-asm generates
9431
9432 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9433
9434         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9435         trying to fclose a FILE* that was already closed.
9436
9437 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9438
9439         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9440         of const struct should be treated as if const themselves)
9441
9442 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9443
9444         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9445
9446 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9447
9448         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9449         Unix (/n) and DOS (/r/n) line terminations.
9450
9451 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9452
9453         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9454         bug #613775
9455
9456 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9457
9458         * src/mcs51/gen.c (genFunction, genEndFunction),
9459         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9460         and restore of EA so that stack offsets to parameters are
9461         correct when using both critical and reentrant/stack-auto.
9462         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9463         size (can be triggered in error if sloc is shared between
9464         different sized objects)
9465         * device/include/float.h: fixed macros to explicitly use
9466         unsigned long where needed
9467
9468 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9469
9470         Feature req. 799831: added code to allow nesting of critical functions
9471         * src/mcs51/gen.c (genFunction, genEndFunction)
9472         * src/ds390/gen.c (genFunction, genEndFunction)
9473
9474 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9475
9476         * src/SDCCsymt.c (sclsFromPtr),
9477         * src/SDCCsymt.h,
9478         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9479         support for standard C idiom of memory mapped variables; for
9480         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9481         to xdata int at 0x1234 tempvar = 1.
9482         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9483         provided by Akiya ISHIDA
9484
9485 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9486
9487         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9488         * src/SDCCval.c (constVal): added reduction from int to char
9489         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9490         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9491         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9492         to ignore the sign
9493         * support/regression/tests/shifts.c: fixed
9494
9495 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9496
9497         * src/z80/gen.c (genXor): Fixed bug #805445
9498
9499 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9500
9501         Fixed bug #621531 (const & volatile confusion in the type chain).
9502         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9503         refer to the const or volatile state of the pointer itself.
9504
9505         * src/SDCCast.c
9506         * src/SDCCglue.c
9507         * src/SDCCicode.c
9508         * src/SDCCsymt.c
9509         * src/SDCCval.c
9510         * src/SDCC.y
9511         * src/SDCCsymt.h
9512         * src/pic/gen.c
9513         * src/pic/ralloc.c
9514         * src/pic16/gen.c
9515         * src/pic16/ralloc.c
9516         * support/regression/tests/const.c
9517
9518 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9519
9520         When checking for duplicated modules, use absolute paths
9521         instead of relative paths.  Files changed:
9522
9523         * as/mcs51/lklib.c
9524         * link/z80/lklib.c
9525
9526 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9527
9528         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9529
9530 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9531
9532         * device/include/string.h: added size_t typedef, changed
9533         prototypes to use size_t, eliminated separate reentrant and
9534         non-reentrant declarations, added _memmove declaration
9535         * device/lib/_memcpy.c: changed to use size_t instead of int,
9536         changed /4 to >>2 to avoid division library call
9537         * device/lib/_memcmp.c,
9538         * device/lib/_memset.c,
9539         * device/lib/_strncat.c,
9540         * device/lib/_strncpy.c,
9541         * device/lib/_strncmp.c: changed to use size_t instead of int
9542         * device/lib/_memmove.c: new file (fixed bug #772294)
9543         * device/lib/Makefile.in: added _memmove.c
9544         * device/lib/z80/asm_strings.s: fixed bug #772290
9545         * support/regression/tests/bitfields.c: attempt to fix host assertion
9546         failure on amd64-unknown-linux2.2
9547
9548 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9549
9550         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9551         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9552         * as/z80/asmain.c (main): fixed bug #801766
9553
9554 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9555
9556         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9557         compilers
9558
9559 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9560
9561         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9562         reported in bug #800609
9563
9564 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9565
9566         * Top header beautifications in src/pic16 directory:
9567           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9568           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9569           pcoderegs.h, ralloc.c, ralloc.h
9570         * main.c: added top header and GPL license notice
9571         * pcode.c: fixed the if-conditional warning
9572
9573 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9574
9575         * device/lib/_mullong.c: replaced int by short for gcc
9576
9577 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9578
9579         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9580         and JUMPTABLE iCodes properly now (worked by accident before)
9581         * src/mcs51/gen.c (leftRightUseAcc),
9582         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9583         iCode properly now. Use getSize instead of nRegs since a & b
9584         aren't part of the nRegs tally.
9585
9586 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9587
9588         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9589         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9590           before instructions that use the _STATUS register
9591
9592 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9593
9594         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9595         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9596         fetching of the pointer
9597         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9598         copied from genNearPointerSet()
9599         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9600         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9601         If they pop r0/r1 they must be called in the opposite order than aopOp().
9602         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9603         (resp. --stack-auto), prepared for --xstack
9604
9605 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9606
9607         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9608
9609 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9610
9611         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9612         these ports have their own __sdcc_external_start()
9613
9614 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9615
9616         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9617         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9618         type for bits was changed. It resulted in bit variables becoming
9619         global, which is not permitted in PIC 14 assembly output.
9620
9621 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9622
9623         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9624
9625 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9626
9627         Z80 and MCS51 linkers complaint if a public symbol is defined
9628         in more than one library module:
9629
9630         * as/mcs51/lklib.c
9631         * link/z80/lklib.c
9632         * as/mcs51/Makefile.in
9633
9634 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9635
9636         A few small changes that speed up the peephole optimizer.
9637
9638         * src/SDCCpeeph.c
9639
9640 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9641
9642         Try to make the peephole optimizer smarter by maintaining
9643         an association between the assembly source code and the
9644         iCodes that originated them. Put this information to use
9645         with a new peephole rule condition "notVolatile" so that
9646         the rules can be aggressive yet still safe.
9647
9648         * src/SDCCpeeph.c
9649         * src/SDCCpeeph.h
9650         * src/mcs51/gen.c
9651         * src/mcs51/peeph.def
9652
9653 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9654
9655         Fixed bug #741761
9656
9657         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9658         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9659         if the left or right operand symbols have the accuse flag set.
9660
9661 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9662
9663         Changed the type of the result of the ! (NOT) operator to char;
9664         previously it returned the same type as the source. This allows
9665         us to eliminate all the genFloatNot functions (all of its target
9666         implementations were very buggy) since !float can use the same
9667         code as !long now.
9668
9669         * src/SDCCicode.c (ast2iCode): ! returns char
9670         * src/mcs51/gen.c (genNot, genNotFloat),
9671         * src/ds390/gen.c (genNot, genNotFloat),
9672         * src/z80/gen.c (genNot, genNotFloat),
9673         * src/pic/gen.c (genNot, genNotFloat),
9674         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9675
9676 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9677
9678         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9679         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9680            during interrupts. Ensure WSAVE is located at a shared bank address.
9681         2. Fixed page selection in some places
9682         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9683            the registers name strings.
9684         4. Fixed "signed / unsigned compare" compiler warnings.
9685         5. The PIC port manages its own allocation of the general purpose
9686            registers, but makes no attempt to reuse them. As a result when
9687            compiling it soon runs out of general purpose registers. Some
9688            additional code was added to the files pcode.c and device.c to walk
9689            through the function call tree and rename the registers so that they
9690            get reused.
9691
9692         * src/pic/device.c
9693         * src/pic/gen.c
9694         * src/pic/glue.c
9695         * src/pic/pcode.c
9696         * src/pic/pcode.h
9697         * src/pic/ralloc.c
9698         * src/pic/ralloc.h
9699         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9700         genPlus() & genMinus() when the result is the same as left or right
9701
9702 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9703
9704         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9705
9706 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9707
9708         Made bitfield a distinct type from bit so that bitfields
9709         convert as per ANSI C and bits retain their traditional
9710         boolean style behaviour. Implemented bitfield support in
9711         the z80 port.
9712
9713         * src/SDCCsymt.h,
9714         * src/SDCCsymt.c,
9715         * src/SDCCast.c,
9716         * src/cdbFile.c,
9717         * src/mcs51/gen.c,
9718         * src/ds390/gen.c: bit v bitfield split
9719         * src/z80/gen.c: New support for bitfields
9720         * support/regression/tests/bitfields.c: reenabled z80,
9721         added more tests
9722
9723 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9724
9725         Rules 246.x, 247.x relate to bitfields, the others speed up
9726         access to xdata mapped I/O devices.
9727
9728         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9729
9730 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9731
9732         Cleaned up genPackBits and genUnpackBits and added two helper
9733         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9734         for literal assignments in genPackBits (thanks to Frieder for
9735         reminding me).
9736
9737         * src/mcs51/gen.c
9738         * src/ds390/gen.c
9739
9740 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9741
9742         Fixed bug #748310 (pointer to function type mishandled when the
9743         function name is omitted). Also fixed a SIGSEGV when a function
9744         attribute (reentrant, etc) is used on a non-function or on a
9745         function but misplaced before the parameter list.
9746
9747         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9748         bug #748310
9749         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9750         * support/Util/SDCCerr.h,
9751         * support/Util/SDCCerr.c: Added func attr misuse error msg
9752
9753 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9754
9755         Fixed bug #787649 by anonymous
9756         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9757         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9758
9759 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9760
9761         Fixed numerous bitfield problems.
9762
9763         * src/SDCC.y: More bitfield related error checking
9764         * src/SDCCsymt.h,
9765         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9766         * support/Util/SDCCerr.h,
9767         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9768         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9769         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9770         * support/regression/tests/bitfields.c: tests added
9771
9772 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9773
9774         Made the constant following the "interrupt" keyword optional. If
9775         omitted, the function will not automatically be given an entry
9776         in the interrupt vector table (similar to #pragma NOIV, but
9777         less syntacticly kludgy). The interrupt number is also now
9778         range checked. Also fixed a bug in the high order bit example
9779         in the manual.
9780
9781         * src/SDCC.y
9782         * src/SDCCmem.c
9783         * src/SDCCglue.c
9784         * src/SDCCsymt.h
9785         * support/Util/SDCCerr.c
9786         * support/Util/SDCCerr.h
9787         * doc/sdccman.lyx
9788
9789 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9790
9791         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9792         * src/SDCCicode.c (operandOperation): rewritten some ops
9793         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9794         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9795         other type
9796         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9797         be re-activated by defining REDUCE_LITERALS)
9798         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9799         unsigned, but are signed by default
9800         * src/SDCCval.c (constVal): rearranged
9801         * src/SDCCval.c (valMod): preliminary fix
9802         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9803         * support/regression/literalop.c: added, work in progress
9804
9805 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9806
9807         Generate warnings for useless declarations like "char data;"
9808         that don't do what new users expect.
9809
9810         * src/SDCC.y
9811         * support/Util/SDCCerr.h
9812         * support/Util/SDCCerr.c
9813
9814 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9815
9816         * src/SDCCval.c (valMult): fix overflow detection of negative int
9817
9818 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9819
9820         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9821
9822         Changes to support big endian targets:
9823
9824         * src/ports.h
9825         * src/SDCCglue.c
9826         * src/avr/main.c
9827         * src/ds390/main.c
9828         * src/izt/i186.c
9829         * src/mcs51/main.c
9830         * src/pic/main.c
9831         * src/pic16/main.c
9832         * src/xa51/main.c
9833         * src/z80/main.c
9834
9835 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9836
9837         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9838         * device/lib/time.c: fixed warning "integer overflow in expression"
9839
9840 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9841
9842         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9843         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9844         constants are unsigned; added recognition of "u" flag for unsigned
9845         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9846         * src/SDCCval.c (valDiv, valMod): fixed signdness
9847         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9848         signedness of modulo, left and right shift
9849         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9850         * support/Util/SDCCerr.h: added warning W_INT_OVL
9851         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9852         * src/SDCCast.c (ast_print): improved output of constants
9853
9854 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9855
9856         Fixed some warnings when building with MSVC:
9857
9858         * as/mcs51/asdata.c
9859         * as/z80/asdata.c
9860         * as/mcs51/asm.h
9861         * as/z80/asm.h
9862         * link/z80/aslink.h
9863         * link/z80/lkdata.c
9864         * link/z80/lkeval.c
9865         * link/z80/lkgb.c
9866         * link/z80/lkihx.c
9867         * link/z80/lks19.c
9868         * link/z80/lksym.c
9869         * support/cpp2/cpplib.c
9870         * src/ds390/gen.c
9871         * src/mcs51/gen.c
9872
9873 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9874
9875         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9876
9877 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9878
9879         * support/librarian/clean.mk: Do not remove Makefile.
9880         * support/librarian/Makefile: added.
9881
9882 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9883
9884         Added librarian to MSVC build:
9885         * all.dsp
9886         * sdcc.dsw
9887         * support/librarian/librarian.dsp
9888
9889         'configure' not needed for librarian, removed:
9890         * support/librarian/configure
9891         * support/librarian/configure.in
9892         * support/librarian/config_in.h
9893         * support/librarian/Makefile.in
9894
9895         Hopefully these ones built the librarian and the rest of sdcc properly:
9896         * Makefile
9897         * Makefile.common.in
9898
9899         Messed up 'configure', so revert to previous version:
9900         * configure
9901         * configure.in
9902
9903 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9904
9905         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9906         there, while the mantissa of a double is "only" 53 bits wide.
9907
9908 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9909
9910         Adding sdcclib to the build.  MSVC project coming soon.
9911         Files added/changed:
9912
9913         * support/librarian/clean.mk
9914         * support/librarian/configure
9915         * support/librarian/configure.in
9916         * support/librarian/config_in.h
9917         * support/librarian/Makefile.bcc
9918         * support/librarian/Makefile.in
9919         * support/librarian/sdcclib.c
9920         * Makefile.bcc
9921         * Makefile
9922         * Makefile.common.in
9923         * configure
9924         * configure.in
9925
9926 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9927
9928         Linker now complaints if linked modules have conflicting options, for
9929         example, one compiled using --model-large and another one compiled with
9930         --model-small.  The following files were modified:
9931
9932         * as/mcs51/asdata.c
9933         * as/mcs51/aslink.h
9934         * as/mcs51/asm.h
9935         * as/mcs51/asmain.c
9936         * as/mcs51/asout.c
9937         * as/mcs51/i51pst.c
9938         * as/mcs51/lkdata.c
9939         * as/mcs51/lklibr.c
9940         * as/mcs51/lkmain.c
9941         * as/z80/asdata.c
9942         * as/z80/asm.h
9943         * as/z80/asmain.c
9944         * as/z80/asout.c
9945         * as/z80/z80pst.c
9946         * link/z80/aslink.h
9947         * link/z80/lkdata.c
9948         * link/z80/lklibr.c
9949         * link/z80/lkmain.c
9950         * src/SDCCglue.c
9951
9952 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9953
9954         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9955         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9956
9957 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9958
9959         * src/z80/mappings.i: fix _mul[us][int,long] entries
9960
9961 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9962
9963         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9964
9965 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9966
9967         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9968         * support/regression/tests/bitopcse.c: added
9969         fixed warning:
9970         * src/avr/gen.c:
9971         * src/pic/gen.c:
9972         * src/pic16/gen.c:
9973         * src/z80/gen.c:
9974         * src/xa51/gen.c:
9975
9976 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9977
9978         added support for new library format to z80, gbz80 linkers:
9979         *link/z80/aslink.h
9980         *link/z80/lklex.c
9981         *link/z80/lklib.c
9982         *link/z80/lklist.c
9983
9984 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9987         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9988
9989 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9990
9991         added DUMMY_READ_VOLATILE:
9992         * src/SDCC.y:
9993         * src/avr/gen.c:
9994         * src/xa51/gen.c:
9995         * src/z80/gen.c:
9996         * src/pic/gen.c:
9997         * src/pic16/gen.c:
9998         * src/mcs51/gen.c:
9999         * src/ds390/gen.c:
10000         * src/SDCCcse.c (algebraicOpts): many improvements
10001         * src/SDCCcse.h: removed algebraicOpts()
10002         * src/SDCCicode.c (picDummyRead): added
10003
10004 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10005
10006         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
10007         "Insufficient space in data memory".
10008
10009 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10010
10011         * src/mcs51/gen.c: fixed bug #771358
10012         * src/z80/gen.c: fixed bug #759087
10013
10014 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
10015
10016         * src/pic16/glue.c: minor cleanup by Vangelis
10017
10018 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10019
10020         * device/include/regc515c.h: fixed #758477
10021         * device/lib/_gptrget.c: saving some cycles in generic pointer get
10022         * device/lib/_gptrput.c: saved a few bytes
10023         * my tab spacing is 8, yours too?)
10024         * device/lib/_ser.c: process RX bytes earlier than TX bytes
10025         * device/lib/serial.c: process RX bytes earlier than TX bytes
10026         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
10027
10028 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
10029
10030         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
10031
10032 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10033
10034     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
10035
10036 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
10037
10038         * device/lib/Makefile.in: bad fix, reverted to 1.43
10039
10040 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
10041
10042         * device/lib/Makefile.in: added missing z80 object files
10043
10044 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
10045
10046         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
10047         pic16 progress by Vangelis:
10048         * src/SDCCglobl.h:
10049         * src/SDCCmain.c:
10050         * src/pic/Makefile:
10051         * src/pic:
10052         * pic/Makefile:
10053         * pic16/device.c:
10054         * pic16/device.h:
10055         * pic16/gen.c:
10056         * pic16/gen.h:
10057         * pic16/genarith.c:
10058         * pic16/glue.c:
10059         * pic16/main.c:
10060         * pic16/pcode.c:
10061         * pic16/pcode.h:
10062         * pic16/pcodepeep.c:
10063         * pic16/peeph.def:
10064
10065 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10066
10067     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
10068
10069 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10070
10071     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
10072     added gbz80 build to MSVC project.
10073     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
10074     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
10075     from 8051 stuff and setup so it links using a .lnk file.
10076
10077 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10078
10079     * support/librarian/sdcclib.c: sdcc librarian.
10080     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
10081     with sdcclib.
10082
10083 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10084
10085     * as/mcs51/lkmain.c: properly handle extensions in function afile.
10086
10087 2003-07-02  Borut Razem <borut.razem AT siol.net>
10088
10089         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
10090         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
10091         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
10092         src/xa51/main.c, src/z80/main.c:
10093         virtualization of glue() function: each port has it's own glue function,
10094         which is accessed by do_glue function pointer in PORT.general structure
10095
10096 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
10097
10098         * DS800C400 fun, improved ROM interface and tinibios.
10099
10100 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
10101
10102         * More support for DS80C400. Now includes beginning of interface to ROM.
10103
10104 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
10105
10106         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
10107
10108 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10109
10110         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
10111
10112 2003-06-19  Borut Razem <borut.razem AT siol.net>
10113
10114         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
10115
10116 2003-06-19  Borut Razem <borut.razem AT siol.net>
10117
10118         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
10119         fixed Z80 port - crt0.o: cannot open.
10120
10121 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
10122
10123         * support/Util/MySystem.c (merge_command): revert bad fix
10124
10125 2003-06-18  Borut Razem <borut.razem AT siol.net>
10126
10127         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
10128
10129 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10130
10131         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10132         option --use-stdout sends errors to stdout instead of stderr.
10133
10134 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
10135
10136         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
10137
10138 2003-06-15  Borut Razem <borut.razem AT siol.net>
10139
10140         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
10141         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
10142         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
10143         fixed width array of pointers replaced with sets;
10144         multiple include and lib paths ared transferred to preprocessor and linker
10145         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
10146         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
10147         fixed width array of pointers
10148         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
10149         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
10150         fixupPath(), getPathDifference()
10151         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
10152         fixed width array of pointers
10153
10154 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
10155
10156         * src/pic16/ralloc.c: fix warnings
10157         * src/pic16/pcode.c: fix warning
10158
10159 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
10160
10161          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
10162         know all the details, but essentially this set of changes enable
10163         the pic16 port to generate movff instructions and generate assembler
10164         directives,
10165         * src/SDCCmain.c:
10166         * src/pic16/gen.c:
10167         * src/pic16/glue.c:
10168         * src/pic16/pcode.c:
10169         * src/pic16/device.c:
10170         * src/pic16/main.c:
10171         * src/pic16/pcode.h:
10172         * src/pic16/pcoderegs.c:
10173         * src/pic16/ralloc.c:
10174         * src/pic16/ralloc.h:
10175
10176 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10177
10178         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
10179         added option --vc, so sdcc errors and warnings are compatible with
10180         Microsoft Visual Studio.
10181
10182 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10183
10184         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
10185           device/lib/libfloat.lib: added atof function.
10186
10187 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
10188
10189         * doc/sdccman.lyx: updated to Lyx 1.3
10190         * doc/cdbfileformat.lyx: updated to Lyx 1.3
10191         * doc/test_suite_spec.lyx: updated to Lyx 1.3
10192         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
10193
10194 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
10195
10196         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10197
10198 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10199
10200         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10201           additions to the "related tools/documentation" section
10202
10203 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10204
10205         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10206
10207 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10208
10209         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10210         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10211
10212 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10213
10214         * doc/sdccman.lyx: fix double dash and other minor things
10215         * doc/Makefile: fix double dash
10216
10217 2003-05-28  Karl Bongers(patches from Martin Helmling)
10218         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10219           condition and ignore commands.
10220
10221 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10222
10223         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10224           is in parts still quite out of date, I did changes as far as I felt makes sense
10225           for a non-native english speaker.
10226           Please feel free to add to the manual or to correct my changes.
10227         * doc/Makefile: undid touching the date of intermediate tex files.
10228
10229 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10230
10231         * doc/sdccman.lyx: Manual has an index now
10232
10233 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10234
10235         Finalize muluint/mulsint and mululong/mulslong merging:
10236         * device/lib/_mulint.c
10237         * device/lib/_mullong.c
10238         * device/lib/gbz80/mul.s
10239         * device/lib/gbz80/stubs.s
10240         * device/lib/z80/mul.s
10241         * device/lib/z80/stubs.s
10242         * src/SDCCsymt.c (initCSupport)
10243
10244 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10245
10246         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10247         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10248           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10249           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10250           instead of /Zm500.
10251
10252 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10253
10254         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10255           the regression tests I'm not brave enough to enable 245.b, 245.c
10256         * doc/sdccman.lyx: added latex preamble for hyperref package.
10257           Using pdflatex this will give you a hyperlinked pdf file with
10258           bookmarks. (prepend '%' before /usepackage if this breaks something)
10259
10260 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10261
10262          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10263
10264 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10265
10266         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10267
10268 2003-05-21    <johan AT balder>
10269
10270         * src/SDCCglue.c (printIval): fixed bug #739934
10271
10272 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10273
10274         Applied patch from bug 737905 (renamed yylineo to mylineno):
10275         * src/altlex.c
10276         * src/SDCCast.c
10277         * src/SDCglobl.h
10278         * src/SDCC.lex
10279         * src/SDCCsymt.c
10280         * src/SDCCval.c
10281         * src/pic16/pcode.c: Cleaned warnings
10282         * src/pic16/pcodeflow.c: Cleaned warnings
10283         * src/pic16/pcoderegs.c: Cleaned warnings
10284
10285 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10286
10287         * src/pic16/pcode.c: Cleaned warnings
10288         * src/pic16/pcodepeep.c: Cleaned warnings
10289         * src/pic16/ralloc.c: Cleaned warnings
10290
10291 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10292
10293         * doc/sdccman.lyx: fixed bug 739745
10294         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10295
10296 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10297
10298         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10299         it can be defined with CFLAGS when running configure
10300         * src/SDCCmain.c: fixed compiling + linking with object files
10301
10302 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10303
10304         * configure.in: configure for pic16 port,
10305             added --disable-pic16-port
10306         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10307         * src/SDCCmain.c: linkOptions is changed to set *,
10308             added if/endif conditional macros to remove options help
10309             messages from optionsTable when a port is not configured, added
10310             support for the PIc16 port in the ports table, when executing
10311             the compiler with no port specified on command line, a default
10312             port is selected with the new macro DEFAULT_PORT which is
10313             defined in port.h, in setDefaultOptions() linkOptions is removed
10314             from initialization assignment, since now it is a set,
10315             parseCmdLine uses setParseWithComma for linkOptions, in
10316             linkEdit() linkOptions are accessed with new function indexSet()
10317             which returns the i'th item of a set variable. See SDCCset.c, in
10318             linkEdit() when calling buildCmdLine(), added linkOptions as
10319             last argument. Now users can pass arguments to gplink via the
10320             -Wl option, main() uses pic16glue() to glue up pic16 programs
10321         * src/SDCCpeeph.c: various changes to support pic16
10322         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10323             return the i'th item of the set
10324         * src/SDCCset.h: added function prototype for indexSet()
10325         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10326         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10327         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10328             added macro DEFAULT_PORT
10329         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10330         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10331             generated
10332         * src/pic16/glue.c: commented out some error producing lines
10333         * src/pic16/main.c: __config directives are commented out to stop
10334             gpasm complaining and test the linkage with gplink, _linkCmd and
10335             _asmCmd changed to be more gplink and gpasm friendly
10336         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10337             produced an error when parsed, peep rule 12 is added to utilize
10338             movff, but it is commented out since the pCode does not support
10339             yet a command with 2 address arguments
10340
10341 2003-05-18    <johan AT balder>
10342
10343         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10344         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10345 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10346
10347         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10348   Added feature to script commands from file.
10349
10350 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10351
10352         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10353         * src/SDCCutil.c: include ctype.h for win32
10354
10355 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10356
10357         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10358
10359 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10360
10361         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10362   Fixed so you can set breakpoints prior to run, run does not stop
10363   on entry now.  Add tbreak.  Other enhancements and fixes for use
10364   with ddd.
10365
10366 2003-05-12  Borut Razem <borut.razem AT siol.net>
10367
10368         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10369
10370 2003-05-11  Borut Razem <borut.razem AT siol.net>
10371
10372         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10373         the path of bin directory, so that PATH is the only env. variable, which has to be set
10374         in case of standard installation.
10375         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10376         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10377         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10378
10379 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10380
10381         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10382         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10383         temp files are in the port dir; clean the gen/test directory when
10384         generating new test.c
10385         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10386         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10387         * support/regression/tests/zeropad.c: added
10388
10389 2003-05-09    <johan AT balder>
10390
10391         * src/SDCCglue.c: fixed bug #597940
10392
10393 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10394
10395         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10396   cache sfr, optimize next,step, fix off by one sourceline,
10397   support ddd list function.
10398         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10399
10400 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10401
10402         * support/regression/HTMLgen.py: added compare_s2f()
10403         * support/regression/Makefile: redo 1.27
10404         * support/regression/generate-cases.py: redo 1.5
10405
10406 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10407
10408         * support/regression/tests/float.c: workaround 33 bit hex constant
10409         * support/regression/tests/simplefloat.c: fix division for host
10410
10411 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10412
10413         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10414         that tame's the PIC's over-aggressive optimizer.
10415
10416 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10417
10418          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10419          support for MSVC.
10420
10421 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10422
10423         Initial support for DS80C400. "Hello world" runs on TINIm400
10424         (with polled I/O).
10425
10426 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10427
10428          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10429          * Some notes on ddd usage added in debugger/README
10430          Martin Helmling adding more features and fixes for ddd GUI debugger.
10431          Code added for nexti, stepi, up, down, and other adjustments.
10432
10433 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10434
10435         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10436         * src/pic/peeph.def Added two rules to optimize carry manipulation
10437         * src/pic/* removed debug printfs
10438
10439 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10440
10441         * debugger/mcs51/cmd.c: added header newalloc.h
10442
10443 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10444
10445         * as/Makefile: new EXEEXT
10446         * as/z80/Makefile: remove trailing slash of BUILDIR
10447         * as/z80/clean.mk: new EXEEXT
10448         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10449         * support/cpp2/Makefile.in: new EXEEXT
10450         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10451
10452 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10453
10454         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10455         EXEEXT was introduced to fix all related problems with targets
10456         "clean", "install" and "uninstall"; a couple of further flaws
10457         especially with "clean" have been fixed too
10458         * as/mcs51/Makefile.in
10459         * as/mcs51/clean.mk
10460         * as/z80/Makefile
10461         * Makefile
10462         * clean.mk
10463         * debugger/mcs51/Makefile.in
10464         * debugger/mcs51/clean.mk
10465         * link/z80/Makefile
10466         * link/z80/Makefile.in
10467         * link/z80/clean.mk
10468         * link/Makefile
10469         * packihx/Makefile.in
10470         * packihx/clean.mk
10471         * sim/ucsim/Makefile
10472         * sim/ucsim/clean.mk
10473         * sim/ucsim/avr.src/Makefile.in
10474         * sim/ucsim/avr.src/clean.mk
10475         * sim/ucsim/s51.src/Makefile.in
10476         * sim/ucsim/s51.src/clean.mk
10477         * sim/ucsim/xa.src/Makefile.in
10478         * sim/ucsim/xa.src/clean.mk
10479         * sim/ucsim/z80.src/Makefile.in
10480         * sim/ucsim/z80.src/clean.mk
10481         * sim/ucsim/main_in.mk
10482         * sim/ucsim/packages_in.mk
10483         * sim/ucsim/gui.src/Makefile.in
10484         * sim/ucsim/gui.src/serio.src/Makefile.in
10485         * sim/ucsim/gui.src/serio.src/clean.mk
10486         * src/Makefile.in
10487         * src/clean.mk
10488         * support/cpp2/Makefile.in
10489         * support/cpp2/clean.mk
10490         * support/makebin/Makefile
10491         * support/makebin/clean.mk
10492         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10493         * doc/sdccman.lyx: --program-suffix no longer needed
10494
10495 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10496
10497          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10498          Martin Helmling added support for ddd GUI debugger.
10499          Code added to display assembly, set variables, and other commands
10500          to interface to ddd.
10501
10502 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10503
10504         * as/Makefile: fix target clean
10505         * as/clean.mk: fix target clean
10506         * as/z80/clean.mk: fix target clean
10507
10508 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10509
10510         * Makefile.common.in: added  AT EXEEXT AT
10511         * configure.in: removed all mingw32 stuff
10512         * configure: rebuilt from configure.in
10513         * doc/sdccman.lyx: updated section "installation"
10514         * support/scripts/sdcc_mingw32: adapted to configure
10515         * support/scripts/sdcc_cygwin_mingw32: added
10516
10517 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10518
10519         * src/pic Added object file support for the PIC port
10520         * src/pic Applied patch from Craig Franklin (this started the object file support)
10521         * src/regression Updated the PIC regression tests for object files
10522
10523 2003-04-20  Borut Razem <borut.razem AT siol.net>
10524
10525         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10526           lklex.c: In function `getfid':
10527           lklex.c:203: warning: array subscript has type `char'
10528         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10529           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10530         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10531           stack handling macros
10532
10533 2003-04-19  Borut Razem <borut.razem AT siol.net>
10534
10535         * "handling space characters in file path" task:
10536         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10537         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10538         * support/Util/MySystem.h: make it self-sufficient
10539         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10540           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10541           handling space characters in file path
10542         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10543           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10544         * support/Util/MySystem.c: handling space characters in executable's path
10545
10546 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10547
10548         * as/z80/Makefile: fix permanent rebuild of z80
10549         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10550         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10551
10552 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10553
10554         * src/SDCCopt.c: add special case optimization to replace modulo by
10555           a power of two with a bitwise AND.
10556
10557 2003-04-18    <johan AT balder>
10558
10559         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10560
10561 2003-04-17    <johan AT balder>
10562
10563         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10564         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10565
10566 2003-04-13  Borut Razem <borut.razem AT siol.net>
10567
10568         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10569         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10570           fixed mingw problem in adl_NORMALIZE_PATH
10571
10572 2003-04-12  Borut Razem <borut.razem AT siol.net>
10573
10574         * fixed "#pragma SAVE/RESTORE can not be nested":
10575         * src/SDCC.lex: reworked pragma handling functions
10576         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10577         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10578
10579 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10580
10581         * src/SDCCutil.c (pathEquivalent): defined but not used
10582         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10583         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10584         * configure: rebuilt from configure.in
10585         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10586         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10587         * device/include/Makefile.in: replace sdcc_datadir
10588         * device/lib/Makefile.in: replace sdcc_datadir
10589         * Makefile.common.in: add LDFLAGS from configure
10590         * packihx/Makefile.in: use LDFLAGS
10591         * src/Makefile.in: use LDFLAGS
10592         * support/cpp2/Makefile.in: add LDFLAGS from configure
10593         * support/makebin/Makefile: use LDFLAGS
10594         * .version: bumped version number to 2.3.5
10595
10596 2003-04-12  Borut Razem <borut.razem AT siol.net>
10597
10598         * completed "different paths" task:
10599         * src/SDCCmacro.c: fixed bug in handling quotes
10600         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10601         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10602
10603 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10604
10605         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10606
10607 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10608
10609         * ds390/gen.c ds390/peeph.def: fix bug 706781
10610
10611 2003-04-11  Borut Razem <borut.razem AT siol.net>
10612
10613         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10614
10615 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10616
10617         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10618         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10619          set - this bit used to not be set...).
10620         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10621           bad code in PIC Port
10622         * src/regression/and2.c added to test bug 609268
10623         * src/regression/Makefile added and2.c to regression test
10624
10625
10626 2003-04-08    <johan AT CP255758-A>
10627
10628         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10629         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10630         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10631
10632 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10633
10634         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10635         fix bug #487815
10636         * support/cpp2/Makefile.in: fix bug #487815
10637         * configure: rebuilt from configure.in
10638         * Makefile.common.in: docdir changed, new path suffixes
10639         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10640         * sdcc_vc_in.h: reflect changes from sdccconf.h
10641         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10642         * src/SDCCutil.h: remove BINDIR hack
10643         * doc/sdccman.lyx: update new path hierarchy
10644
10645 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10646
10647         * src/SDCCpeeph.c: added okToRemoveSLOC test
10648
10649 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10650
10651         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10652
10653 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10654
10655         * src/SDCCpeeph.c: added labelIsReturnOnly test
10656         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10657
10658 2003-04-05    <johan AT balder>
10659
10660         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10661         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10662         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10663         * src/SDCCast.c: fixed a warning
10664         * src/SDCCast.h: fixed a warning
10665         * src/SDCCicode.c (operandFromAst): fixed a warning
10666
10667 2003-04-04    <johan AT balder>
10668
10669         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10670         * src/SDCCast.c (decorateType): fixed bug #715076
10671         * src/SDCC.y: fixed bug #702907
10672
10673 2003-04-03    <johan AT balder>
10674
10675         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10676         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10677         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10678         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10679         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10680
10681 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10682
10683         * _decdptr.c: fix return values
10684         * _gptrget.c: fix return values
10685         * _gptrgetc.c: fix return values
10686         * _gptrput.c: fix return values
10687         * _mulint.c: fix return values
10688         * as/z80/Makefile: fix 'make -j' problem
10689
10690 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10691
10692         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10693         * configure.in: big cleanup, updated to autoconf 2.5x
10694         * configure: rebuilt from configure.in
10695         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10696         * sdcc_vc_in.h: reflect changes from sdccconf.h
10697         * doc/Makefile: fixed a flaw in "make install"
10698
10699 2003-04-02    <johan AT balder>
10700
10701         * src/ds390/gen.c (genCmp): no comments
10702         * src/mcs51/gen.c (genCmp): no comments
10703         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10704         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10705
10706 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10707
10708         * support/regression/generate-cases.py: place generated file in given sub directory
10709         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10710         * support/regression/Makefile: improvements for 'make -j';
10711         side effect: it's simpler and faster now
10712
10713 2003-03-31  Borut Razem <borut.razem AT siol.net>
10714
10715         * src/z80/main.c: link-{port} and as-{port} defined without path
10716         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10717
10718 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10719
10720         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10721
10722 2003-03-30  Borut Razem <borut.razem AT siol.net>
10723
10724         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10725           changed type of list parameter to set
10726         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10727         * src/port.h: changed type of do_assemble() parameter to set
10728         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10729           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10730           definition of "cppoutfilename" macro with NULL value in preProcess()
10731         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10732         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10733         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10734           replaced with set *binPathSet
10735         * shash_add() deallocates the item, if allready exsists, before adding the new one
10736         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10737
10738 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10739
10740         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10741           a nested for loop bug in the PIC port
10742         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10743           for loops
10744
10745 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10746
10747         * support/Util/dbuf.h: remove C++ stuff to make it portable
10748
10749 2003-03-28  Borut Razem <borut.razem AT siol.net>
10750
10751         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10752           literal strings in stringLiteral()
10753         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10754         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10755           to the project
10756
10757 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10758
10759         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10760
10761 2003-03-26    <johan AT balder>
10762
10763         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10764         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10765         * src/SDCCast.c (decorateType): fixed " -v < 3"
10766
10767 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10768
10769         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10770         Added Lenny Story's debug infrastructure changes:
10771         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10772         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10773         * src/cdbFile.c: added
10774         * src/SDCCdebug.c: added
10775         * src/SDCCdebug.h: added
10776         * src/SDCCast.c (createFunction)
10777         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10778         * src/SDCCmain.c (parseCmdLine, main)
10779         * src/SDCCmem.c (redoStackOffsets)
10780         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10781         * src/SDCCsymt.h
10782         * src/common.h
10783         * src/avr/gen.c (genAVRCode)
10784         * src/ds390/gen.c (gen390Code)
10785         * src/mcs51/gen.c (gen51Code)
10786         * src/pic/gen.c (genpic14Code)
10787         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10788         * src/xa51/gen.c (genXA51Code)
10789         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10790
10791 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10792
10793         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10794         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10795
10796 2003-03-22    <johan AT balder>
10797
10798         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10799
10800 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10801
10802         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10803         * doc/cdbfileformat.lyx: added, written by Lenny Story
10804         * doc/Makefile: added cdbfileformat.lyx
10805         * doc/clean.mk: added cdbfileformat.lyx
10806
10807 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10808
10809         * src/mcs51/peeph.def: fix bug #705773
10810
10811 2003-03-20    <johan AT balder>
10812
10813         An sfr/sbit can have an "at #" AND an initializer
10814         * src/SDCCsymt.c (checkSClass):
10815         * src/SDCCmem.c (allocGlobal):
10816         * src/SDCCmem.c (allocLocal):
10817         * src/SDCCast.c (createBlock):
10818
10819 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10820
10821         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10822
10823 2003-03-16    <johan AT balder>
10824
10825         Undid the hackup of const and volatile, the problem is much bigger
10826         * src/SDCC.y:1.65
10827         * src/SDCCast.c:1.171
10828         * src/SDCCglue.c:1.138
10829         * src/SDCCicode.c:1.146
10830         * src/SDCCsymt.c:1.150
10831         * src/SDCCval.c:1.65
10832
10833 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10834
10835         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10836         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10837
10838 2003-03-13    <johan AT balder>
10839
10840         Hackup const and volatile modifiers in type chains a bit:
10841         * src/SDCC.y:1.63
10842         * src/SDCCast.c:1.169
10843         * src/SDCCglue.c:1.136
10844         * src/SDCCicode.c:1.143
10845         * src/SDCCsymt.c1.146
10846         * src/SDCCsymt.h1.59
10847         * src/SDCCval.c:1.63
10848
10849 2003-03-12    <johan AT balder>
10850
10851         * src/SDCCBBlock.h: more LRH debugging junk
10852         * src/SDCCcflow.h: more LRH debugging junk
10853         * src/SDCCloop.c: more LRH debugging junk
10854         * src/SDCC.y (struct_declaration): fixed bug #697590
10855         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10856         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10857         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10858
10859 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10860         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10861         test function names must now match exactly).
10862         * src/SDCCcse.c: added special case in findCheaperOp to allow
10863         extending a short integer. Makes less awful code for bug 700121 test case.
10864
10865 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10866
10867         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10868         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10869
10870 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10871
10872         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10873         actually called (operandsNotEqual() was called for all
10874         operandsNotEqualX tests).
10875
10876 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10877
10878         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10879         with shorter literals. Fixes bug 700121.
10880
10881 2003-03-11    <johan AT balder>
10882
10883         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10884
10885 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10886
10887         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10888         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10889
10890 2003-03-10  Borut Razem <borut.razem AT siol.net>
10891
10892         * src/SDCCmain.c: pipe preprocessor's output
10893         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10894         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10895         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10896         which closes all pipes in pipeSet set
10897         * src/SDCCset.c: free deleted item in function deleteSetItem()
10898         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10899         moved from z80 to src subproject
10900         * .version: increased version number to 2.3.4
10901
10902 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10903
10904         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10905         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10906         * support/regression/ports/xa51/spec.mk: fix typo
10907
10908 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10909
10910         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10911
10912 2003-03-09  Borut Razem <borut.razem AT siol.net>
10913
10914         * src/SDCCmain.c: pipe preprocessor's output
10915         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10916         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10917         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10918         which closes all pipes in pipeSet set
10919         * src/SDCCset.c: free deleted item in function deleteSetItem()
10920         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10921         moved from z80 to src subproject
10922
10923 2003-03-09  Borut Razem <borut.razem AT siol.net>
10924
10925         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10926         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10927         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10928         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10929         * src/SDCCglobl.h: unification of WIN32 native definitions
10930
10931 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10932
10933         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10934
10935 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10936
10937         * src/configure.in:   check for endianess (even while cross-compiling)
10938         * src/configure:      check for endianess (even while cross-compiling)
10939         * src/configure_in.h: check for endianess (even while cross-compiling)
10940         * src/avr/gen.c:        remove old endianess stuff
10941         * src/mcs51/gen.c:      remove old endianess stuff
10942         * src/ds390/gen.c:      remove old endianess stuff
10943         * src/pic/gen.c:        remove old endianess stuff
10944         * src/pic/genarith.c:   remove old endianess stuff
10945         * src/pic/glue.c:       fix endianess check
10946         * src/pic16/gen.c:      remove old endianess stuff
10947         * src/pic16/genarith.c: remove old endianess stuff
10948         * src/pic16/glue.c:     fix endianess check
10949         * src/xa51/gen.c:       remove old endianess stuff
10950         * src/z80/gen.c:        fix endianess check
10951         * src/SDCCglue.c:       fix endianess check
10952         * src/ds390/peeph.def: fix bug 700036
10953
10954 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10955
10956         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10957         * src/configure: find appropriate data-types on host for SDCC's int and long
10958         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10959         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10960         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10961
10962 2003-03-07    <johan AT balder>
10963
10964         Just a big NOOP:
10965                 some minor cleanups before the big shot
10966                 OP_DEFS and OP_USES now use Kevin's protection
10967                 new option --nolabelopt
10968
10969         * src/SDCCBBlock.c:
10970         * src/SDCCast.c,:
10971         * src/SDCCcflow.c:
10972         * src/SDCCcse.c:
10973         * src/SDCCicode.c:
10974         * src/SDCCicode.h:
10975         * src/SDCClabel.c:
10976         * src/SDCCloop.c:
10977         * src/SDCCmain.c:
10978         * src/ds390/ralloc.c:
10979         * src/mcs51/ralloc.c:
10980         * src/pic/ralloc.c:
10981         * src/xa51/ralloc.c:
10982         * src/z80/ralloc.c:
10983
10984 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10985
10986         * src/pic/pcode.c (get_op): fix 64 bit warnings
10987         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10988         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10989         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10990         * support/regression/tests/malloc.c: fix 64 bit warnings
10991
10992 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10993
10994         * src/mcs51/gen.c (genMinus): fixed bug 696436
10995
10996 2003-03-02  Borut Razem <borut.razem AT siol.net>
10997
10998         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10999
11000 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
11001
11002         * configure.in: test for mkstemp
11003         * sdccconf_in.h: add HAVE_MKSTEMP
11004
11005 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
11006
11007         * device/include/ctype.h: removed warning while using --stack-auto
11008         * device/include/malloc.h: removed warning while using --stack-auto
11009         * device/include/string.h: removed warning while using --stack-auto
11010
11011 2003-02-23  Borut Razem <borut.razem AT siol.net>
11012
11013         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
11014         because NDEBUG is defined (see man assert)
11015         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
11016
11017 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11018
11019         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
11020         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
11021
11022 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
11023
11024         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
11025         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
11026
11027 2003-02-18    <johan AT balder>
11028
11029         * as/mcs51/asmain.c (asmbl): module can start with a digit
11030         * as/z80/asmain.c (asmbl): module can start with a digit
11031
11032 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
11033
11034         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
11035         * src/asm.c: fix pipe() for Mingw32
11036
11037 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
11038
11039         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
11040         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
11041         make -V work again; --c1mode reads now from stdin
11042         * doc/sdccman.lyx: added --c1mode
11043         * support/Util/SDCCerr.c: new messages for c1 mode
11044         * support/Util/SDCCerr.h: new messages for c1 mode
11045         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
11046
11047 2003-02-15    <johan AT balder>
11048
11049         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
11050
11051 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
11052
11053         * doc/sdccman.lyx: Environment variables, -o and other minor things
11054
11055 2003-02-14    <johan AT balder>
11056
11057         * src/xa51/main.c: before anyone really tries to use it :)
11058
11059         * Install doc's in share/sdcc/doc
11060         * removed some obsolete files
11061         * Do a proper make distclean and uninstall
11062         M Makefile.common.in
11063         R sdccbuild.sh
11064         M as/Makefile
11065         M device/include/Makefile.in
11066         M device/lib/Makefile.in
11067         M doc/sdccman.lyx
11068         M link/Makefile
11069         M sim/ucsim/doc/Makefile.in
11070         M src/clean.mk
11071         R src/avr/peeph.rul
11072         R src/xa51/peeph.rul
11073         M support/cpp2/Makefile.in
11074         M support/makebin/Makefile
11075
11076
11077 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
11078
11079         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
11080
11081 2003-02-10  Borut Razem <borut.razem AT siol.net>
11082
11083         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
11084         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
11085         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
11086         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
11087         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
11088         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
11089         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
11090         src/z80/Makefile.bcc: Borland Makefile cleanup
11091         * as/z80/Makefile.bcc: Added Borland Makefile
11092         * support/cpp2/borland.h: Removed
11093
11094 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
11095
11096         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
11097         * src/SDCC.lex: new pragma NOIV
11098         * src/SDCCglobl.h: new pragma NOIV
11099         * src/SDCCmem.c: new pragma NOIV
11100
11101 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11102
11103         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
11104
11105 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
11106
11107         * src/SDCCmain.c: signal handling is switched off by --debug
11108         * doc/Makefile: small fix for install; use clean.mk again
11109         * doc/clean.mk: clean *.pdf and *.html too
11110
11111 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
11112
11113         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
11114         * device/lib/printfl.c: fix a ds390 bug by making it portable
11115         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
11116         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
11117         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
11118         * debugger/mcs51/cmd.c: converted multi-line string literals
11119         * sim/ucsim/globals.cc: converted multi-line string literals
11120         * src/SDCCmain.c: introduced signal handler to remove temp files
11121         * doc/Makefile: small tweaks, implement clean
11122         * doc: removed generated files
11123
11124 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11125
11126         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
11127         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
11128         Address Record is not correctly generated for DS390."
11129
11130 2003-02-02  Borut Razem <borut.razem AT siol.net>
11131
11132         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
11133         * as/mcs51/asm.h: fixed compilation with Borland C
11134         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
11135         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
11136         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
11137         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
11138         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
11139         src/z80/Makefile.bcc: delete $(LIB) only if exist
11140         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
11141
11142 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
11143
11144         * device/include/malloc.h: introduced NULL
11145         * device/include/string.h: introduced NULL
11146         * device/include/stdlib.h: introduced NULL
11147         * device/lib/_memcpy.c: removed NULL
11148         * device/lib/_strcat.c: removed NULL
11149         * device/lib/_strchr.c: removed NULL
11150         * device/lib/_strcmp.c: removed NULL
11151         * device/lib/_strcpy.c: removed NULL
11152         * device/lib/_strcspn.c: removed NULL
11153         * device/lib/_strlen.c: removed NULL
11154         * device/lib/_strncat.c: removed NULL
11155         * device/lib/_strncmp.c: removed NULL
11156         * device/lib/_strncpy.c: removed NULL
11157         * device/lib/_strpbrk.c: removed NULL
11158         * device/lib/_strrchr.c: removed NULL
11159         * device/lib/_strspn.c: removed NULL
11160         * device/lib/_strstr.c: removed NULL
11161         * device/lib/_strtok.c: removed NULL
11162         * device/lib/malloc.c: removed NULL, include own header
11163
11164 2003-02-02    <johan AT balder>
11165
11166         * 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
11167         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
11168         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
11169         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
11170         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
11171         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
11172
11173 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11174
11175         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
11176         area 'DATA'"
11177
11178 2003-02-01    <johan AT balder>
11179
11180         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
11181
11182 2003-01-31    <johan AT CP255758-A>
11183
11184         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
11185
11186 2003-01-30    <johan AT balder>
11187
11188         * src/SDCCBBlock.c: automatic bug detection
11189         * src/SDCCicode.c: automatic bug detection
11190
11191 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11192
11193         * src/SDCCglobl.h:   now --xram-size 0 works
11194         * src/SDCCmain.c:    now --xram-size 0 works
11195
11196 2003-01-29    <johan AT balder>
11197
11198         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11199
11200 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11201
11202         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11203         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11204         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11205         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11206         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11207         * src/SDCCmain.c:    Added options --xram-size and --code-size
11208
11209 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11210
11211         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11212         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11213
11214 2003-01-27    <johan AT balder>
11215
11216         * src/SDCC.y: fixed bug #613764
11217
11218 2003-01-26    <johan AT balder>
11219
11220         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11221         * src/SDCCsymt.h: fixed bug #673374
11222         * src/SDCCglue.c: fixed bug #661910
11223         * src/SDCCast.c: fixed bug #458099 and 673374
11224
11225 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11226
11227         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11228         * as/mcs51/strcmpi.h: added
11229         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11230         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11231         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11232         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11233         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11234         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11235         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11236         * as/mcs51/Makefile.aslink: new module strcmpi
11237         * as/mcs51/Makefile.asx8051: new module strcmpi
11238         * as/mcs51/Makefil.bcc: new module strcmpi
11239         * as/mcs51/Makefile.in: new module strcmpi
11240         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11241
11242 2003-01-26    <johan AT balder>
11243
11244         * src/SDCCglue.c: reverted back to 1.124
11245         * src/SDCCast.c: reverted back to 1.156
11246         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11247
11248 2003-01-25    <johan AT balder>
11249
11250         * src/SDCCglue.c: A better fix for bug #661910
11251         * src/SDCCast.c: A better fix for bug #661910
11252         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11253
11254 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11255
11256         * src/Makefile.in: remove spawn.o
11257         * src/SDCCmain.c: remove spawn.h
11258         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11259         * src/spawn.c: removed
11260         * src/spawn.h: removed
11261         * support/regression/ports/ds390/spec.mk: link with -r
11262
11263 2003-01-24    <johan AT CP255758-A>
11264
11265         * src/ds390/gen.c (aopOp): fixed bug #667458
11266         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11267         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11268         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11269
11270 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11271
11272         * src/mcs51/peeph.def: better assembler identation by Frieder
11273         * src/mcs51/gen.c: better assembler identation by Frieder
11274
11275 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11276
11277         * as/z80/string.h: removed for gcc 3.2
11278         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11279         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11280
11281 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11282
11283         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11284         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11285         * support/regression/Makefile: separate temp files for ports
11286         * support/regression/generate-cases.py: separate temp files for ports
11287         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11288         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11289
11290 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11291
11292         * moved tinitalk to device/examples/ds390
11293
11294 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11295
11296         * as/mcs51/lkmem.c: rflag is for DS390
11297         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11298         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11299                          (linkEdit): move mem- and map-files the same way as ihx-files
11300         * src/z80/main.c (_setDefaultOptions): removed --generic
11301         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11302         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11303         * src/pic/glue.c (picglue): --c1mode works again
11304         * src/pic16/glue.c (pic16glue): --c1mode works again
11305         * src/asm.c (printCLine): fix #660034
11306
11307 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11308
11309         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11310         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11311         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11312         * as/mcs51/lkmem (summary): better fix for sp problem
11313         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11314         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11315         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11316                                               remove --stack-after-data
11317
11318 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11319
11320         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11321         * src/SDCCutil.c (join): ugly bug: missing '\0'
11322         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11323
11324 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11325
11326         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11327         * src/port.h: typo
11328         * src/pic/main.c (_asmCmd): gpasm supports -o
11329         * src/z80/main.c: more general macros
11330         * device/lib/Makefile.in: remove intermediate files
11331
11332 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11333
11334         * .version: Bumped version number to 2.3.3
11335         * src/SDCCBBlock.c: new option -o
11336         * src/SDCCglobl.h: new option -o
11337         * src/SDCCglue.c: new option -o
11338         * src/SDCCmain.c: new option -o
11339         * src/asm.c: new option -o
11340         * src/ds390/main.c: new option -o
11341         * src/pic/glue.c: new option -o
11342         * src/pic/pcode.c: new option -o
11343         * src/pic/ralloc.c: new option -o
11344         * src/pic16/glue.c: new option -o
11345         * src/pic16/pcode.c: new option -o
11346         * src/pic16/ralloc.c: new option -o
11347         * src/z80/main.c: new option -o
11348         * device/lib/Makefile.in: use -o
11349         * support/regression/ports/ds390/spec.mk: use -o
11350         * support/regression/ports/gbz80/spec.mk: use -o
11351         * support/regression/ports/mcs51/spec.mk: use -o
11352         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11353         * support/regression/ports/z80/spec.mk: use -o
11354         * support/regression/ports/ucz80/spec.mk: use -o
11355         * support/regression/ports/xa51/spec.mk: use -o
11356         * support/regression/fwk/lib/timeout.c: fix usage string
11357
11358 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11359         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11360
11361 2003-01-07    <johan AT balder>
11362
11363         * src/SDCCast.c (decorateType): fixed bug #600035
11364
11365 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11366         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11367         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11368         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11369         * src/pic/pcode.c: outcommented unused variable to remove warnings
11370         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11371
11372 2003-01-06    <karl AT turbobit.com>
11373         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11374    regression tests.
11375
11376 2003-01-06    <johan AT balder>
11377
11378         * src/SDCCicode.c: fixed array add
11379
11380 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11381         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11382         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11383
11384 2003-01-04    <johan AT balder>
11385
11386         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11387
11388 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11389         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11390
11391 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11392         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11393         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11394
11395 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11396         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11397
11398 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11399         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11400
11401 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11402         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11403
11404 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11405
11406     * in /sdcc/as/mcs51/ changed these files in order to create an
11407     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11408     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11409     following files to include the previous two files: aslink.dsp,
11410     Makefile.aslink, Makefile.bcc, and Makefile.in.
11411
11412     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11413     .adb instead of .cdb
11414
11415 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11416
11417         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11418         value from option --iram-size.
11419
11420 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11421
11422         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11423         dram[] array.
11424
11425 2002-09-18    <wiml AT hhhh.org>
11426
11427         * SDCClrange.h: exposed setFromRange() and setToRange()
11428         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11429           packRegsForAccUse() (bug 542397)
11430         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11431           multiple times and emitting the fetch operations more than once
11432           added aopGetUsesAcc() function to allow binary operators to
11433           fetch their operands in the correct order; made genMinus() emit
11434           compact code for X = LITERAL - Y
11435
11436 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11437         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11438         sprintf() in line 1267.
11439
11440 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11441         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11442         like ports.
11443
11444 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11445         Changes to aslink (All the changes are marked with 'JCF'):
11446
11447         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11448         summary().
11449
11450         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11451         area BSEG.  Also moves, if possible, the DATA area down into the internal
11452         ram so more space is available.
11453
11454         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11455         sflag.
11456
11457         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11458         not bytes.  Function summary() which creates a memory usage summary
11459         file with extension .mem.  Reports of overlaping stack and small stack
11460         size.  If the space for the stack is less than 16 bytes aslink trows a
11461         warning.
11462
11463         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11464         the 8051.  Option 'y' for memory summary output file.
11465
11466         Changes to sdcc (All the changes are marked with 'JCF'):
11467
11468         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11469
11470         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11471         overlaying area for it (uses RegBankUsed[4]).
11472
11473         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11474         bank zero as used by default.  By default aslink locates the stack
11475         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11476         the creation of the .mem file.  Delegates the allocation of data area
11477         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11478         the begining of the stack area to aslink.
11479
11480         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11481         glue() in SDCCglue.c creates an area for it.
11482
11483 2002-09-03  Borut Razem <borut.razem AT siol.net>
11484         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11485         sdcc/src/pic/glue.c:
11486         introduced atexit() handler for teporay files removal in case of
11487         errors, assertions, ...
11488
11489 2002-08-29  Borut Razem <borut.razem AT siol.net>
11490         * sdcc/support/cpp2/auto-host_vc_in.h:
11491         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11492         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11493         Maybe there is a similar problem with BORLANDC? It should be checked!
11494
11495         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11496         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11497         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11498         was not executed, and the compiler (cl) launched a warning:
11499         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11500
11501 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11502         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11503
11504 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11505         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11506
11507         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11508           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11509           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11510           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11511           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11512           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11513           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11514         - added Release configuration in VS projects
11515         - review of compiler an linker options
11516         - VC .exe files are generated in bin_vc directory, not to interfere
11517           with binaries generated from other projects (cygwin, mingw, bcc ...)
11518
11519         * sdcc/src/yacc.dsp: added
11520
11521         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11522         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11523         and insert the version number definitions from .version
11524
11525         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11526
11527         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11528         added - genarate auto-host.h using auto-host_vc_in.h as template
11529
11530         * sdcc/sdcc_vc.h,
11531         removed from CVS, generated automatically
11532
11533 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11534         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11535
11536 2002-08-11  Borut Razem <borut.razem AT siol.net>
11537         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11538
11539 2002-08-10  Borut Razem <borut.razem AT siol.net>
11540         * src/SDCCmain.c (main):
11541         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11542         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11543         The consequence was that some temporary files were not removed.
11544
11545         * src/SDCCglue.c:
11546         unification of code in functions tempfilename() and tempfile():
11547         function tempnam() is defined in Visual Studio 6.0 and .NET
11548
11549         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11550
11551         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11552           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11553         - removed compiler command line option /WX: Treats all warnings as errors
11554         - update a list of source files, included into the project
11555
11556         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11557           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11558         changed project type to Generic Project so that can be correcly converted to VS.NET project
11559
11560         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11561
11562         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11563
11564         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11565
11566         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11567         added return 0 statements after assert() to make compiler happy
11568
11569         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11570         added newline in the def file to keep MSC compiler satisfied
11571
11572         * sdcc/src/z80/gen.c:
11573         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11574           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11575         - solved MSC error in function aopDump()
11576
11577         * sdcc_vc.h: define PREFIX as "\\sdcc"
11578
11579 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11580         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11581
11582 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11583         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11584         - Rewrote the register banking algorithm.
11585         - Added pCode live-range analysis to registers (for now, only non-used and
11586         singly-used registers optimized away)
11587
11588         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11589
11590         * 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.
11591
11592 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11593         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11594
11595 2002-04-22  Michael Hope  <michaelh AT vroom>
11596
11597         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11598
11599         * configure.in (DD_COPT): Added include support required for gbdk.
11600
11601         * .version: Bumped version number just to increase it.
11602
11603         * src/SDCCmain.c: Added -nostdinc to the default options.
11604
11605 2002-04-15  Michael Hope  <michaelh AT vroom>
11606
11607         * device/lib/z80/printf.c (sprintf): Added.
11608
11609         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11610
11611         * src/z80/peeph.def: Added transpose redundent load rule.
11612
11613         * src/z80/main.c: Added force callee saves for jaune.
11614
11615         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11616
11617         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11618
11619 2002-03-28  Johan Knol  <johan AT balder>
11620
11621         * src/SDCCval.c: fixed bug #532436
11622
11623 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11624         * /src/port.h:
11625         Added "char *Processor" field to the port structure.
11626
11627         * /src/SDCCmain.c:
11628         Added -p option. Allows port dependent processor to be specified.
11629
11630         * all ports:
11631         Initialized the new field char *Processor field to NULL in all ports
11632
11633         * /src/pic/*:
11634         Compiler generated registers for interrupt context saving
11635         were not getting allocated.
11636
11637 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11638
11639         * /src/SDCCast.c:
11640         Fixed left shift. Will promote the left side of a left shift
11641         if a) left shifting more than size of operand or b) when assigned
11642         to something size > size of left side
11643
11644 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11645         * src/pic/*
11646         tons of changes. Register allocation has been
11647         rewritten. Added customization for the various PICs. Flow
11648         analysis is restructured. ...
11649
11650         * src/pic/device.h:
11651         Added
11652
11653         * src/pic/device.c:
11654         Added. device.c is a PIC port hack to accomodate variations
11655         in PIC devices.
11656
11657 2002-03-13  Michael Hope  <michaelh AT vroom>
11658
11659         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11660
11661 2002-03-04  johanknol  <johanknol AT manik>
11662
11663         * /src/SDCCval.c: fixed
11664
11665         const unsigned char arr[][2] = { { 0, 1 } };
11666         t18.c:1: error: Initializer element is not constant
11667
11668 2002-03-04  bela  <bela AT manik>
11669
11670         * /device/include/mcs51reg.h:
11671         ds89c420 register definition update
11672
11673 2002-03-03    <johan AT FRIJA>
11674
11675         * support/Util/SDCCerr.c: did something, but don't no why anymore
11676
11677         * support/regression/tests/bug-524691.c: made it a little less shy
11678
11679         * src/SDCCast.c (decorateType): fixed bug #524697
11680
11681         * src/SDCCast.c: made some lineno improvements
11682
11683         * src/SDCCval.c (getNelements): changed warning to error
11684
11685         * src/SDCCglue.c (printIvalArray): changed warning to error
11686
11687         * src/SDCCicode.c: fixed a warning for mingw
11688
11689         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11690
11691         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11692
11693 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11694
11695         * src/ds390/peeph.def:
11696         Added some more peephole rules
11697
11698         * src/ds390/gen.c: Various fixes & enhancements
11699
11700         * src/SDCClrange.c, src/SDCClrange.h:
11701         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11702
11703         * src/ds390/ralloc.c:
11704         various fixes & enhancements (ds390) specific
11705
11706         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11707         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11708         from rallocs.
11709
11710         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11711
11712 2002-03-02    <johan AT FRIJA>
11713
11714         * src/SDCCast.c (decorateType): fixed bug #524708
11715
11716         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11717
11718         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11719
11720 2002-03-01  Michael Hope  <michaelh AT vroom>
11721
11722         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11723
11724         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11725
11726 2002-03-01    <johan AT FRIJA>
11727
11728         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11729
11730         * src/SDCCast.c (decorateType): fixed bug #524209
11731
11732         * src/SDCCval.c (valNot): fixed bug #524195
11733
11734 2002-02-26    <johan AT balder>
11735
11736         * src/xa51/gen.c: fixed a warning
11737
11738         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11739
11740         * src/SDCCast.c (decorateType): fixed bug #522534
11741
11742 2002-02-23    <johan AT balder>
11743
11744         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11745
11746 2002-02-22    <johan AT balder>
11747
11748         * src/SDCCast.c: fixed bug #514865
11749
11750         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11751
11752 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11753
11754         * sdcc/src/SDCCloop.c:
11755         Previous fix was not good. basic blocks that have "break" or "return" are
11756         not really partof a loop , but live ranges used in these blocks should
11757         be live thru the entire loop, so set partOfLoop but don't add them to
11758         loop region
11759
11760 2002-02-21    <johan AT FRIJA>
11761
11762         * src/SDCCcse.c: fixed bug #514308
11763
11764 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11765
11766         * src/SDCCloop.c:
11767         Fixed BUG #519583. If a conditional block ended in a return/break
11768         statement inside a loop, it was not being considered part of the loop.
11769
11770         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11771
11772 2002-02-10  Karl Bongers <karl AT turbobit.com>
11773
11774         * debugger/*:
11775         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11776         with lots of comments and notes.
11777
11778         * device/examples/test2.c:
11779         Fix bug, "red" variable not being initialized(compiler complained).
11780
11781         * device/examples/Makefile, examples/test3.c:
11782         Add Makefile in device/examples folder, compiles test3.c
11783         for use as a multiple module SDCDB test case.
11784
11785         * sim/ucsim/cmd.src/cmdset.cc:
11786         Took out debug printfs in ucsim "next" command.
11787
11788         * sim/ucsim/xa.src:
11789         Karl and Johan start ucsim XA support.  Most dissassembly working,
11790         about 75% emulation done(plenty of work remaining).
11791
11792         * sim/ucsim/z80.src:
11793         Add Z80 support to ucsim, add test-ucz80 regression test,
11794         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11795         Notice z80 compiler fails on examples/test3.c/crc code.
11796
11797 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11798
11799         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11800         Added support for --parms-in-bank1
11801
11802         * src/ds390/peeph.def:
11803         added a few more peephole optimzations
11804
11805         * src/ds390/main.c:
11806         1) added __builtin_inp & __builtin_outp used to read in data of given length
11807            from a memory mapped port
11808         2) added __builtin_memcmp
11809         3) added __builtin_swapw swap bytes of a short
11810
11811         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11812         1) handle multiple send & receives from register bank1
11813         2) ralloc can now allocate DPTR1 to some liveRanges
11814
11815         * src/SDCCsymt.c, src/SDCCsymt.h:
11816         changes to handle multiple sends & receives
11817
11818         * src/SDCCptropt.h:
11819         added some pointer arithmetic optimization
11820
11821         * src/SDCCptropt.c:
11822         added some pointer arithmetic optimizations but not stable yet so not
11823         called from anywhere (will get this working shortly)
11824
11825         * src/SDCCopt.c: fixed for multiple sends & receives
11826
11827         * src/SDCCmain.c:
11828         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11829         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11830            set preprocessor defines (depending on options)
11831
11832         * src/SDCCicode.c, src/SDCCicode.h:
11833         changes made to handle multiple sends & receives
11834
11835         * src/SDCCglobl.h:
11836         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11837
11838         * src/SDCCcse.c, src/SDCCcse.h:
11839         added function findbackward def (to be used in upcoming optimization)
11840
11841         * src/SDCCcflow.c, src/SDCCcflow.h:
11842         added function returnAtEnd - to determine if a basic block terminates with
11843         a RETURN iCode
11844
11845         * src/SDCCast.c, src/SDCCast.h:
11846         added option parms-in-bank1
11847
11848         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11849         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11850         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11851         adjusted for --parms-in-bank1 option
11852
11853         * device/include/string.h:
11854         donot redefine "reentrant" keyword
11855
11856         * device/include/ds80c390.h: Added some more SFRs
11857
11858 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11859
11860         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11861
11862 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11863
11864         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11865
11866 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11867
11868         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11869
11870 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11871
11872         * Added --xram-movc option
11873
11874 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11875
11876         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11877
11878 2002-01-11  Johan Knol
11879
11880         * Added math lib of Jesus Calvino-Fraga
11881
11882 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11883
11884         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11885         * support/regression/Makefile: new target test-mcs51-stack-auto
11886         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11887
11888 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11889
11890         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11891
11892 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11893
11894         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11895
11896 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11897
11898         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11899
11900         * src/SDCCglue.h: add definition for printIvalChar()
11901
11902 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11903
11904         * src/SDCCast.c: fix #498138 by Johan
11905
11906         * src/SDCCglue.c: fix #498138 by Johan
11907
11908 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11909
11910         * support/regression/Makefile: fix clean
11911
11912         * support/regression/ports/ds390/support.c: fix transmission of last character
11913
11914 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11915
11916         * /sdcc/src/ds390/gen.c:
11917         a) improved computing address of stack variable
11918         b) took out some #if 0 code
11919         c) improved parmBytes adjustment
11920         d) improved genPlusIncr & genMinusIncr
11921         e) genCmp could generate bad code (when left assigned to DPTR)
11922         f) Fixed bug in hasInc
11923
11924         * /sdcc/src/ds390/ralloc.c:
11925         a) packRegsForSupport could mess up live information (Fixed)
11926         b) packRegsDPTRuse could be incorrect for left & right shift
11927
11928         * /sdcc/src/mcs51/ralloc.c:
11929         packRegsForSupport could mess up the live information (Fixed)
11930
11931         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11932
11933         * /sdcc/src/SDCCast.c:
11934         can reverse a loop even if function call is present as long
11935         as the loop control variable is local & is not passed as parameter
11936
11937 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11938
11939         * /sdcc/ChangeLog: *** empty log message ***
11940
11941         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11942         More builtin function additions for TININative
11943
11944         * /sdcc/src/ds390/ralloc.c:
11945         Had broken the regression testsuite
11946
11947         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11948
11949         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11950         Added funcattr hasStackParms will be set for reentrant functions when there
11951         are paramteres on the stack, this helps in minimizing frame pointer generation
11952         typeFromStr can handle function pointers now
11953
11954         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11955         *** empty log message ***
11956
11957 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11958
11959         * /src/ds390/gen.c, /src/ds390/main.c:
11960         More builtin function additions for TININative
11961
11962         * /src/ds390/ralloc.c:
11963         Had broken the regression testsuite
11964
11965         * /src/SDCCast.c: Fixed a bug in dumptree
11966
11967         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11968         Added funcattr hasStackParms will be set for reentrant functions when there
11969         are paramteres on the stack, this helps in minimizing frame pointer generation
11970         typeFromStr can handle function pointers now
11971
11972         * /doc/builtins.txt, /doc/TININative.txt:
11973         *** empty log message ***
11974
11975
11976 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11977
11978         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11979         ALPHA version for -mTININative
11980
11981         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11982         updated to reflect changes in the port structure
11983
11984         * /src/port.h:
11985         added function do_assemble (similar to do_link) if non-null this function
11986         will be called to do assembly (-mTININative) requires a multi command
11987         assembly
11988         added function genAssemblerEnd will be called to generate assembler Epilogue
11989
11990         * /src/SDCCsymt.c:
11991         added _JavaNative to debug info printing
11992
11993         * /src/SDCCmain.c: added option --tini-libid
11994         added port->do_assemble function (-mTININative) has a multi command assemble
11995
11996         * /src/SDCCglue.c: Disabled "constExpr" check
11997         added port->genAssemblerEnd function
11998
11999         * /src/SDCCglobl.h: Added option --tini-libid value
12000
12001         * /src/SDCCast.h:
12002         tookout optimizeCompare from the header (has no external references)
12003
12004         * /src/SDCCast.c: made one more function "static"
12005
12006 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
12007
12008         * src/z80/mappings.i: Added z80asm support.
12009
12010         * src/z80/main.c: Added z80asm support on --asm=z80asm
12011
12012         * src/z80/gen.c: Fixed asm portability issues.
12013
12014         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
12015
12016         * src/SDCCglue.c (printExterns): Added global/extern split.
12017
12018 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
12019
12020         * support/regression/Makefile: added test for mcs51 model large
12021
12022         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
12023
12024         * support/regression/ports/gbz80/spec.mk: added -mgbz80
12025
12026 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
12027
12028         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
12029
12030 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
12031
12032         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
12033
12034         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
12035
12036 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
12037
12038         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
12039
12040         * support/regression/tests/simplefloat.c: Port to mcs51.
12041
12042 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
12043         * support/regression/tests/bug-485362.c: Added.
12044
12045         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
12046
12047         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
12048
12049         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
12050
12051         * src/z80/gen.c (aopDump): Added a dump function.
12052
12053 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
12054         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
12055
12056         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
12057
12058         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
12059
12060         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
12061
12062         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
12063
12064         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
12065
12066         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
12067
12068         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
12069
12070         * support/regression/ports/ds390/support.c: Use tinibios.
12071
12072         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
12073
12074 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
12075
12076         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
12077         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
12078
12079         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
12080
12081         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
12082
12083 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
12084
12085         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
12086
12087         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
12088         (packRegsForIYUse): Created and optimised.
12089
12090 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12091
12092         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
12093 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
12094
12095         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
12096
12097         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
12098
12099         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
12100
12101 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12102
12103         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
12104
12105         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
12106
12107 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12108
12109         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
12110
12111         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
12112
12113         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
12114
12115 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
12116
12117         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
12118         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
12119         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
12120
12121         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
12122
12123         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
12124         (genNotFloat): Added.
12125         (genUminusFloat): Added.
12126
12127         * device/lib/z80/Makefile: Added floating pt stubs.
12128
12129         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
12130
12131         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
12132
12133         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
12134
12135 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
12136
12137         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
12138
12139         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
12140
12141         * sdcc/support/regression/Makefile: Add port ds390.
12142
12143         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
12144
12145         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
12146
12147         * sdcc/support/regression/ports/ds390/spec.mk: Added.
12148
12149         * sdcc/support/regression/ports/ds390/support.c: Added.
12150
12151         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
12152
12153         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
12154
12155         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
12156
12157 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12158
12159         * device/include/malloc.h: Added z80 and gbz80 support.
12160
12161         * device/lib/gbz80/heap.s: Added.
12162
12163         * device/lib/z80/heap.s: Added.
12164
12165         * device/lib/malloc.c: Added z80 and gbz80 support.
12166
12167         * support/regression/tests/malloc.c (testMalloc): Added.
12168
12169         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
12170
12171         * support/regression/tests/bug-478094.c: Added.
12172
12173         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
12174
12175 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
12176
12177         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
12178
12179         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
12180
12181         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
12182
12183         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
12184
12185         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
12186
12187 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
12188
12189         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
12190
12191 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
12192
12193         * support/regression/tests/bug-477927.c: Added.
12194
12195         * src/z80/peeph.def: Added minor rules.
12196
12197         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12198
12199         * src/z80/peeph.def: Added jump optimisation modification.
12200
12201 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12202
12203         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12204
12205 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12206
12207         * support/regression/tests/funptrs.c: Added.
12208
12209 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12210
12211         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12212
12213 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12214
12215         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12216
12217         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12218
12219         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12220         (movLeft2ResultLong): Created.
12221
12222         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12223         (joinPushes): Added.  Joins two char pushes into a word push.
12224
12225 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12226
12227         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12228
12229         * support/makebin/Makefile (install): Added creation of dest dir.
12230
12231 2001-10-24 Karl Bongers <karl AT turbobit.com>
12232
12233         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12234
12235 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12236
12237         * src/z80/ralloc.c: Turned off faulty pack for one use.
12238
12239         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12240
12241         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12242
12243 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12244
12245         * support/regression/Makefile: Improved clean
12246
12247         * support/regression/ports/gbz80/spec.mk: Added clean
12248
12249         * support/regression/ports/host/spec.mk: Added clean
12250
12251         * support/regression/ports/z80/spec.mk: Added clean
12252
12253         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12254
12255         * support/regression/ports/mcs51/timeout.c: little improvements
12256
12257 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12258
12259         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12260
12261         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12262
12263         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12264
12265 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12266
12267         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12268
12269         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12270
12271 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12272         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12273
12274         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12275
12276         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12277
12278         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12279
12280         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12281
12282         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12283
12284         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12285
12286         * support/regression/tests/longor.c: Added.
12287
12288 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12289
12290         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12291
12292         * as/mcs51/aslink.h: define PATH_MAX
12293
12294         * as/mcs51/asm.h: define PATH_MAX
12295
12296         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12297
12298         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12299
12300         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12301
12302         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12303
12304         * src/SDCCglobl.h: define PATH_MAX
12305
12306         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12307
12308         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12309
12310 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12311
12312         * src/z80/gen.c (gencjneshort): Fixed
12313
12314         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12315
12316 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12317
12318         * support/regression/tests/bug-469671.c: Added.
12319
12320         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12321
12322 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12323
12324         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12325
12326         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12327
12328 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12329
12330         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12331
12332         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12333
12334         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12335
12336         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12337
12338         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12339
12340         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12341
12342         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12343
12344 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12345
12346         * 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.
12347
12348         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12349
12350         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12351
12352 2001-10-07    <johan AT FRIJA>
12353
12354         * device/lib/gets.c (gets): fixed the return value.
12355
12356 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12357         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12358
12359         * 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.
12360
12361         * 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.
12362
12363         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12364
12365         * src/pic/gen.c: Removed Safe_strdup.
12366
12367         * configure.in: Added option to enable libgc support.
12368
12369         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12370         (bitVectUnion): Optimised.
12371         (bitVectIntersect): Optimised.
12372         (bitVectBitsInCommon): Optimised.
12373         (bitVectCplAnd): Optimised.
12374
12375         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12376
12377 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12378
12379         * src/SDCCmain.c: distinguish between assembler debug and plain options
12380
12381         * src/avr/main.c:   remove standard assembler options
12382
12383         * src/ds390/main.c: remove standard assembler options
12384
12385         * src/mcs51/main.c: remove standard assembler options
12386
12387         * src/port.h: removed "PENDING" comment
12388
12389 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12390
12391         * src/device/lib/_mulint.c  : new, with assember functions
12392
12393         * src/device/lib/_mullong.c : new, with assember functions
12394
12395         * src/device/lib/_divuint.c : with assember functions
12396
12397         * src/device/lib/_divsint.c : with assember functions
12398
12399         * src/device/lib/_divulong.c: with assember functions
12400
12401         * src/device/lib/_divslong.c: with assember functions
12402
12403         * src/device/lib/_moduint.c : with assember functions
12404
12405         * src/device/lib/_modsint.c : with assember functions
12406
12407         * src/device/lib/_modulong.c: with assember functions
12408
12409         * src/device/lib/_modslong.c: with assember functions
12410
12411         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12412
12413         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12414
12415         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12416                                       replaced _mululong.c and _mulslong.c by _mullong.c
12417
12418 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12419
12420         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12421
12422 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12423
12424         * src/SDCCglue.c: test, if win32api is available for MINGW
12425
12426 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12427
12428         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12429         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12430         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12431         * support/regression/ports/host/spec.mk: removed GENERIC
12432         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12433         * support/regression/ports/z80/spec.mk: removed GENERIC
12434
12435 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12436
12437         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12438
12439         * support/regression/tests/bug-467035.c: Created.
12440
12441 2001-10-01    <johan AT FRIJA>
12442
12443         * src/SDCC.y: fixed bug #466586 part 1
12444
12445 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12446
12447         * SDCCicode.c: z80 has no generic pointers
12448         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12449
12450 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12451
12452         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12453
12454 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12455
12456         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12457
12458         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12459
12460 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12461
12462         * configure.in: Fixed up so that ucsim is only configured once.
12463
12464         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12465
12466         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12467         (getPathDifference): As above.
12468
12469         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12470
12471         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12472
12473 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12474         * .version: Updated to 2.3.1
12475
12476         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12477         Added copyright header.
12478
12479         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12480         (assemble): Added support for macro based assembler commands.
12481         (linkEdit): Added support for macro based linker commands.
12482         (preProcess): Changed the pre-processor to use macros.
12483         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12484         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12485
12486         * device/lib/z80/crt0.s: Added module name for debugging.
12487
12488 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12489
12490         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12491
12492         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12493
12494         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12495
12496         * src/Makefile.in: Added SDCCmacro and SDCCutil
12497
12498 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12499
12500         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12501
12502 2001-09-16    <johan AT FRIJA>
12503
12504         * 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.
12505
12506 2001-09-15    <johan AT FRIJA>
12507
12508         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12509         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12510
12511 2001-09-11    <johan AT FRIJA>
12512
12513         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12514
12515 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12516
12517         * support/regression/tests/bug-460444.c: Added test case.
12518
12519         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12520         (genCast): Added justification for all of the asserts.
12521
12522 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12523
12524         * support/regression/support.c: _xdata replaced by xdata
12525
12526         * support/regression/spec.mk: removed _generic
12527
12528 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12529
12530         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12531
12532         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12533         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12534
12535         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12536
12537         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12538
12539         * support/regression/tests/bug-460010.c: Added test case.
12540
12541         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12542
12543 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12544
12545         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12546
12547         * support/regression/testfwk.c: removed workaround for bug #436344
12548
12549         * support/regression/tests/bp.c: use less memory with mcs51
12550
12551         * support/regression/tests/bug-441448.c: use less memory
12552
12553         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12554
12555         * support/regression/collate-results.py: typo
12556
12557 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12558
12559         * support/regression/tests/fetchoverlap.c: Added new test case.
12560
12561         * support/regression/tests/bp.c: Added new test case.
12562
12563         * support/regression/tests/bug-448984.c: Added new test case.
12564
12565         * support/regression/tests/pow2shifts.c: Added new test case.
12566
12567         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12568         (genlshTwo): Fixed right shift for count > 8.
12569
12570         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12571
12572 2001-09-08    <johan AT FRIJA>
12573
12574         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12575
12576 2001-09-07    <johan AT FRIJA>
12577
12578         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12579
12580         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12581
12582 2001-09-06    <johan AT FRIJA>
12583
12584         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12585         * bernhard noted me at this: "() equals to (void)" (1.38)
12586
12587 2001-09-05    <johan AT FRIJA>
12588
12589         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12590
12591 2001-09-04    <johan AT FRIJA>
12592
12593         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12594
12595
12596 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12597
12598         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12599
12600 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12601
12602         * link/z80/aslink.h: Fixed path for PATH_MAX
12603
12604 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12605
12606         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12607
12608         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12609
12610         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12611
12612         * 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.
12613
12614 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12615
12616         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12617         (genCmp): Fixed up genCmp for the GB with longs.
12618
12619         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12620
12621         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12622
12623         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12624
12625         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12626
12627 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12628
12629         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12630
12631 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12632
12633         * 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.
12634
12635         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12636
12637 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12638
12639         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12640
12641         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12642
12643 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12644
12645   * sim/ucsim/configure:    little improvement of Cygwin-detection
12646   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12647   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12648   * support/regression/tests/bug-221100.c: small changes for mcs51
12649   * support/regression/tests/bug-221168.c: small changes for mcs51
12650   * support/regression/tests/bug-227710.c: small changes for mcs51
12651   * support/regression/tests/staticinit.c: small changes for mcs51
12652   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12653   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12654   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12655
12656 $Revision$