* device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
[fw/sdcc] / ChangeLog
1 2006-09-27 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/include/mcs51/at89c51snd1c.h: fixed MSK_SREQ definition
4           thanks Weston T. Schmidt for patch 1555221
5
6 2006-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
7
8         * device/include/stdlib.h: added rand prototypes
9         * device/lib/rand.c: new, added
10         * device/lib/Makefile.in: added rand.c
11         * src/z80/peeph.def,
12         * src/z80/peeph-gbz80.def,
13         * src/z80/peeph-z80.def: updated conditonals, fixed bug 1565908
14
15 2006-09-20 Raphael Neider <rneider AT web.de>
16
17         * device/lib/pic16/libio/i2c/i2cnack.c (i2c_nack): fixed ACKDT bit
18
19 2006-09-19 Maarten Brock <sourceforge.brock AT dse.nl>
20
21         * as/link/aslink.h: cosmetic changes
22         * as/link/mcs51/Makefile.in,
23         * as/link/z80/Makefile.in: fixed build on CF where VPATH is used
24
25 2006-09-17 Maarten Brock <sourceforge.brock AT dse.nl>
26
27         * as/link/aslink.h,
28         * as/link/mcs51/aslink.h,
29         * as/link/z80/aslink.h: merged and moved to as/link/
30         * as/link/lkstore.c,
31         * as/link/mcs51/lkstore.c: moved to as/link/
32         * as/link/clean.mk: remove *.o
33         * as/link/mcs51/alloc.h: deleted
34         * as/link/mcs51/lkarea.c: added lnksect prototype
35         * as/link/mcs51/lkdata.c,
36         * as/link/mcs51/lklex.c,
37         * as/link/mcs51/lkmain.c: renamed as_getline to lk_getline
38         * as/link/mcs51/lkmem.c,
39         * as/link/mcs51/lknoice.c: removed include strcmpi.h
40         * as/link/mcs51/lksym.c: include stdlib.h instead of malloc.h or alloc.h
41         * as/link/mcs51/aslink.dsp,
42         * as/link/mcs51/Makefile.aslink,
43         * as/link/mcs51/Makefile.bcc,
44         * as/link/mcs51/Makefile.in: updated for moved files
45         * as/link/z80/lkarea.c,
46         * as/link/z80/lkhead.c,
47         * as/link/z80/lklex.c,
48         * as/link/z80/lklibr.c,
49         * as/link/z80/lklist.c,
50         * as/link/z80/lkmain.c,
51         * as/link/z80/lkrloc.c,
52         * as/link/z80/lksym.c: synced with mcs51
53         * as/link/z80/lkdata.c,
54         * as/link/z80/lkeval.c,
55         * as/link/z80/lkihx.c,
56         * as/link/z80/lks19.c: cosmetic changes
57         * as/link/z80/Makefile.in,
58         * as/link/z80/linkgbz80.dsp,
59         * as/link/z80/linkz80.dsp: updated for moved files
60
61 2006-09-16 Borut Razem <borut.razem AT siol.net>
62
63         * debugger/mcs51/sdcdb.c: partially fixed
64           [ 1203664 ] sdcdb fails to open files w. two "." periods
65         * debugger/mcs51/simi.c, debugger/mcs51/symtab.c,
66           debugger/mcs51/symtab.h: fixed indenting
67         * configure.in, configure: up to date with latest Maarten's changes
68
69 2006-09-15 Maarten Brock <sourceforge.brock AT dse.nl>
70
71         as/link/mcs51
72         as/aslink.dsp,                  as/link/mcs51/aslink.dsp,
73         as/link/mcs51/aslink.h,         as/mcs51/aslink.h,
74         as/link/mcs51/aslink.mak,       as/mcs51/aslink.mak,
75         as/link/mcs51/lkaomf51.c,       as/mcs51/lkaomf51.c,
76         as/link/mcs51/lkarea.c,         as/mcs51/lkarea.c,
77         as/link/mcs51/lkdata.c,         as/mcs51/lkdata.c,
78         as/link/mcs51/lkeval.c,         as/mcs51/lkeval.c,
79         as/link/mcs51/lkhead.c,         as/mcs51/lkhead.c,
80         as/link/mcs51/lkihx.c,          as/mcs51/lkihx.c,
81         as/link/mcs51/lklex.c,          as/mcs51/lklex.c,
82         as/link/mcs51/lklibr.c,         as/mcs51/lklibr.c,
83         as/link/mcs51/lklist.c,         as/mcs51/lklist.c,
84         as/link/mcs51/lkmain.c,         as/mcs51/lkmain.c,
85         as/link/mcs51/lkmem.c,          as/mcs51/lkmem.c,
86         as/link/mcs51/lknoice.c,        as/mcs51/lknoice.c,
87         as/link/mcs51/lkrloc.c,         as/mcs51/lkrloc.c,
88         as/link/mcs51/lks19.c,          as/mcs51/lks19.c,
89         as/link/mcs51/lkstore.c,        as/mcs51/lkstore.c,
90         as/link/mcs51/lksym.c,          as/mcs51/lksym.c,
91         as/link/mcs51/Makefile.aslink,  as/mcs51/Makefile.aslink,
92         as/link/mcs51/alloc.h,
93         as/link/mcs51/clean.mk,
94         as/link/mcs51/conf.mk,
95         as/link/mcs51/Makefile.bcc,
96         as/link/mcs51/Makefile.in,
97         as/link/mcs51/readme.390,
98         as/link/mcs51/strcmpi.c,
99         as/link/mcs51/strcmpi.h,
100         as/mcs51/clean.mk,
101         as/mcs51/Makefile.bcc,
102         as/mcs51/Makefile.in,
103         configure,
104         Makefile.in,
105         sdcc.dsw: moved mcs51 linker to as/link/mcs51
106
107 2006-09-14 Maarten Brock <sourceforge.brock AT dse.nl>
108
109         * as/link,
110         * as/link/Makefile.in,
111         * as/link/z80/linkgbz80.dsp,
112         * as/link/z80/linkz80.dsp,
113         * configure,
114         * link,
115         * link/clean.mk,
116         * link/Makefile.in,
117         * link/README,
118         * link/z80,
119         * link/z80/aslink.h,
120         * link/z80/clean.mk,
121         * link/z80/conf.mk,
122         * link/z80/linkgbz80.dsp,
123         * link/z80/linkz80.dsp,
124         * link/z80/lkarea.c,
125         * link/z80/lkdata.c,
126         * link/z80/lkeval.c,
127         * link/z80/lkgb.c,
128         * link/z80/lkgg.c,
129         * link/z80/lkhead.c,
130         * link/z80/lkihx.c,
131         * link/z80/lklex.c,
132         * link/z80/lklibr.c,
133         * link/z80/lklist.c,
134         * link/z80/lkmain.c,
135         * link/z80/lkrloc.c,
136         * link/z80/lks19.c,
137         * link/z80/lksym.c,
138         * link/z80/Makefile.in,
139         * Makefile.in,
140         * sdcc.dsw: moved link/ to as/link/
141
142 2006-09-11 Maarten Brock <sourceforge.brock AT dse.nl>
143
144         * as/mcs51/i51mch.c (machine): fixed warning
145
146 2006-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
147
148         * as/mcs51/i51mch.c (machine): S_DJNZ fixed bug 1554318
149
150 2006-09-09 Borut Razem <borut.razem AT siol.net>
151
152         * debugger/mcs51/sdcdb.c, debugger/mcs51/simi.c:
153           sdcdb WIN32 native port
154         * src/clean.mk: fixed
155
156 2006-09-08 Borut Razem <borut.razem AT siol.net>
157
158         * doc/sdccman.lyx: SDCDB and ucSim are available on Win32 platforms.
159
160 2006-09-08 Raphael Neider <rneider AT web.de>
161
162         * src/pic16/main.c (_pic16_linkEdit,pic16_linkCmd),
163         * src/pic/main.c(_pic14_do_link, linkCmd): pass "-w" and "-r"
164             to gplink to disable processor mismatch warning and to allow
165             the use of devices with only aliased (shared) memory banks,
166           (_pic16_genAssemblerPreamble): include pXXX.inc on --mplab-comp
167
168 2006-09-07 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
169
170         * doc/sdccman.lyx: Some re-formating plus example on using
171           #pragma preproc_asm +/-
172
173 2006-09-07 Borut Razem <borut.razem AT siol.net>
174
175         * support/scripts/sdcc.nsi: added SDCDB executables in a separate
176           section
177
178 2006-09-06 Borut Razem <borut.razem AT siol.net>
179
180         * support/scripts/sdcc.nsi: fixed Error: unterminated string parsing
181           line at sdcc.nsi:153
182         * sdcc/debugger/mcs51/simi.c: argsToCmdLine() fixes
183
184 2006-09-05 Borut Razem <borut.razem AT siol.net>
185
186         * configure.in, configure: support for winsock2
187         * debugger/mcs51/break.h, debugger/mcs51/cmd.c,
188           debugger/mcs51/cmd.h, debugger/mcs51/sdcdb.c,
189           debugger/mcs51/sdcdb.h, debugger/mcs51/simi.c,
190           debugger/mcs51/simi.h, debugger/mcs51/symtab.c,
191           debugger/mcs51/symtab.h: sdcdb WIN32 native port
192
193 2006-09-05 Maarten Brock <sourceforge.brock AT dse.nl>
194
195         * src/SDCCopt.c (cnvToFcall): fixed bug 1551947 by updating OP_USES
196           and OP_DEFS
197         * support/regression/tests/bug1551947.c: new, added
198         * src/SDCCsymt.h: strings are char* not byte*
199
200 2006-09-05 Raphael Neider <rneider AT web.de>
201
202         * device/lib/pic16/libdev/pic18f4550.c,
203           device/include/pic16/pic18f4550.h: added PORTD/TRISD
204             declarations/definitions from patch #1520949
205
206 2006-09-05 Raphael Neider <rneider AT web.de>
207
208         * src/pic16/gen.c (genPackBits): fix assignment to 8-bit,
209           byte-aligned bitfields, fixes #1539278
210
211 2006-09-05 Raphael Neider <rneider AT web.de>
212
213         * src/pic/gen.c (genReceive): skip unreferenced arguments,
214           fixes #1544120
215
216 2006-09-04 Borut Razem <borut.razem AT siol.net>
217
218         * support/scripts/sdcc.nsi: move ucSim executables to a separate section
219         * support/scripts/sdcc_cygwin_mingw32: don't disable ucsim,
220           -mno-cygwin is a part of the compiler name
221         * support/scripts/sdcc_mingw32: don't disable ucsim
222
223 2006-09-03 Borut Razem <borut.razem AT siol.net>
224
225         * sdcc.spec: corrected for 2.6.0. Thanks to Christer Weinigel.
226         * device/lib/Makefile.in device/lib/clean.mk: small but essential corrections
227
228 2006-09-03 Raphael Neider <rneider AT web.de>
229
230         * src/pic/ralloc.c,
231         * src/pic/pcode.c (InitReuseRegs): allocate registers with pseudo
232           indices >= 0x1000 to disambiguate them from fixed regs __at(addr),
233           fixes #1550049
234
235 2006-09-01 Borut Razem <borut.razem AT siol.net>
236
237         * sim/ucsim/cmd.src/cmdutil.cc: #include <sys/time.h> and <unistd.h>
238           to make ppc-osx happy
239
240 2006-08-31 Borut Razem <borut.razem AT siol.net>
241
242         * sim/ucsim/cmd.src/newcmdposix.cc: #include <assert.h>
243         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
244         * sim/ucsim/cmd.src/newcmd.cc: #include <ctype.h>
245         * support/regression/ports/ds390/spec.mk,
246           support/regression/ports/mcs51/spec.mk,
247           support/regression/ports/xa51/spec.mk: introduced DEV_NULL variable.
248           To run regression tests in mingw environment:
249           make DEV_NULL=NUL CC=gcc
250
251 2006-08-30 Borut Razem <borut.razem AT siol.net>
252
253         * sim/ucsim/cmd.src/newcmdposix.cc, sim/ucsim/cmd.src/newcmdposixcl.h,
254           sim/ucsim/cmd.src/newcmdwin32.cc, sim/ucsim/cmd.src/newcmdwin32cl.h,
255           sim/ucsim/app.cc, sim/ucsim/appcl.h, sim/ucsim/configure,
256           sim/ucsim/configure.in, sim/ucsim/ddconfig_in.h, sim/ucsim/error.cc,
257           sim/ucsim/errorcl.h, sim/ucsim/option.cc, sim/ucsim/optioncl.h,
258           sim/ucsim/utils.cc, sim/ucsim/utils.h, sim/ucsim/cmd.src/Makefile.in,
259           sim/ucsim/avr.src/avr.cc, sim/ucsim/avr.src/avrcl.h,
260           sim/ucsim/cmd.src/bp.cc, sim/ucsim/cmd.src/bpcl.h,
261           sim/ucsim/cmd.src/cmdconf.cc, sim/ucsim/cmd.src/cmdgui.cc,
262           sim/ucsim/cmd.src/cmdmem.cc, sim/ucsim/cmd.src/cmdset.cc,
263           sim/ucsim/cmd.src/cmdsetcl.h, sim/ucsim/cmd.src/cmdstat.cc,
264           sim/ucsim/cmd.src/cmduc.cc, sim/ucsim/cmd.src/cmduccl.h,
265           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
266           sim/ucsim/cmd.src/command.cc, sim/ucsim/cmd.src/commandcl.h,
267           sim/ucsim/cmd.src/get.cc, sim/ucsim/cmd.src/getcl.h,
268           sim/ucsim/cmd.src/info.cc, sim/ucsim/cmd.src/newcmd.cc,
269           sim/ucsim/cmd.src/newcmdcl.h, sim/ucsim/cmd.src/set.cc,
270           sim/ucsim/cmd.src/show.cc, sim/ucsim/cmd.src/timer.cc,
271           sim/ucsim/hc08.src/hc08.cc, sim/ucsim/hc08.src/hc08cl.h,
272           sim/ucsim/s51.src/Makefile.in, sim/ucsim/s51.src/interrupt.cc,
273           sim/ucsim/s51.src/interruptcl.h, sim/ucsim/s51.src/pca.cc,
274           sim/ucsim/s51.src/pcacl.h, sim/ucsim/s51.src/port.cc,
275           sim/ucsim/s51.src/portcl.h, sim/ucsim/s51.src/serial.cc,
276           sim/ucsim/s51.src/serialcl.h, sim/ucsim/s51.src/timer0.cc,
277           sim/ucsim/s51.src/timer0cl.h, sim/ucsim/s51.src/timer1.cc,
278           sim/ucsim/s51.src/timer1cl.h, sim/ucsim/s51.src/timer2.cc,
279           sim/ucsim/s51.src/timer2cl.h, sim/ucsim/s51.src/uc390.cc,
280           sim/ucsim/s51.src/uc390cl.h, sim/ucsim/s51.src/uc390hw.cc,
281           sim/ucsim/s51.src/uc390hwcl.h, sim/ucsim/s51.src/uc51.cc,
282           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/wdt.cc,
283           sim/ucsim/s51.src/wdtcl.h, sim/ucsim/sim.src/hw.cc,
284           sim/ucsim/sim.src/hwcl.h, sim/ucsim/sim.src/mem.cc,
285           sim/ucsim/sim.src/memcl.h, sim/ucsim/sim.src/obsolete.cc,
286           sim/ucsim/sim.src/obsolete.h, sim/ucsim/sim.src/sim.cc,
287           sim/ucsim/sim.src/simcl.h, sim/ucsim/sim.src/stack.cc,
288           sim/ucsim/sim.src/stackcl.h, sim/ucsim/sim.src/test_mem_speed.cc,
289           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
290           sim/ucsim/xa.src/xa.cc, sim/ucsim/xa.src/xacl.h,
291           sim/ucsim/z80.src/z80.cc, sim/ucsim/z80.src/z80cl.h:
292           ucsim WIN32 native port
293
294 2006-08-30 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
295
296         * doc/sdccman.lyx: added note on dynamic memory heap initialization
297
298 2006-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
299
300         * src/mcs51/gen.c (genAnd, genOr, genXor): fixed bug 1546986
301         * src/ds390/gen.c (aopGetUsesAcc): handle AOP_DPTR2 and AOP_DPTRn too
302
303 2006-08-26 Maarten Brock <sourceforge.brock AT dse.nl>
304
305         * src/ds390/gen.c (genAnd, genOr, genXor): fixed bug 1546986
306         * support/regression/tests/bug1546986.c: new, added
307         * as/mcs51/.cvsignore,
308         * debugger/mcs51/.cvsignore,
309         * src/.cvsignore: deleted
310
311 2006-08-25 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
312
313         * device/include/mcs51/P89c51RD2.h: fixed bug 1546936 (error in sbit
314           definitions)
315
316 2006-08-20 Borut Razem <borut.razem AT siol.net>
317
318         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h:
319           removed cl_listen_console::match(), cl_console::match(),
320           restructured cl_commander::proc_input()
321
322 2006-08-16 Borut Razem <borut.razem AT siol.net>
323
324         * sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/newcmdcl.h,
325           sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/cmdutil.h,
326           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/uc.cc: code cleaning
327
328 2006-08-14 Borut Razem <borut.razem AT siol.net>
329
330         * support/regression/Makefile.in,
331           support/regression/ports/pic14/gpsim.cmd,
332           support/regression/ports/pic14/spec.mk,
333           support/regression/ports/pic14/support.c:
334           added pic14 regression test
335
336 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
337
338         * as/doc/asxhtm.html: documented changed ABS behaviour
339         * as/doc/README: fixed some typos
340
341 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
342
343         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
344           not defined on host
345
346 2006-08-12 Borut Razem <borut.razem AT siol.net>
347
348         * support/regression/fwk/include/testfwk.h,
349           support/regression/fwk/lib/testfwk.c,
350           support/regression/generate-cases.py,
351           support/regression/Makefile.in:
352           regression test framework does not depend on function pointers and
353           variable arguments
354
355 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
356
357         * device/include/stddef.h: c temporary hack to fix bug 1518273
358
359 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
360
361         * device/include/mcs51/cc2510fx.h: added
362         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
363           to projects.
364
365 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
366
367         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
368         * as/z80/Makefile.in: added strcmpi.c
369         * as/z80/z80adr.c: added upper case registers and lower case conditionals
370         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
371
372 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
373
374         * device/lib/gbz80/asm_strings.s,
375         * device/lib/gbz80/crt0_rle.s,
376         * device/lib/gbz80/div.s,
377         * device/lib/gbz80/mul.s,
378         * device/lib/gbz80/shift.s,
379         * device/lib/z80/asm_strings.s,
380         * device/lib/z80/crt0_rle.s,
381         * device/lib/z80/div.s,
382         * device/lib/z80/mul.s,
383         * device/lib/z80/shift.s: changed to all lower case menmonics except the
384           flags which are all upper case
385
386 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
387
388         * as/z80/asm.h: made CASE_SENSITIVE 1
389         * link/z80/aslink.h: made CASE_SENSITIVE 1
390         * src/z80/gen.c (throughout): made all conditionals upper case
391         * support/regression/tests/bug1503067.c: new
392
393 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
394
395         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
396           (shiftIntoPair): added case 2 for PAIR_IY,
397           (setupToPreserveCarry): replaced parameters with iCode and check if
398            PAIR_DE is in use to fix bug 1399290,
399           (genPlus, genMinus): updated call to setupToPreserveCarry
400         * support/regression/tests/bug1399290.c: new
401
402 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
403
404         * device/lib/Makefile.in (Z80SOURCES): enabled float support
405         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
406         * src/ds390/gen.c (shiftRLong),
407         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
408         * src/mcs51/gen.c (sameReg): changed to sameByte,
409           (xch_a_aopGet): new,
410           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
411            shiftRLong): fixed bug 1533966
412         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
413           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
414         * support/regression/Makefile.in: disabled z80, enabled ucz80
415         * support/regression/tests/float_trans.c: enabled test for z80 and host
416         * support/regression/tests/shifts2.c: new, for testing bug 1533966
417
418 2006-08-01 Borut Razem <borut.razem AT siol.net>
419
420         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
421           comparison is always false due to limited range of data type
422           on PPC64 machine (openpower-linux1) where "char = unsigned char"
423
424 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
425
426         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
427         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
428         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
429         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
430
431 2006-07-31 Borut Razem <borut.razem AT siol.net>
432
433         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
434           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
435           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
436           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
437           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
438           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
439           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
440           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
441           enable ucsim mingw compilation. Serial port is disabled,
442           since it uses termios.h API, which is not available on native
443           WIN32
444
445 2006-07-31 Borut Razem <borut.razem AT siol.net>
446
447         * Small Device C Compiler 2.6.0 released
448         * support/scripts/sdcc.nsi: added FULL_DOC option
449         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
450
451 2006-07-28 Borut Razem <borut.razem AT siol.net>
452
453         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
454         * doc/INSTALL.txt: updated
455
456 2006-07-27 Borut Razem <borut.razem AT siol.net>
457
458         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
459           device/lib/pic/libdev/Makefile.in: fixed bug
460           [ 1438354 ] pic libsdcc: distclean doesn't work
461         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
462           device/lib/pic16/libio/Makefile.in: fixed bug
463           [ 1438344 ] pic16 lib: clean doesn't work properly
464         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
465
466 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
467
468         * device/lib/pic/libsdcc/fsdiv.c,
469         * device/lib/pic/libsdcc/fsmul.c,
470         * device/lib/pic16/libsdcc/float/fsdiv.c,
471         * device/lib/pic16/libsdcc/float/fsmul.c,
472         * device/lib/_fsdiv.c,
473         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
474         * support/regression/tests/bug1520966.c: added
475         * doc/knownbugs.html: removed [ 1520966 ] from the list
476
477 2006-07-25 Borut Razem <borut.razem AT siol.net>
478
479         * configure.in, configure, sdccconf_in.h: fixed bug
480           [ 1519095 ] regression test onebyte.c fails on ppc64 host
481         * doc/knownbugs.html: removed [ 1519095 ] from the list
482
483 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
484
485         * doc/knownbugs.html: added, contains list of known bugs at release
486         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
487
488 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
489
490         * device/include/mcs51/compiler.h: added SFRX for xdata based special
491           function registers and corrected defaults with additional warning
492         * device/lib/malloc.c: cosmetic changes
493         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
494         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
495           (fillGaps): and used it
496
497 2006-07-20 Raphael Neider <rneider AT web.de>
498
499         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
500           output unless SDCCPICDEBUG is set
501         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
502           output if SILENT is set
503
504 2006-07-11 Borut Razem <borut.razem AT siol.net>
505
506         * doc/README.txt: updated
507
508 2006-07-10 Borut Razem <borut.razem AT siol.net>
509
510         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
511           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
512           in WIN32 installation
513         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
514           release candidate 1
515
516 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
517
518         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
519         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
520
521 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
522
523         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
524
525 2006-07-06 Borut Razem <borut.razem AT siol.net>
526
527         * support/regression/tests/bitfields.c:
528           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
529         * support/regression/tests/constantRange.c:
530           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
531
532 2006-07-04 Borut Razem <borut.razem AT siol.net>
533
534         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
535           src/port.mk,
536           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
537           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
538           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
539           reverted changes from 2006-07-03
540         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
541         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
542           added CPPFLAGS, used by the host port
543
544 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
545
546         * support/regression/valdiag/tests/switch.c,
547         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
548         * support/regression/tests/libmullong.c: fixed for host
549         * support/regression/ports/host/spec.mk: disable all warnings for host,
550         SDCC runs with --less-pedantic too
551
552 2006-07-03 Borut Razem <borut.razem AT siol.net>
553
554         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
555           defined CPPFLAGS
556         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
557         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
558           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
559           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
560           include ../port.mk
561         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
562           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
563           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
564           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
565
566 2006-07-02 Raphael Neider <rneider AT web.de>
567
568         * src/pic16/devices.inc,
569         * device/include/pic16/pic18fregs.h,
570         * device/include/pic16/pic18f4550.h,
571         * device/lib/pic16/pics.all,
572         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
573
574 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
575
576         * as/hc08/lkaomf51.c (OutputName),
577         * as/mcs51/lkaomf51.c (OutputName),
578         * as/z80/asmain.c (asmbl),
579         * src/ds390/main.c (asmLineNodeFromLineNode),
580         * src/hc08/ralloc.c (hc08_assignRegisters),
581         * src/mcs51/main.c (asmLineNodeFromLineNode),
582         * src/xa51/ralloc.c (checkRegMask),
583         * src/xa51/gen.c (emitcode),
584         * src/z80/gen.c (_emit2),
585         * src/SDCCast.c (searchLitOp),
586         * src/SDCCglobl.h,
587         * support/packihx/packihx.c,
588         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
589         * src/ds390/gen.c (aopPutUsesAcc),
590         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
591         * support/regression/tests/libmullong.c (mullong_wrapper),
592         * src/SDCCsymt.c (powof2),
593         * src/SDCCast.c,
594         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
595         * src/SDCCsymt.h: added TYPE_TARGET_*
596         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
597         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
598         SDCCast because 1) header problems 2) this is the right place
599         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
600         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
601         prototype
602
603 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
604
605         * src/SDCCicode.h: removed buggy semicolon in unused macro
606         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
607         search for previous definiton of auto symbols too,
608         (findPrevUse): fixed logic of emitWarnings
609
610 2006-06-26 Raphael Neider <rneider AT web.de>
611
612         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
613           PCLATH and PCLATU on interrupts, potentially fixes #1505141
614
615 2006-06-25 Raphael Neider <rneider AT web.de>
616
617         * device/lib/pic/libm: NEW, added math library functions
618         * device/lib/pic/libsdcc: NEW; added float support functions
619         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
620         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
621           NEW, added math related headers
622         * device/include/asm/pic/features.h: NEW
623         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
624           (popGet): allow larger offsets for AOP_PCODE,
625           (genDataPointerSet): handle literals explicitly, more debug output,
626           (genAssign): fixed for float using aopLiteral ;-)
627         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
628           GOTO initialisation routine
629         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
630           flag on registers, fixes #1469043 (local variables do not work)
631         * src/pic/main.c (_pic14_do_link),
632         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
633           available
634
635 2006-06-25 Borut Razem <borut.razem AT siol.net>
636
637         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
638           characters printed (not including the trailing '\0' used to end
639           output to strings). Problem detected in regression test bug-927659.c.
640           NOTE: printf() family functions should return int instead
641           unsigned int!
642         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
643           specifier are printed as themselves
644         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
645           support flags, width and precision specifiers
646
647 2006-06-24 Borut Razem <borut.razem AT siol.net>
648
649         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
650           to the list of sdcc tagrets not supporting bit type
651         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
652           testfor pic16 due to bug:
653           [ 1511794 ] pic16: regression test bug-895992.c fails
654
655 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
656
657         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
658         * src/SDCCglue.c (initPointer), fixed bug 1496419
659         * support/regression/tests/bug1496419.c: new, added
660
661 2006-06-22 Borut Razem <borut.razem AT siol.net>
662
663         * support/regression/ports/pic16/support.c: use gpsim usart module from
664           libgpsim_modules library
665
666 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
667
668         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
669         IP0H to IPH0.
670
671 2006-06-19 Raphael Neider <rneider AT web.de>
672
673         * src/pic/glue.h,src/pic16/glue.h: added prototypes
674         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
675           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
676           (pic14printExterns,pic14printPublics,pic16printPublics,
677           pic16_printExterns): use new functions to emit symbols
678           (picglue,pic16glue): emit publics before emitting externs
679         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
680           locally defined functions to avoid bug #1443651
681         * support/regression/tests/bug-716242.c: removed pic16 workaround
682         * support/regression/ports/pic16/spec.mk: ignore errors during build
683
684 2006-06-19 Raphael Neider <rneider AT web.de>
685
686         * src/pic/glue.h: added pic14aopLiteral prototype
687         * src/pic/glue.c (pic14aopLiteral): return unsigned int
688         * src/pic/gen.c: removed stdint.h dependency
689           (aopGet): use Safe_strdup()
690           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
691           (genDataPointerSet): use pic14aopLiteral()
692         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
693           for pic16; thanks to Bernhard and Maarten
694
695 2006-06-18 Borut Razem <borut.razem AT siol.net>
696
697         * support/regression/tests/structflexarray.c: flexible array members
698           not supported by gcc < 3
699         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
700           GUI tool by default
701         * src/pic/gen.c: don't include [p]strdin.h on solaris
702         * support/Util/pstdint.h: addad svn attributes
703         * support/regression/tests/constantRange.c,
704           support/regression/tests/rotate.c: include inttypes.h instead
705           stdint.h on solaris, addad svn attributes
706
707 2006-06-18 Raphael Neider <rneider AT web.de>
708
709         * src/SDCCsymt.c (initCSupport): change return type of divschar to
710           int for PIC16
711         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
712           (pic16_genMinusBits): simplified sign-extension
713           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
714             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
715             adjusted to correctly handle mixed-signed operands, disabled
716             now unused multiplciation routines
717         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
718           (assignResultValue): added argument denoting the size of the result
719             as returned by the function (fixes upcasts in assigning from
720             function calls: char foo(); int i = foo();)
721           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
722             function result to assignResultValue
723           (genMult): disabled inlined multiplication code
724           (genDiv): augmented to also handle the modulus operator, fixed to
725             handle mixed-signed operands correctly
726           (genMod): simply call genDiv, disabled unused code
727           (genAssign): fixed missing (sign-)extension on result
728         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
729             valid char operands, allow signed operands for native code, added
730             division and modulo operator handling
731         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
732
733         As a consequence, onebyte.c (if split into two files) and muldiv.c
734         pass regression tests.
735
736 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
737
738         * doc/Makefile.in: two runs of makeindex seem needed to get
739         correct page references in the index of sdccman.pdf
740         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
741
742 2006-06-17 Borut Razem <borut.razem AT siol.net>
743
744         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
745
746 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
747
748         * doc/sdccman.lyx: updated, added (porting source code, debugging),
749         mentioned ec2drv and paulmon
750
751 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
752
753         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
754           consecutive abs areas
755           (find_empty_space, allocate_space): added map to handle codemap or
756            xdatamap,
757           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
758            absolute idata and xdata
759         * as/mcs51/lkmem.c (summary2): updated legend
760
761 2006-06-16 Raphael Neider <rneider AT web.de>
762
763         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
764
765 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
766
767         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
768           1208515
769         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
770
771 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
772
773         * src/port.h (struct PORT): added field gp_tags, to hold the tag
774         value of generic pointers,
775         * src/avr/main.c,
776           src/ds390/main.c,
777           src/hc08/main.c,
778           src/izt/i186.c,
779           src/izt/tlcs900h.c,
780           src/mcs51/main.c,
781           src/pic/main.c,
782           src/pic16/main.c,
783           src/xa51/main.c,
784           src/z80/main.c: PORT structure, added elements for gp_tags field,
785         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
786         fields in the PORT structure of each port,
787         * src/SDCCast.c (decorateType): allow processing of generic pointers
788         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
789         S_FIXED symbols
790
791 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
792
793         * link/z80/lkgb.c,
794         * link/z80/lkgg.c,
795         * src/pic16/gen.c,
796         * src/pic16/main.c,
797         * src/pic16/pcode.c,
798         * src/pic/main.c,
799         * src/pic/pcoderegs.c,
800         * src/SDCCicode.c,
801         * src/SDCCmain.c,
802         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
803           bug 1504689 on minGW
804
805 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
806
807         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
808
809 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
810
811         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
812
813 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
814
815         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
816           for optimization
817
818 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
819
820         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
821         to a char variable. Fixed bug #1504211
822         * device/include/pic16/adc.h,
823         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
824         and fixed bug #1364390
825
826 2006-06-10 Borut Razem <borut.razem AT siol.net>
827
828         * CVSROOT: removed the CVS left-over
829
830 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
831
832         * as/hc08/asmain.c (asexit),
833         * as/hc08/lkmain.c (lkexit),
834         * as/mcs51/asmain.c (asexit),
835         * as/mcs51/lkmain.c (lkexit),
836         * src/SDCCglue.c (DEFSETFUNC),
837         * src/SDCCmain.c (linkEdit, assemble),
838         * support/librarian/sdcclib.c (AddRel),
839           replaced unlink() by standard C remove()
840         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
841         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
842           gatherImplicitVariables): new, added to fix bug 608752,
843           (createFunction): added gatherImplicitVariables()
844         * src/SDCCast.h: added createRMW prototype
845         * src/SDCCsymt.h (struct symbol): added infertype
846         * support/regression/tests/bug608752.c: new, added
847
848 2006-06-10 Raphael Neider <rneider AT web.de>
849
850         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
851           multibyte dummy reads (fixes #1503234)
852
853 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
854
855         * device/include/mcs51/compiler.h: new, added header file to enable
856           creating common sfr definition header files for different compilers
857
858 2006-06-05 Raphael Neider <rneider AT web.de>
859
860         * src/pic16/{pcode.h,genarith.c}:
861           introduced pCodeOp combining any two pCodeOps (previously only
862           two register operands could be combined), removed pcop2 from
863           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
864         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
865         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
866           rewritten to use new PO_TWO_OPS
867         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
868         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
869           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
870           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
871           (pic16_get_op): embraced return arg to allow #define return(x),
872             added new case for combined opcodes
873           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
874           (pic16_pCode2str,pic16_getRegFrompCodeOp,
875            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
876
877 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
878
879         * src/SDCCval.c (checkConstantRange): added
880         * src/SDCCval.h: added checkConstantRange
881         * support/Util/SDCCerr.c,
882         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
883         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
884         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
885         * src/SDCCast.c (decorateType): added checkConstantRange,
886         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
887         can be emitted with the correct always true/false warning,
888         added optimization for double '!';
889         result of decorateType() must be assigned back to the tree, because
890         decorateType() can change the tree
891         * src/SDCCicode.c (geniCodeLogic),
892         (geniCodeAssign): replaced new checkConstantRange, added warnings,
893         (checkConstantRange): removed, it was only a fragment which never
894         emitted a warning
895         * src/SDCCsymt.c (computeType): fixed promotion for
896         "-1 < (unsigned bit) b"
897         * src/pic/ralloc.c (packRegsForAssign),
898         * src/pic16/ralloc.c (packRegsForAssign),
899         * src/hc08/ralloc.c (packRegsForAssign),
900         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
901         from mcs51
902         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
903         * support/regression/tests/constantRange.c: added
904         * support/valdiag/tests/constantRange.c: added
905         * support/valdiag/valdiag.py: added -DPORT_HOST=1
906
907 2006-06-02 Borut Razem <borut.razem AT siol.net>
908
909         * support/regression/ports/pic16/support.c: increase stack size
910           to 255 bytes
911         * support/regression/Makefile.in: sort tests by name so that the
912           resutlts can be compared on different machines / platforms
913
914 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
915
916         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
917         * src/ds390/gen.c (emitLabel): new, added,
918           (genDjnz): fixed stack overflow bug,
919           (throughout): cosmetic changes to sync with mcs51/gen.c,
920           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
921         * src/mcs51/gen.c (genEndFunction): small optimization,
922           (throughout): cosmetic changes to sync with ds390/gen.c
923
924 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
925
926         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
927           (_print_format): fixed printing pointers
928         * src/mcs51/gen.c (emitLabel, movb): new, added,
929           (genAssign): small optimization,
930           (genDjnz): fixed stack overflow bug,
931           (throughout): replaced sprintf with SNPRINTF,
932           replaced mcs51_regWithIdx with REG_WITH_INDEX,
933           replaced emitcode("mov", "b,...") with MOVB(...),
934           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
935           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
936         * src/mcs51/peeph.def: added rules 140 and 264
937         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
938           so they may get optimized into registers
939
940 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
941
942         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
943           immediately when encountered,
944           (printUsage): always use stderr even on windows
945
946 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
947
948         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
949         (processParms): fixed bug #1247551
950         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
951         parseCmdLine, main): print '--version' to stdout,
952         print 'help' to stdout if --help is given,
953         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
954         arguments are given; fixed --help
955
956 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
957
958         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
959         * support/regression/tests/bug-1493710.c: added
960
961 2006-05-27 Borut Razem <borut.razem AT siol.net>
962
963         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
964           static instead auto
965         * support/regression/ports/pic16/support.c: increase stack size
966           from default 64 bytes to 128 bytes
967         * support/regression/tests/staticinit.c,
968           support/regression/tests/float.c: regression tests fully enabled
969           for pic16 port by putting the initialized data arrays into the code
970           section
971         * support/regression/ports/pic16/spec.mk: don't link default libraries.
972           This was changed by mistake in the previous version.
973
974 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
975
976         * src/pic16/gen.c (genFunction, genEndFunction): some
977         beautifications, fixed bug with falsely restoring FSR2 in large
978         stack model, thanks to Beau E. Cox for reporting the bug
979
980 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
981
982         * debugger/mcs51/break.c,
983         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
984           use %p to print pointers, made address variables unsigned
985         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
986         * debugger/mcs51/symtab.c (parseSymbol): must return something
987         * src/mcs51/gen.c (aopForSym): small optimization,
988            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
989           (freeAsmop): added missing break,
990           (aopPut): removed parameter bvolatile, determine it inside the function,
991           (saveRegisters, unsaveRegisters): small optimization,
992           (genIpush): removed pointless check,
993           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
994           replaced sprintf with SNPRINTF,
995           replaced strcpy with strncpyz,
996           updated aopPut calls,
997           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
998         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
999
1000 2006-05-24 Borut Razem <borut.razem AT siol.net>
1001
1002         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
1003           modification of test for the pic16 port, put the array to the code
1004           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
1005
1006 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
1007
1008         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
1009         * support/Util/pstdint.h: added
1010
1011 2006-05-22 Borut Razem <borut.razem AT siol.net>
1012
1013         * src/regression/Makefile: removed bool2.c test, added -q linker option
1014         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
1015           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
1016           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
1017           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
1018           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
1019           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
1020           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
1021           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
1022           define SUPPORT_BIT_TYPES 0, removed unused bit variables
1023
1024 2006-05-22 Raphael Neider <rneider AT web.de>
1025
1026         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
1027           bug #1492360 (problematic due to generic pointers, see code)
1028
1029 2006-05-22 Borut Razem <borut.razem AT siol.net>
1030
1031         * support/regression/ports/pic16/specs.mk: removed stack size linker
1032           directive
1033         * support/regression/tests/array.c,
1034           support/regression/tests/bitopcse.c,
1035           support/regression/tests/bug-908454.c,
1036           support/regression/tests/malloc.c: modified for pic16 regression test
1037         * support/regression/tests/bitfields.c:
1038           pic16 - excluded bitfileds of size > 8
1039         * support/regression/tests/bp.c: pic16 - reduced data size
1040         * support/regression/tests/bug-221100.c: pic16 - reduced data size
1041         * support/regression/tests/bug-460010.c:
1042           pic16 - used the absolute address the fits in memory
1043         * support/regression/tests/bug-716242.c:
1044           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
1045         * support/regression/tests/float.c:
1046           pic16 - excluded - data size too big
1047         * support/regression/tests/onebyte.c:
1048           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
1049         * support/regression/tests/shifts.c:
1050           pic16 - function names probably have to differ in first X characters
1051           (gpasm limitation?)
1052         * support/regression/tests/staticinit.c:
1053           pic16 - excluded some tests due error: no target memory available for
1054           section ".idata"
1055
1056 2006-05-22 Borut Razem <borut.razem AT siol.net>
1057
1058         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1059           second try. Thanks Stas Sergeev once more.
1060
1061 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
1062
1063         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
1064           (genLeftShift, genRightShift): fixed bug 1491627
1065         * src/hc08/peeph.def (rules 7, 8.x): added
1066         * support/regression/tests/shifts.c (ShiftLeftByParam,
1067           ShiftRightByParam, testShiftByParam): added to test variable shifting
1068
1069 2006-05-20 Raphael Neider <rneider AT web.de>
1070
1071         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
1072         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
1073           (allocReg): add only new registers to dynAllocRegs,
1074           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
1075             #1489055, #1445850, and probably #1483693
1076
1077 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
1078
1079         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
1080         bug in for-loop that didn't emit the last of CONFIG and ID registers
1081
1082 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
1083
1084         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
1085           with offset
1086         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
1087           1489016, 1434401 and 1490124
1088         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
1089           1489016, 1434401 and 1490124
1090
1091 2006-05-17 Borut Razem <borut.razem AT siol.net>
1092
1093         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
1094           thanks Stas Sergeev
1095
1096 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
1097
1098         * device/include/mcs51/P89c51RD2.h,
1099         * device/include/mcs51/P89LPC901.h,
1100         * device/include/mcs51/P89LPC922.h,
1101         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
1102
1103 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1104
1105         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
1106         to fix missing stack pragma in compiled binary object file,
1107
1108 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
1109
1110         * support/packihx/configure.in,
1111         * support/packihx/configure: removed warning, autoconf >= 2.5x can
1112         determine sizeof basic types even while cross compiling
1113
1114 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
1115
1116         * src/avr/gen.c (aopop),
1117         * src/ds390/gen.c (aopOp),
1118         * src/hc08/gen.c (aopOp),
1119         * src/mcs51/gen.c (aopop),
1120         * src/pic16/gen.c (pic16_aopOp),
1121         * src/pic/gen.c (aopOp),
1122         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
1123         if size of operand is smaller than spill location
1124
1125 2006-05-12 Borut Razem <borut.razem AT siol.net>
1126
1127         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
1128           have to have CR/LF line endings even if they are checked out on *nix
1129           or on WIN32 in cygwin binmode
1130
1131 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
1132
1133         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
1134         * device/include/ds80c390.h: added sfr16 definitions
1135         * src/ds390/gen.c,
1136         * src/ds390/gen.h,
1137         * src/ds390/main.c,
1138         * src/ds390/ralloc.c,
1139         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
1140           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
1141           bit returning functions
1142         * support/regression/tests/sfr16.c: enabled test on ds390
1143
1144 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1145
1146         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
1147         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
1148
1149 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
1150
1151         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
1152         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
1153           (cl_address_space constructor): removed expensive initialization,
1154           (cl_address_space::get_cell): extended for late initialization,
1155           (cl_address_space::*): use late initialization,
1156           (cl_address_decoder::activate): removed expensive initialization,
1157           This reduced regression test running time by 25%
1158
1159 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
1160
1161         * packihx/,
1162         * configure.in,
1163         * configure,
1164         * sdcc.dsw,
1165         * Makefile.bcc,
1166         * Makefile.in,
1167         * support/packihx/Makefile.in,
1168         * support/packihx/clean.mk,
1169         * support/packihx/Makefile.bcc,
1170         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
1171
1172 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1173
1174         * src/SDCCval.c (valNot): fix for regression test failure
1175           of not.c on big endian hosts
1176
1177 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1178
1179         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
1180
1181 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
1182
1183         * device/lib/mcs51/Makefile.in: changed string comparison operator
1184           to = for POSIX compliance; == is bash extension
1185
1186 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
1187
1188         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
1189           kosmonaut_pirx
1190
1191 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
1192
1193         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
1194         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
1195         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
1196         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
1197         bug report #1478657,
1198
1199 2006-05-05 Borut Razem <borut.razem AT siol.net>
1200
1201         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
1202           making the html
1203
1204 2006-05-02 Borut Razem <borut.razem AT siol.net>
1205
1206         * doc/Makefile.in: removed *.ind dependency since there is no rule to
1207           create *.ind, which made make to fail if invoked with -j 2
1208
1209 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
1210
1211         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
1212           Hubert Sack for patch 1479782
1213
1214 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
1215
1216         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
1217
1218 2006-05-01 Raphael Neider <rneider AT web.de>
1219
1220         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
1221           (create_pic): store only prefix-free device name,
1222           (init_pic): check for device names with "16" prefix,
1223           (list_valid_pics),
1224         * src/pic/device.h (struct PIC_device),
1225         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
1226             stored device name,
1227         * device/include/pic/pic12f{635,675,629,683}.h,
1228         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
1229         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
1230         * device/include/pic/pic16f505.h,
1231         * device/lib/pic/libdev/pic16f505.c: removed
1232         * device/include/pic/pic14devices.txt: added support for pic12f
1233             devices, removed unsupported non 16-bit devices
1234             [above changes provided by patch from Zik Saleeba]
1235         * src/pic/*, src/pic16/*, device/include/pic16/*,
1236           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
1237
1238 2006-05-01 Borut Razem <borut.razem AT siol.net>
1239
1240         * configure.in, configure, doc/Makefile.in:
1241           sync with nightly build makefile - latex, dvipdf and dvips
1242           not needed any more
1243
1244 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
1245
1246         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
1247         in the library source
1248
1249 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
1250
1251         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
1252
1253 2006-04-28 Raphael Neider <rneider AT web.de>
1254
1255         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
1256         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
1257           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
1258         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
1259
1260 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
1261
1262         * device/lib/pic/libdev/Makefile.in,
1263         * device/lib/hc08/Makefile.in,
1264         * device/lib/gbz80/Makefile.in,
1265         * device/lib/z80/Makefile.in,
1266         * device/lib/ds390/Makefile.in,
1267         * device/lib/ds400/Makefile.in: added srcdir to include search path,
1268         thanks to Borut for the bug report
1269         * configure.in,
1270         * configure: always create doc/Makefile independent from --enable-doc
1271         * Makefile.in: always install from directory doc independent from
1272         --enable-doc
1273         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
1274         removed
1275         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
1276         * doc/Makefile.in: install *.txt if present
1277         * device/include/Makefile.in (install): added installation of pic/*.inc
1278         and pic/*.txt files again, they were erroneously removed
1279
1280 2006-04-28 Raphael Neider <rneider AT web.de>
1281
1282         * src/pic/{gen.c,main.h,pcode.c},
1283         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
1284             concerning signedness with casts
1285
1286 2006-04-28 Raphael Neider <rneider AT web.de>
1287
1288         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
1289             definition of an interrupt handler,
1290         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
1291             interrupt handler stuff from picglue() to separate routine,
1292           (picglue): enabled definition of intr handlers in files w/o main()
1293
1294 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1295
1296         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
1297           compilation with MSVC 2005 Express Edition (VC8)
1298
1299 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
1300
1301         * device/lib/Makefile: fixed build of gbz80 lib
1302
1303 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
1304
1305         * support/regression/tests/bug-460010.c,
1306         * support/regression/tests/bug-524691.c,
1307         * support/regression/tests/bug-716242.c: removed conditional defines
1308           that are already in testfwk.h
1309
1310 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
1311
1312         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
1313           (AccAXRsh1): added, shift right by 1,
1314           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
1315            AccAXLrl1
1316         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
1317
1318 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
1319
1320         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
1321         remove cast to same type
1322         * src/SDCCast.c (decorateType): fix for RFE 1475742,
1323         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
1324         * as/z80/Makefile,
1325         * link/z80/Makefile: removed, they have moved to
1326         Makefile.in files
1327         * configure,
1328         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1329         * install-sh: fix bug #1204398 by setting umask 0022
1330         * device/lib/Makefile: separate build of z80 and gbz80 lib
1331
1332 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1333
1334         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1335         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1336
1337         One basic decision: e.g. src/clean.mk includes further files. In order
1338         to make this work there are two solutions:
1339         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1340           run configure on them. This way they can use
1341           'include $(srcdir)/port-clean.mk'
1342         - always include clean.mk by the Makefile at the same level. To avoid
1343           that `make clean` tries to include and build Makefile.dep the
1344           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1345           implemented, because now even `make uninstall` doesn't create
1346           Makefile.in. clean.mk could be eliminated by pasting it in
1347           Makefile.in.
1348
1349         * debugger/mcs51/Makefile.in: build own objects from library sources
1350         (SLIB, SDCC) in current directory
1351
1352         * configure, configure.in: renamed --disable-device-lib-build in
1353         --disable-device-lib; added --enable-doc, the required tools are
1354         searched by configure; added result message; the toolchain for the
1355         belonging ports are now only built, if the port is enabled.
1356
1357         * support/regression/*: all output is written in directory gen, because
1358         the fwk and ports directories don't livet in the build tree using vpath
1359
1360         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1361         --disable-device-lib, added --enable-doc, added section VPATH
1362
1363         * sim/ucsim/configure.in,
1364         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1365         z80 are enabled by default
1366
1367 2006-04-24 Raphael Neider <rneider AT web.de>
1368
1369         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1370             to config word, "pic14_"-prefixed some extern functions
1371           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1372             config word has been found
1373         * src/pic/device.h: added prototypes
1374         * src/pic/pcode.c: added "pic14_"-prefix where needed
1375         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1376             fixup
1377         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1378             words,
1379           (pic14emitRegularMap): ignore config words,
1380           (pic14createInterruptVect): moved generating __config directives away
1381           (picglue): have __config directives emitted
1382
1383 2006-04-24 Borut Razem <borut.razem AT siol.net>
1384
1385         * doc/Makefile: sync with nightly build makefile
1386
1387 2006-04-24 Raphael Neider <rneider AT web.de>
1388
1389         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1390             registers that have not been assigned proper liveranges,
1391             fixes #1469504 and #1474602,
1392           (pCodeRegOptimizeRegUsage): fixed typo in comment
1393
1394 2006-04-24 Borut Razem <borut.razem AT siol.net>
1395
1396         * device/examples/main8051.c: deleted - it was removed from CVS
1397           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1398           after the transition to Subversion
1399         * src/SDCCalloc.h: deleted - it was removed  from CVS
1400           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1401           after the transition to Subversion
1402         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1403           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1404           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1405           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1406
1407 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1408
1409         * as/asx8051.dsp: added mcs51/strcmpi.h
1410         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1411         * as/hc08/aslink.h: updated lnksect prototype
1412         * as/hc08/asm.h,
1413         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1414         * as/hc08/asmain.c,
1415         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1416           (newdot): handle A_ABS
1417         * as/hc08/asout.c,
1418         * as/mcs51/asout.c (outarea): output address
1419         * as/hc08/lkaomf51.c,
1420         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1421         * as/hc08/m08pst.c,
1422         * as/mcs51/i51pst.c,
1423         * as/z80/z80pst.c: "ABS" is not A_OVR
1424         * as/hc08/lkarea.c (newarea): read a_addr,
1425           (lnkarea): added codemap array, sort absolute areas to the front,
1426            combine all GSINITx/GSFINAL,
1427           (find_empty_space, allocate_space): new functions,
1428           (lnksect): return next address, handle absolute sections
1429         * as/mcs51/lkarea.c (newarea): read a_addr,
1430           lnksect2 prototype changed,
1431           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1432           (find_empty_space, allocate_space): new, factored out of lnksect2,
1433           (lnksect2): return next address, handle absolute sections
1434         * as/hc08/lkhead.c,
1435         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1436         * as/hc08/lklibr.c (addfile, fndsym),
1437         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1438           index out of range and detect both '\' and '/'
1439         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1440         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1441           regression tests (ds390 cannot return bool yet)
1442         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1443           document critical interrupts on z80, document changed SDCC define
1444         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1445           (_a390_mapping): added .org directive
1446         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1447           (genMultOneByte): fixed warnings
1448         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1449           ones
1450         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1451         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1452           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1453         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1454         * src/pic16/main.c: removed newReg prototype
1455         * src/pic16/pcode.c,
1456         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1457           warnings
1458         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1459           ones
1460         * src/pic16/ralloc.c
1461         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1462           to fix warnings
1463         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1464           from short to PIC_OPTYPE
1465         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1466         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1467           optype from short to PIC_OPTYPE
1468         * src/port.h: made int_size unsigned to fix warnings
1469         * src/SDCC.y: fixed warning on MSVC
1470         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1471         * src/SDCCopt.c (convertToFcall): fixed warnings
1472         * src/SDCCsymt.h: removed double prototype for genSymName
1473         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1474           offset int to fix warnings
1475
1476 2006-04-22 Borut Razem <borut.razem AT siol.net>
1477
1478         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1479           references to CVS replaced with Subversion
1480
1481 2006-04-21 Borut Razem <borut.razem AT siol.net>
1482
1483         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1484           references to CVS replaced with Subversion
1485
1486 2006-04-19 Borut Razem <borut.razem AT siol.net>
1487
1488         * src/version.awk: adapted for svn
1489         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1490           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1491           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1492           /binutils-avr/etc/*.vi, *.jin: removed all properties
1493           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1494
1495 2006-04-19 Borut Razem <borut.razem AT siol.net>
1496
1497         * CVS to Subversion migration completed
1498
1499 2006-04-18 Borut Razem <borut.razem AT siol.net>
1500
1501         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1502           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1503
1504 2006-04-17 Borut Razem <borut.razem AT siol.net>
1505
1506         * device/include/Makefile.in: added pic/*.inc to the installation
1507
1508 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1509
1510         * support/regression/collate-results.py: fixed output in case of
1511         a valdiag error
1512         * support/regression/generate-cases.py: fixed splitting of pathnames
1513         with dots
1514         * as/hc08/lklibr.c (addfile),
1515         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1516
1517 2006-04-11 Raphael Neider <rneider AT web.de>
1518
1519         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1520         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1521         * src/pic16/pcode.c (assignValnums): fixed #1460578
1522
1523 2006-04-11 Raphael Neider <rneider AT web.de>
1524
1525         * device/lib/pic/libdev/*.c,
1526         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1527           fixes #1468739, enables compilation in --std-c99 mode
1528         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1529
1530 2006-04-11 Raphael Neider <rneider AT web.de>
1531
1532         * src/pic/device.c (find_device): removed debug output
1533           (list_valid_pics): enabled verbose listing of supported devices
1534         * device/include/stdbool.h: define bool as char for pic14/16 as well
1535
1536 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1537
1538         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1539
1540 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1541
1542         * .version: bumped version to 2.5.6
1543         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1544
1545 2006-04-06 Raphael Neider <rneider AT web.de>
1546
1547         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1548         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1549         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1550           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1551             pic14_constructAbsMap
1552           (pic14printPublics): declare absolute global symbols as global
1553           (pic14createInterruptVect),
1554         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1555           (newReg): assume new registers unused, use correct name in
1556             hashtable (reg->name instead of name), more debugLog output
1557         * src/pic/device.h (PIC_device): added fields for verbose output
1558         * src/pic/device.c: moved device definition to pic14devices.txt,
1559             added routines for runtime parsing of pic14devices.txt,
1560             added support for second config word
1561         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1562           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1563           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1564           (_pic14_parseOptions): moved pCodeInitRegisters here
1565           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1566         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1567           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1568             handling the pseudo stack
1569         * device/lib/Makefile.in: ignore failures in objects-pic16,
1570         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1571         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1572         * device/lib/pic/Makefile.subdir,
1573         * device/lib/pic16/Makefile.subdir: improved clean rules
1574         * device/lib/pic/libdev/: NEW, pic14 device libraries
1575         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1576         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1577         * device/include/Makefile.in: create subdir and install pic14 headers
1578         * device/include/pic/p16f_common.inc: removed unused declarations
1579         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1580             PICs from inc2h.pl v1.6,
1581             replaced BIT_AT macros with struct declarations
1582         * device/include/pic/pic14devices.txt: definition of supported devices,
1583             all above improvements contributed by Zik Saleeba, thanks
1584         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1585         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1586             headers
1587
1588 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1589
1590         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1591         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1592           thanks to Charles Olds
1593
1594 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1595
1596         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1597
1598 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1599
1600         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1601         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1602         * support/regression/bug1464657.c: added, new test
1603
1604 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1605
1606         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1607           version number
1608
1609 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1610
1611         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1612           --no-peep and --peep-file <file> are used don't use default rules but
1613           do use the <file>
1614
1615 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1616
1617         * src/mcs51/gen.c (genCall): fixed bug 1457608
1618
1619 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1620
1621         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1622         changes seem to cause (trigger?) problems with the build system.
1623
1624 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1625
1626         * src/SDCCpeeph.c (operandsLiteral): new, added,
1627           (callFuncByName): inserted operandsLiteral
1628         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1629
1630 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1631
1632         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1633         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1634
1635 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1636
1637         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1638           implemented patch 1120823 Thanks to Willy De la Court (normal
1639           interrupts need an interrupt number now if they are made critical),
1640           and enabled nesting of critical functions though not for gbz80
1641           (genCritical, genEndCritical): added functions
1642           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1643         * src/z80/mappings.i: added "ei" to all mappings
1644
1645 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1646
1647         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1648         submitted by the Debian SDCC maintainer Aurelien Jarno:
1649         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1650         archive with gcc 4.1 on mips and wrote the patch"
1651
1652 2006-03-16 Raphael Neider <rneider AT web.de>
1653
1654         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1655           the left operand is shorter than the result (c* = lit-c* + int),
1656           fixes bug #1450796
1657         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1658           OP_SYMBOL
1659
1660 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1661
1662         * src/.version: increased version number to 2.5.5
1663         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1664         linking is done manually in pic16 port's _linkEdit,
1665         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1666         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1667         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1668         allocate asmop as AOP_ACC,
1669         (aopForRemat): added parameter 'bool result' in function declaration,
1670         (pic16_aopGet): return AOP_ACC when accessing WREG,
1671         (pic16_popGetTempReg): minor modification,
1672         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1673         'pic16_allocWithIdx',
1674         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1675         calling function in absolute addresses,
1676         (genAssign): take into account AOP_ACC asmop,
1677         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1678         * src/pic16/pcoderegs.c: some debug functions and lines added,
1679         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1680         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1681         register too,
1682         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1683         call to allocReg, not by manually allocating a new one,
1684         (pic16_assignRegisters): now before going through the register
1685         allocating functions mark all registers as free. This eliminates some
1686         side effects resulting from peephole parser done earlier in the backbone
1687
1688 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1689
1690         * src/SDCCicode.c (geniCodeLogic),
1691         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1692
1693 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1694
1695         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1696           (genSend): bugfix, do not allocate and free twice,
1697           (shiftRLong): handle partially overlapping aops
1698         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1699
1700 2006-03-08 Borut Razem <borut.razem AT siol.net>
1701
1702         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1703           for pic16
1704
1705 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1706
1707         * support/regression/tests/bug1409955.c: new, added
1708         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1709         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1710           (aopForSym, aopOp): increment asmop.allocated if reused,
1711           (freeAsmop): decrement asmop.allocated and check for zero instead of
1712           using asmop.freed,
1713           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1714           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1715            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1716            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1717            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1718            genSignedRightShift, genRightShift, genDataPointerGet,
1719            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1720            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1721             in reverse order from allocation,
1722           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1723             added swappedLR to keep track
1724         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1725           pdata & code for GCC, z80, gbz80 & hc08
1726         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1727
1728 2006-03-08 Raphael Neider <rneider AT web.de>
1729
1730         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1731
1732 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1733
1734         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1735         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1736         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1737
1738 2006-03-06 Borut Razem <borut.razem AT siol.net>
1739
1740         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1741           made the linker quiet
1742
1743 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1744
1745         * src/pic16/gen.c (genPcall): fixed bug #1443644
1746         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1747         which dumps before the function entry point a data byte which represents
1748         the number of the local variables used by the specified function, added
1749         'xinst' for initial support for Extended Instruction Support,
1750         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1751         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1752         port->fun_prefix anymore (may change later),
1753         (genFunction, genEndFunction): do not store/restore local registers for
1754         _main (this should take care the --main-return command line option in
1755         the future),
1756         (genOr): removed some legacy pic-port instructions,
1757         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1758         performing operations with SFR's causes data to be written more than
1759         once to each SFR. Perhaps SFRs should be handled in special cases...
1760         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1761         pcode.h
1762         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1763         into account for stack starting position,
1764         (struct OPTIONS pic16_optionsTable): added command line argument
1765         --extended or -y for Extended Instruction Support,
1766         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1767         (deassignLRs): *** perhaps the most important change, old 'for' code
1768         (commented out for reference), didn't account for some registers which
1769         were left marked 'not free' after a pointer operation. The change
1770         reduces register usage a lot in some cases
1771
1772 2006-03-04 Borut Razem <borut.razem AT siol.net>
1773
1774         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1775           _clean
1776         * support/regression/tests/bug-524697.c: decreased array size for
1777           mcs51 to fit into the internal RAM
1778         * support/regression/Makefile.in: a little bit more verbose
1779
1780 2006-03-03 Borut Razem <borut.razem AT siol.net>
1781
1782         * support/regression/fwk/lib/testfwk.c,
1783           support/regression/fwk/include/testfwk.h: introduced function
1784           _prints(), nonrecursive _printn(), call _initEmu() from main()
1785         * support/regression/ports/gbz80/support.asm,
1786           support/regression/ports/ucz80/support.asm,
1787           support/regression/ports/z80/support.asm,
1788           support/regression/ports/ds390/support.c,
1789           support/regression/ports/hc08/support.c,
1790           support/regression/ports/host/support.c,
1791           support/regression/ports/mcs51/support.c,
1792           support/regression/ports/xa51/support.c: added empty _initEmu()
1793           function
1794         * support/regression/ports/pic16/gpsim.cmd,
1795           support/regression/ports/pic16/spec.mk,
1796           support/regression/ports/pic16/support.c,
1797           support/regression/Makefile.in: added pic16 regression test
1798
1799 2006-03-01 Raphael Neider <rneider AT web.de>
1800
1801         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1802           genConstPointerGet): use safe way of generating MOVFF to cover
1803             literals as well as registers, fixes bug #1440527
1804         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1805             dereference
1806           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1807             more correctly, fixes bug #1232186
1808           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1809         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1810             gplink guess the correct processor in more cases, applied patch
1811             from Till Riedel attached to and fixing bug #1436552
1812
1813 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1814
1815         * support/regression/tests/array.c: added, contains check for #1434401
1816         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1817
1818 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1819
1820         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1821         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1822         * device/include/mcs51/c8051f326.h,
1823         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1824         * device/include/mcs51/c8051f000.h,
1825         * device/include/mcs51/c8051f018.h,
1826         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1827           PCON_IDLE,PCON_STOP and added sfr16 definitions
1828
1829 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1830
1831         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1832           genGetWord): fixed bug 1409955
1833
1834 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1835
1836         * device/include/hc08/mc68hc908gp32.h,
1837         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1838
1839 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1840
1841         * src/SDCCast.c (constExprValue): return NULL if not a value
1842         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1843         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1844         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1845
1846 2006-02-13 Borut Razem <borut.razem AT siol.net>
1847
1848         * src/regression/ptrarg.c: added, fails due to bug #1430967
1849         * src/regression/Makefile: ptrarg.c added, ...
1850
1851 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1852
1853         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1854         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1855
1856 2006-02-11 Borut Razem <borut.razem AT siol.net>
1857
1858         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1859           print "Processor: xxx" message to stdout only if --verbose
1860
1861 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1862
1863         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1864         * support/regression/tests/bug1426356.c: added
1865         * support/regression/tests/bitfields.c: removed 2 tests
1866
1867 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1868
1869         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1870         * device/include/mcs51/c8051f330.h,
1871         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1872           PCON_IDLE,PCON_STOP and added sfr16 definitions
1873         * device/lib/_divsint.c,
1874         * device/lib/_divuint.c,
1875         * device/lib/_divulong.c,
1876         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1877           register bank bug for small stackauto
1878
1879 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1880
1881         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1882
1883 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1884
1885         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1886         * all.dsp: corrected several bin paths
1887         * device/include/mcs51/c8051f120.h,
1888         * device/include/mcs51/c8051f300.h,
1889         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1890           to PCON_IDLE,PCON_STOP
1891         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1892         * device/lib/printf_large.c (output_float): fixed bug 1388703
1893         * support/regression/tests/bug1057979.c: added test for bug 1388703
1894
1895 2006-02-08 Raphael Neider <rneider AT web.de>
1896
1897         * src/pic/pcode.c (pciTRIS): fixed typo,
1898           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1899           (LinkFlow): fixed handling of flows that end in a call,
1900           (ReuseReg): perform safety check earlier
1901         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1902             to work with flows at the beginning of a pBlock,
1903             fixes #1426557 (Symbol not previously defined),
1904           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1905             usage information
1906           (RemoveUnusedRegisters): update register usage info
1907         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1908             created, reuse existing ones instead
1909         * src/pic/gen.c (genPcall): fixed #1424719
1910
1911 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1912
1913         * link/z80/lkmain.c,
1914         * link/z80/lklex.c,
1915         * link/z80/lkdata.c,
1916         * link/z80/aslink.h: fixed build on current cygwin:
1917         replaced getline() by lk_getline()
1918
1919 2006-02-01 Borut Razem <borut.razem AT siol.net>
1920
1921         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1922           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1923           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1924           src/regression/bool1.c, src/regression/bool2.c,
1925           src/regression/bool3.c, src/regression/call1.c,
1926           src/regression/compare.c, src/regression/compare10.c,
1927           src/regression/compare2.c, src/regression/compare3.c,
1928           src/regression/compare4.c, src/regression/compare5.c,
1929           src/regression/compare6.c, src/regression/compare7.c,
1930           src/regression/compare8.c, src/regression/compare9.c,
1931           src/regression/configword.c, src/regression/for.c,
1932           src/regression/inline.c, src/regression/mult1.c,
1933           src/regression/nestfor.c, src/regression/or1.c,
1934           src/regression/pointer1.c, src/regression/ptrfunc.c,
1935           src/regression/rotate1.c, src/regression/rotate2.c,
1936           src/regression/rotate3.c, src/regression/rotate4.c,
1937           src/regression/rotate5.c, src/regression/rotate6.c,
1938           src/regression/rotate7.c, src/regression/string1.c,
1939           src/regression/struct1.c, src/regression/sub.c,
1940           src/regression/sub2.c, src/regression/switch1.c,
1941           src/regression/while.c, src/regression/xor.c,
1942           src/regression/create_stc, src/regression/simulate,
1943           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1944           regression tests
1945         * src/regression/gpsim_assert.h: added
1946
1947 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1948
1949         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1950         ((void (code *) (void)) 0) ();
1951         * as/hc08/aslex.c,
1952         * as/hc08/aslink.h,
1953         * as/hc08/asm.h,
1954         * as/hc08/asmain.c,
1955         * as/hc08/lkdata.c,
1956         * as/hc08/lklex.c,
1957         * as/hc08/lkmain.c,
1958         * as/mcs51/aslex.c,
1959         * as/mcs51/aslink.h,
1960         * as/mcs51/asm.h,
1961         * as/mcs51/asmain.c,
1962         * as/mcs51/lkdata.c,
1963         * as/mcs51/lklex.c,
1964         * as/mcs51/lkmain.c,
1965         * as/z80/aslex.c,
1966         * as/z80/asm.h,
1967         * as/z80/asmain.c: fixed build on current cygwin:
1968         replaced getline() by as_getline()
1969
1970 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1971
1972         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1973         declarator in the symbol chain
1974         * src/SDCCsymt.h,
1975         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1976         parameter list for function pointers
1977         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1978         * support/regression/tests/bug-716242.c: added
1979
1980 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1981
1982         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1983         offset if possible
1984         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1985
1986 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1987
1988         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1989         inifinitely recurseable, added static
1990         * support/regression/tests/bug-1408066.c: added
1991
1992 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1993
1994         * src/SDCCicode.h,
1995         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1996         renamed, added possibility to create "postLoopLbl"-labels
1997         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1998         newiTempLoopHeaderLabel
1999         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
2000         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
2001         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
2002         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
2003         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
2004         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
2005         (basicInduction): fixed bug #136564, made static,
2006         (loopInduction): changed parameter of basicInduction, made static,
2007         (addPostLoopBlock): added
2008         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
2009         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
2010         findLoopEndSeq
2011         * support/regression/tests/bug-136564.c: added
2012         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
2013         --std-sdcc99 to LIBSDCCFLAGS
2014
2015 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
2016
2017         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
2018         while loop
2019         * support/regression/tests/bug-1406131.c: added
2020
2021 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
2022
2023         * src/SDCCast.c (decorateType): fix promotion of unary minus
2024         * src/SDCCsymt.c (computeType): beautified
2025         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
2026         (valUnaryPM, valComplement): fix sign and promotion,
2027         (valNot): ANSI: result type is int (SDCC: unsigned char)
2028         * support/regression/tests/uminus.c: speedup by removing superflous
2029         test case 'int'
2030         * support/regression/tests/onebyte.c: added promotion and signedness
2031         tests for unary minus
2032         * support/regressions/tests/bug-477927.c: disable warning about
2033         uninitialized variables
2034         * support/regression/tests/not.c: added
2035
2036 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
2037
2038         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
2039         * src/mcs51/gen.c (gen51Code): show final register usage after
2040         fillGaps in asm with --i-code-in-asm
2041         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
2042         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
2043         incUsed, rliveClear, adjustIChain): made static,
2044         (setFromRange): excluded because it's unused,
2045         (findPrevUseSym, markWholeLoop): added,
2046         (findPrevUse): rewritten; fixes bug 895992; now a complete search
2047         through all branches of predecessors enables sdcc to emit the warning
2048         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
2049         (rlivePoint): made static, added parameter emitWarnings which is only
2050         true during the first run out of two,
2051         (findRecursiveSucc, findRecursivePred): removed,
2052         (computeLiveRanges): made static, added parameter emitWarnings,
2053         (dumpIcRlive): added for debugging only
2054         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
2055         removed prototype of setFromRange()
2056         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
2057         in call of computeLiveRanges()
2058         * support/regression/tests/bug-895992.c: added
2059         * support/regression/tests/bug-971834.c: added
2060         * support/valdiag/tests/bug-895992.c: added
2061         * support/valdiag/tests/bug-971834.c: added
2062
2063 2005-12-18 Raphael Neider <rneider AT web.de>
2064
2065         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
2066           (genUnpackBits): improved code for direct operands,
2067           (genPackBits): improved code for literal assignment to bitfields
2068             and for direct destination operands (no FSR indirection),
2069             prevented redundant AND, fixes #1362800,
2070           (AccLsh): added parameter to disable masking of the result
2071         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
2072           skip instructions with side-effects (like incfsz),
2073           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
2074         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
2075         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
2076           fixes #1375263
2077
2078 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
2079
2080         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
2081         volatile variables as spill location
2082
2083 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
2084
2085         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
2086         replacing literals
2087         * support/regression/tests/bug-1376320.c: added
2088
2089 2005-12-08 Raphael Neider <rneider AT web.de>
2090
2091         * src/pic/device.c: renamed is_shared to pic14_is_shared
2092         * src/pic/gen.c (genIfx): re-enabled handling of sbits
2093         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
2094           (is_valid_identifier): added for above workaround
2095
2096 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
2097
2098         * device/lib/Makefile.in: fixed to enable port-specific-objects
2099         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
2100           char, thanks Hubert Sack
2101         * doc/sdccman.lyx: documented --xstack-loc,
2102           elaborated a bit more on interrupts and pitfalls,
2103           removed "setjmp/longjmp unsupported",
2104           documented some unsupported C99 features
2105         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
2106         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
2107           if, thanks Hubert Sack
2108         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
2109         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
2110           make make_library
2111         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
2112           regression tests can report resource usage (rfe 700441)
2113         * support/regression/collate-results.py: report resource usage
2114         * support/regression/ports/ds390/spec.mk,
2115         * support/regression/ports/hc08/spec.mk,
2116         * support/regression/ports/mcs51/spec.mk,
2117         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
2118         * support/regression/ports/ds390/uCsim.cmd,
2119         * support/regression/ports/hc08/uCsim.cmd,
2120         * support/regression/ports/mcs51/uCsim.cmd,
2121         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
2122         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
2123           library, use the default one
2124         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
2125           building the library
2126
2127 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
2128
2129         * config.dsp: added dependency on .version and configure_vc.awk
2130         * device/include/setjmp.h: updated for --stack-auto and --xstack
2131         * device/include/mcs51/at89c51snd1c.h: corrected line endings
2132         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
2133         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
2134         * device/lib/libsdcc.lib: added _setjmp
2135         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
2136           (decorateType): fixed bug 1372851,
2137           (optimizeGetHbit): fixed warning
2138         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
2139           array initialisation
2140         * support/regression/tests/bug1057979.c: added test for bug 1358192
2141         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
2142
2143 2005-12-03 Borut Razem <borut.razem AT siol.net>
2144
2145         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
2146           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
2147
2148 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2149
2150         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
2151         createIval): implement symbol independant "flexible array member",
2152         (createIvalCharPtr): implemented flexible array initialisation with a
2153         string
2154         * src/SDCCsymt.c (copyStruct): removed,
2155         (getSize): fixed misleading comment,
2156         (getAllocSize): removed, the additional allocation size is now in
2157         sym->flexArrayLength,
2158         (checkStructFlexArray): new, syntax checks for flexible array members,
2159         (compStructSize): added syntax checks for "flexible array members"
2160         (copyStruct): removed,
2161         (copyLinkChain): removed inefficient fix for bug 770487
2162         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
2163         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
2164         symbol->flexArrayLength
2165         * src/SDCCerr.c,
2166         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
2167         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
2168         * support/regression/tests/structflexarray.c: added
2169         * support/valdiag/tests/structflexiblearray.c: added
2170
2171 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
2172
2173         * src/SDCCast.c (decorateType): fixed bug 1368489
2174         * support/Util/SDCCerr.c,
2175         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
2176
2177 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2178
2179         * device/include/mcs51/at89c51snd1c.h: added file submitted by
2180           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
2181
2182 2005-11-27 Borut Razem <borut.razem AT siol.net>
2183
2184         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
2185           support/cpp2/mkdeps.h: added command line option
2186           -obj-ext=<extension> to SDCPP to define object file externion, used
2187           for generation of make dependencies (-M)
2188         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
2189
2190 2005-11-26 Borut Razem <borut.razem AT siol.net>
2191
2192         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
2193           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
2194           added pic and pic16 libraries
2195
2196 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2197
2198         * device/include/float.h: Corrected typo in prototype of __fsgt
2199
2200 2005-11-25 Borut Razem <borut.razem AT siol.net>
2201
2202         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
2203           added creation of model-mcs51-stack-auto libraries
2204
2205 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
2206
2207         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
2208         and fields-list too
2209         * src/SDCCast.c (createIvalArray): removed obsolete comment
2210
2211 2005-11-24 Borut Razem <borut.razem AT siol.net>
2212
2213         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
2214           added missing device/lib/mcs51/crt*.asm sources
2215
2216 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
2217
2218         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
2219
2220 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
2221
2222         * device/lib/_fs2schar.c,
2223         * device/lib/_fs2sint.c,
2224         * device/lib/_fs2slong.c: optimized inline asm
2225
2226 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2227
2228         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2229           Better handling of floats between -1.0 and 0.0.
2230
2231 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2232
2233         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
2234           (the missing "if"s prohibited removal of redundant labels)
2235
2236 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2237
2238         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
2239           Properly convert floats between -1.0 and 0.0 to long, int, and char
2240           types (max integer value of negative floats tends to zero).
2241         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2242           Removed changes made so to work properly with floats between
2243           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
2244           and _fs2char.c
2245
2246 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2247
2248         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
2249         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
2250         (genCast) cosmetic change
2251         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
2252         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
2253         from mcs51
2254         * support/regression/tests/bitfields (testSignedBitfields): added
2255
2256 2005-11-18 Borut Razem <borut.razem AT siol.net>
2257
2258         * sdcc/device/lib/Makefile.in: remove all unnecessary files
2259         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
2260           introduced SILENT option to make building of pic16 libraries less
2261
2262 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2263
2264         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
2265           Now they work properly with floats between -1.0 and 0.0
2266         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
2267
2268 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
2269
2270         * src/SDCCicode.c (printOperand): added missing else
2271
2272 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
2273
2274         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
2275         reformatted for better readability
2276         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
2277         signed bitfields
2278
2279 2005-11-17 Borut Razem <borut.razem AT siol.net>
2280
2281         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
2282           introduced SILENT option to make building of pic16 libraries less
2283           verbose - used for nightly snapshot build
2284         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
2285           available on Win32 platforms.
2286         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
2287           medium, large, pic and pic16
2288
2289 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2290
2291         * device/lib/printf_large.c: Temporary patch for bug 1358192:
2292           printf("%f"...) sets fraction to zero.
2293
2294 2005-11-16 Raphael Neider <rneider AT web.de>
2295
2296         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
2297           fixes #1357221
2298         * src/pic/gen.c (genIfx): implemented for CARRY bit
2299         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
2300           to generic pointers, fixes #1357332,
2301           (pic16_movLit2f): NEW,
2302           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
2303
2304 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
2305
2306         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
2307
2308 2005-11-11 Raphael Neider <rneider AT web.de>
2309
2310         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
2311         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
2312           compute pointer's type from operand,
2313           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
2314           improved single bit reads, fixes bug #1353379
2315
2316 2005-11-09 Borut Razem <borut.razem AT siol.net>
2317
2318         * support/scripts/sdcc.nsi: added lib/pic to the package
2319
2320 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
2321
2322         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
2323
2324 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
2325
2326         * support/regression/tests/bug1348008.c: added
2327         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2328         * support/regression/tests/bug1337835.c: updated comment
2329
2330 2005-11-06 Borut Razem <borut.razem AT siol.net>
2331
2332         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2333           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2334           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2335           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2336           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2337           dynamic construction of cl_error_class and derivates - 2.nd try
2338
2339 2005-11-05 Borut Razem <borut.razem AT siol.net>
2340
2341         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2342           bug, which caused Bus Errors on sparc solaris
2343
2344 2005-11-04 Borut Razem <borut.razem AT siol.net>
2345
2346         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2347           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2348           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2349           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2350           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2351           and derivates to resolve the initialization problem on OSX
2352
2353 2005-11-02 Borut Razem <borut.razem AT siol.net>
2354
2355         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2356           corrected typo - #include <winsock2.h>
2357
2358 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2359
2360         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2361           (_asxxxx_mapping): added org directive for future enhancements
2362
2363 2005-11-01 Borut Razem <borut.razem AT siol.net>
2364
2365         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2366           enabled sockets on WIN32
2367         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2368
2369 2005-10-31 Borut Razem <borut.razem AT siol.net>
2370
2371         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2372           WIN32 backslash path delimiters should be escaped when used in C strings
2373         * support/regression/tests/bitfields.c: exclude failing assertions for
2374           __CYGWIN32__ and __MINGW32__ hosts
2375
2376 2005-10-30 Borut Razem <borut.razem AT siol.net>
2377
2378         * src/SDCCutil.c: corrected double comparison typo
2379
2380 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2381
2382         * device/lib/medium/Makefile: added for new memory model medium
2383         * device/include/asm/mcs51/features.h: updated for medium/pdata
2384         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2385           added Multiply & Accumulate sbit's and MAC0_PAGE define
2386         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2387         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2388         * device/lib/_mullong.c: update for medium model
2389         * device/lib/incl.mk: added medium model
2390         * doc/sdccman.lyx: documented medium model
2391         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2392         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2393         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2394         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2395           (allocParms): set SCLS and OCLS to pdata for medium model
2396         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2397           for pdata,
2398           (powof2): return <0 if not power of 2
2399         * src/avr/gen.c (genBitWise): use updated powof2
2400         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2401           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2402           (shiftLLeftOrResult): use B if necessary
2403         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2404         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2405         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2406         * support/regression/Makefile.in: added test-mcs51-medium
2407         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2408
2409 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2410
2411         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2412         specifier unsigned
2413         * device/lib/time.c (mktime): fixed bug 1334315
2414
2415 2005-10-28 Raphael Neider <rneider AT web.de>
2416
2417         * device/include/pic/p16f_common.inc: added common declarations
2418         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2419
2420 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2421
2422         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2423           (aopPutUsesAcc): added to predict accumulator use,
2424           (assignResultValue): save acc if necessary,
2425           (genMinusDec): store result if indirectly addressed,
2426           (genDivOneByte):  save acc if necessary,
2427           (movLeft2Result): bugfix if left already in acc,
2428           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2429             attention to accumulator use (esp. pdata),
2430           (genReceive): receive pdata correctly
2431         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2432         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2433
2434 2005-10-27 Raphael Neider <rneider AT web.de>
2435
2436         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2437
2438 2005-10-27 Raphael Neider <rneider AT web.de>
2439
2440         * .version: changed version to 2.5.4
2441         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2442         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2443           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2444             arithmetics support routines
2445         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2446         * device/lib/Makefile.in: also create installdir for pic
2447
2448         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2449           pic14 port as well
2450         * src/pic/device.c (dump_sfr): rewritten to delegate register
2451           placement to the linker (use `extern sym' rather than sym EQU addr),
2452           (validAddress): fixed to check last specified address
2453         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2454           (popGetLit): truncate literal value to 8 bit,
2455           (popGet): moved assert to more appropriate place
2456           (popGetExternal): create pCode operand from and mark the according
2457             symbol as being `extern'
2458           (popGetAddr): added sanity check on immediate's offset, provide
2459             GPOINTER tag on demand
2460           (aopPut): fixed for immediates,
2461           (mov2w_op): move operand's address or contents to WREG (depending on
2462             operand type), safer variant of mov2w,
2463           (movwf,call_libraryfunc): NEW, handy abbreviations,
2464           (get_argument_pcop,get_return_val_pcop,pass_argument,
2465           get_returnvalue): interface for accessing function parameters and
2466             return values,
2467           (assignResultValuei,genRet): use new parameter/return value interface
2468           (pic14_getDataSize): back to old version handling generic pointers,
2469           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2470             provided implementation and/or fixed old one,
2471           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2472             calls, removed legacy 8051 reference code
2473           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2474           (loadSignToC): NEW, move the operands sign bit to CARRY,
2475           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2476             genRightShiftSigned, accepts negative shift counts,
2477           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2478           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2479             generic pointers, __data pointers and __code pointers,
2480           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2481             and signed bitfields, limit bitfields to 8 bit,
2482           (genDataPointerGet): fixed number of bytes read,
2483           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2484           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2485             pointers to constant data are no longer assumed to point to __code
2486             space, removed invalid pointer types,
2487           (bitpatternFromVal): retrieve the PICs representation of an integer
2488             or float literal,
2489           (genDataPointerSet): fixed assigning to po_immediate operands,
2490           (genGenPointerSet): implemented as library call,
2491           (genIfx): fixed incorrect condition,
2492           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2493             provide GPOINTER tag according to destination's storage class,
2494           (genCast): added code to handle casting to generic pointers, added
2495             sign-/zero extension of the result
2496           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2497         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2498         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2499           extend the result
2500         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2501           address/register resides in the shared banks
2502           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2503             put all variables into separate sections (have the linker arrange
2504             them)
2505           (picglue): put init code and interrupt handlers in separate sections
2506         * src/pic/main.c: added port specific options table, modified to PORT
2507           structure to make GPOINTERs 3 byte, added pic14_options
2508           (_pic14_do_link): private linking routine (update paths to libraries,
2509             add libsdcc.lib by default)
2510         * src/pic/main.h: declare pic14_options
2511         * src/pic/pcode.c: fixed instructions i/o relations,
2512           (RegCond): reverted to correct version,
2513           (newpCodeOpLit): truncate literals to 8 bit,
2514           (genericPrint): added debug output,
2515           (getRegFromInstruction): fixed for various operand types, simplified
2516           (BuildFlow): fixed broken handling of isntructions with labels
2517           (LinkFlow): start at last instruction in flow (skip trailing comments),
2518             pass the flow on to the next instruction after CALL
2519           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2520           (insertPCodeInstruction): fixed inserting after a skip instruction,
2521           (DoBankSelect): fixed for labeled instructions
2522           (OptimizepBlock): honor --nopeep switch
2523           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2524         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2525         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2526           (pCodeOptime2pCodes): allow disabling this optimization via
2527             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2528             but is still buggy), started implementation of a dataflow based
2529             pCode optimization (CSE + dead code elimination)
2530           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2531         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2532           names are independant of the stack location and therefore portable across
2533           devices
2534
2535 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2536
2537         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2538           (selectSpil): fixed bug 1337835 by not spilling bit variables
2539         * support/regression/tests/bug1337835.c: added test for this bug
2540         * src/mcs51/peeph.def: restart after rule 3.c,
2541           addded rules 263.x to optimize loading constants
2542
2543 2005-10-26 Raphael Neider <rneider AT web.de>
2544
2545         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2546         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2547           (genAssign): emit warning when casting literals to generic pointer
2548             type, also applies when taking the address of a fixed variable,
2549           (genCast): improved casting to generic pointers
2550         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2551           extern variables, added verbose error message
2552         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2553
2554 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2555
2556         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2557         carry must be complemented too
2558         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2559         could be emitted by genMinus
2560         * src/SDCCval.c (constVal): fixed bug 1305065
2561
2562 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2563
2564         * src/SDCCast.c (addCast): added promotion for bit variables
2565         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2566         promotion casts + optimisation
2567         (optimizeGetWord): fix warning 'i' might be used uninitialized
2568         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2569         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2570
2571 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2572
2573         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2574         all chars are promoted to int; promotion should be handled in SDCCast.c
2575
2576 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2577
2578         * device/lib/_strcmp.c: Fixed bug 1326457
2579
2580 2005-10-11 Raphael Neider <rneider AT web.de>
2581
2582         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2583         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2584
2585 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2586
2587         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2588         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2589
2590 2005-10-04 Raphael Neider <rneider AT web.de>
2591
2592         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2593           device/lib/pic16/pics.all: added pic18f1320
2594         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2595
2596 2005-09-30 Raphael Neider <rneider AT web.de>
2597
2598         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2599         * src/pic16/devices.inc: NEW, provides device descriptions
2600         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2601
2602 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2603
2604         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2605           GETHBIT
2606
2607 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2608
2609         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2610           documented Any Order Bit, Higher Order Byte and Higher Order Word
2611         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2612         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2613           (optimizeGetAbit): new, to get any bit, not only the high bit,
2614           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2615           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2616           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2617           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2618             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2619             GETABIT, GETBYTE, GETWORD: decorate them,
2620           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2621           (ast_print): added GETABIT, GETBYTE, GETWORD
2622         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2623         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2624           (geniCodeBinary): new generic binary icode,
2625           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2626         * src/port.h: updated comment for PORT.hasExtBitOp
2627         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2628           (genGetByte): new, to get a single byte,
2629           (genGetWord): new, to get a word from a long,
2630           (gen51Code): added GETABIT, GETBYTE, GETWORD
2631         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2632
2633 2005-09-23 Raphael Neider <rneider AT web.de>
2634
2635         * configure.in, configure: have device/lib/pic configured
2636         * device/lib/Makefile.in: added model-pic14
2637         * device/lib/clean.mk: added pic/ to clean rule
2638         * device/lib/pic: added rudimentary pic14 library providing support
2639           functions for multiplication/division/generic pointer access
2640         * src/SDCCopt.c (convilong): mark support functions as extern
2641           for pic14 port as well
2642         * src/pic/gen.c (genMult): added assertions,
2643           (genpic14Code): emit warning on unhandled iCodes
2644         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2645         * src/pic/pcode.c (pCodeOpCopy),
2646         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2647           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2648           SFR_REGISTER}), made safe for future extensions
2649         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2650           instructions even if preceeded by SKIP instructions (also remove
2651           them); removed unused code
2652         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2653           prevents leaving parts of the structure uninitialized after copying
2654
2655 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2656
2657         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2658           ago by me
2659         * support/regression/tests/addsub.c: added test for the bug
2660
2661 2005-09-21 Raphael Neider <rneider AT web.de>
2662
2663         * device/include/pic16/pic18f1220.h,
2664           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2665         * device/lib/pic16/Makefile.rules: added missing opening paren
2666         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2667           are provided in genutils.c,
2668           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2669           operand/result sizes,
2670           (genCmp): assert on NULL pointers first, then check deref'ed values
2671         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2672           result size
2673
2674 2005-09-18 Raphael Neider <rneider AT web.de>
2675
2676         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2677           as these are now unused,
2678           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2679         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2680           local, avoids uninitialized pointer dereference on r->name
2681         * src/pic16/ralloc.c (newReg): fixed indentation
2682
2683 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2684
2685         * src/SDCCval.c (constVal): fixed bug 730366
2686         * support/Util/SDCCerr.c,
2687         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2688
2689 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2690
2691         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2692
2693 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2694
2695         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2696
2697 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2698
2699         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2700           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2701         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2702           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2703         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2704         * packihx/packihx.c (hexDigit): made c unsigned char
2705         * as/mcs51/lklibr.c (fndsym),
2706         * link/z80/lkgb.c (gb),
2707         * link/z80/lklibr.c (fndsym),
2708         * link/z80/lkrloc.c (relr),
2709         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2710         * src/SDCC.lex (checkCurrFile, process_pragma),
2711         * src/SDCCglue.c (spacesToUnderscores),
2712         * src/SDCCmain.c (setParseWithComma, processFile),
2713         * src/asm.c (tvsprintf, printCLine),
2714         * src/avr/gen.c (emitcode, aopPut),
2715         * src/ds390/gen.c (emitcode),
2716         * src/hc08/gen.c (emitcode, emitinline),
2717         * src/mcs51/gen.c (emitcode, genInline),
2718         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2719           tokenizeLineNode),
2720         * src/pic/ralloc.c (debugLog),
2721         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2722           tokenizeLineNode),
2723         * src/pic16/ralloc.c (debugLog),
2724         * src/z80/main.c (_process_pragma):
2725            made all ctype.h function calls safe
2726         * src/SDCCopt.c: include math.h for fabs
2727         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2728           and used them throughout the code to make ctype.h function calls safe
2729         * src/ds390/main.c (asmLineNodeFromLineNode),
2730         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2731         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2732            unsigned char*
2733         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2734           (newpCodeAsmDir): made ctype.h function calls safe
2735         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2736           pic16_emitcode):  made lbp unsigned char*
2737         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2738           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2739         * src/xa51/gen.c (emitcode),
2740         * src/z80/gen.c (_emit2): made lbp unsigned char*
2741         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2742            char*
2743
2744 2005-09-05 Raphael Neider <rneider AT web.de>
2745
2746         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2747           access bank splitpoint
2748
2749 2005-09-05 Raphael Neider <rneider AT web.de>
2750
2751         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2752
2753 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2754
2755         * .version: changed to version 2.5.3
2756         * doc/sdccman.lyx: changed version to 2.5.3,
2757           documented --codeseg and --constseg and pragma codeseg and constseg,
2758           documented bit parameters (reentrant) and bit returning
2759         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2760            currFunc->recvSize, but is this ok for all ports?
2761           (ast2iCode): result of ~ on unsigned char must be cast to int for
2762            bool to work
2763         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2764           function pointers in bit space
2765         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2766           (processFuncArgs): call port.reg_parm() with reentrancy info
2767         * src/port.h,
2768         * src/avr/main.c,
2769         * src/ds390/main.c,
2770         * src/hc08/main.c,
2771         * src/pic/main.c,
2772         * src/pic16/main.c,
2773         * src/xa51/main.c,
2774         * src/z80/main.c: port.reg_parm prototype extended with
2775           "bool reentrant" parameter
2776         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2777           options.stackAuto for allocating bit register parameters
2778         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2779           (genSend): set BitBankUsed if it is,
2780           (selectRegBank): factored out of genCall for use in genPcall,
2781           (genCall): removed redundant dtype assignmen, use selectRegBank,
2782           (genPcall): handle returning in Carry properly, save in F0 if needed,
2783           (genReceive): handle bit register parameters
2784         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2785           (mcs51_assignRegisters): enable bit registers for all reentrant
2786            functions and don't set BitBankUsed unconditionally
2787         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2788         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2789         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2790
2791 2005-08-27 Borut Razem <borut.razem AT siol.net>
2792
2793         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2794         ppc-osx (Darwin) does not support -u option. It seems that it is
2795         supported only on Linux - GNU cp
2796
2797 2005-08-25 Borut Razem <borut.razem AT siol.net>
2798
2799         * sim/ucsim/gui.src/serio.src/Makefile.in,
2800           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2801           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2802           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2803           install and strip, since the strip at /usr/ccs/bin should be used
2804           on solaris
2805
2806 2005-08-24 Borut Razem <borut.razem AT siol.net>
2807
2808         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2809
2810 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2811
2812         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2813         ffffffffu
2814
2815 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2816
2817         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2818         * as/mcs51/lkmain.c (link_main): fixed warning
2819         * device/include/stdbool.h: ds390 has no advanced bit support yet
2820         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2821         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2822         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2823           and updated their macros
2824         * src/SDCCval.c (constVal): updated comment for renamed b_long
2825
2826 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2827
2828         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2829         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2830           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2831           (oprio): set priority for '['
2832         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2833            and adb_24_bit
2834         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2835         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2836         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2837         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2838           added overlayable BIT_BANK area
2839         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2840           (summary2): explain 'T' in legenda
2841         * as/mcs51/lkrloc.c: replaced old K&R style,
2842           (relr): added R_BIT processing,
2843           (errmsg): added "Bit-addressable relocation error",
2844           (adb_bit): added for converting from byte- to bit-addressable space,
2845           (adb_24_bit): added for converting from byte- to bit-addressable space
2846         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2847            used in reentrant functions now even as return value
2848         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2849         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2850           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2851         * src/SDCCglobl.h: added indicator BitBankUsed
2852         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2853            the bit registers b0-b7
2854         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2855           (geniCodeCast): fixed bug 1263853,
2856           (geniCodeLogicAndOr): put result in bool or char,
2857           (geniCodeReceive): added parameter func for accessing the return type,
2858           (geniCodeFunctionBody): pass func to geniCodeReceive
2859         * src/SDCCmain.c: added indicator BitBankUsed
2860         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2861         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2862           (checkSClass): don't put automatic bool/bit on stack,
2863           (checkFunction): removed check on function cannot return bit
2864         * src/SDCCsymt.h: added newBoolLink prototype
2865         * src/mcs51/gen.c (rb1regs): added bit registers,
2866           (movc): created for assigning to carry,
2867           (pushReg, popReg): created for pushing registers,
2868           (sameRegs): check both AOP_REG and AOP_CRY types,
2869           (aopOp): handle bit registers,
2870           (aopPut): optimization no self-assign,
2871           (saveRegisters): push reg->base (bits) only once for bit registers,
2872            and use pushReg,
2873           (unsaveRegisters): pop reg->base only once and use popReg,
2874           (assignResultValue): added parameter func and return in carry for bits,
2875           (genIpush): optimization no reload in A if not changed,
2876           (genSend): bit parameters in reentrant functions are passed in bit
2877            registers by first assigning to bits in B, then save registers and
2878            copy B to bits,
2879           (genCall): handle returning in Carry properly, save it in F0 if needed,
2880           (genPcall): updated assignResultValue call, this is not safe yet for bit
2881            returning function !!!
2882           (genFunction): don't generate equ's for bit registers and use pushReg,
2883           (genEndFunction): take care of bit returning functions and use popReg,
2884           (genRet): return bit in Carry,
2885           (genIfx): optimize bit registers and other directly addressable bits,
2886           (genReceive): updated assignResultValue call
2887         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2888           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2889            registers when using stack-auto
2890         * src/mcs51/ralloc.c (_G): added allBitregs,
2891           (regs8051): added the bit registers,
2892           (createStackSpil): use macro IS_BIT,
2893           (getRegBit): added to allocate a bit register, else spill,
2894           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2895           (updateRegUsage): factored out to ease stepping while debugging,
2896           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2897            also allocate bit registers,
2898           (fillGaps): handle bit registers,
2899           (findAllBitregs): added to create bit vector with all bit registers,
2900           (mcs51_allBitregs): returns this bit vector,
2901           (mcs51_assignRegisters): when using stack-auto use bit registers for
2902            passing parameters and creating local variables
2903         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2904
2905 2005-08-22 Borut Razem <borut.razem AT siol.net>
2906
2907         * device/lib/Makefile.in: replaced find option -or with -o
2908           to make it run on solaris
2909
2910 2005-08-22 Raphael Neider <rneider AT web.de>
2911
2912         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2913           fixes #1265442 (crash on Solaris)
2914
2915 2005-08-20 Borut Razem <borut.razem AT siol.net>
2916
2917         * configure, configure.in: added tests for libsocket and libnsl libraries,
2918           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2919           from support/regression/Makefile.in
2920         * support/regression/Makefile.in: added
2921         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2922         * sim/ucsim/libtool: regenerated on sparc-solaris
2923         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2924           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2925           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2926           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2927           sparc-solaris, which doesn't use GNU ld linker
2928         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2929         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2930
2931 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2932
2933         * src/mcs51/peeph.def: updated comments
2934
2935 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2936
2937         * device/lib/_gptrget.c,
2938         * device/lib/_gptrput.c: slightly shorter
2939         * doc/sdccman.lyx: incremented version
2940         * src/mcs51/peeph.def: moved peephole comments to the line of first
2941           change to better keep line correlation, reanimated 186.e
2942         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2943
2944 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2945
2946         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2947           David Saxton with quotes around file name.
2948
2949 2005-08-15 Borut Razem <borut.razem AT siol.net>
2950
2951         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2952           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2953           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2954           make tests run on x86_64 platform
2955
2956 2005-08-13 Raphael Neider <rneider AT web.de>
2957
2958         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2959           as it might be executed DURING a build (parallel make is wonderful)
2960
2961 2005-08-13 Raphael Neider <rneider AT web.de>
2962
2963         * device/lib/Makefile.in (port-specific-objects-pic16):
2964           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2965         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2966           dependency
2967         * device/lib/pic16/Makefile.rules: build subdirs before creating
2968           the library, removed builddir rule, create $(builddir) early in
2969           recurse rule, use empty recurse rule for leaf directories
2970         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2971           mkdir errors (race condition), removed duplicate suffix "hex"
2972           from clean rules
2973         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2974         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2975           prevents mkdir -p from aborting on Alpha
2976
2977 2005-08-12 Raphael Neider <rneider AT web.de>
2978
2979         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2980           db-statements in order to allow for arrays of pointers in code
2981           sections to be placed without interspersed 0-padding, fixes
2982           bug #1256215
2983         * (emitStatistics): fixed division by zero for pic18f1220
2984         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2985           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2986         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2987         * (pic16_pCodeConstString): keep track of already emitted string
2988           literals to prevent "duplicate definitions of symbol _str_NR"
2989         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2990           debug message
2991         * device/lib/Makefile.in: ignore failing PIC16 library builds
2992         * device/lib/pic16/Makefile: do not build if gputils are missing
2993         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2994
2995 2005-08-10 Raphael Neider <rneider AT web.de>
2996
2997         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2998           my last commit)
2999
3000 2005-08-10 Raphael Neider <rneider AT web.de>
3001
3002         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
3003           Rokas' patch to add the new fixed point type "__fixed16x16"
3004         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
3005           functions for __fixed16x16 arithmetics
3006         * device/lib/pic16: reimplemented the build system to support
3007           a separate build directory, better handling of libio (create
3008           the library in a separate subdir for each architecture) and
3009           easier configuration (centralized in Makefile.common)
3010
3011 2005-08-07 Raphael Neider <rneider AT web.de>
3012
3013         * src/pic16/gen.c (genrshTwo): fixed sign extension
3014         * src/pic16/device.c: added pic18f2320, 4220 and 4320
3015         * device/include/pic16/pic18f2220.h: changed some bit definitions,
3016           added T0CONbits
3017         * device/include/pic16/pic18f4220.h: NEW, header for
3018           pic18f4220 and pic18f4320
3019         * device/include/pic16/pic18fregs.h: added new devices,
3020           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
3021         * device/include/pic16/signal.h: resolved name clashes
3022           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
3023           to also allow testing for interrupt enable bits, added
3024           comments on how to use the macros
3025         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
3026         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
3027           register definitions for the devices
3028         * device/lib/pic16/pics.all: added new devices
3029         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
3030           allocated memory
3031         * device/lib/pic16/libc/stdlib/memfree: do not count
3032           the block header as free memory
3033         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
3034           simplified and added missing end-of-blocklist-marker
3035           (reported by Peter Onion, fixes #1252814)
3036         * (_mergeHeapBlock): fixed loop condition
3037         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
3038           len==0, restructured code
3039         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
3040           up a bit, reduced bitfield accesses, prevent endless loops
3041           in case of heap corruption
3042         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
3043           "unreferenced arguments/must return a value" warnings
3044         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
3045           replaced BAUDREG with SPBRG
3046         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
3047           device/lib/pic16/debug/gstack/gstack.c: replaced
3048           _naked, _asm, _endasm with __naked, __asm, __endasm
3049
3050 2005-08-05 Raphael Neider <rneider AT web.de>
3051
3052         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
3053           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
3054
3055 2005-08-05 Borut Razem <borut.razem AT siol.net>
3056
3057         * device/lib/Makefile.in: added missing ';'
3058         * configure: removed ^M characters
3059
3060 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3061
3062         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
3063           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
3064           License
3065
3066 2005-08-04 Borut Razem <borut.razem AT siol.net>
3067
3068         * configure.in: pic16 libraries build 2nd try - enable running
3069           configure in device/lib/pic16
3070         * configure: regenerated from configure.in
3071         * device/lib/Makefile.in: create $(PORT)/bin directory
3072
3073 2005-08-03 Raphael Neider <rneider AT web.de>
3074
3075         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
3076           to get/set values via pointers
3077         * (genUnpackBits,genPackBits): changed detection of
3078           ptr->bitfield vs. sym.bitfield, fixed access via generic
3079           pointers, removed dead (wrong) code for multibyte bitfields
3080         * (genNearPointerGet, genGenPointerGet): removed useless code,
3081           fixed bitfield detection, fixes #1250594
3082         * (genNearPointerSet): removed useless code
3083         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
3084           and introduced macro pic16_emitpcode that conditionally emits
3085           the origin of the following pCode (useful for debugging SDCC)
3086         * src/pic16/pcode.c: changed (and disabled) some debug outputs
3087         * (createDefmap): fixed handling of LFSR for --optimize-df
3088
3089 2005-08-02 Borut Razem <borut.razem AT siol.net>
3090
3091         * device/lib/Makefile.in: pic16 libraries build enabled since
3092           gputils-0.13.2 are now localy installed at sourceforge's compile farm
3093
3094 2005-08-02 Raphael Neider <rneider AT web.de>
3095
3096         * src/pic16/gen.c (genPackBits): removed deprecated warning
3097         * (genGenPointerSet): fixed bitfield detection
3098
3099 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3100
3101         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
3102
3103 2005-07-31 Raphael Neider <rneider AT web.de>
3104
3105         * device/lib/pic16/libdev/pic18f458.c,
3106           device/include/pic16/pic18f458.h: added missing T0CONbits
3107
3108 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
3109
3110         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
3111
3112 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
3115
3116 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3117
3118         * device/include/mcs51/at89c51ed2.h: added.
3119
3120 2005-07-23 Raphael Neider <rneider AT web.de>
3121
3122         * src/pic/gen.h: added emitpcode macro for debugging
3123         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
3124           and replace by macro adding debug information on demand
3125         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
3126         * (gencjne): tried to fix; replaced with correct (slower) code
3127         * (gen{Unp,P}ackBits): fixed single bit access
3128         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
3129         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
3130           previous instruction
3131         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
3132           register has to be handled with care (forbidding movement
3133           of assignments/uses, removing assignments completely, ...)
3134         * (pCodeOptime2pCodes): make use of regIsSpecial
3135         * added lots of debugging output (commented out)
3136         * src/pic/rallloc.c (deassignLRs): prevent operand registers
3137           from being reused as result UNLESS it is known to work
3138
3139 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
3140
3141         * support/Util/dbuf.h: include <stddef.h> for size_t
3142         * .version: changed to version 2.5.2
3143
3144 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3145
3146         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
3147
3148 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3149
3150         * src/hc08/gen.c (genMinus): fixed bug #1241835,
3151           (genModOneByte): removed needless psha/pula
3152
3153 2005-07-22 Raphael Neider <rneider AT web.de>
3154
3155         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
3156           have PIC14 handled like PIC16, fixes broken pic14 linker calls
3157         * src/pic/gen.c (resolveIfx): do not "invent" labels
3158         * (genSkipc): changed to positive logic
3159         * (genSkipCond): removed as no longer needed
3160         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
3161           backport from PIC16
3162         * (genLeftShift): check operands are in different registers
3163         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
3164           INCF does not update CARRY...
3165         * src/pic/main.c: fixed _linkCmd
3166         * src/pic/pcode.c (unlinkpCode): added inactive code
3167         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
3168           alive (do not assign result and operand overlapping registers)
3169
3170 2005-07-22 Raphael Neider <rneider AT web.de>
3171
3172         * src/pic/device.c (dump_sfr): replaced register declaration with
3173           call to emitSymbolToFile() to avoid duplicate symbols
3174         * (assignRelocatableRegisters): do not declare external symbols
3175         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
3176           right (take size of type, not etype)
3177         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
3178         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
3179         * (packRegsForAccUse): disabled assignment of WREG as
3180           the result reg to prevent occurence of just fixed #1235003,
3181           fixes #1242954
3182         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
3183           symbols (avoids duplicate symbols in .asm file)
3184         * (pic14emitRegularMap): use emitSymbolToFile()
3185         * src/pic/gen.c (aopOp): fixed spillLocation handling
3186         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
3187         * (genDataPointerSet): removed unneccessary variables/output
3188
3189 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
3190
3191         * as/mcs51/lkarea.c: enlarged codemap for banked memory
3192         * device/lib/mcs51/crtbank.asm: added # to 0x0F
3193
3194 2005-07-21 Raphael Neider <rneider AT web.de>
3195
3196         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
3197           architecture cannot handle them efficiently, fixes bug #1235003
3198         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
3199           check for empty sets before using them (fixes bug #1232190)
3200
3201 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
3202
3203         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
3204           (lnksect2): generate warnings for memory overlap
3205         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
3206           constseg to set the name of these segments so you can instruct the linker
3207           to place them in banks
3208         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
3209         * src/SDCCglobl.h: added MODEL_HUGE to enum,
3210           added code_seg and const_seg to options
3211         * src/SDCCglue.c (emitMaps): use options.const_seg,
3212           (createInterruptVect): put interrupt vectors in segment HOME,
3213           (glue): put HOME before static segment and put the main glue in HOME,
3214           (glue): use options.code_seg
3215         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
3216         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
3217           these segments so you can instruct the linker to place them in banks
3218           (linkEdit): use code_loc for HOME segment which should be the first
3219           segment in code memory now
3220         * src/SDCCmem.c: fixed more stuff like bug 1238386
3221         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
3222           (changePointer): don't change function pointers to code pointers for
3223           banked functions,
3224           (compareType): added exceptional check for banked function pointers
3225         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
3226         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
3227           after static in code memory
3228         * src/mcs51/gen.c: added aopLiteralLong prototype,
3229           (aopForSym): use getSize for functions,
3230           (genCall): generate banked calls over one trampoline __sdcc_banked_call
3231           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
3232           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
3233           the segment,
3234           (genPcall): use call for literal function pointers and generate banked
3235           calls over the one trampoline so there's only one place for the user to
3236           modify according to his/hers hardware,
3237           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
3238           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
3239         * src/mcs51/main.c: added keyword banked,
3240           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
3241         * support/Util/SDCCerr.c,
3242         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
3243           needed for passing the bank and address to the trampoline
3244         * device/lib/mcs51/crtbank.asm: added for bankswitching
3245         * device/lib/mcs51/Makefile: added crtbank
3246
3247 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3248
3249         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
3250           for fields at offset 0 of a struct or union as reported
3251           on 2005-07-07 in the developer mailing list.
3252
3253 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
3254
3255         * src/SDCCmem.c: fixed bug 1238386
3256
3257 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3258
3259         * src/mcs51/peeph.def: added labelrefcounting for peepholes
3260           (patch #1144962), added peephole 300, enabled 259.x
3261         * doc/sdccman.lyx: removed screenshot and provided link instead
3262
3263 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3264
3265         * doc/sdccman.lyx: added section about debugging with ddd
3266         * doc/figures/ddd_example.eps: screenshot of debugging session
3267
3268 2005-07-04 Raphael Neider <rneider AT web.de>
3269
3270         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
3271           like CODE pointers, fixes #1115683
3272         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
3273           call, fixes bugs #1232211, #1228110,
3274           fixed wrong casts to pCodeFlow from pCodeInstructions
3275
3276 2005-07-04 Raphael Neider <rneider AT web.de>
3277
3278         * src/pic/gen.c (popGet): changed assert to allow for
3279           bit operands
3280         * (popGetAddr): changed signature to provide
3281           an additional index, patched all call sites
3282         * (genCmpEq): handle literal-like operands correctly
3283         * (genAddrOf): added sanity checks on __code/__data pointers
3284         * (genAssign): added handling of symbols from __code section
3285         * (gencjne): do not generate code for comparisons whose result
3286           is neither stored nor used, fixes bug #1171114
3287         * (AccLsh, AccRsh): operate on operand instead of WREG
3288         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
3289           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
3290           by known count
3291         * rewrote complete shift-by-literal logic, commented unused
3292           functions out
3293         * (genConstPointerGet): get multiple bytes (if result size > 1),
3294           fixed handling of non-immediate addresses
3295         * (genPointerGet): handle CODE pointers like CONST pointers
3296         * (genpic14Code): insert C-SRC lines as Cource-pCodes
3297         * ({aop,op}_isLitLike): NEW, single place to decide whether an
3298           operand is to be treated as a literal or not
3299         * (mov2w,genPcall,genCmpEq),
3300           src/pic/genarith.c: use aop_isLitLike() to decide between
3301           literal/register contents
3302         * (addSign): added missing offset
3303         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
3304           only emit comment in debug-mode,
3305           use {aop,op}_isLitLike throughout the file
3306         * src/pic/glue.c: fix initializers for pointers (work in progress)
3307         * src/pic/pcode.c (get_op): honor index on _const symbols
3308         * ({reset,dump}pCodeStatistics): NEW, estimate code size
3309         * (dumppBlock): added pCode size estimation
3310         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
3311           check for IS_SYMOP before OP_SYMBOL'ing
3312         * fixed indentation, compacted switch-statements
3313         * (allocReg): find free register and allocate it instead of
3314           allocating new registers all the time
3315         * (deassignLRs): prevent POINTER_GET's from being assigned the same
3316           registers as its operands (necessary only for multibyte GETs)
3317
3318 2005-07-01 Raphael Neider <rneider AT web.de>
3319
3320         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
3321           debugging .asm-output macros FENTRY + FEXIT
3322         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
3323           way... I wonder...
3324         * (emitpComment): NEW, printf to pCode
3325         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
3326           offset handling
3327         * (popGetAddr): NEW, variant of popGet to access an immediates
3328           high(er) bytes instead of the n'th byte of memory they reference,
3329           replaced popGet with popGetAddr where neccessary
3330         * (genDataPointerGet): reactivated and fixed implementation
3331         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3332           accesses
3333         * (genDataPointerSet): fixed multibyte assignments
3334         * (genpic14Code): fixed --i-code-in-asm handling
3335         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3336         * (genPlus): fixed index-out-of-bounds error
3337         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3338         * src/pic/ralloc.c: added debugging output macro FENTRY2
3339         * (spillThis): fixed indentation, enbraced for-body for clarity
3340         * (rematStr): commented out as now unused
3341         * (regTypeNum): commented out special spill case (overwrites
3342           arbitrary values)
3343         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3344
3345 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3346
3347         * doc/sdccman.lyx: documented sfr16/sfr32,
3348           added example for using storage class with function pointers
3349         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3350
3351 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3352
3353         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3354         * device/lib/_itoa.c,
3355         * device/lib/_ltoa.c: optimized codesize
3356         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3357           but don't know how to suppress the double warning.
3358         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3359         * support/Util/SDCCerr.c,
3360         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3361
3362 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3363
3364         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3365           fixed old K&R prototypes
3366         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3367         * device/lib/_gptrget.c,
3368         * device/lib/_gptrgetc.c,
3369         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3370           also new versions for small generic pointers and banked generic pointers
3371         * src/port.h: added const_name
3372         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3373         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3374         * src/SDCCcse.c (findPrevIc): check all associative operators
3375         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3376         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3377         * src/SDCCmem.c: updated comments,
3378           set far-space to 0 for pdata, results in optimized code
3379         * src/SDCCmem.h: added macro CONST_NAME
3380         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3381           moving the info into the highest bits, see also gptrget/gptrput
3382         * src/src.dsp: added sdcc.ico to project files
3383         * src/avr/gen.c (genCast): fixed bug 0x%d
3384         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3385         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3386           relation between ptr_type and DCL_TYPE,
3387           (genCast): fixed bug 0x%d
3388         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3389           (CODE)" for const_name
3390         * src/hc08/gen.c (genCast): fixed bug 0x%d
3391         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3392           (hc08_port): added "CONST (CODE)" for const_name
3393         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3394           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3395           between ptr_type and DCL_TYPE,
3396           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3397           operand* and took AOP() inside function so sfr-ness can be checked,
3398           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3399           new prototype,
3400           (genFunction, genEndFunction): optimized stack setup,
3401           (genMinus): optimized for literals with ending zeroes (in bytes),
3402           (genCast): fixed bug 0x%d
3403         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3404           (mcs51_port): added "CONST (CODE)" for const_name
3405         * src/mcs51/peeph.def: made rule 226 more generic
3406         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3407         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3408         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3409         * src/z80/main.c (z80_port): added NULL for const_name,
3410           (gbz80_port): added NULL for const_name
3411         * support/regression/tests/bug663539.c,
3412         * support/regression/tests/sfr16.c: new tests
3413
3414 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3415
3416         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3417
3418 2005-06-24 Raphael Neider <rneider AT web.de>
3419
3420         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3421           corrected typos...
3422         * device/include/pic16/signal.h: added USBIF
3423           and SIG_USB
3424
3425 2005-06-24 Raphael Neider <rneider AT web.de>
3426
3427         * device/lib/pic16/libdev/pic18f2455.c,
3428           device/include/pic16/pic18f2455.h: NEW
3429         * device/include/pic16/pic18fregs.h,
3430           device/lib/pic16/pics.all,
3431           src/pic16/device.c: added 18f2455
3432         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3433           device/include/pic16/{pic18f[68][567].h,usart.h}:
3434           replaced MULTIPLE_USARTS define with more relaible
3435           compatibility sfrs (for USART access)
3436
3437 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3438
3439         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3440           and the output asm file line is printed on two lines.
3441
3442 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3443
3444         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3445           BGT, BLE, BHI, and BLS instructions
3446         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3447           genCmpEq): removed
3448         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3449           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3450           fixes bug #1216342
3451         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3452
3453 2005-06-15 Raphael Neider <rneider AT web.de>
3454
3455         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3456         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3457         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3458           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3459           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3460
3461 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3462
3463         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3464           Marcel Telka in bug #1215704
3465
3466 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3467
3468         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3469           located in shared memory bank.
3470
3471 2005-05-31 Raphael Neider <rneider AT web.de>
3472
3473         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3474           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3475           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3476
3477 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3478
3479         * device/lib/_strncpy.c: fixed the fix
3480
3481 2005-05-26 Raphael Neider <rneider AT web.de>
3482
3483         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3484           initializers with \0, bug #1208187
3485         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3486           intializers with \0, bug #1208187
3487
3488 2005-05-26 Raphael Neider <rneider AT web.de>
3489
3490         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3491           initializers with \0, bug #1208187
3492         * src/pic16/main.c (_process_pragma): added sanity checks
3493           for stack position and size, emit warnings when appropriate
3494
3495 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3496
3497         * device/lib/_strncpy.c: fixed not filling with \0
3498
3499 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3500
3501         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3502           createFunction),
3503         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3504           compound_statement),
3505         * src/SDCCsymt.h,
3506         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3507
3508 2005-05-24 Raphael Neider <rneider AT web.de>
3509
3510         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3511
3512 2005-05-24 Raphael Neider <rneider AT web.de>
3513
3514         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3515           TRISE definitions, closes bug #1162453
3516
3517 2005-05-22 Raphael Neider <rneider AT web.de>
3518
3519         * src/pic16/main.c (_process_pragma): check for missing
3520           arguments to pragmas code and udata
3521         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3522           consistency fixes to match other headers (thanks to Jim Paris)
3523         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3524
3525 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3526
3527         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3528
3529 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3530
3531         * support/regression/tests/bug1198642.c: new test
3532         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3533         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3534         * support/scripts/resource.h,
3535         * support/scripts/resource.rc,
3536         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3537         * support/scripts/sdcc.ico: added 32x32 icon
3538
3539 2005-05-18 Raphael Neider <rneider AT web.de>
3540
3541         * device/lib/pic16/libdev/pic18f*.c,
3542         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3543           keywords to "__sfr" and "__at (X)"
3544         * device/include/pic16/pic18fregs.h: added pic18f4520
3545         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3546           #1203088 (MPLAB compatibility)
3547
3548 2005-05-17 Raphael Neider <rneider AT web.de>
3549
3550         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3551         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3552         * device/lib/pic16/pics.all: added new devices
3553         * src/pic16/device.c: added support for pic18f4520
3554
3555 2005-05-16 Raphael Neider <rneider AT web.de>
3556         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3557         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3558         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3559           convenience function for bit access
3560
3561 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3562
3563         * device/lib/printf_large.c: fixed bug 1193299
3564         * support/regression/tests/bug1057979.c: added test %3.3s
3565
3566 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3567
3568         * device/include/mcs51/8051.h,
3569         * device/include/mcs51/8052.h: made parseable with lint
3570         * device/include/mcs51/lint.h: added include file for (sp)lint
3571         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3572         * doc/cdbfileformat.lyx,
3573         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3574
3575 2005-05-14 Raphael Neider <rneider AT web.de>
3576
3577         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3578         * device/lib/pic16/libc/stdlib/itoa.c (new)
3579         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3580         * device/lib/pic16/libio/Makefile: exclude subdir according to
3581           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3582         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3583         * src/pic16/gen.c (genFunction): prevent annoying warning
3584         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3585           nameclashes on BeOS
3586         * support/cpp2/cppmain.c (cpp_output_string): new
3587         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3588           fixes bug 1116802
3589
3590 2005-05-13 Borut Razem <borut.razem AT siol.net>
3591
3592         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3593
3594 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3595
3596         * .version: changed to version 2.5.1; back to bleeding edge development
3597
3598 2005-05-11 Borut Razem <borut.razem AT siol.net>
3599
3600         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3601           generate PDF version 1.3 documents
3602
3603 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3604
3605         * .version: changed to version 2.5.0
3606
3607 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3608
3609         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3610
3611 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3612
3613         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3614         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3615         well as many smaller updates.
3616         * .version: changed to version 2.5.0-pre1
3617
3618 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3619
3620         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3621
3622 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3623
3624         * support/regression/tests/bug1185672.c: added
3625         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3626           bug 1185672
3627         * src/mcs51/gen.c (genCall): added comments, made it look safer
3628         * src/mcs51/gen.c (genEndFunction): simplified
3629
3630 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3631
3632         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3633
3634 2005-04-14 Borut Razem <borut.razem AT siol.net>
3635
3636         * fixed bug 1045046 - SIGSEGV with really simple code?:
3637           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3638           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3639
3640 2005-04-14 Borut Razem <borut.razem AT siol.net>
3641
3642         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3643           src/pic16/device.h: temporarily disabled experimental #inline pragma
3644           for 2.5.0 release
3645
3646 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3647
3648         * device/include/z80/stdio.h,
3649         * device/include/z80/string.h: removed these highly incomplete files so
3650           SDCC can use the default ones in device/include/
3651
3652 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3653
3654         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3655         gcc warning.
3656         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3657         fix sdcpp warnings.
3658
3659 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3660
3661         * device/include/malloc.h: removed redundant __reentrant prototypes
3662         * device/lib/_mullong.c: added working xstack variant in asm (C version
3663           doesn't pass regression tests)
3664         * device/lib/bpx.c: used __data and made bpx char for mcs51
3665         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3666           (createFunction): fixed bug with xstackPtr
3667         * src/SDCCcse.c: corrected comments
3668         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3669           (killDeadCode, eBBlockFromiCode): removed unused code
3670         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3671           corrected comments
3672         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3673           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3674           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3675           (genModOneByte): fixed warning in MSVC
3676         * src/mcs51/main.c (): added comments
3677         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3678
3679 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3680
3681         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3682
3683 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3684
3685         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3686
3687 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3688
3689         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3690         characters arrays of larger size than the declared one.
3691
3692 2005-04-10 Borut Razem <borut.razem AT siol.net>
3693
3694         * src/pic/gen.c (genInline),
3695           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3696           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3697           (findNextInstruction), (findPrevInstruction),
3698           (findInstructionUsingLabel),
3699           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3700         * src/pic/pcode.c (findLabel): added missing '\n'
3701         * src/src.dsp: added SDCCdwarf2.c to the project
3702
3703 2005-04-09 Borut Razem <borut.razem AT siol.net>
3704
3705         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3706
3707 2005-04-08 Raphael Neider <rneider AT web.de>
3708
3709         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3710           into the chain after a given one) and mergeDefmapSymbols (combine
3711           defmap entries for each symbol per pcode)
3712         * (createDefmap): have defmap entries merged in the end
3713         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3714           a symbol before replacing one access type's symbol, merge symbols in
3715           the end (replacement symbol might already have an entry)
3716         * (assignValnums): keep reference to written WREG intact
3717
3718 2005-04-08 Raphael Neider <rneider AT web.de>
3719
3720         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3721           Alpha)
3722
3723 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3724
3725         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3726         bytes
3727
3728 2005-04-07 Raphael Neider <rneider AT web.de>
3729
3730         * device/include/pic16/usart.h: added compatibility defines for
3731           devices with more than one USART
3732         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3733
3734 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3735
3736         * device/lib/Makefile.in: updated for port specific include
3737
3738 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3739
3740         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3741
3742 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3743
3744         * device/include/8051.h,
3745         * device/include/8052.h,
3746         * device/include/at89S8252.h,
3747         * device/include/at89c55.h,
3748         * device/include/at89x051.h,
3749         * device/include/at89x51.h,
3750         * device/include/at89x52.h,
3751         * device/include/mcs51reg.h,
3752         * device/include/reg51.h,
3753         * device/include/reg764.h,
3754         * device/include/regc515c.h,
3755         * device/include/sab80515.h: (re)moved these 12 files
3756         * device/include/mcs51/8051.h,
3757         * device/include/mcs51/8052.h,
3758         * device/include/mcs51/at89S8252.h,
3759         * device/include/mcs51/at89c55.h,
3760         * device/include/mcs51/at89x051.h,
3761         * device/include/mcs51/at89x51.h,
3762         * device/include/mcs51/at89x52.h,
3763         * device/include/mcs51/mcs51reg.h,
3764         * device/include/mcs51/reg51.h,
3765         * device/include/mcs51/reg764.h,
3766         * device/include/mcs51/regc515c.h,
3767         * device/include/mcs51/sab80515.h: and added them here
3768
3769 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3770
3771         * device/include/stdarg.h: changed SDCC specific keywords to double
3772           underlined form.
3773         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3774           mcs51 and ds390.
3775         * device/include/hc08/mc68hc908gp32.h,
3776         * device/include/hc08/mc68hc908jb8.h,
3777         * device/include/hc08/mc68hc908jkjl.h,
3778         * device/include/hc08/mc68hc908qy.h: fixed comments
3779         * device/include/mcs51/README: updated
3780         * device/include/mcs51/c8051f120.h: added PINRSF
3781         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3782         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3783           amidst code. Also inline is not supported.
3784
3785 2005-04-06 Raphael Neider <rneider AT web.de>
3786
3787         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3788         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3789           callers stack/frame pointers
3790
3791 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3792
3793         * device/include/pic16/usart.h: added, missing in previous commit,
3794         * device/include/pic16/adc.h: fixed typo,
3795         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3796         commit,
3797         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3798         <p18fxxx.inc>
3799         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3800         uninitialized because a bug appears with gplink
3801         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3802         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3803         complains for unrecognised option
3804
3805 2005-04-05 Raphael Neider <rneider AT web.de>
3806
3807         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3808           structs as well (using memcpy)
3809         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3810           on ISRs (GOTO has no label)
3811         * src/pic16/device.h: added OF_OPTIMIZE_DF
3812         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3813           new data flow analysis/optimization
3814         * src/pic16/pcode.c: added (prototypes for and implementation of)
3815           dataflow analysis functions, fixed pCodeInstructions' inCond and
3816           outCond values, made RCALL a branch instruction
3817         * (pic16_unlinkpCode): keep C line if possible
3818         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3819           C line moved if possible
3820         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3821         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3822           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3823         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3824           new flow)
3825         * (pic16_getJumptabpCode): NEW, needed in...
3826         * (LinkFlow): fixed handling of jumptables, calls and conditional
3827           branches
3828         * (pic16_InsertCommentAfter): NEW
3829         * (pic16_pCodeReplace): made verbose and flow preserving
3830         * (AnalyzeFlow): added call to data flow analysis
3831         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3832         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3833         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3834
3835 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3836
3837         * src/SDCCast.c (decorateType): fixed bug #1105626
3838
3839 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3840
3841         * device/include/asm/pic16/features.h,
3842         * pic18f*.h headers,
3843         * device/include/pic16/adc.h,
3844         * device/include/pic16/delay.h,
3845         * device/include/pic16/i2c.h,
3846         * device/include/pic16/malloc.h,
3847         * device/include/pic16/stdio.h,
3848         * device/include/pic16/stdlib.h,
3849         * device/include/pic16/string.h,
3850         * device/lib/pic16/libc/stdio/printf_tiny.c,
3851         * device/lib/pic16/libc/stdio/printf_small.c,
3852         * device/lib/pic16/libc/stdio/strmgpsim.c,
3853         * device/lib/pic16/libc/stdio/strmmssp.c,
3854         * device/lib/pic16/libc/stdio/strmusart.c,
3855         * device/lib/pic16/libc/stdio/vfprintf.c,
3856         * device/lib/pic16/libc/stdlib/ltoa.c,
3857         * device/lib/pic16/libc/stdlib/putchar.c,
3858         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3859         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3860         * device/lib/pic16/libc/stdlib/memchrram.c,
3861         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3862         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3863         * device/lib/pic16/libio/adc/adcbusy.c,
3864         * device/lib/pic16/libio/adc/adcread.c,
3865         * device/lib/pic16/libio/adc/adcsetch.c,
3866         * device/lib/pic16/libio/usart/ubaud.c,
3867         * device/lib/pic16/libio/usart/ubusy.c,
3868         * device/lib/pic16/libio/usart/udrdy.c,
3869         * device/lib/pic16/libio/usart/uopen.c,
3870         * device/lib/pic16/libio/usart/uputc.c,
3871         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3872         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3873         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3874         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3875         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3876         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3877         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3878         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3879         specific keywords to double underlined form,
3880         * device/lib/pic16/libc/Makefile.rules,
3881         * device/lib/pic16/libsdcc/Makefile.rules,
3882         * device/lib/pic16/libm/Makefile,
3883         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3884         to compile with C standard set in Makefile.common
3885         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3886         rand.c and crc.c in compilation process,
3887         * device/lib/pic16/libsdcc/int/divuint.c,
3888         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3889         `c' from signed to unsigned,
3890         * device/lib/pic16/startup/crt0.c,
3891         * device/lib/pic16/startup/crt0i.c,
3892         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3893         keywords to double underlined form, bug fixes in _do_cinit function
3894         which prevented the correct initialization of the .idata segment,
3895         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3896         core to enter a infinite loop
3897         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3898
3899 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3900
3901         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3902
3903 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3904
3905         * device/include/Makefile.in: add support for hc08 subdirectory
3906         * device/include/hc08/: new subdirectory
3907         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3908         Lucas Loizaga, thanks!
3909         * device/include/hc08/mc68hc908qy.h,
3910         * device/include/hc08/mc68hc908gp32.h,
3911         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3912         their own directory. Changed internal macro names to use the compiler
3913         reserved namespace. Changed SDCC specific keywords to double
3914         underlined form.
3915         * device/include/math.h,
3916         * device/include/malloc.h,
3917         * device/include/stdarg.h,
3918         * device/include/stdbool.h
3919         * device/include/string.h,
3920         * device/include/tinibios.h,
3921         * device/include/ds400rom.h,
3922         * device/include/8051.h,
3923         * device/include/8052.h,
3924         * device/include/80c51xa.h,
3925         * device/include/at89c55.h,
3926         * device/include/at89S8252.h,
3927         * device/include/at89x51.h,
3928         * device/include/at89x52.h,
3929         * device/include/ds80c390.h,
3930         * device/include/reg764.h,
3931         * device/include/regc515c.h,
3932         * device/include/sab80515.h,
3933         * device/include/mcs51/c8051f000.h,
3934         * device/include/mcs51/c8051f018.h,
3935         * device/include/mcs51/c8051f020.h,
3936         * device/include/mcs51/c8051f040.h,
3937         * device/include/mcs51/c8051f060.h,
3938         * device/include/mcs51/c8051f120.h,
3939         * device/include/mcs51/c8051f300.h,
3940         * device/include/mcs51/c8051f310.h,
3941         * device/include/mcs51/c8051f320.h,
3942         * device/include/mcs51/c8051f330.h,
3943         * device/include/mcs51/c8051f350.h,
3944         * device/include/z180.h: Changed SDCC specific keywords to double
3945         underlined form.
3946
3947 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3948
3949         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3950         18F4455,
3951         * (pic16_assignConfigWordValue): disable testing of configuration
3952         register value with config mask,
3953         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3954         function with port->fun_prefix,
3955         * (genFunction): when generating a naked interrupt function never
3956         create an absolute segment placed in interrupt vector address, place
3957         the actual interrupt function at IVA instead, when an interrupt
3958         function is generated with unspecified interrupt then do not create
3959         the absolute section,
3960         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3961         code for generating a call to generic pointer get/put function with
3962         a call to function pic16_callGenericPointer(),
3963         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3964         the call to the generic pointer get/put functions with prefixing the
3965         function name with port->fun_prefix,
3966         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3967         * src/pic16/main.c (_process_pragma): prefix function with
3968         port->fun_prefix,
3969         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3970         calling assembler, old 18Fxxxx macro is deprecated,
3971         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3972         PC_ASMDIR in while condition,
3973         * (findInstruction): add PC_ASMDIR in while condition,
3974         * (buildCallTree): prefix main with port->fun_prefix,
3975         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3976         identifier for variable with banked access in instructions BTFSS,
3977         BTFSC, BCF, BSF, BTG
3978         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3979         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3980         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3981         perform optimization when enviroment variable NO_REG_OPT is set,
3982         * (insideLRBlock): NEW, return 1 if register is inside an
3983         INF_LOCALREGS block,
3984         * (RemoveRegFromLRBlock): remove a register that is completely
3985         eliminated by register optimization, but it is still left in local
3986         register store/restore in/from stack block,
3987         * (Remove2pcodes): after removing register, check to see if it
3988         should be removed from local register store/restore in/from stack
3989         block,
3990         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3991         DUMMY_READ_VOLATILE,
3992
3993         * device/include/pic16/adc.h: minor prototype modifications and
3994         update,
3995         * device/include/pic16/malloc.h: added GPL notice various
3996         modifications,
3997         * device/include/pic16/stdint.h: NEW, standard header for ints
3998         * device/include/pic16/delay.h: NEW, header for delay functions,
3999         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
4000         delay1mtcy,
4001         * device/include/pic16/signal.h: NEW, header providing helper macros
4002         for implementing signal handlers,
4003         * device/include/pic16/stdio.h: added prototypes for functions,
4004         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
4005         prototypes for stdin and stdout, added macro PUTCHAR to
4006         automatically implement putchar function prototype,
4007         * device/include/pic16/usart.h: modified and updated USART library,
4008         * device/lib/pic16/libio/adc/,
4009         * device/lib/pic16/libio/i2c: some modifications to improve library
4010         performance,
4011         * device/lib/pic16/libc/stdio/: modifications for the new printf*
4012         family of functions,
4013         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
4014         family of functions and other sources,
4015         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
4016         of the PIC18Fxx[28] devices,
4017         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
4018         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
4019         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
4020         _do_cinit function, because the previous failed when local variables
4021         where not placed in the same memory bank,
4022         * device/lib/pic16/libsdcc/char/: various modifications to improve
4023         library performance,
4024         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
4025         information on the new functions of the c library and more...
4026
4027 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4028
4029         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
4030
4031 2005-03-26 Raphael Neider <rneider AT web.de>
4032
4033         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
4034           if condition == CARRY)
4035         * (genCmp): adapted to new genSkipc semantics
4036         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
4037           on rIfx (genCmp was broken)
4038
4039 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4040
4041         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
4042         * src/z80/main.c (_keywords[]),
4043         * src/SDCCglobal.h (struct options),
4044         * src/SDCC.y,
4045         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
4046         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
4047         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
4048         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
4049         always available in leading double underscore form. The C99 support is
4050         mostly missing, but it's a start.
4051         * support/regression/tests/bug-227710.c: fixed nonconforming use of
4052         reserved identifier "__data".
4053
4054 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
4055
4056         * src/mcs51/peeph.def: fixed bug 1170013
4057
4058 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
4059
4060         * device/include/mcs51reg.h: fixed bug 842007
4061
4062 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4063
4064         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
4065         last time.
4066
4067 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4068
4069         * src/port.h (struct PORT),
4070         * src/avr/ralloc.c (avr_assignRegisters),
4071         * src/avr/main.c,
4072         * src/ds390/ralloc.c (ds390_assignRegisters),
4073         * src/ds390/main.c,
4074         * src/hc08/ralloc.c (hc08_assignRegisters),
4075         * src/hc08/main.c,
4076         * src/mcs51/ralloc.c (mcs51_assignRegisters),
4077         * src/mcs51/main.c,
4078         * src/pic/ralloc.c (pic14_assignRegisters),
4079         * src/pic/main.c,
4080         * src/pic16/ralloc.c (pic16_assignRegisters),
4081         * src/pic16/main.c,
4082         * src/xa51/ralloc.c (xa51_assignRegisters),
4083         * src/xa51/main.c,
4084         * src/z80/ralloc.c (z80_assignRegisters),
4085         * src/z80/ralloc.h,
4086         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
4087         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
4088         * src/SDCCcse.h,
4089         * src/SDCCdflow.c (computeDataFlow),
4090         * src/SDCCdflow.h,
4091         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
4092         * src/SDCCloop.h,
4093         * src/SDCCcflow.c (*),
4094         * src/SDCCcflow.h,
4095         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
4096         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
4097         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
4098         immedDom() returning wrong block; probably fixes bug #1160833)
4099
4100 2005-03-20 Borut Razem <borut.razem AT siol.net>
4101
4102         * support/scripts/inc2h.pl: WIN32 port
4103
4104 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
4105
4106         * device/lib/makefile.in: added abs.c and labs.c
4107
4108 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
4109
4110         * device/include/stdint.h: added
4111         * device/lib/abs.c: added
4112         * device/lib/labs.c: added
4113         * device/include/stdlib.h: added abs() and labs() prototypes
4114         * device/lib/libsdcc.lib: added abs and labs
4115         * device/include/float.h,
4116         * device/lib/_fsmul.c,
4117         * device/lib/printf_fast.c,
4118         * device/lib/printf_tiny.c: updated comments
4119
4120 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4121
4122         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
4123         bug #1164313
4124
4125 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4126
4127         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
4128         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
4129
4130 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
4131
4132         * device/lib/printf_large.c: removed inline assembly for portability and
4133           readability. Use printf_fast if speed or size are more important.
4134         * src/pic16/gen.c: removed conditions around use of DEBUGpc
4135         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
4136
4137 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
4138
4139         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
4140         prevent compiler warning
4141
4142 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
4143
4144         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
4145         moved to level 0 and declared as static. Also they are explicit
4146         placed in access bank. This was necessery because some times they
4147         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
4148         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
4149         optimizations. Currently only compare to unsigned char is implemented,
4150         * src/pic16/gen.c: added fReturnIdx array,
4151         * (struct resolvedIfx) is moved to gen.h and made public,
4152         * (struct _G): added sregsAlloc and sregsAllocSet fields,
4153         * (aopForSym): added an optimization to directly store in stack of
4154         the operand of a SEND iCode,
4155         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
4156         but as registers instead (AOP_REG) using the fReturnIdx array,
4157         * (pic16_freeAsmop): remove the freed register from the
4158         _G.sregsAlloc field,
4159         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
4160         a compare of 'WREG',
4161         * (pic16_popGetTempRegCond): changed function prototype, now
4162         function takes also a bitVector argument v which holds the current
4163         set of registers that are allocated for stack access by aopForSym,
4164         registers allocated in aopForSym for accessing stack symbols are not
4165         any more part of the functions usedRegs field,
4166         * (genCall): some times aopOp is called for a stack variable to be
4167         send, aopForSym might perform the push, if this is true make sure
4168         that genCall doesn't push the variable twice by testing _G.resDirect,
4169         * (genFunction): changed testing for unspecified interrupt number
4170         from 256 to INTNO_UNSPEC,
4171         * modified selection scheme of frame pointer generation. Previously
4172         if function did use local registers a frame pointer was generated,
4173         now a frame pointer is generated only if function has arguments
4174         (that need PLUSW2 register access), or has stack arguments, or the
4175         compiler is not instructed to omit the frame pointer,
4176         * (genEndFunction): before restoring local registers that were saved
4177         in the function preamble, also restore the registers that *might*
4178         have been allocated for stack access,
4179         * (genRet): removed some old comments,
4180         * (genCmp, the active (RN's) version): added a call to the
4181         pic16_genCmp_special function to perform the compare with a more
4182         robust and optimized way,
4183         * (genInline): a feature has been added in inline code generation,
4184         which allows a wildcard variable substitution when writing inline
4185         assembly. Code is incomplete and experimental therefore undocumented,
4186         * (genCast): changed order of aopOp for result and right to allow
4187         aopForSym to directly load the result if possible,
4188         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
4189         perform an optimized compare on some selected special occasions,
4190         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
4191         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
4192         generate an IVT any more,
4193         * src/pic16/main.c (pic16_optionsTable): added command line option
4194         --optimize-cmp,
4195         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
4196         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
4197         macros,
4198         * src/pic16/NOTES: Raphael Neider added in list of active developers
4199         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
4200         jumptable_end to prevent bug #,
4201         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
4202         inCond and outCond fields,
4203         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
4204         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
4205         turn off register spilling,
4206         * (packRegsForOneUse): synced with other ports' versions although it
4207         is not used currently,
4208         * (pic16_packRegisters): added an optimization while reading
4209         structure bitfields, some registers may be saved (malloc code is
4210         decreased by 80 bytes)
4211
4212 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
4213
4214         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
4215         left is a bitfield, if yes, then don't optimize assignment. Perhaps
4216         this can be optimized more?
4217
4218 2005-03-10 Raphael Neider <rneider AT web.de>
4219
4220         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
4221           genNearPointerGet): (hopefully) fixed access to bitfields via
4222           pointers (p->bitN = x; and x = p->bitN; failed)
4223
4224 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
4225
4226         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
4227
4228 2005-03-09 Raphael Neider <rneider AT web.de>
4229
4230         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
4231
4232 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
4233
4234         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
4235         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
4236           (regTypeNum): set REG_BIT type if necessary
4237         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
4238         * support/regression/tests/critical.c: check bug 1144613
4239
4240 2005-03-02 Raphael Neider <rneider AT web.de>
4241
4242         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
4243
4244 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4245
4246         * src/avr/ralloc.c (serialRegAssign),
4247         * src/ds390/ralloc.c (serialRegAssign),
4248         * src/hc08/ralloc.c (serialRegAssign),
4249         * src/mcs51/ralloc.c (serialRegAssign),
4250         * src/pic/ralloc.c (serialRegAssign),
4251         * src/pic16/ralloc.c (serialRegAssign),
4252         * src/xa51/ralloc.c (serialRegAssign),
4253         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
4254
4255 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
4256
4257         * src/SDCCast.c (decorateType): fixed bug 1124787
4258
4259 2005-02-20 Hubert Sack <sack AT digiplan.de>
4260         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4261
4262         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
4263         patch #1121755
4264
4265 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4266
4267         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
4268         to keep the correct label reference count when adding/removing references
4269         to labels. A peephole file using this is appended to patch #1144962.
4270
4271 2005-02-14 Raphael Neider <rneider AT web.de>
4272
4273         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
4274         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
4275         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
4276           retrievals of result operand's value on assignment
4277
4278 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
4279
4280         * device/include/pic16/string.h: modified prototype for memccpy()
4281         to memccpy(void *, void *, char, size_t)
4282         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
4283         check whether to omit frame pointer or not,
4284         * (genInline): convert all occurences of "\n" to LF in inline
4285         assembler blocks, this helps formatting the inline text,
4286         * (pic16_loadFSR0): modified prototype,
4287         * (genNearPointerGet, genNearPointerSet): reorganization of code,
4288         removed some 8051 legacy code,
4289         * (genPackBits): enabled handling bitfields exceeding one byte in size,
4290         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
4291         before allocating temporary registers in functions,
4292
4293 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
4294
4295         * support/regression/tests/bitvars.c: corrected the "fix"
4296
4297 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
4298
4299         * support/regression/tests/bitvars.c,
4300         * support/regression/tests/bitwise.c,
4301         * support/regression/tests/rotate.c: "fixed" problems on Alpha
4302
4303 2005-02-10 Raphael Neider <rneider AT web.de>
4304
4305         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
4306           different size for Alpha
4307         * src/pic16/gen.c (genCmpEq) : improved compare with 0
4308
4309 2005-02-09 Raphael Neider <rneider AT web.de>
4310
4311         * src/SDCC.lex(doPragma) : save and restore warning options as well
4312           (also added new stack plus clone- and copyAndFreeSDCCERRG())
4313         * have #pragma less_pedantic set the errorlevel to WARNING
4314           (fixes #1117001)
4315         * (cloneOptimize) : fixed wrong malloc's size
4316         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
4317           facilitate correct handling of #pragma (save|restore)
4318
4319 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
4320
4321         * src/mcs51/gen.c: removed non-standard C nameless struct/union
4322
4323 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
4324
4325         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
4326
4327 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4328
4329         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4330
4331 2005-02-02 Raphael Neider <rneider AT web.de>
4332
4333         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4334         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4335         * (pic16_storeForReturn): fixed to allow returning function pointers
4336         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4337         * device/include/pic16/{stddef.h,stdbool.h}: added
4338
4339 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4340
4341         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4342
4343 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4344
4345         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4346         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4347          appeared to be required
4348
4349 2005-01-31 Borut Razem <borut.razem AT siol.net>
4350
4351         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4352           include/mcs51 and include/z80 directories to the package
4353
4354 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4355
4356         * src/hc08/gen.c (genFunction): fixed bug #1112752
4357
4358 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4359
4360         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4361
4362 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4363
4364         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4365
4366 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4367
4368         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4369
4370 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4371
4372         * device/include/c8051fxxx.h: removed these 6 files
4373         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4374
4375 2005-01-26 Raphael Neider <rneider AT web.de>
4376
4377         * src/pic16/gen.c (genAssign): fixed assignment from longs
4378           in codespace (were cut to three bytes)
4379         * (genDummyRead): implemented (except for CODESPACE...),
4380           fixed bug #1108575
4381         * src/pic16/glue.c (emitStatistics): beautified
4382         * device/lib/pic16/libm/Makefile: added include path
4383
4384 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4385
4386         * src/z80/gen.c (aopPut): fixed bug #1103902
4387
4388 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4389
4390         * device/lib/expf.c: fixed bug #1095792
4391
4392 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4393
4394         * device/lib/pic16/libm: added Math library sources
4395
4396 2005-01-24 Raphael Neider <rneider AT web.de>
4397
4398         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4399           to enable upcast to pCodeOpReg2 (there is no type tag to
4400           differenciate the two and pic16_popGet2p cast into PCOR2)
4401         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4402           (sizeof(sectNames) changed to sizeof(sectName))
4403           Both patches fix segfaults under MinGW.
4404
4405 2005-01-23 Raphael Neider <rneider AT web.de>
4406
4407         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4408           Safe_[mc]?alloc()'ed variables
4409         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4410           of (byte sized) temporaries (assign them to WREG for now)
4411         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4412           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4413           this might fix SIGSEGVs on MinGW...
4414         * src/SDCCopt.c (killDeadCode): restored original behaviour
4415           (volatile operands might get thrown away though)
4416
4417 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4418
4419         * src/pic16/gen.c: fixed bug #1106975,
4420         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4421         pointer update, INTCON is saved, global interrupts are disabled and
4422         restored after updateing TOS.
4423         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4424         * added function attribute 'shadowregs' to take advantage of shadow
4425         registers,
4426         * added function attribute 'wparam' as an alternative to the wparam
4427         pragma,
4428         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4429         user declares a non-ISR function as 'shadowregs',
4430         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4431
4432 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4433
4434         * .version: bumped version number to 2.4.8
4435         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4436         pic16 port,
4437         * device/lib/pic16/libio/i2c/: I2C module support library,
4438         * device/include/pic16/i2c.h: I2C support library header,
4439         * device/lib/pic16/libc/stdio/: standard IO support sources,
4440         * (printf_small.c): printf_small() source, supports float print,
4441         * (printf_tiny.c): printf_tiny() source, does not support floats,
4442         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4443         enable global optimizations for entire library source, other
4444         Makefiles in the source tree are also modified to reflect this,
4445         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4446         function,
4447         * doc/sdccman.lyx: updated to reflect new changes,
4448         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4449         sym->onStack if-case,
4450         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4451         sbit, idata, _idata, xdata, _xdata,
4452         * added pragma library, to link an external library, (see doc),
4453         * removed command line options, --pomit-config-words, --pomit-ivt,
4454         --pleave-reset-vector,
4455         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4456         when calling assembler to reflect memory model used, also define
4457         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4458         reflect stack model used,
4459         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4460         on stack return NULL,
4461
4462 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4463
4464         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4465           of the operands is volatile. Fixes #1020220
4466
4467 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4468
4469         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4470         * (OptimizeRegUsage): make sure that there is really no other flow where
4471           the first pCode is used
4472
4473 2005-01-22 Raphael Neider <rneider AT web.de>
4474
4475         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4476           to fix #1106967 (pCode->seq are not set up correctly)
4477
4478 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4479
4480         * src/SDCCglue.c (glue): make sure code area is declared before the
4481         static initialization area.
4482
4483 2005-01-21 Raphael Neider <rneider AT web.de>
4484
4485         * device/lib/Makefile.in: fixed test for pic16 install dir
4486         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4487           optimizations
4488         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4489           added --optimize-goto compiler switch and pragma wparam documentation
4490         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4491         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4492           and PRODH closing bug #1071770 (peephole optimizer)
4493
4494 2005-01-19 Raphael Neider <rneider AT web.de>
4495
4496         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4497           cmdLine buffers (used when calling sdcpp...) are large enough
4498           (MAX_PATH=256 truncates arguments leading to system halts when
4499           used in MinGW...)
4500         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4501         * (genUminus): rewritten to for efficiency
4502         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4503           used uninitialized in some cases)
4504         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4505           copy the third byte from the int -- now assumes 0x80 (data memory)
4506         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4507           operands (genAddLit expects the iCode's operands to swapped as
4508           well), fixed leftover bytes (crashed for short left operands)
4509         * (pic16_genMinusDec): performance improvements, removed false
4510           PIC14 emitSKPNCs
4511         * (pic16_genMinus): fixed to cope with differently sized operands
4512         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4513           for --obanksel > 1
4514         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4515         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4516           new banksel optimization
4517         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4518           analysis for temporary registers (segfaults...)
4519         * src/pic16/peeph.def: added rule
4520
4521 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4522
4523         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4524         which converts a float number to its ASCII representation
4525         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4526         functions to convert the fractional and integer part of a float to ASCII,
4527         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4528         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4529         ram
4530         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4531         _STATMEM macros,
4532         * device/include/pic16/adc.h: added GPL info,
4533         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4534         a pCodeOp as tested operand,
4535         * (genNearPointerGet): optimized bit testing, does not use
4536         intermediate register for bit value, test directly instead with
4537         BTFSS, BTFSC, works only for single bits,
4538         * (genpic16Code): dump the name of the iCode in the asm,
4539         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4540         renamed to pic16_decodeOp,
4541         * (serialRegAssign): do not allocate a temporary register for iCode
4542         sequences that test a single bit for 1/0
4543
4544 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4545
4546         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4547         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4548         access stack and frame pointers. They are initially assigned to
4549         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4550         accessing SFRs. Updated all occurences of modification of stack or
4551         frame pointer in gen.c and pcode.c,
4552         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4553         assigning of a literal value to pointers,
4554         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4555         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4556         selected
4557
4558 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4559
4560         * doc/sdccman.lyx: update documentation about stack pragma, added
4561         some info for stack memory models
4562
4563 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4564
4565         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4566
4567 2005-01-08 Raphael Neider <rneider AT web.de>
4568
4569         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4570           udata sections to fix bug #1097823
4571
4572 2005-01-05 Raphael Neider <rneider AT web.de>
4573
4574         * src/pic16/gen.c (genGenericShift): added handling of differently
4575           sized left operand and result
4576
4577 2005-01-04 Raphael Neider <rneider AT web.de>
4578
4579         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4580         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4581           to hold the condition bit)
4582         * added new version of genCmp (old code available via #define)
4583         * added new version of genShiftLeft/genShiftRight in a generic
4584           way, now supports shifting by negative values
4585         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4586           shiftCount (expected by genGenericShift)
4587         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4588         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4589           dump
4590         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4591           is an invalid literal too...)
4592
4593 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4594
4595         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4596         from Raphael Neider,
4597         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4598         for 8-bit literals. This fixes some literal operands which are sign
4599         extended to 16-bits ints when instruction needs only 8-bits.
4600
4601 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4602
4603         * device/lib/logf.c: added mcs51 assembly version
4604         * device/lib/expf.c: added mcs51 assembly version
4605         * device/lib/_logexpf.c: new shared asm code for expf and logf
4606         * device/include/math.h: add defines for assembly math library
4607         * device/lib/Makefile.in: build new _logexpf.c
4608         * device/lib/libfloat.lib: use new _logexpf.c
4609
4610 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4611
4612         * src/pic/device.c
4613         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4614           device types which have less than 0x7f registers.
4615
4616 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4617
4618         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4619
4620 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4621
4622         * device/lib/printf_fast.c: only build on supported arch.
4623         * device/lib/printf_tiny.c: only build on supported arch.
4624         * device/lib/printf_fast_f.c: only build if asm float lib
4625         * device/lib/_fsget1arg.c: only build if asm float lib
4626         * device/lib/_fsget2args.c: only build if asm float lib
4627         * device/lib/_fsnormalize.c: only build if asm float lib
4628         * device/lib/_fsreturnval.c: only build if asm float lib
4629         * device/lib/_fsrshift.c: only build if asm float lib
4630         * device/lib/_fsswapargs.c: only build if asm float lib
4631         * device/include/stdio.h: don't provide print_fast,
4632           print_fast_f, print_tiny prototypes if --xstack used
4633
4634 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4635
4636         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4637         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4638           to the SOURCES
4639
4640 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4641
4642         * device/lib/printf_fast_f.c: same as printf_fast, but
4643           with floating point enabled
4644         * device/lib/printf_fast.c: minor tweaks
4645         * device/include/stdio.h: add printf_fast_f
4646
4647 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4648
4649         * src/SDCCmain.c: make --float-reent default for mcs51
4650         * device/lib/_fsadd.c: added mcs51 assembly version
4651         * device/lib/_fssub.c: added mcs51 assembly version
4652         * device/lib/_fsmul.c: added mcs51 assembly version
4653         * device/lib/_fsdiv.c: added mcs51 assembly version
4654         * device/lib/_fseq.c: added mcs51 assembly version
4655         * device/lib/_fsneq.c: added mcs51 assembly version
4656         * device/lib/_fsgt.c: added mcs51 assembly version
4657         * device/lib/_fslt.c: added mcs51 assembly version
4658         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4659         * device/lib/Makefile.in: add _fscmp to build
4660         * device/lib/libfloat.lib: add _fscmp to build
4661
4662 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4663
4664         * device/lib/_fs2slong.c: added mcs51 assembly version
4665         * device/lib/_fs2sint.c: added mcs51 assembly version
4666         * device/lib/_fs2schar.c: added mcs51 assembly version
4667         * device/lib/_fs2ulong.c: added mcs51 assembly version
4668         * device/lib/_fs2uint.c: added mcs51 assembly version
4669         * device/lib/_fs2uchar.c: added mcs51 assembly version
4670         * device/lib/_slong2fs.c: added mcs51 assembly version
4671         * device/lib/_sint2fs.c: added mcs51 assembly version
4672         * device/lib/_schar2fs.c: added mcs51 assembly version
4673         * device/lib/_ulong2fs.c: added mcs51 assembly version
4674         * device/lib/_uint2fs.c: added mcs51 assembly version
4675         * device/lib/_uchar2fs.c: added mcs51 assembly version
4676         * device/include/float.h: added #define to select asm vs c
4677
4678 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4679
4680         * device/lib/printf_fast.c: improvements to float output
4681         * device/include/float.h: add defines for assembly float library
4682         * device/lib/_fsget1arg.c: receive 1 float arg
4683         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4684         * device/lib/_fsnormalize.c: normalize a float
4685         * device/lib/_fsreturnval.c: return float, various helper routines
4686         * device/lib/_fsrshift.c: right shift a float's mantissa
4687         * device/lib/_fsswapargs.c: swap 2 floats
4688         * device/lib/Makefile.in: build these 6 new files for mcs51
4689         * device/lib/libfloat.lib: add these 6 files to the library
4690
4691 2004-12-26 Borut Razem <borut.razem AT siol.net>
4692
4693         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4694           built by gcc 3.4.2
4695
4696 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4697
4698         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4699           and fully reentrant and register bank neutral.
4700         * device/lib/printf_fast.c: added float (not enabled by default),
4701           added compact/slower integer (also not enabled by default),
4702           improved size/speed of fast integer code, other minor changes
4703         * device/include/stdio.h, device/lib/Makefile.in,
4704           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4705
4706 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4707
4708         * src/pic16/pcode.c: declaring variables other than at the start of a
4709           block is not supported in C by VC6.
4710
4711 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4712
4713         * applied a previous patch from Raphael Neider that wasn't included
4714         in the previous commits, which fixes infinite loops within jumptable
4715         improvements,
4716         * made some fixes that previous patches introduced
4717
4718 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4719
4720         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4721         that fixes an issue with AOP_PCODE asmop's offset,
4722         * (pic16_popCopyReg): update instance field too,
4723         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4724         function of pic port,
4725         * (genCmp, genAnd, genAssign),
4726         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4727
4728 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4729
4730         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4731         variables initial values to idata section,
4732         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4733         variables in some functions. This utilizes parmBytes field of iCode
4734         structure to hold the offset of the variable in stack. (might be
4735         able to use the stack field too?)
4736         * applied patch from Raphael Neider # ### , # ###
4737         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4738         variable initial values in idata section,
4739         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4740         for static variables with initial value
4741         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4742         applied fix in while loop from Raphael Neider.
4743
4744 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4745
4746         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4747         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4748         * src/ds390/ralloc.c (serialRegAssign): spill bits
4749         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4750         * support/Util/SDCCerr.c,
4751         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4752         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4753         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4754
4755 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4756
4757         * device/include/sdcc-lib.h: inserted LGPL, added includes
4758           asm/ds390/features.h and asm/mcs51/features.h
4759         * device/include/asm/default/features.h,
4760         * device/include/asm/gbz80/features.h,
4761         * device/include/asm/z80/features.h: added empty _AUTOMEM
4762           and _STATMEM
4763         * device/include/asm/ds390/features.h,
4764         * device/include/asm/mcs51/features.h: added files with defines for
4765           _AUTOMEM and _STATMEM indicating automatic and static storage class
4766         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4767         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4768         * src/SDCCicode.c (geniCodeCast),
4769         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4770         * src/SDCCloop.c (loopInduction): removed unused variable lr
4771         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4772           to convertToFcall to include char modulo (RFE 1065037), added check
4773           if left operand is unsigned and use abs of literal value
4774         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4775           as it doesn't work after conversion from peephole.def to peephole.rul
4776         * src/mcs51/gen.c (toBoolean): added check for size,
4777           (genModOneByte): optimized code for signed char modulo a literal
4778           power of 2 (thanks to Hubert Sack),
4779           (genRRC): removed unnecessary "clr c",
4780           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4781         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4782           jump optimization,
4783           swapped rules 256.c and 256.d,
4784           extended 256.d by using new multiple checks (thanks Erik),
4785           added rules 256.e and 256.f,
4786           updated rule 261.a and 261.b to new generated code
4787         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4788
4789 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4790
4791         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4792           induction related bugs, including first part of bug #1074377
4793
4794 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4795
4796         * applied patch from bug-report #1076292,
4797         * applied patches for genAnd and Goto-optimizations for Raphael
4798         Neider,
4799         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4800         dump a less iCode information,
4801         * src/pic16/device.h (pic16_options_t): added field debgen,
4802         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4803         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4804         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4805         puclic,
4806         * (various functions): added macros FENTRY and FENTRY2 to functions,
4807         to emit function prologue,
4808         * (various functions): fixed indentation,
4809         * (genNearPointerGet): fixed loading of FSR0,
4810         * (genPackBits): applied patch from Raphael Neider to fix updating
4811         of FSR0 and touching only the modified bits,
4812         * src/pic16/genarith.c (various functions): added macros FENTRY to
4813         emit function prologue in comments,
4814         * src/pic16/pcode.h: added functions debugf2, debugf3,
4815         * src/pic16/ralloc.c: partial fix for packForPush caused
4816         segmentation fault,
4817
4818 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4819
4820         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4821           <stsp AT users.sourceforge.net> with reversed byte order
4822         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4823
4824 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4825
4826         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4827           bug #1074377
4828         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4829         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4830
4831 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4832
4833         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4834
4835 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4836
4837         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4838           conditions,
4839           (setFromConditionArgs): friendly operand parser for peephole rules,
4840           (operandBaseName, operandsNotRelated): new peephole condition
4841           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4842           architecture specific register naming into account, handles n-way
4843           comparisons, and supports quoted literals
4844         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4845
4846 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4847
4848         * src/mcs51/peeph.def: fixed bug #1076940
4849
4850 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4851
4852         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4853
4854 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4855
4856         Adding support for replacing ljmps with sjmps in jumptables
4857         generated for switch statements. For now you need to set the
4858         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4859         Now 4 algorithms for mcs51 jumptable generation are used:
4860         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4861         addresses loaded pc-relative for up to 112 cases and stack-pushing
4862         target addresses loaded with offset from dptr for up to 256 cases.
4863
4864         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4865         * src/mcs51/main.c: adapted constants for switch table generation
4866         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4867
4868 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4869
4870         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4871         * support/regression/tests/bug1057979.c: added test for bug 1073386
4872
4873 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4874
4875         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4876         compilers
4877
4878 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4879
4880         * src/pic16/device.h,
4881         * src/pic16/genarith.c,
4882         * src/pic16/glue.c,
4883         * src/pic16/main.c,
4884         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4885
4886 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4887
4888         Large cummulative patch for pic16 port.
4889         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4890         to call when a stack overflow occurs,
4891         * (malloc.h): added CVS Id tag,
4892         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4893         variable,
4894         * added libc directory. The current version of LibC contains string
4895         functions, ctype functions and macros and some functions of the
4896         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4897         be extensively tested in the future. Standard disclaimer here.
4898         Library is not automatically build yet. But one can build it by
4899         invoking 'make' inside the libc directory.
4900         * added ADC library under libio. Preliminary version yet.
4901
4902         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4903         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4904         aopForRemat() now and not by pic16_aopOp(),
4905         * (pic16_popGetTempReg): removed warning messgae when allocating
4906         temporary registers, its a buggy feature and will be removed,
4907         * (pic16_popGet): set register instance field in AOP_CRY,
4908         * (pic16_outBitC): fixed for results in size greater than 1,
4909         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4910         * (pic16_storeForReturn): optimized return of 0,
4911         * (genCmp): experimental code for new genCmp which uses PIC18's
4912         special compare&skip instructions. Initial tests fail some times
4913         with variables grater than 1 byte in size, so new code is disabled,
4914         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4915         a single bit,
4916         * (genCast): began a fix to optimize the casting of a bit to another
4917         bit, now assigning a bitfield to another bitfield will fail, sorry,
4918         * src/pic16/main.c: disabled the use of lr-support feature,
4919         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4920         * added some function prototypes, added function _debugf prototype,
4921         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4922         bits with offset (case PO_GPR_BIT),
4923         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4924         command line,
4925         * (isBankInstruction): modified to return 0 for no banking instruction,
4926         and 1 for banking instruction,
4927         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4928         caused stop processing pCodes after a inline assembly block,
4929         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4930         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4931         registers when it shouldn't,
4932         * src/pic16/ralloc.c (allocReg): add preliminary support for
4933         supporting a limited set of temporary registers,
4934
4935 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4936
4937         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4938           genDataPointerSet): ensure assignments always copy in MSB to LSB
4939           order,
4940           (loadRegFromAop): recognize CLRH optimization,
4941           (genFunction): optimize RECEIVE iCodes in reentrant functions
4942
4943 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4944
4945         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4946           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4947           selected.
4948         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4949         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4950           contiguous with data
4951
4952 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4953
4954         * device/lib/_gptrget.c (_gptrget),
4955         * device/lib/_gptrgetc.c (_gptrgetc),
4956         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4957           instead of sjmp to ret
4958         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4959           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4960
4961 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4962
4963         * .version: bumped version to 2.4.7
4964         * device/lib/_gptrget.c (_gptrget): is now _naked
4965         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4966         * device/lib/_gptrput.c (_gptrput): is now _naked
4967         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4968           (createFunction): fixed xstack
4969         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4970         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4971           or bit either,
4972           (geniCodeCritical): store original interrupt state in an iTemp bit
4973           var unless stack-auto
4974         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4975         * src/SDCCmain.c (setIncludePath): added include/target to search path
4976         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4977         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4978           prototype,
4979           (processFuncArgs): put bit vars in bit area
4980         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4981           unsaveRBank): fixed xstack,
4982           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4983           (genFunction, genEndFunction): fixed xstack,
4984           (genAssign): optimization don't walk backwards through mem
4985         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4986         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4987         * support/regression/Makefile: also make library (for stack-auto) when
4988           making "all" and added "test-mcs51-xstack-auto"
4989         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4990         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4991         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4992         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4993         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4994           make-library by MAKE_LIBRARY
4995         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4996           regression tests for xstack
4997         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4998         * support/regression/tests/critical.c: test for critical on mcs51
4999
5000 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5001
5002         * support/regression/ports/ucz80/spec.mk: use include and lib files from
5003           built version of sdcc instead of installed version
5004
5005 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
5006
5007         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
5008         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
5009           vprintf.c now
5010         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
5011         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
5012           WARNING: remove device/lib/build/z80/printf.o by hand when
5013           updating from previous build!
5014         * device/lib/z80/printf.c: updated comment
5015         * support/regression/tests/bug1057979.c: test all ports now
5016         * support/regression/tests/bug1065458.c: file added
5017
5018 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5019
5020         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
5021           *_start and *_end symbols for static functions
5022
5023 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
5024
5025         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
5026           and search crt0.o in all library paths,
5027           (setIncludePath): proper handling of --nostdinc,
5028           (setLibPath): proper handling of --nostdlib
5029         * support/regression/Makefile,
5030         * support/regression/ports/ds390/spec.mk,
5031         * support/regression/ports/gbz80/spec.mk,
5032         * support/regression/ports/hc08/spec.mk,
5033         * support/regression/ports/mcs51/spec.mk,
5034         * support/regression/ports/mcs51-large/spec.mk,
5035         * support/regression/ports/mcs51-stack-auto/spec.mk,
5036         * support/regression/ports/z80/spec.mk: use include and lib files from
5037           built version of sdcc instead of installed version
5038         * doc/sdccman.lyx: fixed typo in --nostdinc
5039
5040 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
5041
5042         * src/pic/pcode.c,
5043         * src/pic/device.c,
5044         * src/pic/ralloc.c,
5045         * src/pic/gen.c : added support to generate code for struct bit fields.
5046
5047 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
5048
5049         * as/xa51/xa_version.h,
5050         * device/include/errno.h,
5051         * device/include/regc515c.h,
5052         * device/lib/_itoa.c,
5053         * device/lib/_ltoa.c,
5054         * device/lib/ser_ir_cts_rts.c,
5055         * sim/ucsim/xa.src/glob.cc,
5056         * sim/ucsim/xa.src/inst_gen.cc,
5057         * sim/ucsim/xa.src/xa_bit.cc,
5058         * sim/ucsim/xa.src/xa_sfr.cc,
5059         * sim/ucsim/z80.src/inst_dd.cc,
5060         * sim/ucsim/z80.src/inst_fdcb.cc,
5061         * support/scripts/keil2sdcc.pl,
5062         * src/pic16/pic16.dsp,
5063         * src/pic16/pic16a.dsp: corrected cvs line endings
5064         * device/lib/printf_large.c: fixed bug 1057979
5065         * src/pic16/gen.c: fixed non-C standard code
5066         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
5067         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
5068         * support/regression/ports/mcs51/support.c: reload T1 asap
5069         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
5070           pdata use and clear idata startup behaviour
5071         * support/regression/tests/bug1057979.c: added
5072
5073 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
5074
5075         * device/examples/ds390/ow390/ad26.h,
5076         * device/examples/ds390/ow390/cnt1d.h,
5077         * device/examples/ds390/ow390/crcutil.c,
5078         * device/examples/ds390/ow390/ownet.h,
5079         * device/examples/ds390/ow390/owsesu.c,
5080         * device/examples/ds390/ow390/swt12.h,
5081         * device/examples/ds390/ow390/swtoper.c,
5082         * device/examples/ds390/ow390/temp10.h,
5083         * device/examples/ds390/ow390/thermodl.c,
5084         * device/examples/ds390/tinitalk/tinitalk.dsp,
5085         * device/examples/ds390/tinitalk/tinitalk.dsw,
5086         * device/examples/mcs51/clock/hw.h,
5087         * device/examples/mcs51/simple2/go.bat,
5088         * device/examples/serialcomm/windows/serial.h,
5089         * device/examples/xa51/dummy.c,
5090         * device/examples/xa51/hello.c,
5091         * device/include/80c51xa.h,
5092         * device/include/at89x051.h: corrected cvs line endings
5093
5094 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
5095
5096         * src/pic16/main.c (options): added command line --gstack, to trace
5097         stack over/under flows,
5098         * added pragma 'wparam' to allow passing first byte of function
5099         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
5100         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
5101         call to __gstack_test function and sets up the symbol as extern,
5102         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
5103         * popaop): added call to pic16_testStackOverflow,
5104         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
5105         wparamList list,
5106         * (genCall, genPcall): now all parameters are passed via stack
5107         except in functions that are pass to wparam pragma in which WREG is
5108         used too,
5109         * (genPcall): REENTRANT flag is checked to see if variable prototype
5110         contains reentrant keyword, don't call a non-reentrant function, via
5111         a reentrant function pointer or vice versa, functions are never
5112         passed via WREG,
5113         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
5114         D.Winkler,
5115         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
5116         SIGSEGV when accessing a NULL register stucture,
5117         * (pic16_printGPointerType): modified to handle UPPER modifier for
5118         function initializers, changed prototype of function to simpler one,
5119         * (pic16_printIvalFuncPtr): check to see if function is already
5120         added in externs list,
5121         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
5122         optimized a move from W to SFR with a move to the same register
5123         later after a CALL,
5124         * device/lib/pic16/debug: NEW directory, contains debug features
5125         which are enabled when linking with libdebug.lib, currently command
5126         line option --gstack enables stack pointer tracing for over/under
5127         flow, corresponding sources are in debug/gstack
5128
5129 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
5130
5131         * doc/sdccman.lyx: updated SDCC version,
5132         * (PIC16 port): update list of command line options,
5133         * src/pic16/device.h (structure pic16_options_t): added field gstack
5134         to enable stack overflow tracing on push/pops,
5135         * src/pic16/device.c (statistics structure): added statistics
5136         structure,
5137         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
5138         pic16_dump_int_registers): increase statistics counters for each
5139         * variable which is encountered
5140         * (pic16_dump_usection): emit each .udata variable to its own udata
5141         section,
5142         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
5143         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
5144         parameters via stack, otherwise use old scheme,
5145         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
5146         assembler output file,
5147         * src/pic16/main.c: added command line options --gstack to enable
5148         push/pop tracing for stack overflow,
5149         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
5150         instructions): added size of each instruction,
5151         * (pic16_countInstruction): estimate size of instructions in
5152         the_pFile list, inline assembly blocks are not counted,
5153         * (pic16_FixRegisterBanking): trace previous register usage, when
5154         banksel optimizations is greater than 0, don't emit a redudant
5155         banksel directive,
5156
5157 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
5158
5159         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
5160         * src/pic16/ralloc.c : applied same fix for pic16.
5161         * src/pic/gen.c : tidied it up a little.
5162
5163 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5164
5165         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
5166         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
5167
5168 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5169
5170         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
5171
5172 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5173
5174         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
5175         non-reentrant function __modsint in the interrupt function (thus
5176         corrupting math operations during serial I/O)
5177         * device/lib/ser_ir.c: as above, changed buffersize
5178         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
5179         256.c,d for zeroing
5180         * doc/Makefile: added option -t for rsync
5181
5182 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5183
5184         * src/SDCCast.h (struct ast),
5185         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
5186
5187 2004-10-20 Borut Razem <borut.razem AT siol.net>
5188
5189         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
5190         package
5191
5192 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
5193
5194         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
5195         makefile targets,
5196         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
5197         support functions to replace long sequences of MOVFF's from access
5198         bank registers to stack and vice versa,
5199         * src/pic16/device.h: added new field opt_flags, where optimization
5200         flags can be set to enable certain features,
5201         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
5202         * pBlock, (genFunction, genEndFunction): surroung loop for
5203         saving/loading used registers in stack with PC_INFO pCodes,
5204         INF_LREGS. Code in between can then be optimized by pCode optimizer
5205         to support function calls,
5206         * (genDataPointerSet): fixed bug which loaded float fields in
5207         structures with corrupt data,
5208         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
5209         in a standard way debug info on stderr. Feature used for developing
5210         and debugging only,
5211         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
5212         obsolete chunks of code,
5213         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
5214         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
5215         * pic16/src/pcode.c (pic16_newpCodeInfo,
5216         * (pic16_newpCodeOpLocalRegs),
5217         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
5218         feature,
5219         * (pic16_pCodeConstString): printing of the initial value of a
5220         symbol as a comment is inhibited since parsing was already done by
5221         copyStr and output is corrupt,
5222         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
5223
5224 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5225
5226         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
5227
5228 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
5229
5230         * as/mcs51/lkarea.c: removed old K&R style,
5231           (lnksect): changed check on boundary error,
5232           (lnksect2): changed check on boundary error,
5233           (lnksect2): extend XSTK to end of page if size = 1
5234         * as/mcs51/lkmain.c: removed old K&R style,
5235           (Areas51): create l_IRAM symbol
5236         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
5237         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
5238           model-mcs51-stack-auto, added model-mcs51-xstack-auto
5239         * device/lib/_mullong.c: added version to be compiled with xstack
5240         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
5241         * device/lib/mcs51/crtxclear.asm: clear pdata as well
5242         * device/lib/mcs51/crtxstack.asm: fixed comment
5243         * src/SDCCglue.c: maxInterrupts defaults to 0,
5244           (emitMaps): added pdata,
5245           (createInterruptVect): (re)moved default,
5246           (glue): added pdata,
5247           (glue): moved __start__xstack to XSTK with default size 1
5248         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
5249           and options.float_rent when options.stackAuto is set,
5250           (linkEdit): only write XDATA_NAME if provided on command line
5251         * src/SDCCmem.h,
5252         * src/SDCCmem.c: added pdata
5253         * src/port.h: added pdata_name to PORT
5254         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
5255           (saveRegisters, unsaveRegisters): removed usage of B,
5256           (genMinus): fixed accumulator clash,
5257           (genJumpTab): added comment, this needs another look
5258         * src/mcs51/gen.c: added check for "B in use" paranoia,
5259           added pushB() and popB()
5260         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
5261           chance
5262         * src/avr/main.c,
5263         * src/ds390/main.c,
5264         * src/hc08/main.c,
5265         * src/mcs51/main.c,
5266         * src/pic/main.c,
5267         * src/pic16/main.c,
5268         * src/xa51/main.c,
5269         * src/z80/main.c: (reset_regparms) made void parameter explicit and
5270           added PSEG (PAG,XDATA) or NULL to port specifier
5271         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
5272         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
5273           (_mcs51_genInitStartup): removed __start__xstack equ,
5274           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
5275         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
5276         * src/z80/gen.c (_rleAppend): fixed warnings
5277         * support/regression/tests/zeropad.c: added pdata test
5278         * .version: bumped to 2.4.6
5279
5280 2004-10-17 Borut Razem <borut.razem AT siol.net>
5281
5282         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
5283         as a part of nightly build
5284
5285 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
5286
5287         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
5288         WREG holds the first byte function parameters,
5289         * (aopForSym): take special case for symbols which are in FARSPACE
5290         but in CODESPACE too,
5291         * (assignResultValue): modified to take into account _G.useWreg,
5292         * (genCall): don't use wreg for parameter passing when function is
5293         declared as reentrant, too, added optimization INCF to stack
5294         pointer when stack parameter count is 1,
5295         * (genFunction, genEndFunction): refurnished and fixed to not using
5296         wreg for passing parameters when function has varargs or is
5297         reentrant, fixed bug with symbol name compare for generating
5298         functions in absolute address,
5299         * (pic16_storeForReturn): refurnished,
5300         * (genCmp): began writing a new version of the function, not ready
5301         yet, therefore it is disabled,
5302         * (genAssign): do not read code memory when assigning a function to
5303         a pointer function,
5304         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
5305         array of characters, not pointer,
5306         * (pic16initialComments): in debug mode emit an .ident directive for
5307         the assembler,
5308         * (_process_pragma): emit a new warning type (internal to pic16)
5309         when setting stack to default length, emit a similar warning when
5310         placing a function at absolute address and address is not word aligned
5311         * (_pic16_parseOptions): added 'return TRUE' statement,
5312         * (_pic16_linkEdit): if compiling a source, then add the source's
5313         file object, first in the list of objects to link,
5314
5315 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
5316
5317         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
5318         * src/pic/main.c : removed VC warning.
5319         * src/pic/gen.c : changed comment.
5320
5321 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
5322
5323         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
5324         reference to a deprecated symbol _GPTRREG was causing failure to
5325         link. Thanks G. M. Gallant for the info.
5326
5327 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5328
5329         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5330         comments for Bugs item #954788.
5331
5332 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5333
5334         * src/pic16/device.c (pic16_dump_gsection,
5335         * pic16_groupRegistersInSection): handle symbols declared to be in
5336         access bank differently,
5337         * src/pic16/gen.c (struct _G): added field resDirect,
5338         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5339         send values read from stack directly to result and don't allocate
5340         temporary values,
5341         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5342         same registers,
5343         * (pic16_sameRegsOfs): NEW,
5344         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5345         free because they were not allocated from temporary pool,
5346         * pic16_popRegFromString): workaround to fix a problem with
5347         allocating variables twice or never,
5348         * (genGenPointerGet): using PRODL instead of FSR0H,
5349         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5350         instead of FSR0H,
5351         * (genAssign): take advantage of the _G.resDirect flag,
5352         * (genCast): around line 11844, use mov2f instead of directly
5353         MOVFF'ing between operands to account for literal values,
5354         * src/pic16/genutils.c: some new debug functions for gpsim have been
5355         added,
5356         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5357         float with integer part only,
5358         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5359         place variables in access bank
5360         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5361         updated sources to reflect recent changes in gen.c
5362
5363 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5364
5365         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5366         sources that searched for headers in installation path, now the
5367         device/include/pic16 is used,
5368         * src/pic16/glue.c (pic16glue),
5369         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5370         .line directives if not in debug mode, this suppresses assembler's
5371         warnings for ignored directives
5372
5373 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5374
5375         * src/port.h: made reset_regparms prototype void parameter explicit.
5376         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5377         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5378         * doc/sdccman.lyx: documented warning disabling and how to use
5379           printf_large to make it print floats.
5380         * device/include/stdbool.h: NEW
5381         * device/lib/_atof.c,
5382         * device/lib/_divuint.c,
5383         * device/lib/_divulong.c,
5384         * device/lib/expf.c,
5385         * device/lib/printf_large.c,
5386         * device/lib/sincosf.c,
5387         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5388         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5389           a completely reentrant lib.
5390
5391 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5392
5393         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5394         * device/include/pic16/stdio.h: fixed bug with colon
5395
5396 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5397
5398         * device/include/pic16/stdio.h,
5399         * device/include/pic16/stdlib.h,
5400         * device/include/pic16/math.h: NEW
5401         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5402         declared as _naked to reduce overhead
5403         * device/lib/Makefile.in (target port-specific-objects-pic16):
5404         changed * to *.* so to ignore the CVS directory,
5405         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5406         stacked variables back in stack,
5407         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5408         corruption
5409
5410 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5411
5412         * .version: bumped version number to 2.4.5
5413         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5414         * support/Util/SDCCerr.c (messages structure): added entry for
5415         W_POSSBUG2
5416
5417         Large cumulative patch for pic16 port and libraries.
5418         * device/include/pic16/sdcc-lib.h,
5419         * device/include/pic16/stdarg.h,
5420         * device/include/asm/pic16/features.h,
5421         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5422         * device/include/pic16/float.h: changes reentrant keyword with
5423         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5424         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5425         updated target build-libraries to include objects from gptr,
5426         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5427         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5428         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5429         all function headings,
5430         * src/SDCCmain.c: added global parameter userIncDirsSet,
5431         * (parseCmdLine): when option -I is encountered add directory to
5432         userIncDirsSet too,
5433         * src/version.awk: added space between control and long,
5434         * src/pic16/NOTES: added some notes for the port,
5435         * src/pic16/gen.c: added prototype for mov2fp function,
5436         * (fReturnpic16[]): properly named return value registers,
5437         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5438         * (aopForSym): added code to handle symbols with onStack flag set,
5439         symbols onStack are allocated PTRSIZE bytes,
5440         * (aopFreeAsmop): handles special case where asmops are stack objects,
5441         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5442         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5443         added argument lock to trace flaws in allocating temporary registers
5444         when developing port,
5445         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5446         * (pic16_popRegFromString): reenabled allocating a direct register
5447         from string,
5448         * (assignResultValue): various beautifications,
5449         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5450         referenced function argument,
5451         * (genIpush): reenabled to allow stacked arguments, handles only
5452         ic->parmPush iCodes,
5453         * (genCall, genPcall): major changes to allow for variable argument
5454         functions, fixed a bug with falsely restoring stack pointer after
5455         returning from call,
5456         * (genFunction): pending code for critical function,
5457         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5458         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5459         * (genNearPointerGet): fixed bug with indirect reading, was always
5460         reading from INDF0
5461         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5462         pointers,
5463         * (genAddrOf): rewrote code to take address of a stacked function parameter
5464         * (genCast): fixed casting to generic pointer type,
5465         * src/pic16/gen.h: added AOP_STA,
5466         * (struct asmop): added field stk,
5467         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5468         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5469         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5470         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5471         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5472         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5473         generic pointers,
5474         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5475         and library paths,
5476         * (pic16_port structure): generic pointer size is set to 3,
5477         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5478         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5479         compiler warning,
5480         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5481         operand is an iTemp,
5482
5483 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5484
5485         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5486         * debugger/mcs51/simi.c: addapt new syntax of s51
5487
5488 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5489
5490         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5491         * src/pic16/pcode.c: commented out some calls to free() in order to
5492         fix bug #989576,
5493
5494 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5495
5496         * src/SDCCicode.h,
5497         * src/SDCCicode.c (isiCodeInFunctionCall),
5498         * src/avr/ralloc.c (selectSpil),
5499         * src/pic/ralloc.c (selectSpil),
5500         * src/pic16/ralloc.c (selectSpil),
5501         * src/ds390/ralloc.c (selectSpil),
5502         * src/hc08/ralloc.c (selectSpil),
5503         * src/xa51/ralloc.c (selectSpil),
5504         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5505         stack in the middle of a function call sequence (fixes bug #1020268)
5506         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5507         costs associated with the minimum switch case.
5508
5509 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5510
5511         * src/SDCC.lex: fixed bug #1030549
5512
5513 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5514
5515         * src/SDCCcse.h (struct cseDef),
5516         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5517         over a function call if the CSE is derived from a symbol whose
5518         address has been taken (fixes bug #1029883)
5519         * support/regression/tests/bug-1029883: a new regression test for
5520         this bug
5521
5522 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/hc08/gen.c (emitinline): fixed bug #1029778
5525         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5526         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5527         and starts toward RFE #905167)
5528
5529 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5530
5531         * src/pic16/gen.c (mov2f): New function to move an operand to
5532         another without considering if it is a literal or a register,
5533         * (pic16_sameRegs): don't check if they are both AOP_REG,
5534         * (AccRsh): removed andmask=0 lines,
5535         * (genLeftShift): duplicated to be improved in future versions,
5536         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5537         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5538         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5539         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5540         * (insertBankSwitch): fixed inserting banksel directives algorithm
5541         for instructions that follow a skip instruction, this fixes a report
5542         for broken subtraction code generation,
5543         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5544         iCode is a left op, just in case result and right share the same
5545         registers
5546
5547 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5548
5549         * src/hc08/main.c,
5550         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5551         preservation of HX
5552         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5553         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5554         on 2004-09-12; it was buggy
5555
5556 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5557
5558         * src/SDCCsymt.h: removed RESULT_CHECK
5559         * src/SDCCast.c,
5560         * src/SDCCglue.c,
5561         * src/SDCCval.c,
5562         * src/pic/glue.c,
5563         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5564
5565 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5566
5567         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5568         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5569         configuration values no more rejected by compiler, they are assigned
5570         to configuration registers with a warning message instead,
5571         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5572         the for-loop so last conf register is emitted too,
5573         * (_pic16_initPaths): link library libsdcc.lib by default,
5574         * (_hasNativeMulFor): modified test for multiplication according to
5575         Raphael Neider's remarks. Integer multiplication is also done with
5576         support functions,
5577         * device/include/pic16/pic18fregs.h: corrected type error in while
5578         testing and including 18f6720 header file
5579
5580 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5581
5582         * src/pic16/device.h (pic16_options): removed field use_crt,
5583         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5584         until an optimization to handle single bits is added,
5585         * (pic16_loadFSR0): moved before genUnpackBits,
5586         * (genAnd): some white lines removed,
5587         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5588         leave_reset flags in pic16_options when using crt modules,
5589
5590 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5591
5592         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5593           for bugs 898889 & 979599. Also used some safer print instructions.
5594
5595 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5596
5597         * src/pic16/device.h (pic16_options_t): added field use_crt,
5598         crt_name, no_crt,
5599         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5600         catch a probable future bug,
5601         * src/pic16/gen.c: aopIdx function commented out,
5602         * (genAssign): commented out old code which used aopIdx,
5603         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5604         code, added if conditionals to take into account the --use-crt
5605         command line options,
5606         * src/pic16/main.c (pic16_optionsTable): added new command line
5607         options, --use-crt= and --no-crt,
5608         * (_pic16_linkEdit): now the proper crt object is added in the
5609         linker command line except than when --no-crt is specified,
5610         * src/pic16/pcode.c,
5611         * src/pic16/pcode.h: added some structures and functions for a new
5612         optimization scheme to compansate for instruction overhead between
5613         same iCodes, this scheme is currently under development and is not
5614         working in any way,
5615         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5616         to && operator,
5617         * device/lib/pic16/startup/crt0i.c,
5618         * device/lib/pic16/startup/crt0iz.c: added global char variable
5619         __uflags to force the generation of an idata section
5620
5621 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5622
5623         * doc/Makefile,
5624         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5625         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5626
5627 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5628
5629         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5630         Frieder) and clarified the default code optimization mode
5631
5632 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5633
5634         * src/SDCC.lex (doPragma, process_pragma),
5635         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5636         "opt_code_size", and "opt_code_balanced"
5637         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5638         regrouped options by category, added support for category headers
5639         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5640         and "--opt-code-size"
5641         * doc/sdccman.lyx: documented these new options and pragmas
5642         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5643         preference into account
5644
5645 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5646
5647         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5648           geniCodePreDec): Fixed bug 904237 by generating a warning
5649         * src/SDCCerr.h,
5650         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5651
5652 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5653
5654         * src/pic/device.c : When no max ram set validate full memory range.
5655         * src/pic/pcode.c,
5656         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5657
5658 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5659
5660         * device/lib/_gptrget.c,
5661         * device/lib/_gptrput.c: updated comment
5662         * device/lib/calloc.c,
5663         * device/lib/free.c,
5664         * device/lib/malloc.c,
5665         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5666         * src/SDCCcse.c (cseBBlock),
5667         * src/SDCCicode.c (printOperand, geniCodeArray),
5668         * src/SDCCicode.h (struct operand): fixed bug 868103
5669         * support/regression/tests/bug-868103.c: added
5670         * src/SDCCast.c (searchLitOp),
5671         * src/SDCCcse.h (struct cseDef),
5672         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5673         * src/SDCCicode.h (struct operand),
5674         * src/SDCCsymt.h (struct sym_link),
5675         * src/avr/gen.c (hasInc),
5676         * src/ds390/gen.c (hasInc),
5677         * src/hc08/gen.c (genPlusIncr, hasInc),
5678         * src/mcs51/gen.c (hasInc),
5679         * src/pic16/glue.c (pic16_printIvalChar),
5680         * src/pic16/ralloc.c (regWithIdx),
5681         * src/xa51/gen.c (hasInc) : removed warnings
5682         * src/SDCCast.c (createBlock): added comment ???
5683         * src/hc08/ralloc.c: updated comments
5684
5685 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5686
5687         * doc/sdccman.lyx: updated section on switch statements, added
5688         section about semaphore locking
5689         * doc/Makefile: added option -info for latex2html
5690         * device/lib/_gptrget.c,
5691         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5692
5693 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5694
5695         * src/pic/device.h,
5696         * src/pic/device.c,
5697         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5698          maxram is less than 0x100.
5699
5700 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5701
5702         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5703
5704 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5705
5706         * src/port.h,
5707         * src/mcs51/main.c,
5708         * src/ds390/main.c,
5709         * src/z80/main.c,
5710         * src/hc08/main.c,
5711         * src/pic/main.c,
5712         * src/pic16/main.c,
5713         * src/avr/main.c,
5714         * src/xa51/main.c
5715         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5716         a jump table is the best form for a switch statement, including
5717         automatic insertion of missing cases to make the case range
5718         continuous. Developed in collaboration with Frieder Ferlemann.
5719
5720 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5721
5722         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5723         accumulator result if it needs sign extension
5724
5725 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5726
5727         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5728
5729 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5730
5731         * device/lib/gbz80/printf.c,
5732         * device/lib/z80/printf.c: removed define for NULL
5733
5734 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5735
5736         * as/xa51/xa_link.c,
5737         * device/examples/ds390/ow390/ad26.c,
5738         * device/examples/ds390/ow390/cnt1d.c,
5739         * device/examples/ds390/ow390/counter.c,
5740         * device/examples/ds390/ow390/ds2480.h,
5741         * device/examples/ds390/ow390/ds2480ut.c,
5742         * device/examples/ds390/ow390/findtype.c,
5743         * device/examples/ds390/ow390/gethumd.c,
5744         * device/examples/ds390/ow390/owllu.c,
5745         * device/examples/ds390/ow390/ownetu.c,
5746         * device/examples/ds390/ow390/swt12.c,
5747         * device/examples/ds390/ow390/swtloop.c,
5748         * device/examples/ds390/ow390/temp.c,
5749         * device/examples/ds390/ow390/temp10.c,
5750         * device/examples/ds390/ow390/thermo21.c,
5751         * device/examples/ds390/ow390/tinilnk.c,
5752         * device/examples/ds390/ow390/tstfind.c,
5753         * device/examples/serialcomm/windows/serial.cpp,
5754         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5755         * device/include/reg51.h: fixed line endings for cvs
5756
5757 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5758
5759         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5760         packRegsForAccUse, packRegisters): new accumulator register
5761         packing algorithm
5762         * support/regression/ports/hc08/support.c (_putchar): suppress
5763         warning of unused variable
5764         * src/SDCCicode.c: added SWAP entry to codeTable
5765
5766 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5767
5768         * device/lib/sprintf.c: forgot to add this file before previous commit
5769
5770 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5771
5772         * src/pic16/gen.c (genPackBits): added operand right in function
5773         parameters, load result directly if p_type is POINTER (that is
5774         called by genNearPointerSet)
5775         * (genUnPackBits): added operand left in function parameters,
5776         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5777         FSR0 if accessing bitfields,
5778
5779 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5780
5781         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5782           _print_format; updated printf, sprintf, vsprintf
5783         * device/include/asm/default/features.h: corrected comment/define
5784         * device/lib/Makefile.in: added sprintf.c
5785         * device/lib/libsdcc.lib: added sprintf module
5786         * device/lib/printf_large.c,
5787         * device/lib/vprintf.c,
5788         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5789           into these 3 files
5790         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5791         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5792         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5793           hc08 test
5794         * support/regression/tests/zeropad.c: define idata as data for hc08
5795
5796 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5797
5798         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5799         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5800         labels are referenced at least once (even if a reference is not found)
5801         * src/hc08/gen.c (emitcode): set isComment flag for comments
5802         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5803         loads), rules 6a..6b (optimize jumps to return)
5804
5805 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5806
5807         * device/lib/acosf.c (acosf),
5808         * device/lib/asinf.c (asinf),
5809         * device/lib/atanf.c (atanf),
5810         * device/lib/ceilf.c (ceilf),
5811         * device/lib/cosf.c (cosf),
5812         * device/lib/coshf.c (coshf),
5813         * device/lib/cotf.c (cotf),
5814         * device/lib/fabsf.c (fabsf),
5815         * device/lib/floorf.c (floorf),
5816         * device/lib/log10f.c (log10f),
5817         * device/lib/logf.c (logf),
5818         * device/lib/sinf.c (sinf),
5819         * device/lib/sinhf.c (sinhf),
5820         * device/lib/sqrtf.c (sqrtf),
5821         * device/lib/tanf.c (tanf),
5822         * device/lib/tanhf.c (tanhf),
5823         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5824         replaced all instances of "reentrant" in the library functions
5825         defined in math.h with this macro.
5826         * support/regression/tests/float_trans.c: reenabled test for hc08
5827
5828 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5829
5830         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5831         erroneously deleted
5832
5833 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5834
5835         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5836         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5837         multi-byte volatile operands are used
5838         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5839         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5840         initialization to area GSINIT0 so that it would always precede
5841         any static initializers in GSINIT
5842         * support/regression/tests/zeropad.c: fixed idata define for hc08
5843         * support/regression/tests/bug-927659.c,
5844         * support/regression/tests/float_trans.c: disabled tests for hc08
5845         pending missing library routines
5846         * .version: increased version number to 2.4.4 - hc08 port now passes
5847         regression tests
5848
5849
5850 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5851
5852         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5853         * Makefile.common.in,
5854         * as/Makefile,
5855         * as/hc08/Makefile.in,
5856         * as/mcs51/Makefile.in,
5857         * as/z80/Makefile.in,
5858         * debugger/mcs51/Makefile.in,
5859         * device/include/Makefile.in,
5860         * device/lib/Makefile.in,
5861         * doc/Makefile,
5862         * link/Makefile,
5863         * link/z80/Makefile.in,
5864         * packihx/Makefile.in,
5865         * sim/ucsim/main_in.mk,
5866         * sim/ucsim/avr.src/Makefile.in,
5867         * sim/ucsim/doc/Makefile.in,
5868         * sim/ucsim/gui.src/serio.src/Makefile.in,
5869         * sim/ucsim/hc08.src/Makefile.in,
5870         * sim/ucsim/s51.src/Makefile.in,
5871         * sim/ucsim/xa.src/Makefile.in,
5872         * sim/ucsim/z80.src/Makefile.in,
5873         * src/Makefile.in,
5874         * support/cpp2/Makefile.in,
5875         * support/librarian/Makefile,
5876         * support/makebin/Makefile: added DESTDIR to the install path proposed
5877         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5878         * doc/sdccman.lyx: added DESTDIR documentation
5879
5880 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5881
5882         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5883         instruction for interrupt handlers, use fast returns when returning
5884         from high priority interrupts
5885
5886 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5887
5888         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5889         code generation
5890         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5891         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5892         bugs, ported much of Bernhard's code from mcs51
5893         * src/mcs51/gen.c (genSend),
5894         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5895         than one when calling a reentrant function
5896         * device/lib/_mullong.c: defined an alternate struct layout for big
5897         endian ports (hc08)
5898
5899 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5900
5901         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5902         test
5903
5904 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5905
5906         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5907         are sane and complete before asking the port its prefered parameter
5908         passing method (fixes bug #1017633)
5909         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5910         and _ret3
5911
5912 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5913
5914         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5915         problem in bitfields >= 8 bits.
5916
5917 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5918
5919         * src/SDCCsymt.c: undid changes that were not meant to be committed
5920
5921 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5922
5923         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5924
5925 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5926
5927         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5928           copied and wrong bit got inverted
5929
5930 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5931
5932         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5933         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5934         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5935         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5936         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5937         assignments to bitfields at known addresses
5938         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5939         reads from bitfields at known addresses
5940         * src/hc08/ralloc.c (packRegisters),
5941         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5942         genhc08Code): optimize pointer get values used as conditionals
5943         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5944         and branch
5945
5946 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5947
5948         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5949         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5950         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5951         as conditionals
5952
5953 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5954
5955         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5956
5957 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5958
5959         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5960         related problems
5961
5962 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5963
5964         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5965
5966 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5967
5968         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5969         mcs51 port
5970
5971 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5972
5973         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5974
5975 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5976
5977         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5978         cases use more compact code.
5979
5980 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5981
5982         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5983
5984 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5985
5986         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5987
5988 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5989
5990         * src/SDCCsymt.h,
5991         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5992         parameter of changePointer() from symbol* to sym_link*
5993         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5994         * src/SDCCsymt.c (compareType): void* type is castable to other
5995         pointers, but not necesarily an exact match.
5996         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5997         is no longer blindly treated as an exact match.
5998         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5999
6000 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
6001
6002         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
6003
6004 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
6005
6006         * src/pic/gen.c,
6007         * src/pic/pcode.c,
6008         * src/pic/ralloc.h,
6009         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
6010
6011 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
6012
6013         * src/pic/device.c,
6014         * src/pic/device.h,
6015         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
6016
6017 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6018
6019         * src/mcs51/gen.c (emitcode): fixed bug #992819
6020
6021 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
6022
6023         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
6024           there's no need to make it worse
6025
6026 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6027
6028         * src/mcs51/ralloc.c (deassignLR),
6029         * src/ds390/ralloc.c (deassignLR),
6030         * src/hc08/ralloc.c (deassignLR),
6031         * src/z80/ralloc.c (deassignLR),
6032         * src/pic/ralloc.c (deassignLR),
6033         * src/pic16/ralloc.c (deassignLR),
6034         * src/avr/ralloc.c (deassignLR),
6035         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
6036         rlivePoint): fixed another part of bug #971834
6037
6038 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6039
6040         * src/z80/main.c: enabled "critical" keyword
6041         * src/z80/mappings.i,
6042         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
6043         functions (fixes bug #979646)
6044         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
6045
6046 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6047
6048         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
6049           such as c:\mydir.
6050
6051 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
6052
6053         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
6054           doesn't disable too much optimizations
6055
6056 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6057
6058         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
6059
6060 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
6061
6062         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
6063
6064 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
6065
6066         * src/pic/gen.c tidied up tabs
6067         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
6068         * src/pic/main.c tidied up tabs
6069         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
6070         * src/pic/pcoderegs.c tidied up tabs
6071         * src/pic/ralloc.c tidied up tabs
6072
6073 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
6074
6075         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
6076         to S_FIXED for pic16 port and when symbol is not in level 0,
6077         allocate for S_REGISTER storage class and pic16 port, too,
6078         * src/pic16/device.h: prototype for checkSym,
6079         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
6080         * (pic16_assignConfigWordValue): test the value and the mask to
6081         validate that the value is suitable for the configuration word,
6082         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
6083         collect extern declared symbols, don't emit symbol twice, check
6084         first if symbol is in publics set first,
6085         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
6086         * added command line '--fstack' which enables an experimental
6087         feature for stack access, too buggy to be used yet...
6088         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
6089         * (pic16_allocDirReg): when register has storage class S_REGISTER
6090         allocate in pic16_dynAccessRegs,
6091         * device/include/pic16/pic18f????.h: modified configuration word
6092         naming convention, words started as CONFIG0H but should be CONFIG1H
6093
6094 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
6095
6096         * device/include/mcs51reg.h: fixed bug 970993
6097
6098 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
6099
6100         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
6101         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
6102         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
6103         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
6104         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
6105         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
6106           error/warning numbers,
6107           added function setWarningDisabled()
6108         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
6109         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
6110           _memcmp.c _memmove.c calloc.c realloc.c free.c
6111         * support/regression/tests/malloc.c: added tests for new functionality
6112         * support/regression/tests/zeropad.c: added tests for truncated initializers
6113           and initialized char arrays starting with '\x0'
6114         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
6115
6116 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
6117
6118         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
6119
6120 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6121
6122         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
6123         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
6124         peephole 177.e. Thanks to anonymous
6125
6126 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
6127
6128         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
6129         function isn't used in the source but referenced as a
6130         variable initializer then declare it as extern in .asm file
6131
6132 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
6133
6134         * .version: increased version number to 2.4.3
6135
6136         Adding version extension according to ChangeLog CVS revision
6137         * src/Makefile.in (target all): added dependency 'version.h'
6138         * (rule version.h): added rule to create version.h from ChangeLog,
6139         * (rule dep): added dependency version.h,
6140         * src/version.awk: AWK script to create version.h
6141         * src/SDCCdwarf2.c (dwWriteModule),
6142         * src/SDCCglue.c (initialComments),
6143         * src/SDCCmain.c (printVersionInfo): modified to write after
6144         version string the version extension number,
6145         * src/SDCCutil.c: included "version.h"
6146         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
6147         number,
6148         * src/SDCCutil.h: added prototype for getBuildNumber
6149
6150         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
6151         includeDirsSet, too,
6152         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
6153         const char [] is found in function prototype...
6154
6155         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
6156         moving to WREG with source is already in WREG,
6157         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
6158         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
6159         * (aopForSym): stack'ed symbols are partially supported, added
6160         if-clause to support symbols in FARSPACE,
6161         * (sameRegs): added test for AOP_ACC to see if registers are same,
6162         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
6163         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
6164         * (pic16_popRegFromString): will not allocate a new register if it
6165         doesn't find one by name, bug may have introduced...
6166         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
6167         * (genIpush): revived to use pic16 port's stack,
6168         * (genAddrOf): added incomplete case for stack'ed operand,
6169         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
6170         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
6171         can handle multibyte operands,
6172         * src/pic16/glue.c (pic16_printIval*): some debug info added,
6173         * (pic16initialComments): added message for MPLAB compatibility
6174         mode enabled,
6175         * src/pic16/main.h: prototype for pic16_mplab_comp,
6176         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
6177         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
6178         * (_pic16_linkEdit): NEW, handles link stage, transferred here
6179         because of increased complexity of procedure,
6180         * (_process_pragma): stack pragma changed to format 'stack pos len',
6181         emit symbol '_stack_end' to conform with gplink,
6182         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
6183         to search for register,
6184         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
6185         PO_GPR_REGISTER,
6186         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
6187         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
6188         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
6189         case for PO_GPR_REGISTER,
6190         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
6191         dies, the new era is ahead !...
6192         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
6193         pic16_dynInternalRegs,
6194         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
6195         * (pic16_allocDirReg): minor optimizations and bug fixes,
6196         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
6197
6198         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
6199         load stack and frame pointer with address of 'stack_end' symbol
6200
6201 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
6202
6203         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
6204         without source code but only variable initializers
6205
6206 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
6207
6208         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
6209         external are not declared as extern to reduce overhead while linking
6210
6211 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
6212
6213         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
6214
6215 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
6216
6217         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
6218           Yee Keat for the patch
6219         * src/SDCCast.c (decorateType): fixed bug #979599
6220         * src/ds390/gen.h: removed local fReturnSizeDS390
6221         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
6222         * src/ds390/gen.c (genAnd, genOr, genXor),
6223         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
6224
6225 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
6226
6227         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
6228         add relFilesSet to $3, manipulate $2 to handle linking of object
6229         files without source files in command line,
6230         * device/include/pic16 (all headers): added ID location macros,
6231         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
6232         entries for ID location bytes,
6233         * (pic16_assignIdByteValue): NEW,
6234         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
6235         added field dumpcalltree to pic16_options_t,
6236         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
6237         is used instead of pic16_Gstack_base_addr, check if (ifx) before
6238         emitting rFalseIfx label after check_carry label,
6239         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
6240         pic16_emitDIRegs), NEW
6241         * (pic16glue): dump .calltree file when option --calltree found,
6242         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
6243         * (_pic16_genAssemblerPreamble): emit ID locations after
6244         configuration registers,
6245         * (pic16_linkCmd): modifications of the link command,
6246         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
6247         * (pic16_pCodeInitRegisters): don't init stack registers,
6248         * (pic16_findPrevInstruction): fixed bug,
6249         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
6250         bug with immediate registers,
6251         * (buildCallTree): traces stack push and pop,
6252         * (pct2): dump also stack usage for each function,
6253         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
6254         * (pic16_allocDirReg): various modifications,
6255         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
6256         fixed to 1,
6257
6258 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
6259
6260         * src/pic16/pcode.c: removed buggy double colon
6261
6262 2004-07-01 Borut Razem <borut.razem AT siol.net>
6263
6264         * support/scripts/sdcc.nsi: added include/pic16 to setup
6265
6266 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
6267
6268         * device/lib/Makefile.in: fixed bug in target objects-pic16,
6269         * device/lib/pic16/Makefile: prefixed with dash (-) command under
6270         target 'clean',
6271         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
6272         specific command line arguments. Also added sample lkr script
6273         for placing a variable at a specific memory bank.
6274         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
6275         at a specific memory bank,
6276         * (pic16_dump_isection): fixed bug which caused string literals to
6277         be omitted when dumping idata section,
6278         * (pic16_groupRegistersInSection): added code to handle registers
6279         in specific memory banks,
6280         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
6281         public, all references are renamed too,
6282         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
6283         AOP_DPTR2,
6284         * (pic16_storeForReturn): added case to handle when dest is WREG,
6285         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
6286         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
6287         pic16_rel_udata, check to see if that register is marked as being
6288         a member of a specific memory bank,
6289         * (pic16_printIvalCharPtr): added code to add string literals either
6290         to code or the idata sections,
6291         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
6292         also accept the 'udata' pragma,
6293         * src/pic16/main.h: new structure types sectName and sectSym
6294         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
6295         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
6296         * (pic16_findPrevInstruction): fixed, it returned nothing,
6297         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
6298         instruction combinations,
6299         * (pic16_FixRegisterBanking): heavily reorganised,
6300         * (pic16_AnalyzeBanking): if generating banksel directives is
6301         disabled, then don't call FixRegisterBanking at all,
6302         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
6303         completely removed,
6304         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
6305
6306 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
6307
6308         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
6309         Phuah Yee Keat <yk.phuah AT nestac.com>
6310
6311 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6312
6313         * src/pic16/glue.c (pic16createInterruptVect): function now emits
6314         correctly the IVT even if it is relocated to some other location
6315
6316 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
6317
6318         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
6319         * device/include/pic16/pic18f2220.h: NEW,
6320         * device/lib/pic16/libdev/pic18f2220.c: NEW,
6321         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
6322         * src/pic16/device.c (struct Pics16): added info for 18f2220,
6323         * src/pic16/device.h (struct pic16_options): added ivt_loc and
6324         nodefaultlibs, ivt_loc is the location of the interrupt vector
6325         table, and nodefaultlibs signs that default libraries should not be
6326         linked in link stage,
6327         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6328         according to --ivt-loc argument,
6329         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6330         when pragma stack is found,
6331
6332 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6333
6334         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6335         256 (range check), 257 (do while), 258.a-f (bit banging
6336         f.e. on 3-wire SPI bus)
6337
6338 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6339
6340         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6341         variables used exclusively within a loop
6342
6343 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6344
6345         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6346
6347 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6348
6349         * src/SDCClrange.c (computeClash): fixed bug #971834
6350
6351 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6352
6353         * src/mcs51/gen.c (genCmp): fixed bug #975903
6354         * src/hc08/gen.c (operandsEqu),
6355         * src/ds390/gen.c (operandsEqu),
6356         * src/z80/gen.c (operandsEqu),
6357         * src/pic/gen.c (operandsEqu),
6358         * src/pic16/gen.c (operandsEqu),
6359         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6360         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6361
6362 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6365
6366 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6367
6368         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6369         default case in switch statement,
6370         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6371         to eliminate problem with initialisation of pointers, but problem
6372         still exists,
6373         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6374         * (emitStaticSegment): removed various lines emitting debug info,
6375         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6376         added processor registers for utilizing EEPROM,
6377         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6378         configurable and set 8
6379
6380 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6381
6382         * .version: increased version number to 2.4.2,
6383
6384         Cumulative patch for pic16 port
6385         * src/pic16/device.c: changed scheme to dump initial values for
6386         variables in idata segment, all print_idata* functions were removed,
6387         now the pic16_printIval* will be called,
6388         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6389         * _pic16_printPointerType, pic16_printPointerType,
6390         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6391         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6392         NEW, similar to the respective functions in SDCCglue.c,
6393         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6394         way, emitting hex bytes,
6395         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6396
6397 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/avr/ralloc.c (serialRegAssign),
6400         * src/xa51/ralloc.c (serialRegAssign),
6401         * src/pic/ralloc.c (serialRegAssign),
6402         * src/pic16/ralloc.c (serialRegAssign),
6403         * src/hc08/ralloc.c (serialRegAssign),
6404         * src/z80/ralloc.c (serialRegAssign),
6405         * src/ds390/ralloc.c (serialRegAssign),
6406         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6407
6408 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6409
6410         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6411         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6412
6413 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6414
6415         Cumulative patch for pic16 port:
6416         * src/pic16/device.h (typedef PIC16_device) modified fields for
6417         defining microcontrollers,
6418         * src/pic16/device.c: added new info for all devices in Pics16 array,
6419         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6420         to be optimised out by the pCode optimiser,
6421         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6422         specially, bug reported by G.M. Gallant,
6423         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6424         as force'd so that cannot be optimised out by pCode optimiser,
6425         * src/pic16/pcode.c,
6426         * src/pic16/pcodepeeph.c,
6427         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6428         they are disabled by default, but can be enabled explicit with
6429         command argument --denable-peeps, for testing,
6430         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6431         --pomit-ivt in COMPILE_FLAGS
6432
6433 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6434
6435         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6436           compilation on MSVC
6437
6438 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6439
6440         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6441
6442 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6443
6444         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6445         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6446
6447 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6448
6449         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6450         would only assign 0x300001 register.
6451
6452 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6453
6454         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6455         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6456
6457 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6458
6459         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6460         for ds80c400
6461         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6462         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6463         added peephole 254 (left shift), 255 (jump table)
6464
6465 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6466
6467         * device/lib/Makefile.in: removed comment line with model-pic16,
6468         * (target port-specific-objects-pic16): the libraries and objects
6469         are copied to the build directory form the device/lib/pic16/bin
6470         directory
6471
6472         Cumulative patch concerning pic16 port:
6473         * library directory has been re-organized,
6474         * added support for PIC18F1220,
6475         * added headers and library sources for chips 18f1220,18f6520,
6476         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6477
6478         * configuration registers setting has changed, now each supported
6479         device has a complete description of the registers it uses,
6480         * all initialisations are moved to idata sections, these section
6481         can be absolute or relocatable,
6482         * fixed initialisation of codespace variables,
6483         * fixed warning about PCLATU and gpsim,
6484         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6485         * (genAssign): use table reads when assigning from variables in codespace,
6486         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6487         char/int variables placed in codespace,
6488         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6489         registers set in .asm file, no need for --pomit-config-words anymore,
6490         * (pic16glue): some 8051 legacy segments are commented out
6491         (to be removed completely),
6492         * added support for alternative assembler and linker with --asm=
6493         and --link= command line arguments,
6494         * peepholes are disabled automatically in the port, no need to
6495         specify on command line,
6496         * port supports natively char/int/long multiplication, but converts
6497         all divisions to support functions,
6498         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6499         to the file set in variable $2,
6500         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6501         strings in ASCII format and not in hex,
6502         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6503         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6504         allocate proper register if iCodes aren't temporary,
6505
6506 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6507
6508         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6509
6510 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6511
6512         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6513         is commented out
6514
6515 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6516
6517         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6518         computed address is reused
6519         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6520         multi-byte bitfields
6521
6522 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6523
6524         * src/z80/gen.c: (genArrayInit): must check for pointers too
6525
6526 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6527
6528         * support/regression/tests/zeropad.c: never meant to commit the
6529           nestedstruct test: removed, added check for GCC version
6530
6531 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6532
6533         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6534         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6535         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6536           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6537           bugs 928906 and 954082 half-empty initializers
6538         * src/SDCCsymt.h,
6539         * src/SDCCsymt.c (getAllocSize): added for above fix
6540         * src/z80/gen.c (genArrayInit): fixed bug 741044
6541         * support/regression/tests/zeropad.c: added tests
6542
6543 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6544
6545         * src/pic16/device.c (pic16_dump_section): corrected bug which
6546         caused some symbols of the libraries to be misplaced
6547
6548 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6549
6550         * src/pic16/glue.c,
6551         * src/pic16/ralloc.h,
6552         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6553         to fix conflict with pic port
6554
6555 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6556
6557         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6558         externs configuration variables,
6559         * src/pic16/ralloc.h,
6560         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6561         prototype in header, commented out some debug messages
6562
6563 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6564
6565         * src/pic16/glue.c,
6566         * src/pic16/main.c,
6567         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6568         for gpasm COFF object generation. Thanks to D. Hawkins for
6569         his patch info
6570
6571 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6572
6573         * src/ds390/main.c,
6574         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6575         Brock for spotting this)
6576         * src/ds390/gen.c (genEndFunction),
6577         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6578         interrupt handler and critical. Disable push/pop optimizations when
6579         peephole optimizations disabled.
6580
6581 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6582
6583         Updated pic16 library sources and headers.
6584         * device/lib/pic16/pic18f*/ ,
6585         * device/include/pic16/*.h: modified to handle structured SFR
6586         definitions
6587
6588 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6589
6590         * src/port.h (PORT structure): added hook initPaths, now each
6591         port can declare its own default search paths,
6592         which can been seen with the --print-search-dirs option,
6593         see pic16 port for example,
6594         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6595         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6596         * (doPrintSearchDirs): NEW, replaces in a central manner the
6597         printing of search dirs which was split in set*Paths functions,
6598         * (main): added call to port->initPaths and doPrintSearchDirs,
6599         * src/avr/main.c,
6600         * src/ds390/main.c,
6601         * src/hc08/main.c,
6602         * src/izt/i186.c,
6603         * src/izt/tlcs900h.c,
6604         * src/mcs51/main.c,
6605         * src/pic/main.c,
6606         * src/pic16/main.c: modified port structures to reflect addition of
6607         initPaths hook,
6608
6609         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6610         * (pic16_dump_section): for registers in same address reserve memory once,
6611         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6612         to no_banksel,
6613         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6614         result is greater in size than right or left,
6615         * (pic16_genUMult8X8_8): there are some cases where the result can
6616         be 16 bits size, so handle these,
6617         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6618         * (pic16_outBitC): modified to emit pcodes,
6619         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6620         or not,
6621         * (genDivOneByte): implemented algorithm to divide 8-bits,
6622         * (genCmp): uncommented goto, but issues still exist,
6623         * (genAnd): fixed a bug with variables >8bits,
6624         * (genPackBits): optimization added that uses BCF/BSF to change a
6625         single bit,
6626         * (genAssign): fixed bug when assigning floating point literals,
6627         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6628         __sdcc_gsinit_startup label,
6629         * src/pic16/main.c (_pic16_init): removed search directory
6630         initialisations,
6631         * (_pic16_initPaths): NEW, used to initialise search directories,
6632         * (_hasNativeMulFor): support functions for all except char/int
6633         multiplication, and char division,
6634         * (PIC16_port struct): modified entry for native mul support,
6635         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6636         no_banksel option,
6637         * (buildCallTree): call to register_usage is ifdef'ed out,
6638
6639 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6640
6641         * device/include/string.h: applied Stas Sergeev's patch to make this
6642         header file compatible with the preprocessor -Wundef option
6643         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6644         failure (fixes bug #941458)
6645
6646 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6647
6648         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6649         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6650         that the variable, not the function, should be static
6651         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6652         to be consistent with non-literal case
6653
6654 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6655
6656         * src/SDCCast.c (isConformingBody): fixed bug #949967
6657         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6658         convilong): fixed bug #952086
6659
6660 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6661
6662         * src/SDCCmem.c (allocVariables): fixed bug #955321
6663
6664 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6665
6666         * src/hc08/main.c (_hc08_genAssemblerEnd),
6667         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6668         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6669         completely eliminated the use of a temporary file
6670         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6671         when more than one file linked
6672         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6673
6674 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6675
6676         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6677         which fixes bug #543481
6678         * support/regression/tests/bug-751703.c: fixed comments left from a
6679         cut and paste error
6680         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6681         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6682         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6683         scopes
6684         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6685         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6686         are now changed to underscores in moduleName
6687
6688 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6689
6690         * as/mcs51/lkmem.c: better fix for bug #954173
6691
6692 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6693         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6694
6695         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6696         * device/include/c8051f000.h,
6697         * device/include/c8051f120.h,
6698         * device/include/c8051f300.h,
6699         * device/include/c8051f310.h,
6700         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6701         PWM16) and detab'ed
6702
6703 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6704
6705         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6706         and mailing lists, doc'ed --no-peep-comments, removed reference
6707         to knoppix (newest version has no LyX/LaTeX), other minor changes
6708         * src/SDCCglue.c (glue): save 2 bytes stack space with
6709         option --main-return. The ljmp could probably be avoided too
6710
6711 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6712
6713         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6714
6715 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6716
6717         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6718         * src/SDCCopt.c (isLocalWithoutDef),
6719         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6720         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6721         (credit to Maarten Brock for patch #949363, on which this is based)
6722         * support/regression/tests/bug-751703.c: some test cases of extern used
6723         within inner scopes.
6724
6725 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6726
6727         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6728         SPEC_STRUCT
6729         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6730         struct definitions
6731         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6732         dwWriteLabel): fix to create valid debugger symbols even when
6733         the module name has non-alphanumeric symbols in it
6734         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6735         when a variable's allocation has been optimized away
6736
6737
6738 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6739
6740         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6741         * src/hc08/main.c,
6742         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6743         * src/mcs51/main.c,
6744         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6745         * src/ds390/main.c,
6746         * src/z80/gen.c (z80_emitDebuggerSymbol),
6747         * src/z80/main.c,
6748         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6749         * src/pic/main.c,
6750         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6751         * src/pic16/main.c,
6752         * src/avr/gen.c (avr_emitDebuggerSymbol),
6753         * src/avr/main.c,
6754         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6755         * src/xa51/main.c,
6756         * src/SDCCdebug.c (emitDebuggerSymbol),
6757         * src/SDCCdebug.h,
6758         * src/port.h: added a debugger struct to the port struct. Added a
6759         callback for defining debugger symbols
6760
6761         * src/SDCCast.c (createLabel),
6762         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6763         with isitmp = 1
6764         * src/SDCCicode.h,
6765         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6766         iCode back to the ast for the function
6767
6768         * src/hc08/ralloc.c (hc08_assignRegisters),
6769         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6770         unneeded fields from the regs struct.
6771         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6772         pushReg() & pullReg() functions instead of emitcode()
6773
6774         * src/hc08/gen.c (genLabel, genhc08Code),
6775         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6776
6777         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6778         debugger hooks
6779
6780         * src/hc08/gen.c (genEndFunction, genhc08Code),
6781         * src/hc08/gen.h,
6782         * src/mcs51/gen.c (genEndFunction, gen51Code),
6783         * src/mcs51/gen.h,
6784         * src/ds390/gen.c (genEndFunction, gen390Code),
6785         * src/ds390/gen.h,
6786         * src/z80/gen.c (genEndFunction, genZ80Code),
6787         * src/z80/gen.h,
6788         * src/z80/z80.h,
6789         * src/pic/gen.c (genEndFunction, genpic14Code),
6790         * src/pic/gen.h,
6791         * src/pic16/gen.c (genEndFunction, genpic16Code),
6792         * src/pic16/gen.h,
6793         * src/avr/gen.c (genEndFunction, genAVRCode),
6794         * src/avr/gen.h,
6795         * src/xa51/gen.c (genEndFunction, genXA51Code),
6796         * src/xa51/gen.h,
6797         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6798         specific code to cdbFile.c and out of the backend code generators
6799
6800         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6801         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6802         starting address is now 0
6803
6804         * as/hc08/asm.h,
6805         * as/hc08/m08pst.c,
6806         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6807         assembler directive for DWARF support
6808         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6809
6810         * src/src.dsp,
6811         * src/Makefile.in,
6812         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6813
6814 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6815
6816         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6817         and inappropriate peephole optimization in jump tables
6818
6819 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6820
6821         * as/hc08/m08pst.c,
6822         * src/SDCCglue.c: sdccopt works for the hc08 port now
6823
6824 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6825
6826         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6827
6828 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6829
6830         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6831
6832 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6833
6834         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6835         rules
6836         * src/SDCCmain.c,
6837         * src/SDCCglobl.h,
6838         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6839         comments from the peephole optimizer replacement rules
6840         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6841         symbols
6842         * src/SDCCcse.c (updateSpillLocation),
6843         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6844         equivalents
6845         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6846         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6847         objects far pointers
6848
6849 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6850
6851         * src/SDCCsymt.h: a missing part of my last change
6852         * src/pic/ralloc.c (regTypeNum),
6853         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6854
6855 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6856
6857         * src/SDCCicode.h,
6858         * src/SDCCicode.c (aggrToPtrDclType),
6859         * src/SDCCptropt.h,
6860         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6861         ptrPseudoSymConvert),
6862         * src/pic/ralloc.c (regTypeNum),
6863         * src/pic16/ralloc.c (regTypeNum),
6864         * src/hc08/ralloc.c (regTypeNum),
6865         * src/ds390/ralloc.c (regTypeNum),
6866         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6867         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6868
6869 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6870
6871         * link/z80/lkmain.c (afile),
6872         * as/hc08/lkmain.c (afile),
6873         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6874         prevent a pointer problem when a filename has no directory and
6875         no extension specified.
6876
6877 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6878
6879         * link/z80/lkmain.c (afile): allow periods in directory names
6880         * link/z80/lkmain.c (afile),
6881         * as/mcs51/lkmain.c (afile),
6882         * as/hc08/lkmain.c (afile): allow linker script file to have an
6883         extension other than ".lnk"
6884         * link/z80/lklex.c (getfid),
6885         * link/z80/lkmain.c (parse),
6886         * as/mcs51/lklex.c (getfid),
6887         * as/mcs51/lkmain.c (parse),
6888         * as/hc08/lklex.c (getfid),
6889         * as/hc08/lkmain.c (parse): Support comments in the linker script
6890         file on lines by themselves and after filenames
6891
6892 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6893
6894         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6895
6896 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6897
6898         * src/z80/peeph-z80.def: removed some peephole rules that don't
6899         work with multibyte arithmetic (fixed bug #937126)
6900         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6901         to registers and not global variables
6902         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6903         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6904         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6905         checking for assignments not internally generated (fixed bug #931895)
6906         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6907         structure member (fixed bug #930072)
6908
6909 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6910
6911         * src/SDCCmain.c (linkEdit),
6912         * src/hc08/main.c (_hc08_parseOptions),
6913         * as/hc08/Makefile.in,
6914         * as/hc08/aslink.h,
6915         * as/hc08/asm.h,
6916         * as/hc08/m08pst.c,
6917         * as/hc08/lkrloc.c (relr, rele),
6918         * as/hc08/lkarea.c (lnkarea)
6919         * as/hc08/lkmain.c (afile, parse),
6920         * as/hc08/lkelf.c: support for ELF output
6921         * as/hc08/lks19.c (s19),
6922         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6923
6924 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6925
6926         * as/mcs51/lkihx.c: Fixed bug #899105.
6927
6928 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6929
6930         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6931         .dsp files from Unix to DOS.
6932
6933 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6934
6935         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6936         function pointers; we have been compliant for several months now.
6937         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6938         change that was accidently commented out
6939         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6940         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6941         bug #922319
6942
6943 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6944
6945         * src/hc08/gen.c: output of all of the internal debugging information
6946         is now controlled by the D() macro; it is disabled by default
6947
6948 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6949
6950         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6951         harder to keep the same registers during a CAST iCode
6952         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6953         long via int can be done in a single cast, if the signedness is
6954         correct.
6955         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6956         putchar() in tinibios.c in ds390's library
6957
6958 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6959
6960         * src/SDCCast.c (decorateType): fixed bug #898889,
6961         cast result of a literal complement too
6962         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6963         fixed check for bitfields
6964
6965 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6966
6967         * src/SDCCicode.c (geniCodeLogic): made it static,
6968         (geniCodeLogicAndOr): added in order to fix bug #905492,
6969         (ast2iCode): fixed bug #905492
6970         * support/regression/tests/bug-905492.c: added
6971         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6972         (processParms): fixed bug #927659: don't copy parms, this will clear
6973         decorated flag
6974         * support/regression/tests/bug-927659.c: added
6975
6976 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6977
6978         * src/SDCCast.c (addCast): don't cast float to char
6979         * device/lib/libsdcc.lib: added _memmove
6980
6981 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6982
6983         * device/lib/large/Makefile: fixed parallel execution by
6984         replacing `make` by `$(MAKE)`
6985
6986 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6987
6988         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6989         offsets (fixes bug #923936)
6990
6991 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6992
6993         * device/lib/small/Makefile: fixed parallel execution by
6994         replacing `make` by `$(MAKE)`
6995
6996 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6997
6998         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6999
7000 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
7001
7002         * src/pic/gen.c (genCpl): multi-byte complements were not working.
7003         * src/regression/Makefile: Regression test was not running.
7004
7005 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
7006
7007         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
7008         complement if possible
7009         * src/SDCCval.c (valComplement),
7010         * src/SDCCicode.c (operandOperation): fixed complement of literal
7011         * support/regression/tests/onebyte.c (testComplement): added
7012
7013 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
7014
7015         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
7016         return an optimized tree; actually replace actParm with the new tree
7017         * src/SDCCast.h: added some parantheses to remove side effects
7018         * support/regression/tests/bug-920866.c
7019
7020 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
7021         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
7022         Bit operands were not being handled properly in the pic14 port.
7023         (now src/regression/add.c passes again).
7024
7025 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7026
7027         * src/SDCC.y (labeled_statement): case and default no longer require
7028         a following statement (RFE #893037)
7029
7030 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7031
7032         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
7033         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
7034         disabled (fixes bug #916294)
7035         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
7036         "mov a,acc"; patch provided by Lenny Story
7037         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
7038
7039 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7040
7041         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
7042         functions
7043         * src/ds390/gen.c (genFunction, genEndFunction),
7044         * src/ds390/ralloc.c (ds390_assignRegisters),
7045         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
7046         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
7047         pushed if there are parameters passed on the stack. Also, a cleaner
7048         way to decide if r0/r1 should be pushed/popped. (Together they fix
7049         bug #918693)
7050
7051 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7052
7053         * doc/sdccman.lyx,
7054         * device/lib/mcs51/crtpagesfr.asm,
7055         * device/lib/mcs51/crtxinit.asm,
7056         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
7057         to avoid confusion with Si Lab's SFRPAGE register.
7058
7059 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7060
7061         * src/SDCCglue.c (emitMaps): allow public sfr variables
7062         * src/SDCCglue.c (initialComments): include compiler build date
7063         with compiler version and put the timestamp of the generated
7064         assembly file on a serperate line to be less confusing.
7065         * src/port.h: added genInitStartup hook
7066         * src/avr/main.c,
7067         * src/ds390/main.c,
7068         * src/hc08/main.c,
7069         * src/pic/main.c,
7070         * src/pic16/main.c,
7071         * src/xa51/main.c,
7072         * src/z80/main.c: genInitStartup initialize as NULL (default to
7073         historical behaviour)
7074         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
7075         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
7076         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
7077         library instead of hard coding it into the compiler.
7078         * support/regression/ports/mcs51-stack-auto/spec.mk,
7079         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
7080         * device/lib/mcs51/Makefile,
7081         * device/lib/small/Makefile,
7082         * device/lib/large/Makefile,
7083         * device/lib/mcs51/crtpagesfr.asm,
7084         * device/lib/mcs51/crtstart.asm,
7085         * device/lib/mcs51/crtxclear.asm,
7086         * device/lib/mcs51/crtxinit.asm,
7087         * device/lib/mcs51/crtclear.asm,
7088         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
7089         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
7090         and into user configurable files.
7091         * device/lib/clean.mk: clean mcs51 directory too
7092         * support/regression/tests/longlit.c: added static to T1 declaration
7093         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
7094         accesses in the initialization code
7095
7096 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7097
7098         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
7099         OSCTRIMVAL as noted in bug #916008
7100
7101 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7102
7103         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
7104         in loops with multiple exits (reported as incorrect registers
7105         used by Martin Helmling in Sdcc-user list)
7106
7107 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7108
7109         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
7110         made ds390 register extensions look less like error messages
7111
7112 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
7115         reported by Adam Wozniak in Sdcc-user list
7116
7117 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
7118
7119         * src/SDCCast.c (decorateType): fixed with bug and promotion in
7120         arithmetic optimizations, added debug output
7121
7122 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
7123
7124         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
7125         * sdcc.spec: updated and split sdcc into 3 rpms
7126         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
7127         needed for literals of LEFT_OP and '+'
7128         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
7129         introduced RESULT_TYPE_NOPROM
7130         (geniCodeMultiply): fixed logic for decision if mul is optimized to
7131         left shift
7132         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
7133         limited promotion to int only for '*'
7134         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
7135
7136 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
7137
7138         * src/pic16/gen.c (genSkip),
7139         (genc16bit2lit), (gencjneshort): commented out
7140         (is_LitOp): new helper function, checks operand type
7141         (genCmpEq): rewritten
7142
7143 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
7144
7145         * support/regression/tests/bug-908454.c: added
7146
7147 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
7148
7149         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
7150         * src/SDCCicode.c (usualBinaryConversions): op needs int type
7151         (geniCodeCast): cosmetic, don't preserve bit storage class
7152         (geniCodeLeftShift): added promotion
7153         (geniCodeLogic): fixed regression
7154         * src/SDCCsymt.c (computeTypeOr): accept bits too
7155         (compareType): 2nd part of fix for bug #908454, needed for bitfields
7156
7157 2004-03-07  Borut Razem <borut.razem AT siol.net>
7158
7159         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
7160
7161 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
7162
7163         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
7164         version of pic16_genPackRegisters which does not check if ic is a
7165         CAST operator,
7166         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
7167         function cause string1.c regression test fails
7168
7169 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
7170
7171         * sim/ucsim/configure.in,
7172         * sim/ucsim/configure,
7173         * sim/ucsim/doc/Makefile.in: use docdir
7174         * src/SDCC.y: fixed sbit atrributes
7175         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
7176         * src/SDCCast.c (decorateType): |^& need special promotion handling
7177         * src/SDCCast.h,
7178         * src/SDCCsymt.h: moved definition of RESULT_TYPE
7179         * src/SDCCsymt.h (computeType),
7180         * src/SDCCicode.c: computeType() needs op
7181         * src/SDCCsymt.c (checkTypeSanity),
7182         * doc/sddman.lyx: "plain" bitfields are unsigned
7183         * src/SDCCsymt.c (computeTypeOr): added
7184         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
7185         |^& ops
7186         * src/SDCCval.c (val*): computeType() needs op
7187         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
7188         * support/regression/tests/onebyte.c: added tests for |^&
7189
7190 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
7191
7192         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
7193         for writing icode into asm output.
7194
7195 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
7196
7197         * src/pic16/device.c: added some debug lines enabled
7198         with macro DEBUG_CHECK,
7199         * src/pic16/genarith.c: more debug in genPlus,
7200         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
7201         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
7202         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
7203         * (aopForSym): onStack symbols are re-placed in data memspace,
7204         and onStack flag is cleared,
7205         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
7206         copy temporary pcodeop,
7207         * (genPcall): added warning for not updating PCLATU,
7208         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
7209         always true for pic16 port,
7210         * (genMultOneWord): NEW, supports integer multiplication,
7211         * (genMult): modified to call genMultOneWord,
7212         * (ifxForOp): added warning when return NULL,
7213         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
7214         flag is set before call to operandFromSymbol for implicit
7215         added structures,
7216         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
7217         options.intlong_rent are set by default,
7218         * (_hasNativeMulFor): modified to allow port generation of integer
7219         multiplication,
7220         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
7221         set regtype to REG_SFR for all registers, restricting seting the
7222         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
7223
7224 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7225
7226         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
7227         more than 500 times in the regression tests
7228
7229 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * support/Util/SDCCerr.h,
7232         * support/Util/SDCCerr.c,
7233         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7234         enumerator_list),
7235         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
7236         for symbol conflicts.
7237         * support/valdiags/tests/enum.c,
7238         * support/valdiags/tests/tentdecl.c,
7239         * support/valdiags/tests/struct.c: expect possible error messages
7240         referring to original symbol definitions.
7241         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
7242         * src/SDCCsymt.h,
7243         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
7244
7245 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
7246
7247         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
7248
7249 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
7250
7251         * src/pic16/ralloc.c (newReg): fixed bug #908929
7252
7253 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7254
7255         * src/ds390/gen.c: added missing #include "main.h"
7256
7257 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
7258
7259         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
7260         checking if symbol is already in set,
7261         * src/pic16/device.h: prototype for checkAddSym,
7262         * src/pic16/gen.c: (_G): added entry interruptvector,
7263         * (assignResultValue): removed some commented out lines,
7264         * (genFunction): check for ISR via sym->type, absolute section for
7265         interrupt code is created via a new pBlock, the goto instruction is
7266         placed now correctly at the interrupt vector position, changed all
7267         references from ivec to _G.interruptvector,
7268         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
7269         is the interrupt is a high priority one, same for return from ISR,
7270         * src/pic16/glue.c: changed all calls of addSetHead for publics and
7271         externs to calls of checkAddSym,
7272         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
7273         pic16_pcode_verbose flag is set,
7274         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
7275         * src/pic16/pcoderegs.c: message about how many registers are saved
7276         will only be emitted if pic16_pcode_verbose flag is set,
7277
7278 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7279
7280         * src/ds390/ralloc.h,
7281         * src/ds390/ralloc.c (ds390_regWithIdx),
7282         * src/ds390/gen.c (emitcode),
7283         * src/ds390/main.h,
7284         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
7285         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7286         ds390operandCompare, getRegsRead, getRegsWritten,
7287         initializeAsmLineNode): customized instruction size calculation for
7288         ds390, started basis for some register optimizations
7289         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
7290         corresponding assembly output
7291         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
7292         missing push/pop of r0/r1. Optimized push/pops
7293
7294 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7295
7296         * src/mcs51/main.c (instructionSize): fixed ACALL size
7297         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
7298
7299 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
7300
7301         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
7302         the sorting of rlist with NULL elements
7303         * (print_idataType, print_idata): NEW to create idata sections
7304         * src/pic16/device.h: idataSymSet new variable
7305         * src/pic16/gen.c (genFunction): fixed some bugs in string
7306         comparing, improved the absolute section creation for ISRs,
7307         added FSR0L/FSR0H in registers that are saved in an ISR,
7308         * (genInline): fixed the processing of inline snippets,
7309         now they undergo no process by the peephole optimizer
7310         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
7311         are placed in idataSymSet,
7312         * (pic16emitStaticSeg): extern symbols are added in externs,
7313         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
7314         switching when aboslute variables are placed in access bank memory
7315         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
7316         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
7317         commented out with #if,
7318         * (pic16_packRegisters): reintroduce the check for CAST because some
7319         symbols are not correctly handled,
7320         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
7321         pCodeInstruction instead of pCode,
7322         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
7323         pCodeAsmDir definition,
7324         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
7325         directive, then the argument directive is emitted without the leading
7326         tab, hack for inline labels which must be in the first column,
7327         * (compareLabel,pic16_findNextInstruction),
7328         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7329         * (insertBankSwitch): modified for the new pCodeAsmDir,
7330
7331 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7332         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7333
7334         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7335         instance,
7336         * (pushSide): commented out with #if,
7337         * (assignResultValue): fixed some typos in saving
7338         registers,
7339         * (genPcall): FIXED and sync'ed with genCall,
7340         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7341         * (genNearPointerGet): fixed to handle some more cases,
7342         implementation scheme via table reads,
7343         * (genConstPointerGet): modified to access code memory correct,
7344         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7345         and improved to handle some cases
7346         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7347         instead of "RETLW" for init data
7348         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7349         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7350         variables are placed in access bank memory (<0x80 and >=0xf80),
7351         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7352         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7353         TBLWT_POSTDEC,TBLWT_PREINC
7354         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7355         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7356         directives
7357         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7358         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7359         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7360         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7361
7362 2004-02-29  Borut Razem <borut.razem AT siol.net>
7363
7364         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7365         support/Util/findme.h, support/Util/system.h: enhance binary relative
7366         search for lib and include by using findProgramPath()
7367
7368 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7369
7370         * src/SDCCpeeph.h,
7371         * src/SDCCpeeph.c (pcDistance),
7372         * src/port.h,
7373         * src/mcs51/ralloc.h,
7374         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7375         * src/mcs51/main.h,
7376         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7377         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7378         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7379         size calculation port specific, started basis for some register
7380         optimizations
7381         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7382         missing push/pop of r0/r1. Optimized push/pops
7383         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7384         * device/lib/_modsint.c (_modsint),
7385         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7386         and stack version so regression tests pass
7387
7388 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7391         * src/SDCCast.c (decorateType): catch another small optimization
7392         with '?' operator
7393         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7394         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7395         modified to finally use computeType() all over SDCC,
7396         see Feature Request #877103
7397         * src/SDCCval.h: cosmetic
7398         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7399         valCompare(); regression tested in muldiv.c
7400         * support/regression/tests/muldiv.c (testMod): mod sign follows
7401         dividend only
7402
7403 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7404
7405         * src/SDCCast.c (decorateType): fixed bug #902362
7406         * doc/INSTALL.txt: fixed install instructions for win32
7407
7408 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7409
7410         * device/include/Makefile.in (install): fixed by replacing spaces
7411         by tabs
7412         * doc/README.txt,
7413         * doc/INSTALL.txt: updated for release
7414         * doc/sdccman.lyx: added warning for --xstack being buggy
7415
7416 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7417
7418         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7419         to eliminate build warnings.
7420         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7421
7422 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7423            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7424
7425         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7426         removed -penable-stack, added comment for stack pragma, added
7427         warning for not initializing the stack/frame registers, removed
7428         comment at interrupts section
7429
7430         Stack is made permanent, there is no ability to disable stack usage.
7431         * src/pic16/device.h,
7432         * src/pic16/device.c: removed all references to USE_STACK macro,
7433         * src/pic16/device.c (pic16_dump_section): when no elements in
7434         rlist, free rlist before return,
7435         * (pic16_dump_int_registers): NEW, internal registers are a new set
7436         of general purpose registers reused by each function,
7437         * (checkAddReg): returns 1 if registers is added to set,
7438         * (pic16_groupRegistersInSection): when a registers is of type
7439         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7440         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7441         SRCASECMP macro is moved here from device.c
7442         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7443         PO_PCLATU, PO_PRODL, PO_PRODH,
7444         * (pic16_pCodeOpType, genMinus,
7445         changed compares to "a" register, with AOP_ACC,
7446         * (pic16_genPlus): fixed some bugs and indented properly,
7447         * (pic16_addSign): changed size to size+offset in the MOVWF
7448         instruction,
7449         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7450         multiply 8-bit operand by literal, result is 8-bit,
7451         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7452         multiply 2 8-bit operand, result is 8-bit,
7453         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7454         genUMult8X*_16,
7455         * src/pic16/gen.c: changed accUse to contain WREG only,
7456         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7457         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7458         true, do not use immediate addressing any more unless sym is a
7459         pointer in codespace,
7460         * (aopForRemat): do not use immediate addressing when symbol not in
7461         codespace and when symbol's address is requested,
7462         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7463         accUse size (= 1),
7464         * (aopGet): added case for AOP_ACC and don't return "accumulator
7465         bug" but WREG instead,
7466         * (popGetTempReg): pushes contents of temporary register in stack,
7467         * (popReleaseTempReg): pops contents of temporary register from
7468         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7469         * (pic16_popGet): separated case AOP_ACC to return register WREG
7470         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7471         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7472         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7473         the use of immediate pointers to certain cases only.
7474
7475         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7476         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7477         * (assignResultValue, genCall, genRet): modified to use the new
7478         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7479         genPcall is still broken,
7480         * (genFunction): added code to create 'A' type pBlocks when
7481         interrupt functions are generated, code not extensively tested yet,
7482         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7483         * (genEndFunction): modified so ISRs pop stored registers from stack,
7484         * (genMultOneByte): cleanup,
7485         * (AccRsh): added flag andmask, to and result with appropriate mask,
7486         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7487         * (genDataPointerGet): fixed and reenabled its use,
7488         * (genNearDataPointerGet): bugs fixed,
7489         * (genDataPointerSet): bugs fixed,
7490         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7491         pic16_DumpSymbol, pic16_DumpOp,
7492         * src/pic16/genutils.h: function prototypes for the above functions,
7493         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7494         pointers,
7495         * (pic16emitRegularMap): many many many improvements, but needs a
7496         major cleanup,
7497         * src/pic16/main.c: enable_stack in pic16_options is removed,
7498         * (_pic16_parseOptions): removed command line options -penable-stack,
7499         * (_process_pragma): emit stack symbol only when stack pragma is
7500         processed,
7501         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7502         redirected to FSR0L/FSR0H pair,
7503         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7504         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7505         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7506         for immediates,
7507         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7508         * (dumpPicOptype): NEW,
7509         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7510         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7511         with movff instruction,
7512         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7513         added pic16_int_regs, some packRegsFor* functions are commented out,
7514         because produce errors,
7515         * src/pic16/NOTES: minor modifications
7516
7517 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7518
7519         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7520         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7521         --pack-iram.
7522         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7523         * as/mcs51/lkaomf51.c: fixed bug #895763
7524
7525 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7526
7527         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7528
7529 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7530
7531         * doc/sdccman.lyx: added details about the HC08 storage classes and
7532         interrupts, fixed the register usage info for z80 & gbz80
7533
7534 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7535
7536         * doc/sdccman.lyx: added more pic16 port documentation
7537         * device/include/pic16/: added header pic18fregs.h
7538
7539 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7540
7541         * doc/sdccman.lyx: added Vangelis' contribution
7542
7543 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7544
7545         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7546         extend to the next CALL or PCALL, not just to the next CALL.
7547
7548 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7549
7550         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7551
7552 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7553
7554         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7555         bug #895752 and a better fix for bug #716790
7556
7557 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7558
7559         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7560
7561 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7562
7563         * doc/sdccman.lyx: minor changes, minor changed
7564
7565 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7566
7567         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7568         which can't handle SDCC_NEWONEBYTEOPS,
7569         (geniCodeMultiply): removed conversion from mult to shift for pic14
7570         and pic16
7571
7572 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/hc08/gen.h,
7575         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7576         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7577         thus fixing bug #895406
7578
7579 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7580
7581         * device/lib/_modsint.c,
7582         * device/lib/_modslong.c: sign follows divisor only
7583         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7584         signs or signedness can be ignored
7585         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7586         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7587         added optimization for IFX,
7588         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7589         arguments;
7590         reenabled optimization for IFX, which was removed on 2004-01-11
7591         * src/SDCCast.h: added return type IFX
7592         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7593         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7594         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7595         SDCC_OLDONEBYTEOPS selects the old behaviour
7596         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7597         changed again and commented promotion rule
7598         * src/SDCCval.c (valDiv): promotion no longer necessary
7599         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7600         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7601         rewritten
7602         * support/regression/tests/onebyte.c: added
7603
7604 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7605
7606         * gen.c (genInline): reverted to old code for assemnling inline
7607         code because of bug reported James Chadd
7608
7609 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7610
7611         * ralloc.h: missing declarations from previous patch,
7612         seems that patch for ralloc.h was never applied, fixed
7613
7614 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7615            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7616
7617         * pcode.c,
7618         * pcode.h,
7619         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7620         indirect addressing. Marked FSR0 as deprecated
7621         * gen.c (pointerCode): commented out, not needed now
7622         (pic16_popGet2p): new MOVFF helper function
7623         (genGenPointerGet),
7624         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7625         (shiftRLong): removed duplicate debugging info
7626
7627 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7628
7629         * src/ds390/gen.c (genNearPointerGet),
7630         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7631         optimization with bits, but not bitfields.
7632         * src/ds390/ralloc.c (packRegisters),
7633         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7634
7635 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7636
7637         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7638
7639 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7640
7641         * src/SDCCsymt.h,
7642         * src/SDCCicode.c (operandFromSymbol),
7643         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7644         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7645         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7646         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7647         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7648         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7649         bug #892038
7650         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7651         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7652         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7653         * src/SDCCsymt.c (newSymbol),
7654         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7655         enumerator_list),
7656         * src/SDCCval.h,
7657         * src/SDCCval.c (newiList): fixed bug #885705
7658
7659 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7660
7661         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7662         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7663
7664 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7665
7666         * device/include/c8051f120.h,
7667         * device/include/c8051f300.h,
7668         * device/include/c8051f310.h: added/updated header files for Silicon
7669         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7670         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7671         in new section Submitting patches
7672
7673 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7676         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7677         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7678         genGenPointerSet),
7679         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7680         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7681         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7682         genGenPointerSet),
7683         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7684         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7685         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7686         genGenPointerSet),
7687         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7688         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7689         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7690         genGenPointerSet): fixed bug #892400
7691         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7692         to eliminate build warnings.
7693         * src/SDCCast.c (processParms),
7694         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7695         fixed bug 751859
7696         * support/valdiag/valdiag.py: added GCC to the list of defines active
7697         when compiling with gcc
7698
7699 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7700
7701         * support/Util/SDCCerr.h,
7702         * support/Util/SDCCerr.c,
7703         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7704         with an incomplete type (fixed bug #883734)
7705         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7706
7707 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7708
7709         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7710
7711 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7712
7713         * src/SDCCast.c (decorateType),
7714         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7715         function pointer implementation
7716         * support/regression/tests/funptrs.c: added tests to verify both forms
7717         of function pointers work correctly. Added tests to verify parameters
7718         are passed in the correct order.
7719
7720 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7721
7722         * device.c (regCompare): registers are sorted by ascending
7723         address and increasing size,
7724         * main.c (_pic16_finaliseOptions): removed the declaration
7725         of compiler macro MCU. Now a macro of the format pic18fxxxx
7726         will be defined from the command line
7727
7728 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7729             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7730
7731         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7732         PCOP_RLCF was overwritten!
7733         * gen.c (genSkip): commented out calls to pic16_emitcode,
7734         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7735         * (genlshTwo),
7736         * (genRRC): added debugging info,
7737         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7738         overwritten while shifting,
7739         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7740         overwritten while shifting,
7741         * (AccLsh),
7742         * (AccRsh),
7743         * (shiftLLeftOrResult),
7744         * (shiftRLeftOrResult),
7745         * (shiftRLong),
7746         * (shiftLLong): Implemented with pic16_emitpcode
7747         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7748         * (genLeftShift): Fixed bug, operand for shift by variable always
7749         was "and"ed with 0x0f,
7750         * (genLeftShiftLiteral),
7751         * (genrshTwo),
7752         * (genRightShiftLiteral): added debugging info,
7753         * (genrshFour): added comment,
7754         * (genRightShift): determined signedness from operand "left"
7755         instead of "result"
7756
7757 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7758
7759         * src/SDCCicode.c (geniCodeParms),
7760         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7761         function pointers, fixed function pointer bugs #861242 and #861896
7762
7763 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7764
7765         * device/include/c8051f000.h,
7766         * device/include/c8051f120.h,
7767         * device/include/c8051f300.h: added header files for Silicon
7768         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7769
7770 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7771
7772         * src/SDCCast.c (processParams): added new type flow and restructured
7773         (gatherAutoInit): added new type flow
7774         (addCast): cosmetic changes
7775         (getLeftResultType): added new type flow for array indices, patch
7776         provided by Stas, see FR #877103
7777         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7778         array index patch by Stas
7779         * src/SDCCast.h: added prototype getResultTypeFromType()
7780         * src/SDCCval.h,
7781         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7782         * src/pic/glue.c (pic14emitStaticSeg),
7783         * src/pic16/glue.c (pic16emitStaticSeg),
7784         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7785         for initialization of symbols
7786         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7787         * support/Util/SDCCerr.h:
7788         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7789         * .version: bumped version number to 2.3.8
7790         * device/include/Makefile.in (install),
7791         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7792         avoid warnings
7793
7794 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7795
7796         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7797         Slade Rich fixed an optimization bug
7798         * src/pic/pcodepeep.c,
7799         * src/pic/pcoderegs.c
7800         * doc/Makefile (install): added test for directory
7801
7802 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7803
7804         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7805         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7806         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7807         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7808         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7809         * as/mcs51/asexpr.c (term),
7810         * as/hc08/asexpr.c (term): fixed bug #887146
7811
7812 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7813
7814         * src/z80/gen.c (genMult): handle single byte result product
7815         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7816         DUMMY_READ_VOLATILE (fixed bug #886367)
7817
7818 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7819
7820         * support/regression/tests/libmullong.c: fixed logic, on little endian
7821         hosts we ended without a mullong_wrapper()
7822
7823 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7824
7825         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7826         virus/worm forged address usage.
7827
7828 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7829
7830         Fixed promotion, it should be done on AST level:
7831         * src/SDCCast.c (addCast): added promotion to int
7832         (decorateType): updated call to upCast()
7833         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7834         usualUnaryConversions()
7835
7836 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7837
7838         * support/regression/tests/literalop.c (mulWrapper): Added a
7839         wrapper to remove integer overflow warnings.
7840
7841         * support/regression/tests/float_trans.c: Made work on host.
7842
7843         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7844         location of sz80.
7845
7846         * support/regression/generate-cases.py (main): Changed from inline
7847         to a main method.
7848
7849         * doc/Makefile (install): Changed to depth first to get rid of
7850         missing directory install warning.
7851
7852         * as/Makefile (install-doc): Made work on Mac.
7853
7854 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7855
7856         * src/SDCCast.c: added an additional type flow in decorateType() of
7857         opposite direction, see feature request #860006; it's enabled at runtime
7858         by setting the environment variable SDCC_NEWTYPEFLOW
7859         * src/SDCCast.h: changed prototype of decorateType()
7860         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7861         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7862         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7863         see feature request #877103
7864         * src/SDCCval.c: updated call of decorateType()
7865         (valBitwise): fixed bug #882876
7866         (valMinus): added promotion
7867         (valLogicAndOr): result is unsigned
7868         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7869         * src/SDCCsymt.c (computeType),
7870         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7871         must not cause an unsigned operation
7872         * src/pic/glue (pic14emitRegularMap),
7873         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7874
7875 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7876
7877         * src/pic/pcode.c (PCodeID): commented out left over debug code
7878
7879 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7880
7881         * support/valdiag/tests/overflow.c: added shift tests
7882         * src/pic/device.c,
7883         * src/pic/gen.c,
7884         * src/pic/gen.h,
7885         * src/pic/glue.c,
7886         * src/pic/main.c,
7887         * src/pic/pcode.c,
7888         * src/pic/pcode.h,
7889         * src/pic/pcodepeep.c,
7890         * src/pic/pcoderegs.c,
7891         * src/pic/ralloc.c,
7892         * src/pic/ralloc.h: applied patch from Slade Rich;
7893         added support for multiple code pages and multiple RAM banks on the
7894         PIC 14 port. The ASM files now no longer simply assume all the
7895         code / RAM are in the same page / bank. This means the linker can
7896         safely allocate code/RAM of separate ASM files to different pages/banks.
7897         * doc/sdccman.lyx: added Slade's tips
7898         * src/mcs51/peeph.def: fixed bug #880768
7899
7900 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7901
7902         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7903         * src/SDCCast.c (decorateType): fixed bug #880197
7904
7905 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7906
7907         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7908         getopt.h.
7909
7910         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7911         strtof is not part of C89 and isn't included with Mac OS X.
7912
7913 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7914
7915         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7916         shiftL2Left2Result): fixed bug #879326
7917         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7918         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7919         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7920         address fetch for clr instruction
7921         * device/lib/hc08/_mulint.c: created optimized assembly version
7922         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7923
7924 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7925
7926         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7927         proposed in FR #877103
7928
7929 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7930
7931         * src/SDCCval.c (cheapestVal): added missing checks
7932         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7933         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7934
7935 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7936
7937         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7938         equal operands
7939
7940 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7941
7942         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7943         loaded with the linker search paths (-L arguments) and the libraries
7944         to be linked with the current source (-l arguments). Changes
7945         currently will affect only the pic16 port.
7946         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7947         include path the port specific paths and port specific libraries,
7948         * gplink command now contains the $3 argument,
7949         * src/pic16/device.h,
7950         * src/pic16/device.c,: structure PIC_device is made public and
7951         renamed to PIC16_device, the same for variable Pics which is renamed
7952         to Pics16. Updated all references to them.
7953         * src/pic16/glue.c (pic16glue): corrected bug with code
7954         initialization which bypassed the variable initializations block.
7955
7956         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7957         COMPILE_FLAGS and added the --nostdinc option
7958
7959 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7960
7961         * device/include/mc68hc908jb8.h: Register defs for another member
7962         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7963
7964 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7965
7966         Documenting changes from previous commits.
7967         * configure.in (version 1.56),
7968         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7969         when generating output files to configure the pic16 library,
7970         but now I've commented it out, since gputils aren't installed in the
7971         SF compile farm, so library won't compile
7972
7973         * device/lib/Makefile.in (version 1.56): initially I've added in
7974         target 'all' the prerequestive 'model-pic16' so it compiled the
7975         pic16 library, but now I've commented it out for the same reasons
7976         above,
7977         * added targets 'model-pic16' and 'objects-pic16' to compile the
7978         library
7979         * added target 'port-specific-objects-pic16' to handle the
7980         generated libraries and copy them into the build/ directory
7981         * added target 'clean-intermediate-pic16' to clean intermediate
7982         files into pic16 directory
7983         * in target 'installdirs' added line to create directory pic16 in
7984         the installation path
7985
7986         * device/include/Makefile.in (version 1.11): in target 'install'
7987         added lines to copy all header files to installation path,
7988         * in target 'installdirs' added line create directory for pic16
7989         headers in the installation path
7990
7991 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7992
7993         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7994          a function call
7995
7996 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7997
7998         * configure,
7999         * device/lib/configure.in,
8000         * device/lib/configure: fixed for autoconf 2.57
8001
8002 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8003
8004         * src/z80/main.c (_parseOptions): fixed the portmode= command line
8005         option so that it actually works. Made it specific to the z80, since
8006         the gbz80 doesn't have these kinds of I/O ports.
8007
8008 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8009
8010         * device/include/z180.h,
8011         * device/lib/_memcpy.c,
8012         * device/lib/_memmove.c,
8013         * device/lib/_mulint.c,
8014         * device/lib/ser_ir.c,
8015         * device/lib/ser_ir_cts_rts.c,
8016         * device/lib/_strcmp.c,
8017         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
8018         * src/z80/main.c (_process_pragma): add support for pragmas bank and
8019         portmode; added deprecation warning for bank= and protmode= forms.
8020         Also, guard against buffer overflow.
8021         * src/z80/gen.c (aopGet): generate better code for sfr banked read
8022
8023 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8024
8025         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
8026         changed interrupt vector table generation to only emit declared vectors.
8027         * device/include/Makefile.in: added missing backslash
8028         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
8029
8030 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8031
8032         Mainly changes to support compilation of the device libraries
8033         * src/pic16/device.c: stack is allocated via symbol and not
8034         via literal number. The symbol is placed in the corresponding
8035         position of the data ram
8036         * (pic16_dump_section): relocatable and absolute uninitialized
8037         data are now emitted in sorted order to reduce section naming,
8038         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
8039         weren't marked as being in the access bank,
8040
8041 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
8042
8043         Added portion of GNU PIC Library under the directory
8044         device/include/pic16 and device/lib/pic16. These files
8045         contain the declarations of SFRs for the PIC18Fxx2 devices.
8046         The directory is initialized via configure from toplevel.
8047
8048 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
8049
8050         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
8051         the spilllocations to be compared correctly
8052
8053 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8054
8055         * src/SDCCast.c (decorateType): fixed bug introduced today
8056
8057 2004-01-12  Borut Razem <borut.razem AT siol.net>
8058
8059         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
8060         doc/sdccman.lyx: upper case pragmas are deprecated
8061
8062 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
8063
8064         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
8065         in simpler and even better code
8066
8067 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
8068
8069         * src/SDCCicode.c (operandOperation): fixed bug #874819
8070         * src/SDCCast.c (decorateType): fixed
8071         char foo (unsigned long ul) { return ul > 0; }
8072
8073 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8074
8075         * doc/sdccman.lyx: Moved and added some sections, small changes
8076         all over. Telling LaTeX to be less strict with word spacing
8077         to better keep the right margin. Changed some notes about
8078         maintainance of the ports in section 3.2.1 - is it OK like this?
8079
8080 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
8081
8082         SDCC source changes:
8083         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
8084         convilong): modified to inform the pic16 port that builtin functions
8085         are external
8086
8087         PIC16 PORT specific changes:
8088         * src/pic16/device.c pic16_dump_equates() added,
8089         processor registers declared internally by the port are emitted in
8090         the translation as equates,
8091         * src/pic16/gen.c: inline code is passed unprocessed to the
8092         translation,
8093         * (pic16_popGetLit2): fnuction modified to take second operand as
8094         pCodeOp pointer and not as literal,
8095         * (popRegFromIdx): prefixed with pic16_,
8096         * (pic16_popCombine2): modified to receive already allocated pCode
8097         operands,
8098         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
8099         * (genFunction): initializes local stack frame and pushes on stack
8100         all the registers used by this function,
8101         * (genEndFunction): restores all registers from stack and restores
8102         stack frame,
8103         * src/pic16/glue.c (pic16emitRegularMap): various changes and
8104         improvements,
8105         * (pic16glue): changed the program startup sequence,
8106         * added new dbName code 'A' for functions placed in absolute section
8107         * src/pic16/main.c: added function attribute _naked,
8108         * added pragma 'code' to place a fnuction at an absolute address,
8109         * added command line arguments --debug-ralloc and --pcode-verbose,
8110         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
8111         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
8112         * (pic16_newpCodeOpLit2): modified to take the second operand as
8113         pCodeOp pointer,
8114         * (pic16_printpBlock): modified to emit each function in a separate
8115         section,
8116         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
8117         UPPER for immediate operands,
8118         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
8119         instruction,
8120         * src/pic16/peeph.def: all peepholes with movff are commented out,
8121         because there is a problem in the pcode peep optimizer,
8122         * src/pic16/ralloc.c: the register allocator can now reuse local
8123         function symbols for another function. This saves register usage.
8124         * src/pic16/ralloc.h: added flag isLocal in structure regs,
8125
8126         Added file src/pic16/NOTES with information about program writing on
8127         the current port version.
8128
8129 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8130
8131         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
8132         and peephole 252 (array access)
8133
8134 2004-01-09  Borut Razem <borut.razem AT siol.net>
8135
8136         * src/SDCCmain.c : fixed #872250: -l command line defined library
8137           files are scanned before standard library files
8138
8139 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8140
8141         * src/SDCCast.c (decorateType): fixed bug #874046
8142
8143 2004-01-09  Borut Razem <borut.razem AT siol.net>
8144
8145         * support/scripts/sdcc.nsi: remove previous installation
8146
8147 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8148
8149         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
8150         bytes for last interrupt vector (mcs51)
8151         * sdcc.spec: fixed typo
8152
8153 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8154
8155         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
8156         gen51Code): more efficient parameter receive for --model-large
8157         ("bug" #845294)
8158
8159 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/ds390/main.c,
8162         * src/z80/main.c: added missed needLinkerScript flags (more than
8163         one port structure defined in these file)
8164         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
8165         bug #795325
8166
8167 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
8168
8169         * src/SDCCmain.c: removed various references to DEFAULT_PORT
8170         * src/port.h: added flag needLinkerScript in port->linker
8171         structure to inform whether to create a .lnk file or not,
8172         * src/avr/main.c,
8173         * src/ds390/main.c,
8174         * src/hc08/main.c,
8175         * src/mcs51/main.c,
8176         * src/pic/main.c,
8177         * src/pic16/main.c,
8178         * src/xa51/main.c,
8179         * src/z80/main.c: changed appropriately to configure
8180         needLinkerScript flag
8181         * src/pic/gen.c,
8182         * src/pic16/gen.c (genAddrOf): fixed bug #863624
8183         * src/pic/glue.c: added variable udata_section_name to
8184         override default uninitialized data segment definition for
8185         devices only with SHAREBANK memory (reported from Erik Epetrich)
8186         * (pic14emitOverlay): modified to emit a commented overlay segment
8187         directive when no overlay data exist
8188         * (picglue): modified to emit uninitialized data segment
8189         according to udata_section_name
8190         * src/pic/main.c (_pic14_parseOptions): added command line
8191         options --udata-section-name=[name] to override default
8192         udata definition name
8193         * modified _linkCmd and _asmCmd to include compiler passed
8194         arguments via -W option
8195         * src/pic16/main.c: added $l in _asmCmd, changed extension for
8196         object file from '.rel' to '.o' in port->linker structure,
8197         changed size of fptr from 2 to 3 in port structure
8198
8199 2004-01-07  Borut Razem <borut.razem AT siol.net>
8200
8201         * support/scripts/sdcc.nsi: update PATH
8202         * support/scripts/sdcc.ico: craeted
8203
8204 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
8205
8206         * device/include/Makefile.in: fix install
8207         * doc/Makefile: fix install
8208
8209 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8210
8211         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
8212         in bug #860505
8213         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
8214         how the function variable allocation summary is displayed; also
8215         include information about variables allocated to the overlay
8216         segment
8217
8218 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8219
8220         * as/mcs51/lkmain.c: Help about -Y option
8221         * as/mcs51/lkarea.c: Fixed gcc warnings
8222
8223 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8224
8225         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
8226         fixed warning
8227         * support/valdiag/tests/overflow.c: added
8228         * src/SDCCast.c (decorateType),
8229         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
8230         LEFT_OP (left shift)
8231
8232 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8233
8234         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
8235         (default behaviour).
8236
8237 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8238
8239         A python script to validate compiler diagnostic messages. It can be
8240         used to verify that sdcc complains about bad c source code and
8241         gives a good location of the error.
8242         * support/valdiag/Makefile,
8243         * support/valdiag/valdiag.py,
8244         * support/valdiag/tests/*
8245
8246 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8247
8248         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
8249         * src/SDCCsymt.c (newEnumType),
8250         * src/SDCCsymt.h
8251         * support/Util/SDCCerr.c,
8252         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
8253         enum related bugs.
8254         * support/regression/tests/enum.c: added test for enum values that
8255         require at least 2 bytes of storage.
8256
8257 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8258
8259         * src/common.h: added ifndef/define/endif macros
8260         around the header file.
8261         Bug reported from Jesus Calvino-Fraga
8262
8263 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
8264
8265         * sdcc.spec: updated
8266         * device/include/Makefile.in: don't install CVS directories
8267         * device/lib/Makefile.in: added removal of CVS directories after install
8268         * doc/Makefile: fixed install, added local_icons
8269         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
8270         * src/mcs51/gen.c (genRightShift): fixed bug #870788
8271         * src/ds390/gen.c (genRightShift): fixed bug #870788
8272         * src/SDCCast.c (decorateType): fixed bug #870781
8273
8274 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
8275
8276         PIC16 port related changes:
8277         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
8278         added variable stackPos,
8279
8280         * gen.c: genCall, assignResultValue: added support for
8281         pushing/retrieving function parameters to/from stack,
8282         genFunction,genEndFunction: setup stack frame for the
8283         generated function,
8284         genAddrOf: will be changed according to bug 863624
8285
8286         * added files genutils.c and genutils.h which contain gen*
8287         debugged and optimised functions extracted from gen.c
8288
8289         * glue.c: added variable 'externs' which holds extern symbols,
8290         pic16emitRegularMap: is modified to properly handle relocatable
8291          symbols under the new scheme,
8292         pic16createInterruptVect: is modified
8293         pic16printPublics: is modified to emit 'global' assembler directives,
8294         added pic16_printExterns to print extern symbols,
8295         pic16glue: initializes stack/frame pointer in the beginning of
8296         the assembly output. Temporary hack, will be corrected later,
8297         because gplink yet does not support stack and SDCC does not
8298         yet support a type of crt0.o object to create the final binary.
8299
8300         * Removed many lines that contain 8051 legacy code.
8301         * The code is finally placed under a 'code' directive.
8302         * Added port specific options.
8303
8304         * _process_pragma: simplified since now we do not need *special*
8305         include file to define SFR registers. But a separate header
8306         will be needed. This will be developed later.
8307         * _pic16_parseOptions: added, parses port specific options:
8308         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
8309         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
8310         --preplace-udata-with=
8311
8312         * _pic16_setDefaultOptions: modified to initialize section names,
8313         but hack is temporarly out of order since it needs improvement.
8314         * _pic16_genAssemblerPreamble: configuration words are emitted by
8315         their address instead of their name. This part is incomplete and
8316         supports only the 18Fxx2 devices. Other devices will emit an error
8317         during assembly since they do not contain the same set of config
8318         registers
8319         * _pic16_genIVT: is modified,
8320
8321         * pcode.c: added definitions for some hardware registers that are needed
8322         for stack support
8323         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
8324         All PCI entries are updated. Now LFSR is supported.
8325         * Removed pic16_pciTRIS is mentioned by mdubuc in source
8326         * added pic16_newpCodeOpLit2 to support instructions with
8327         two literal arguments
8328         * pic16_pCode2str: corrected code that emits assembler instructions
8329         with two literal operands and those that have an access bit modifier
8330         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8331         this fixes a bug which caused some labels to be lost, when an
8332         assembler directive was added, i.e. banksel,
8333         * pic16_FixRegisterBanking: improved logic that causes the insertion
8334         of bank switching,
8335         * InlineFunction: functions that are called once, are not any more
8336         inlined. This can be a port option in the future,
8337
8338         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8339
8340         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8341         hold the corresponding uninitialized symbols,
8342         * pic16_allocProcessorRegister: registers have explicit marked the
8343         accessBank field,
8344         * pic16_allocInternalRegister: registers are explicit marked as
8345         not used,
8346         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8347         processing list, so bit registers were lost,
8348         *
8349
8350         * ralloc.h: added field 'accessBank' and original symbol operand
8351         in register definition,
8352         * removed the field isMapped from register definition,
8353
8354         ** Several functions have been removed from various sources:
8355         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8356         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8357         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8358         pic16_assignRelocatableRegisters
8359
8360         ** others have been introduced:
8361         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8362         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8363
8364 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8365
8366         * support/scripts/inc2h.pl: changed definition of BIT_AT
8367         to emit 'sbit at' instead of 'bit at'. This was a request.
8368
8369         PIC16 port related preliminary changes:
8370         * gen.c: prefixed function popRegFromString with
8371         pic16_ and all references to it corrected
8372         * pcode.c: all pic16_pc_* hardware registers prefixed
8373         with underscore (_),
8374         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8375         * ralloc.c: newReg(): when register is REG_SFR then
8376         set address to rIdx,
8377         pic16_allocProcessorRegister(): marks register wasUsed=0
8378         pic16_writeUsedRegs(): added a call to assign processor
8379         registers via pic16_assignFixedRegisters
8380
8381 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8382
8383         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8384         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8385         variables in unused register banks.  Also the SSEG is placed
8386         wherever there is enough space for it, and IDATA can be anywhere
8387         in internal RAM.  For now compile using -Wl-Y[stack_size].
8388         The mem file is different for this option as well, since it
8389         makes no sense of talking about DSEG lenght.
8390
8391 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8392
8393         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8394         in certain cases, e.g. when ROM assignment, patch provided
8395         from Albert den Haan.
8396
8397 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8398
8399         Many signedness and type propagation fixes:
8400         * src/SDCCicode.c: made geniCodeCast() static
8401         replaced SPEC_ by IS_ (cosmetic)
8402         (operandOperation): fixed div and mod operation
8403         (usualBinaryConversions): added support for promotion of char
8404         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8405         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8406         (geniCodeAdd): an array index will stay unsigned, even if promoted
8407         from char to int
8408         (geniCodeArray): ditto
8409         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8410         * src/SDCCsymt.c (computeType): added more support for char;
8411         promotion of char is selectable by promoteCharToInt, fixed signedness
8412         for all cases
8413         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8414         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8415         * src/SDCCval (val*): replaced signedness calculation by
8416         computeType()
8417         rearranged if-branches (cosmetic)
8418         (valShift): added warning W_SHIFT_CHANGED
8419         (valCompare): fixed problem with different types
8420         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8421         * support/regression/tests/literalop.c: added many cases
8422         * support/regression/tests/ast_constant_folding.c: changed finally to
8423         'unsigned int'
8424         * .version: new year, new version: 2.3.7
8425         * src/SDCCmain.c (main): applied patch #866468
8426         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8427         provided by Scott Bronson
8428         * doc/sdccman.lyx: updated documentation for sdcdb
8429         updated and added chapter tips
8430
8431 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8432
8433         * src/SDCCsymt.h: missing from yesterday's commits
8434
8435 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         * src/SDCC.y (struct_or_union_specifier),
8438         * support/Util/SDCCerr.c,
8439         * support/Util/SDCCerr.h: verify that struct & union tags are used
8440         as declared.
8441
8442 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8443
8444         * src/SDCCglobl.h: missing from yesterday's commits
8445
8446 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8447
8448         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8449         sft_attributes, struct_declaration, parameter_declaration,
8450         type_name, start_block, declaration_list),
8451         * src/SDCC.lex (check_type): support redefinition of typedef names
8452
8453 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8454
8455         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8456         aligned xdata arrays. Erik helped me with the if clause.
8457
8458 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8459
8460         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8461         warning
8462
8463 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8464
8465         * src/SDCCast.h,
8466         * src/SDCCast.c (newAst_),
8467         * src/SDCCicode.h,
8468         * src/SDCCicode.c (ast2iCode, newiCode),
8469         * src/SDCCglobl.h,
8470         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8471         expr, statement, expression_statement, selection_statement,
8472         iteration_statement, expr_opt, jump_statement): foundation for tracking
8473         sequence points
8474         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8475         point code too)
8476
8477 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8478
8479         * support/Util/SDCCerr.c,
8480         * src/SDCCast.h,
8481         * src/SDCCast.c (createCase, createDefault, decorateType),
8482         * src/SDCClabel.c (labelUnreach),
8483         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8484         to error messages.
8485         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8486         (with thanks to Stas Sergeev)
8487         * device/include/time.h,
8488         * device/lib/time.c (CheckTime): suppress unreachable code warning
8489
8490 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8491
8492         * src/SDCCast.c (createIvalCharPtr),
8493         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8494         bug #753752)
8495         * support/regression/tests/nullstring.c: tests for these two bugs
8496
8497 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8498
8499         * support/Util/SDCCerr.h,
8500         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8501         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8502         about storage class and 'at' used inside struct or union
8503         * src/SDCCBBlock.c (iCodeFromeBBlock),
8504         * src/SDCCcse.c (ifxOptimize),
8505         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8506         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8507         printIval, emitStaticSeg, emitOverlay),
8508         * src/SDCClabel.c (deleteIfx),
8509         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8510         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8511         gatherAutoInit, processParms),
8512         * support/Util/SDCCerr.h,
8513         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8514         reporting for post-parse errors.
8515
8516 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8517
8518         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8519         implicit casts via union; they don't work on big endian systems
8520         (possible fix for bug #861138)
8521
8522 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8523
8524         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8525         * src/mcs51/main.c: fixed the fix for bug #737001
8526
8527 2003-12-15  Borut Razem <borut.razem AT siol.net>
8528
8529         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8530
8531 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8532
8533         * support/makebin/makebin.c: put output in binary mode
8534
8535 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8536
8537         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8538         xdata and data memory on startup. Set the environment variable
8539         SDCC_NOGENRAMCLEAR to disable this.
8540         * src/mcs51/peephole.def,
8541         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8542         (allows non-interrupt and interrupt code to safely compete for a resource
8543         without the non-interrupt code having to disable interrupts)
8544
8545 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8546
8547         * src/SDCCicode.c (geniCodeAdd),
8548         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8549         with valFromType if type might be a pointer and host is big endian).
8550         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8551         types, not just integer types.
8552         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8553         multiply defined with mismatching "at" address.
8554
8555 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8556
8557         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8558         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8559         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8560         with embedded nulls (fixed bug #753752)
8561
8562 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8563
8564         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8565         Apparently this did not see much testing (endless loop)
8566
8567 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8568
8569         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8570
8571 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8572
8573         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8574         gracefully handle NULL memmap pointers
8575
8576 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8577
8578         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8579         instead of deleting the iCode when an operand is volatile
8580         * src/z80/gen.c (genDummyRead),
8581         * src/mcs51/gen.c (genDummyRead),
8582         * src/ds390/gen.c (genDummyRead),
8583         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8584         not just IC_RIGHT
8585         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8586         * src/SDCC.y: fixed bug #850420
8587
8588 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8589
8590         Applied z80 i/o port patch from Peter Townson and fixed some operators
8591         to better handle operands in A register.
8592         * device/include/z180.h
8593         * src/SDCC.y
8594         * src/SDCCglue.c
8595         * src/z80/gen.c
8596         * src/z80/gen.h
8597         * src/z80/main.c
8598         * src/z80/peeph-z80.def
8599         * src/z80/peeph.def
8600         * src/z80/z80.h
8601
8602 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8603
8604         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8605
8606 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8607
8608         * device/lib/hc08/_mullong.c: Removed extra #endif
8609
8610 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8611
8612         * sim/ucsim/hc08.src/inst.cc,
8613         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8614         carries from x to h
8615         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8616         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8617         * device/include/stdarg.h: fixed varargs for hc08
8618         * device/lib/Makefile.in,
8619         * device/lib/hc08/Makefile,
8620         * device/lib/hc08/_mulint.c,
8621         * device/lib/hc08/_mullong.c: fixed some endian problems
8622
8623 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8624
8625         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8626         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8627         * device/lib/_gptrget.c,
8628         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8629
8630 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8631
8632         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8633         * src/SDCCast.c (astErrors): fixed bug #846007
8634         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8635
8636 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8637
8638         * src/SDCCast.c (decorateType): disabled a transformation I added in
8639         revision 1.188 (access to fields of a structure at an absolute address);
8640         it breaks with bitfields, extern declarations, and gcse analysis.
8641         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8642         could be assigned through a pointer, so don't complain.
8643         * src/SDCCast.c (astErrors),
8644         * src/SDCCast.h,
8645         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8646
8647 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8648
8649         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8650         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8651         output of __config directives, since gpasm now supports them
8652         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8653         pre-processor macro, i.e. -DMCU=p18f452
8654         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8655         and modified to handle 'cast' icode similarly to '=' icode
8656         * src/pic16/device.h (typedef struct PIC_device): added field
8657         'extMIface' to indicate that chip has external memory interface
8658         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8659         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8660         18F8720
8661
8662 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8663
8664         * src/SDCC.y (pointer): fixed bug #846006
8665         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8666         * src/SDCCast.c (decorateType): fixed bug #846009
8667         * src/ds390/peeph.def,
8668         * src/ds390/gen.c (genAnd, genOr),
8669         * src/mcs51/peeph.def,
8670         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8671
8672 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8673
8674         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8675         * src/SDCCdflow.c
8676         * src/SDCCcse.c
8677         * src/SDCCcse.h
8678         * src/SDCCBBlock.h
8679         * src/SDCCBBlock.c
8680
8681 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8682
8683         fixed bug #845089
8684         * src/SDCCbitv.h,
8685         * src/SDCCbitv.c: added function to free a bitvector
8686         * src/SDCClrange.h,
8687         * src/SDCClrange.c: added function to recompute the liveranges
8688         * src/avr/ralloc.c,
8689         * src/ds390/ralloc.c,
8690         * src/hc08/ralloc.c,
8691         * src/mcs51/ralloc.c,
8692         * src/pic/ralloc.c,
8693         * src/pic16/ralloc.c,
8694         * src/xa51/ralloc.c,
8695         * src/z80/ralloc.c: recompute the liveranges after register packing
8696
8697 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8698
8699         * src/SDCCloop.c (newInduction): fixed bug #845630
8700
8701 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8702
8703         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8704         inadvertantly left behind from my 2003-11-12 change
8705
8706 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8707
8708         Updated headers I neglected to commit yesterday.
8709         * src/SDCClrange.h,
8710         * src/SDCCicode.h
8711
8712 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8713
8714         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8715         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8716         * src/SDCCopt.c (eBBlockFromiCode),
8717         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8718         the creation of the key hash table from the sequencing so it can be used
8719         earlier (for some GCSE bug fixes still pending)
8720
8721 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8722
8723         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8724         * support/regression/tests/addsub.c: testing genPlus shortcut
8725
8726 2003-11-15  Borut Razem <borut.razem AT siol.net>
8727
8728         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8729
8730 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8731
8732         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8733         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8734         ordering is immaterial.
8735         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8736
8737 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8738
8739         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8740         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8741         (SIGSEV) of bug #840381
8742         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8743         unlink new file before rename if new and old filenames are the same)
8744
8745 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8746
8747         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8748         uninitialized variables) for the mcs51. Set environment variable
8749         SDCC_GENRAMCLEAR to test.
8750         xdata initialization slightly shorter
8751
8752 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         * src/SDCCsymt.h,
8755         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8756         #838241 & 780691 (basicly the same bug)
8757         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8758         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8759
8760 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8761
8762         * src/SDCCmain.c (linkEdit): "fix" #834252
8763
8764 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8765
8766         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8767         * src/SDCCast.h,
8768         * src/SDCC.y: fixed bug #819403
8769
8770 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8771
8772         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8773         the reentrant attribute.
8774         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8775         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8776         simulation
8777         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8778         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8779         erroneously reduced to a literal.
8780         * src/hc08/ralloc.c (packRegisters, rematStr),
8781         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8782         some cases
8783
8784 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8785
8786         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8787         * doc/sdccman.lyx: changed from 'article' to 'book'
8788         * doc/Makefile: readded test_suite_spec and cdbfileformat
8789
8790 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * device/include/stdlib.h: include malloc.h to comply with ANSI
8793         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8794
8795 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8796
8797         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8798         * doc/clean.mk: also remove *.out files
8799         * doc/sdccman.lyx: some additions, larger top/bottom margins
8800
8801 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8802
8803         * src/SDCC.y: fixed bug #837365
8804         * support/regression/tests/bitopcse.c
8805         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8806         a symbol (might be valop instead)
8807         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8808         * device/lib/clean.mk: added hc08 to the cleaning list
8809
8810 2003-11-04  Borut Razem <borut.razem AT siol.net>
8811
8812         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8813           made 2003-11-04
8814         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8815           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8816           malloc is declared in standard stdlib.h
8817
8818 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8819
8820         * device/lib/hc08/Makefile: need to clean .rel not .o files
8821         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8822
8823 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8824
8825         * src/port.h,
8826         * src/hc08/main.c,
8827         * src/mcs51/main.c,
8828         * src/ds390/main.c,
8829         * src/z80/main.c,
8830         * src/avr/main.c,
8831         * src/pic/main.c,
8832         * src/pic16/main.c,
8833         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8834         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8835         tests (which uses the port's oclsExpense function)
8836         * src/SDCC.y,
8837         * src/SDCCast.c,
8838         * src/SDCCicode.c,
8839         * src/hc08/gen.c,
8840         * src/ds390/gen.c,
8841         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8842
8843 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8844
8845         * src/SDCCcse.c (ifxOptimize),
8846         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8847         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8848         deleting the IFX iCode.
8849         * src/hc08/ralloc.c: reduced unneeded slocs
8850         * src/hc08/gen.c: fixed bug in asmopToBoolean
8851
8852 2003-11-04  Borut Razem <borut.razem AT siol.net>
8853
8854         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8855           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8856           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8857           transferred to configure
8858
8859 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8860
8861         Use headers defined in the C[++] standards:
8862         * sim/ucsim/gui.src/serio.src/fileio.cc
8863         * sim/ucsim/gui.src/serio.src/frontend.cc
8864         * sim/ucsim/gui.src/serio.src/main.cc
8865         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8866         * support/Util/NewAlloc.c
8867         * as/hc08/lklibr.c
8868         * as/mcs51/lklibr.c
8869         * as/z80/aslist.c
8870         * as/z80/assym.c
8871
8872 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8873
8874         * Added MSVC projects for hc08 assembler and linker:
8875         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8876         /as/hc08/link_hc08.dsp
8877
8878 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8879
8880         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8881
8882 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8883
8884         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8885
8886 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8887
8888         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8889
8890 2003-10-31  Borut Razem <borut.razem AT siol.net>
8891
8892         * support/cpp2/cpplib.h,
8893           support/cpp2/cpplib.c,
8894           support/cpp2/cpplex.c,
8895           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8896           to switch _asm block preprocessing on / off. Default is
8897           #pragma preproc_asm +
8898
8899 2003-10-31  Borut Razem <borut.razem AT siol.net>
8900
8901         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8902           when outputting comment blocks (when executed with -C option) and
8903           _asm (SDCPP specific) blocks
8904
8905 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8906
8907         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8908
8909 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8910
8911         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8912
8913 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8914
8915         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8916         * src/SDCCast.c (decorateType): fixed bug #832664
8917
8918 2003-10-31  Borut Razem <borut.razem AT siol.net>
8919
8920         * support/cpp2/cpplex.c: fixed for SDCPP:
8921           comments(when executed with -C option) and _asm blocks
8922           were included even if they where in skipped #if block.
8923           Applied solution from GCC cpp 3.3.2
8924
8925 2003-10-31  Borut Razem <borut.razem AT siol.net>
8926
8927         * src/SDCC.lex: sdcc now understands both formats:
8928           '# <line_number> <file_name>' and
8929           '#line <line_number> <file_name>'
8930         * support/cpp2/cppmain.c: sdcpp now generates the standard
8931           '# <line_number> <file_name>' instead of former
8932           '#line <line_number> <file_name>'
8933
8934 2003-10-30  Borut Razem <borut.razem AT siol.net>
8935
8936         * support/cpp2/cpphash.h,
8937         * support/cpp2/cpplib.h
8938         * support/cpp2/cpplex.c,
8939         * support/cpp2/cppmain.c,
8940         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8941
8942 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8943
8944         Fixed a number of problems revealed by bug #827883.
8945         * src/SDCCloop.c (loopInvariants): Spill location of the
8946         result operand should be recomputed if extracted from
8947         a loop. Also, don't extract assignments of an iTemp
8948         from a literal.
8949         * src/SDCCast.c (isConformingBody): loop reversal should
8950         not occur if the control variable is involved with a
8951         relational operator.
8952
8953 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8954
8955         * .version: bumped to 2.3.6 to reflect the big improvements
8956         made by Erik and Klaus. Thanks!
8957
8958 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8959
8960         Replaced the livrange code.
8961         * src/SDCClrange.c: added new LR code
8962         * src/SDCCloop.c,
8963         * src/SDCCBBlock.h: removed remainig parts from old LR code
8964         * src/ds390/ralloc.c,
8965         * src/ds390/gen.c: minor fixes to make it work with new code
8966
8967 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8968
8969         * as/hc08/asm.h,
8970         * as/hc08/lkrloc.c,
8971         * src/hc08/gen.c,
8972         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8973         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8974         (tweaked fix for bug #818696)
8975
8976 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8977
8978         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8979
8980 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8981
8982         * src/SDCCmain.c,
8983         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8984         * src/mcs51/gen.c (gencjneshort),
8985         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8986         more efficient (per Scott Bronson's suggestion)
8987
8988 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8989
8990         Extended the semantics of the critical keyword to include
8991         individual statements. See RFE #827755 and #799831
8992         * src/SDCC.y
8993         * src/SDCCicode.c
8994         * src/SDCCopt.c
8995         * src/SDCCast.c
8996         * support/Util/SDCCerr.c
8997         * support/Util/SDCCerr.h
8998         * src/mcs51/gen.c
8999         * src/ds390/gen.c
9000         * src/hc08/gen.c
9001
9002 2003-10-19  Borut Razem <borut.razem AT siol.net>
9003
9004         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
9005
9006 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9007
9008         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
9009         Fixed bug #818696
9010         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
9011         and predecrement operand is displayed
9012
9013 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9014
9015         * src/SDCCval.c (valMinus): fixed bug #826041
9016
9017 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9018
9019         Some hc08 related updates that I missed earlier
9020         * sim/ucsim/stypes.h
9021         * support/regression/ports/hc08/spec.mk
9022
9023 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9024
9025         New target "hc08" for the Motorola 68hc08 family of micros
9026
9027         * configure
9028         * configure.in
9029         * Makefile
9030         * src/hc08/*
9031         * src/SDCCmain.c
9032         * src/port.h
9033         * sim/ucsim/hc08.src/*
9034         * sim/ucsim/configure.in
9035         * src/ucsim/configure
9036         * sim/ucsim/packages_in.mk
9037         * as/hc08/*
9038         * as/Makefile
9039         * device/include/mc68hc908qy.h
9040         * device/lib/hc08/*
9041         * device/lib/Makefile.in
9042         * support/regression/ports/hc08/*
9043         * support/regression/Makefile
9044
9045 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9046
9047         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
9048         regression test
9049         * src/ds390/gen.c (genCast): fixed bug #821957
9050
9051 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
9052
9053         * device/lib/logf.c: "fixed" overlay bug
9054         * support/regression/ports/host/spec.mk: added m library
9055         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
9056         * support/regression/tests/float_trans: added (for Eric)
9057
9058 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
9059
9060         * src/mcs51/gen.c (genCpl): fixed bug
9061         http://sf.net/mailarchive/message.php?msg_id=6263915
9062
9063 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         * src/SDCCast.c (decorateType): added extended constant folding
9066         * src/SDCCsymt.c (computeType): cleanup
9067         * src/SDCCval.c (valShift): minor optimization
9068         * support/regression/tests/ast_constant_folding.c: added
9069
9070 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9071
9072         * src/SDCCmain.c: removed some unintended changes
9073
9074 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9075
9076         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
9077         * src/z80/gen.c: fixed part of bug #817589
9078         * src/SDCCsymt.c (checkFunction): fixed bug #817895
9079
9080 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
9081
9082         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
9083         * src/SDCCcflow.c
9084         * src/SDCCcse.c
9085         * src/SDCCdflow.c
9086         * src/SDCClabel.c
9087         * src/SDCClrange.c
9088         * src/SDCCmem.c
9089         * src/SDCCopt.c
9090         * src/SDCCpeeph.c
9091         * src/SDCCset.c
9092         * src/avr/ralloc.c
9093         * src/ds390/ralloc.c
9094         * src/izt/ralloc.c
9095         * src/mcs51/ralloc.c
9096         * src/pic/ralloc.c
9097         * src/pic16/ralloc.c
9098         * src/xa51/ralloc.c
9099         * src/z80/ralloc.c
9100         * src/z80/gen.c: removed unused label "release:"
9101
9102 2003-10-06  Borut Razem <borut.razem AT siol.net>
9103
9104         * src/SDCC.lex: removed definition of unused variables
9105           save_optimize and save_options
9106
9107 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
9108
9109         * clean.mk: removed '=' in "-maxdepth=1"
9110         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
9111         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
9112
9113 2003-10-06  Borut Razem <borut.razem AT siol.net>
9114
9115         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
9116           my_unput() replaced by unput()
9117
9118 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
9119
9120         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
9121         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
9122         type-punned pointer will break strict-aliasing rules"
9123         Old LR behaviour is again default; Klaus' LR can be choosen by
9124         defining the environment variable LRKLAUS
9125         * src/SDCCBBlock.h
9126         * src/SDCCloop.c
9127         * src/SDCClrange.c
9128         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
9129         * clean.mk: fixed removal of files in bin/CVS/
9130         * device/lib/clean.mk: fixed removal of directories small and large
9131         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
9132         * src/SDCCicode.c,
9133         * src/SDCCval.c: removed superflous test for pedantic
9134
9135 2003-10-05  Borut Razem <borut.razem AT siol.net>
9136
9137         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
9138           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
9139           message "unmatched #pragma SAVE and #pragma RESTORE"
9140
9141 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9142
9143         * doc/sdccman.lyx: various additions and updates (interrupts, inline
9144           assembly, critical functions, atomic, nojtbound)
9145
9146 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
9147
9148         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
9149         * src/SDCCBBlock.h
9150         * src/SDCCloop.c
9151         * src/SDCCloop.h
9152         * src/SDCClrange.c
9153
9154 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9155
9156         * src/z80/gen.h,
9157         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9158         * src/mcs51/gen.h
9159         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9160         * src/ds390/gen.h
9161         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
9162         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
9163         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
9164
9165 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9166
9167         * src/z80/gen.c (genRet): fixed bug #524753
9168         * src/z80/gen.c (genCast): fixed internal error on cast from
9169         pointer to long
9170         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
9171         fix for bug #477835 to the z80
9172         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
9173         for tracking iCodes in the peephole optimizer for z80
9174
9175 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9176
9177         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
9178         the other part of bug #814548
9179         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
9180
9181 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
9182
9183         * src/SDCCcse.c: fixed part of bug #814548
9184
9185 2003-09-28  Borut Razem <borut.razem AT siol.net>
9186
9187         * src/asm.c: rewrite of printILine() to use temporary file instead
9188           a pipe
9189         * src/xa51/main.c: commented out declaration of int rewinds
9190
9191 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9192
9193         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
9194
9195 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9196
9197         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
9198         * src/asm.c (printILine): Fixed bug #811015
9199
9200 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9201
9202         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
9203         freeing.
9204
9205 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9206
9207         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
9208         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
9209         to correctly handle general case of AOP_PAIRPTR
9210         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
9211
9212 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9213
9214         * src/mcs51/ralloc.c (fillGaps),
9215         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
9216         register positioning bug)
9217
9218 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
9219
9220         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
9221
9222 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9223
9224         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
9225         genCodePointerGet, genGenPointerGet, genFarPointerSet,
9226         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
9227         (ralloc doesn't intentionally do this now, but perhaps later)
9228         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
9229         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
9230         register positioning bugs (Fixed bug #762602 and #795325)
9231         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
9232         (Fixed bug #808779)
9233         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
9234         lines that --i-code-in-asm generates
9235
9236 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9237
9238         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
9239         trying to fclose a FILE* that was already closed.
9240
9241 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9242
9243         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
9244         of const struct should be treated as if const themselves)
9245
9246 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
9247
9248         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
9249
9250 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9251
9252         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
9253         Unix (/n) and DOS (/r/n) line terminations.
9254
9255 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9256
9257         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
9258         bug #613775
9259
9260 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9261
9262         * src/mcs51/gen.c (genFunction, genEndFunction),
9263         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
9264         and restore of EA so that stack offsets to parameters are
9265         correct when using both critical and reentrant/stack-auto.
9266         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
9267         size (can be triggered in error if sloc is shared between
9268         different sized objects)
9269         * device/include/float.h: fixed macros to explicitly use
9270         unsigned long where needed
9271
9272 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
9273
9274         Feature req. 799831: added code to allow nesting of critical functions
9275         * src/mcs51/gen.c (genFunction, genEndFunction)
9276         * src/ds390/gen.c (genFunction, genEndFunction)
9277
9278 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9279
9280         * src/SDCCsymt.c (sclsFromPtr),
9281         * src/SDCCsymt.h,
9282         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
9283         support for standard C idiom of memory mapped variables; for
9284         example, *((xdata int*)0x1234) = 1 is now internally equivalent
9285         to xdata int at 0x1234 tempvar = 1.
9286         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
9287         provided by Akiya ISHIDA
9288
9289 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
9290
9291         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
9292         * src/SDCCval.c (constVal): added reduction from int to char
9293         * src/SDCCval.c (valMult, valDiv): fixed sign handling
9294         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
9295         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
9296         to ignore the sign
9297         * support/regression/tests/shifts.c: fixed
9298
9299 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9300
9301         * src/z80/gen.c (genXor): Fixed bug #805445
9302
9303 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9304
9305         Fixed bug #621531 (const & volatile confusion in the type chain).
9306         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
9307         refer to the const or volatile state of the pointer itself.
9308
9309         * src/SDCCast.c
9310         * src/SDCCglue.c
9311         * src/SDCCicode.c
9312         * src/SDCCsymt.c
9313         * src/SDCCval.c
9314         * src/SDCC.y
9315         * src/SDCCsymt.h
9316         * src/pic/gen.c
9317         * src/pic/ralloc.c
9318         * src/pic16/gen.c
9319         * src/pic16/ralloc.c
9320         * support/regression/tests/const.c
9321
9322 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9323
9324         When checking for duplicated modules, use absolute paths
9325         instead of relative paths.  Files changed:
9326
9327         * as/mcs51/lklib.c
9328         * link/z80/lklib.c
9329
9330 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9331
9332         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9333
9334 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9335
9336         * device/include/string.h: added size_t typedef, changed
9337         prototypes to use size_t, eliminated separate reentrant and
9338         non-reentrant declarations, added _memmove declaration
9339         * device/lib/_memcpy.c: changed to use size_t instead of int,
9340         changed /4 to >>2 to avoid division library call
9341         * device/lib/_memcmp.c,
9342         * device/lib/_memset.c,
9343         * device/lib/_strncat.c,
9344         * device/lib/_strncpy.c,
9345         * device/lib/_strncmp.c: changed to use size_t instead of int
9346         * device/lib/_memmove.c: new file (fixed bug #772294)
9347         * device/lib/Makefile.in: added _memmove.c
9348         * device/lib/z80/asm_strings.s: fixed bug #772290
9349         * support/regression/tests/bitfields.c: attempt to fix host assertion
9350         failure on amd64-unknown-linux2.2
9351
9352 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9353
9354         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9355         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9356         * as/z80/asmain.c (main): fixed bug #801766
9357
9358 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9359
9360         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9361         compilers
9362
9363 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9364
9365         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9366         reported in bug #800609
9367
9368 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9369
9370         * Top header beautifications in src/pic16 directory:
9371           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9372           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9373           pcoderegs.h, ralloc.c, ralloc.h
9374         * main.c: added top header and GPL license notice
9375         * pcode.c: fixed the if-conditional warning
9376
9377 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9378
9379         * device/lib/_mullong.c: replaced int by short for gcc
9380
9381 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9382
9383         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9384         and JUMPTABLE iCodes properly now (worked by accident before)
9385         * src/mcs51/gen.c (leftRightUseAcc),
9386         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9387         iCode properly now. Use getSize instead of nRegs since a & b
9388         aren't part of the nRegs tally.
9389
9390 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9391
9392         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9393         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9394           before instructions that use the _STATUS register
9395
9396 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9397
9398         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9399         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9400         fetching of the pointer
9401         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9402         copied from genNearPointerSet()
9403         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9404         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9405         If they pop r0/r1 they must be called in the opposite order than aopOp().
9406         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9407         (resp. --stack-auto), prepared for --xstack
9408
9409 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9410
9411         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9412
9413 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9414
9415         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9416         these ports have their own __sdcc_external_start()
9417
9418 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9419
9420         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9421         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9422         type for bits was changed. It resulted in bit variables becoming
9423         global, which is not permitted in PIC 14 assembly output.
9424
9425 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9426
9427         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9428
9429 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9430
9431         Z80 and MCS51 linkers complaint if a public symbol is defined
9432         in more than one library module:
9433
9434         * as/mcs51/lklib.c
9435         * link/z80/lklib.c
9436         * as/mcs51/Makefile.in
9437
9438 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9439
9440         A few small changes that speed up the peephole optimizer.
9441
9442         * src/SDCCpeeph.c
9443
9444 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9445
9446         Try to make the peephole optimizer smarter by maintaining
9447         an association between the assembly source code and the
9448         iCodes that originated them. Put this information to use
9449         with a new peephole rule condition "notVolatile" so that
9450         the rules can be aggressive yet still safe.
9451
9452         * src/SDCCpeeph.c
9453         * src/SDCCpeeph.h
9454         * src/mcs51/gen.c
9455         * src/mcs51/peeph.def
9456
9457 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9458
9459         Fixed bug #741761
9460
9461         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9462         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9463         if the left or right operand symbols have the accuse flag set.
9464
9465 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9466
9467         Changed the type of the result of the ! (NOT) operator to char;
9468         previously it returned the same type as the source. This allows
9469         us to eliminate all the genFloatNot functions (all of its target
9470         implementations were very buggy) since !float can use the same
9471         code as !long now.
9472
9473         * src/SDCCicode.c (ast2iCode): ! returns char
9474         * src/mcs51/gen.c (genNot, genNotFloat),
9475         * src/ds390/gen.c (genNot, genNotFloat),
9476         * src/z80/gen.c (genNot, genNotFloat),
9477         * src/pic/gen.c (genNot, genNotFloat),
9478         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9479
9480 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9481
9482         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9483         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9484            during interrupts. Ensure WSAVE is located at a shared bank address.
9485         2. Fixed page selection in some places
9486         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9487            the registers name strings.
9488         4. Fixed "signed / unsigned compare" compiler warnings.
9489         5. The PIC port manages its own allocation of the general purpose
9490            registers, but makes no attempt to reuse them. As a result when
9491            compiling it soon runs out of general purpose registers. Some
9492            additional code was added to the files pcode.c and device.c to walk
9493            through the function call tree and rename the registers so that they
9494            get reused.
9495
9496         * src/pic/device.c
9497         * src/pic/gen.c
9498         * src/pic/glue.c
9499         * src/pic/pcode.c
9500         * src/pic/pcode.h
9501         * src/pic/ralloc.c
9502         * src/pic/ralloc.h
9503         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9504         genPlus() & genMinus() when the result is the same as left or right
9505
9506 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9507
9508         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9509
9510 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9511
9512         Made bitfield a distinct type from bit so that bitfields
9513         convert as per ANSI C and bits retain their traditional
9514         boolean style behaviour. Implemented bitfield support in
9515         the z80 port.
9516
9517         * src/SDCCsymt.h,
9518         * src/SDCCsymt.c,
9519         * src/SDCCast.c,
9520         * src/cdbFile.c,
9521         * src/mcs51/gen.c,
9522         * src/ds390/gen.c: bit v bitfield split
9523         * src/z80/gen.c: New support for bitfields
9524         * support/regression/tests/bitfields.c: reenabled z80,
9525         added more tests
9526
9527 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9528
9529         Rules 246.x, 247.x relate to bitfields, the others speed up
9530         access to xdata mapped I/O devices.
9531
9532         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9533
9534 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9535
9536         Cleaned up genPackBits and genUnpackBits and added two helper
9537         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9538         for literal assignments in genPackBits (thanks to Frieder for
9539         reminding me).
9540
9541         * src/mcs51/gen.c
9542         * src/ds390/gen.c
9543
9544 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9545
9546         Fixed bug #748310 (pointer to function type mishandled when the
9547         function name is omitted). Also fixed a SIGSEGV when a function
9548         attribute (reentrant, etc) is used on a non-function or on a
9549         function but misplaced before the parameter list.
9550
9551         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9552         bug #748310
9553         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9554         * support/Util/SDCCerr.h,
9555         * support/Util/SDCCerr.c: Added func attr misuse error msg
9556
9557 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9558
9559         Fixed bug #787649 by anonymous
9560         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9561         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9562
9563 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9564
9565         Fixed numerous bitfield problems.
9566
9567         * src/SDCC.y: More bitfield related error checking
9568         * src/SDCCsymt.h,
9569         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9570         * support/Util/SDCCerr.h,
9571         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9572         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9573         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9574         * support/regression/tests/bitfields.c: tests added
9575
9576 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9577
9578         Made the constant following the "interrupt" keyword optional. If
9579         omitted, the function will not automatically be given an entry
9580         in the interrupt vector table (similar to #pragma NOIV, but
9581         less syntacticly kludgy). The interrupt number is also now
9582         range checked. Also fixed a bug in the high order bit example
9583         in the manual.
9584
9585         * src/SDCC.y
9586         * src/SDCCmem.c
9587         * src/SDCCglue.c
9588         * src/SDCCsymt.h
9589         * support/Util/SDCCerr.c
9590         * support/Util/SDCCerr.h
9591         * doc/sdccman.lyx
9592
9593 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9594
9595         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9596         * src/SDCCicode.c (operandOperation): rewritten some ops
9597         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9598         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9599         other type
9600         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9601         be re-activated by defining REDUCE_LITERALS)
9602         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9603         unsigned, but are signed by default
9604         * src/SDCCval.c (constVal): rearranged
9605         * src/SDCCval.c (valMod): preliminary fix
9606         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9607         * support/regression/literalop.c: added, work in progress
9608
9609 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9610
9611         Generate warnings for useless declarations like "char data;"
9612         that don't do what new users expect.
9613
9614         * src/SDCC.y
9615         * support/Util/SDCCerr.h
9616         * support/Util/SDCCerr.c
9617
9618 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9619
9620         * src/SDCCval.c (valMult): fix overflow detection of negative int
9621
9622 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9623
9624         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9625
9626         Changes to support big endian targets:
9627
9628         * src/ports.h
9629         * src/SDCCglue.c
9630         * src/avr/main.c
9631         * src/ds390/main.c
9632         * src/izt/i186.c
9633         * src/mcs51/main.c
9634         * src/pic/main.c
9635         * src/pic16/main.c
9636         * src/xa51/main.c
9637         * src/z80/main.c
9638
9639 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9640
9641         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9642         * device/lib/time.c: fixed warning "integer overflow in expression"
9643
9644 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9645
9646         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9647         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9648         constants are unsigned; added recognition of "u" flag for unsigned
9649         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9650         * src/SDCCval.c (valDiv, valMod): fixed signdness
9651         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9652         signedness of modulo, left and right shift
9653         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9654         * support/Util/SDCCerr.h: added warning W_INT_OVL
9655         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9656         * src/SDCCast.c (ast_print): improved output of constants
9657
9658 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9659
9660         Fixed some warnings when building with MSVC:
9661
9662         * as/mcs51/asdata.c
9663         * as/z80/asdata.c
9664         * as/mcs51/asm.h
9665         * as/z80/asm.h
9666         * link/z80/aslink.h
9667         * link/z80/lkdata.c
9668         * link/z80/lkeval.c
9669         * link/z80/lkgb.c
9670         * link/z80/lkihx.c
9671         * link/z80/lks19.c
9672         * link/z80/lksym.c
9673         * support/cpp2/cpplib.c
9674         * src/ds390/gen.c
9675         * src/mcs51/gen.c
9676
9677 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9678
9679         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9680
9681 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9682
9683         * support/librarian/clean.mk: Do not remove Makefile.
9684         * support/librarian/Makefile: added.
9685
9686 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9687
9688         Added librarian to MSVC build:
9689         * all.dsp
9690         * sdcc.dsw
9691         * support/librarian/librarian.dsp
9692
9693         'configure' not needed for librarian, removed:
9694         * support/librarian/configure
9695         * support/librarian/configure.in
9696         * support/librarian/config_in.h
9697         * support/librarian/Makefile.in
9698
9699         Hopefully these ones built the librarian and the rest of sdcc properly:
9700         * Makefile
9701         * Makefile.common.in
9702
9703         Messed up 'configure', so revert to previous version:
9704         * configure
9705         * configure.in
9706
9707 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9708
9709         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9710         there, while the mantissa of a double is "only" 53 bits wide.
9711
9712 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9713
9714         Adding sdcclib to the build.  MSVC project coming soon.
9715         Files added/changed:
9716
9717         * support/librarian/clean.mk
9718         * support/librarian/configure
9719         * support/librarian/configure.in
9720         * support/librarian/config_in.h
9721         * support/librarian/Makefile.bcc
9722         * support/librarian/Makefile.in
9723         * support/librarian/sdcclib.c
9724         * Makefile.bcc
9725         * Makefile
9726         * Makefile.common.in
9727         * configure
9728         * configure.in
9729
9730 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9731
9732         Linker now complaints if linked modules have conflicting options, for
9733         example, one compiled using --model-large and another one compiled with
9734         --model-small.  The following files were modified:
9735
9736         * as/mcs51/asdata.c
9737         * as/mcs51/aslink.h
9738         * as/mcs51/asm.h
9739         * as/mcs51/asmain.c
9740         * as/mcs51/asout.c
9741         * as/mcs51/i51pst.c
9742         * as/mcs51/lkdata.c
9743         * as/mcs51/lklibr.c
9744         * as/mcs51/lkmain.c
9745         * as/z80/asdata.c
9746         * as/z80/asm.h
9747         * as/z80/asmain.c
9748         * as/z80/asout.c
9749         * as/z80/z80pst.c
9750         * link/z80/aslink.h
9751         * link/z80/lkdata.c
9752         * link/z80/lklibr.c
9753         * link/z80/lkmain.c
9754         * src/SDCCglue.c
9755
9756 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9757
9758         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9759         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9760
9761 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9762
9763         * src/z80/mappings.i: fix _mul[us][int,long] entries
9764
9765 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9766
9767         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9768
9769 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9770
9771         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9772         * support/regression/tests/bitopcse.c: added
9773         fixed warning:
9774         * src/avr/gen.c:
9775         * src/pic/gen.c:
9776         * src/pic16/gen.c:
9777         * src/z80/gen.c:
9778         * src/xa51/gen.c:
9779
9780 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9781
9782         added support for new library format to z80, gbz80 linkers:
9783         *link/z80/aslink.h
9784         *link/z80/lklex.c
9785         *link/z80/lklib.c
9786         *link/z80/lklist.c
9787
9788 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9789
9790         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9791         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9792
9793 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9794
9795         added DUMMY_READ_VOLATILE:
9796         * src/SDCC.y:
9797         * src/avr/gen.c:
9798         * src/xa51/gen.c:
9799         * src/z80/gen.c:
9800         * src/pic/gen.c:
9801         * src/pic16/gen.c:
9802         * src/mcs51/gen.c:
9803         * src/ds390/gen.c:
9804         * src/SDCCcse.c (algebraicOpts): many improvements
9805         * src/SDCCcse.h: removed algebraicOpts()
9806         * src/SDCCicode.c (picDummyRead): added
9807
9808 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9809
9810         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9811         "Insufficient space in data memory".
9812
9813 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9814
9815         * src/mcs51/gen.c: fixed bug #771358
9816         * src/z80/gen.c: fixed bug #759087
9817
9818 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9819
9820         * src/pic16/glue.c: minor cleanup by Vangelis
9821
9822 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9823
9824         * device/include/regc515c.h: fixed #758477
9825         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9826         * device/lib/_gptrput.c: saved a few bytes
9827         * my tab spacing is 8, yours too?)
9828         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9829         * device/lib/serial.c: process RX bytes earlier than TX bytes
9830         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9831
9832 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9833
9834         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9835
9836 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9837
9838     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9839
9840 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9841
9842         * device/lib/Makefile.in: bad fix, reverted to 1.43
9843
9844 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9845
9846         * device/lib/Makefile.in: added missing z80 object files
9847
9848 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9849
9850         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9851         pic16 progress by Vangelis:
9852         * src/SDCCglobl.h:
9853         * src/SDCCmain.c:
9854         * src/pic/Makefile:
9855         * src/pic:
9856         * pic/Makefile:
9857         * pic16/device.c:
9858         * pic16/device.h:
9859         * pic16/gen.c:
9860         * pic16/gen.h:
9861         * pic16/genarith.c:
9862         * pic16/glue.c:
9863         * pic16/main.c:
9864         * pic16/pcode.c:
9865         * pic16/pcode.h:
9866         * pic16/pcodepeep.c:
9867         * pic16/peeph.def:
9868
9869 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9870
9871     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9872
9873 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9874
9875     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9876     added gbz80 build to MSVC project.
9877     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9878     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9879     from 8051 stuff and setup so it links using a .lnk file.
9880
9881 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9882
9883     * support/librarian/sdcclib.c: sdcc librarian.
9884     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9885     with sdcclib.
9886
9887 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9888
9889     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9890
9891 2003-07-02  Borut Razem <borut.razem AT siol.net>
9892
9893         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9894         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9895         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9896         src/xa51/main.c, src/z80/main.c:
9897         virtualization of glue() function: each port has it's own glue function,
9898         which is accessed by do_glue function pointer in PORT.general structure
9899
9900 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9901
9902         * DS800C400 fun, improved ROM interface and tinibios.
9903
9904 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9905
9906         * More support for DS80C400. Now includes beginning of interface to ROM.
9907
9908 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9909
9910         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9911
9912 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9913
9914         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9915
9916 2003-06-19  Borut Razem <borut.razem AT siol.net>
9917
9918         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9919
9920 2003-06-19  Borut Razem <borut.razem AT siol.net>
9921
9922         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9923         fixed Z80 port - crt0.o: cannot open.
9924
9925 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9926
9927         * support/Util/MySystem.c (merge_command): revert bad fix
9928
9929 2003-06-18  Borut Razem <borut.razem AT siol.net>
9930
9931         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9932
9933 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9934
9935         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9936         option --use-stdout sends errors to stdout instead of stderr.
9937
9938 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9939
9940         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9941
9942 2003-06-15  Borut Razem <borut.razem AT siol.net>
9943
9944         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9945         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9946         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9947         fixed width array of pointers replaced with sets;
9948         multiple include and lib paths ared transferred to preprocessor and linker
9949         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9950         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9951         fixed width array of pointers
9952         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9953         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9954         fixupPath(), getPathDifference()
9955         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9956         fixed width array of pointers
9957
9958 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9959
9960         * src/pic16/ralloc.c: fix warnings
9961         * src/pic16/pcode.c: fix warning
9962
9963 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9964
9965          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9966         know all the details, but essentially this set of changes enable
9967         the pic16 port to generate movff instructions and generate assembler
9968         directives,
9969         * src/SDCCmain.c:
9970         * src/pic16/gen.c:
9971         * src/pic16/glue.c:
9972         * src/pic16/pcode.c:
9973         * src/pic16/device.c:
9974         * src/pic16/main.c:
9975         * src/pic16/pcode.h:
9976         * src/pic16/pcoderegs.c:
9977         * src/pic16/ralloc.c:
9978         * src/pic16/ralloc.h:
9979
9980 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9981
9982         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9983         added option --vc, so sdcc errors and warnings are compatible with
9984         Microsoft Visual Studio.
9985
9986 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9987
9988         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9989           device/lib/libfloat.lib: added atof function.
9990
9991 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9992
9993         * doc/sdccman.lyx: updated to Lyx 1.3
9994         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9995         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9996         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9997
9998 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9999
10000         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
10001
10002 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10003
10004         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
10005           additions to the "related tools/documentation" section
10006
10007 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
10008
10009         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
10010
10011 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
10012
10013         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
10014         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
10015
10016 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
10017
10018         * doc/sdccman.lyx: fix double dash and other minor things
10019         * doc/Makefile: fix double dash
10020
10021 2003-05-28  Karl Bongers(patches from Martin Helmling)
10022         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
10023           condition and ignore commands.
10024
10025 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10026
10027         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
10028           is in parts still quite out of date, I did changes as far as I felt makes sense
10029           for a non-native english speaker.
10030           Please feel free to add to the manual or to correct my changes.
10031         * doc/Makefile: undid touching the date of intermediate tex files.
10032
10033 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10034
10035         * doc/sdccman.lyx: Manual has an index now
10036
10037 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
10038
10039         Finalize muluint/mulsint and mululong/mulslong merging:
10040         * device/lib/_mulint.c
10041         * device/lib/_mullong.c
10042         * device/lib/gbz80/mul.s
10043         * device/lib/gbz80/stubs.s
10044         * device/lib/z80/mul.s
10045         * device/lib/z80/stubs.s
10046         * src/SDCCsymt.c (initCSupport)
10047
10048 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10049
10050         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
10051         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
10052           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
10053           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
10054           instead of /Zm500.
10055
10056 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10057
10058         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
10059           the regression tests I'm not brave enough to enable 245.b, 245.c
10060         * doc/sdccman.lyx: added latex preamble for hyperref package.
10061           Using pdflatex this will give you a hyperlinked pdf file with
10062           bookmarks. (prepend '%' before /usepackage if this breaks something)
10063
10064 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10065
10066          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
10067
10068 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
10071
10072 2003-05-21    <johan AT balder>
10073
10074         * src/SDCCglue.c (printIval): fixed bug #739934
10075
10076 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10077
10078         Applied patch from bug 737905 (renamed yylineo to mylineno):
10079         * src/altlex.c
10080         * src/SDCCast.c
10081         * src/SDCglobl.h
10082         * src/SDCC.lex
10083         * src/SDCCsymt.c
10084         * src/SDCCval.c
10085         * src/pic16/pcode.c: Cleaned warnings
10086         * src/pic16/pcodeflow.c: Cleaned warnings
10087         * src/pic16/pcoderegs.c: Cleaned warnings
10088
10089 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
10090
10091         * src/pic16/pcode.c: Cleaned warnings
10092         * src/pic16/pcodepeep.c: Cleaned warnings
10093         * src/pic16/ralloc.c: Cleaned warnings
10094
10095 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
10096
10097         * doc/sdccman.lyx: fixed bug 739745
10098         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
10099
10100 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
10101
10102         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
10103         it can be defined with CFLAGS when running configure
10104         * src/SDCCmain.c: fixed compiling + linking with object files
10105
10106 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
10107
10108         * configure.in: configure for pic16 port,
10109             added --disable-pic16-port
10110         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
10111         * src/SDCCmain.c: linkOptions is changed to set *,
10112             added if/endif conditional macros to remove options help
10113             messages from optionsTable when a port is not configured, added
10114             support for the PIc16 port in the ports table, when executing
10115             the compiler with no port specified on command line, a default
10116             port is selected with the new macro DEFAULT_PORT which is
10117             defined in port.h, in setDefaultOptions() linkOptions is removed
10118             from initialization assignment, since now it is a set,
10119             parseCmdLine uses setParseWithComma for linkOptions, in
10120             linkEdit() linkOptions are accessed with new function indexSet()
10121             which returns the i'th item of a set variable. See SDCCset.c, in
10122             linkEdit() when calling buildCmdLine(), added linkOptions as
10123             last argument. Now users can pass arguments to gplink via the
10124             -Wl option, main() uses pic16glue() to glue up pic16 programs
10125         * src/SDCCpeeph.c: various changes to support pic16
10126         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
10127             return the i'th item of the set
10128         * src/SDCCset.h: added function prototype for indexSet()
10129         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
10130         * src/clean.mk: added pic16 in CLEANALLPORTS variable
10131         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
10132             added macro DEFAULT_PORT
10133         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
10134         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
10135             generated
10136         * src/pic16/glue.c: commented out some error producing lines
10137         * src/pic16/main.c: __config directives are commented out to stop
10138             gpasm complaining and test the linkage with gplink, _linkCmd and
10139             _asmCmd changed to be more gplink and gpasm friendly
10140         * src/pic16/peeph.def: peep rule 3 is commented out, since it
10141             produced an error when parsed, peep rule 12 is added to utilize
10142             movff, but it is commented out since the pCode does not support
10143             yet a command with 2 address arguments
10144
10145 2003-05-18    <johan AT balder>
10146
10147         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10148         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
10149 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
10150
10151         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
10152   Added feature to script commands from file.
10153
10154 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
10155
10156         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
10157         * src/SDCCutil.c: include ctype.h for win32
10158
10159 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
10160
10161         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
10162
10163 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
10164
10165         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
10166   Fixed so you can set breakpoints prior to run, run does not stop
10167   on entry now.  Add tbreak.  Other enhancements and fixes for use
10168   with ddd.
10169
10170 2003-05-12  Borut Razem <borut.razem AT siol.net>
10171
10172         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
10173
10174 2003-05-11  Borut Razem <borut.razem AT siol.net>
10175
10176         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
10177         the path of bin directory, so that PATH is the only env. variable, which has to be set
10178         in case of standard installation.
10179         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
10180         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
10181         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
10182
10183 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10184
10185         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
10186         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
10187         temp files are in the port dir; clean the gen/test directory when
10188         generating new test.c
10189         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
10190         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
10191         * support/regression/tests/zeropad.c: added
10192
10193 2003-05-09    <johan AT balder>
10194
10195         * src/SDCCglue.c: fixed bug #597940
10196
10197 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
10198
10199         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10200   cache sfr, optimize next,step, fix off by one sourceline,
10201   support ddd list function.
10202         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
10203
10204 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
10205
10206         * support/regression/HTMLgen.py: added compare_s2f()
10207         * support/regression/Makefile: redo 1.27
10208         * support/regression/generate-cases.py: redo 1.5
10209
10210 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
10211
10212         * support/regression/tests/float.c: workaround 33 bit hex constant
10213         * support/regression/tests/simplefloat.c: fix division for host
10214
10215 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
10216
10217         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
10218         that tame's the PIC's over-aggressive optimizer.
10219
10220 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10221
10222          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
10223          support for MSVC.
10224
10225 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
10226
10227         Initial support for DS80C400. "Hello world" runs on TINIm400
10228         (with polled I/O).
10229
10230 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
10231
10232          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
10233          * Some notes on ddd usage added in debugger/README
10234          Martin Helmling adding more features and fixes for ddd GUI debugger.
10235          Code added for nexti, stepi, up, down, and other adjustments.
10236
10237 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
10238
10239         * src/pic/pCodepeep.c non-wildcard asmops are now handled
10240         * src/pic/peeph.def Added two rules to optimize carry manipulation
10241         * src/pic/* removed debug printfs
10242
10243 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
10244
10245         * debugger/mcs51/cmd.c: added header newalloc.h
10246
10247 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
10248
10249         * as/Makefile: new EXEEXT
10250         * as/z80/Makefile: remove trailing slash of BUILDIR
10251         * as/z80/clean.mk: new EXEEXT
10252         * Makefile.common.in: add to CFLAGS (and others), don't replace it
10253         * support/cpp2/Makefile.in: new EXEEXT
10254         * src/pic/glue.c (pic14emitRegularMap): fixed warning
10255
10256 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
10257
10258         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
10259         EXEEXT was introduced to fix all related problems with targets
10260         "clean", "install" and "uninstall"; a couple of further flaws
10261         especially with "clean" have been fixed too
10262         * as/mcs51/Makefile.in
10263         * as/mcs51/clean.mk
10264         * as/z80/Makefile
10265         * Makefile
10266         * clean.mk
10267         * debugger/mcs51/Makefile.in
10268         * debugger/mcs51/clean.mk
10269         * link/z80/Makefile
10270         * link/z80/Makefile.in
10271         * link/z80/clean.mk
10272         * link/Makefile
10273         * packihx/Makefile.in
10274         * packihx/clean.mk
10275         * sim/ucsim/Makefile
10276         * sim/ucsim/clean.mk
10277         * sim/ucsim/avr.src/Makefile.in
10278         * sim/ucsim/avr.src/clean.mk
10279         * sim/ucsim/s51.src/Makefile.in
10280         * sim/ucsim/s51.src/clean.mk
10281         * sim/ucsim/xa.src/Makefile.in
10282         * sim/ucsim/xa.src/clean.mk
10283         * sim/ucsim/z80.src/Makefile.in
10284         * sim/ucsim/z80.src/clean.mk
10285         * sim/ucsim/main_in.mk
10286         * sim/ucsim/packages_in.mk
10287         * sim/ucsim/gui.src/Makefile.in
10288         * sim/ucsim/gui.src/serio.src/Makefile.in
10289         * sim/ucsim/gui.src/serio.src/clean.mk
10290         * src/Makefile.in
10291         * src/clean.mk
10292         * support/cpp2/Makefile.in
10293         * support/cpp2/clean.mk
10294         * support/makebin/Makefile
10295         * support/makebin/clean.mk
10296         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
10297         * doc/sdccman.lyx: --program-suffix no longer needed
10298
10299 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
10300
10301          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
10302          Martin Helmling added support for ddd GUI debugger.
10303          Code added to display assembly, set variables, and other commands
10304          to interface to ddd.
10305
10306 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
10307
10308         * as/Makefile: fix target clean
10309         * as/clean.mk: fix target clean
10310         * as/z80/clean.mk: fix target clean
10311
10312 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
10313
10314         * Makefile.common.in: added  AT EXEEXT AT
10315         * configure.in: removed all mingw32 stuff
10316         * configure: rebuilt from configure.in
10317         * doc/sdccman.lyx: updated section "installation"
10318         * support/scripts/sdcc_mingw32: adapted to configure
10319         * support/scripts/sdcc_cygwin_mingw32: added
10320
10321 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
10322
10323         * src/pic Added object file support for the PIC port
10324         * src/pic Applied patch from Craig Franklin (this started the object file support)
10325         * src/regression Updated the PIC regression tests for object files
10326
10327 2003-04-20  Borut Razem <borut.razem AT siol.net>
10328
10329         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10330           lklex.c: In function `getfid':
10331           lklex.c:203: warning: array subscript has type `char'
10332         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10333           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10334         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10335           stack handling macros
10336
10337 2003-04-19  Borut Razem <borut.razem AT siol.net>
10338
10339         * "handling space characters in file path" task:
10340         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10341         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10342         * support/Util/MySystem.h: make it self-sufficient
10343         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10344           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10345           handling space characters in file path
10346         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10347           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10348         * support/Util/MySystem.c: handling space characters in executable's path
10349
10350 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10351
10352         * as/z80/Makefile: fix permanent rebuild of z80
10353         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10354         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10355
10356 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10357
10358         * src/SDCCopt.c: add special case optimization to replace modulo by
10359           a power of two with a bitwise AND.
10360
10361 2003-04-18    <johan AT balder>
10362
10363         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10364
10365 2003-04-17    <johan AT balder>
10366
10367         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10368         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10369
10370 2003-04-13  Borut Razem <borut.razem AT siol.net>
10371
10372         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10373         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10374           fixed mingw problem in adl_NORMALIZE_PATH
10375
10376 2003-04-12  Borut Razem <borut.razem AT siol.net>
10377
10378         * fixed "#pragma SAVE/RESTORE can not be nested":
10379         * src/SDCC.lex: reworked pragma handling functions
10380         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10381         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10382
10383 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10384
10385         * src/SDCCutil.c (pathEquivalent): defined but not used
10386         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10387         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10388         * configure: rebuilt from configure.in
10389         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10390         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10391         * device/include/Makefile.in: replace sdcc_datadir
10392         * device/lib/Makefile.in: replace sdcc_datadir
10393         * Makefile.common.in: add LDFLAGS from configure
10394         * packihx/Makefile.in: use LDFLAGS
10395         * src/Makefile.in: use LDFLAGS
10396         * support/cpp2/Makefile.in: add LDFLAGS from configure
10397         * support/makebin/Makefile: use LDFLAGS
10398         * .version: bumped version number to 2.3.5
10399
10400 2003-04-12  Borut Razem <borut.razem AT siol.net>
10401
10402         * completed "different paths" task:
10403         * src/SDCCmacro.c: fixed bug in handling quotes
10404         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10405         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10406
10407 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10408
10409         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10410
10411 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10412
10413         * ds390/gen.c ds390/peeph.def: fix bug 706781
10414
10415 2003-04-11  Borut Razem <borut.razem AT siol.net>
10416
10417         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10418
10419 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10420
10421         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10422         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10423          set - this bit used to not be set...).
10424         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10425           bad code in PIC Port
10426         * src/regression/and2.c added to test bug 609268
10427         * src/regression/Makefile added and2.c to regression test
10428
10429
10430 2003-04-08    <johan AT CP255758-A>
10431
10432         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10433         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10434         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10435
10436 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10437
10438         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10439         fix bug #487815
10440         * support/cpp2/Makefile.in: fix bug #487815
10441         * configure: rebuilt from configure.in
10442         * Makefile.common.in: docdir changed, new path suffixes
10443         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10444         * sdcc_vc_in.h: reflect changes from sdccconf.h
10445         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10446         * src/SDCCutil.h: remove BINDIR hack
10447         * doc/sdccman.lyx: update new path hierarchy
10448
10449 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10450
10451         * src/SDCCpeeph.c: added okToRemoveSLOC test
10452
10453 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10454
10455         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10456
10457 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10458
10459         * src/SDCCpeeph.c: added labelIsReturnOnly test
10460         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10461
10462 2003-04-05    <johan AT balder>
10463
10464         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10465         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10466         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10467         * src/SDCCast.c: fixed a warning
10468         * src/SDCCast.h: fixed a warning
10469         * src/SDCCicode.c (operandFromAst): fixed a warning
10470
10471 2003-04-04    <johan AT balder>
10472
10473         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10474         * src/SDCCast.c (decorateType): fixed bug #715076
10475         * src/SDCC.y: fixed bug #702907
10476
10477 2003-04-03    <johan AT balder>
10478
10479         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10480         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10481         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10482         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10483         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10484
10485 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10486
10487         * _decdptr.c: fix return values
10488         * _gptrget.c: fix return values
10489         * _gptrgetc.c: fix return values
10490         * _gptrput.c: fix return values
10491         * _mulint.c: fix return values
10492         * as/z80/Makefile: fix 'make -j' problem
10493
10494 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10495
10496         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10497         * configure.in: big cleanup, updated to autoconf 2.5x
10498         * configure: rebuilt from configure.in
10499         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10500         * sdcc_vc_in.h: reflect changes from sdccconf.h
10501         * doc/Makefile: fixed a flaw in "make install"
10502
10503 2003-04-02    <johan AT balder>
10504
10505         * src/ds390/gen.c (genCmp): no comments
10506         * src/mcs51/gen.c (genCmp): no comments
10507         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10508         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10509
10510 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10511
10512         * support/regression/generate-cases.py: place generated file in given sub directory
10513         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10514         * support/regression/Makefile: improvements for 'make -j';
10515         side effect: it's simpler and faster now
10516
10517 2003-03-31  Borut Razem <borut.razem AT siol.net>
10518
10519         * src/z80/main.c: link-{port} and as-{port} defined without path
10520         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10521
10522 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10523
10524         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10525
10526 2003-03-30  Borut Razem <borut.razem AT siol.net>
10527
10528         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10529           changed type of list parameter to set
10530         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10531         * src/port.h: changed type of do_assemble() parameter to set
10532         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10533           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10534           definition of "cppoutfilename" macro with NULL value in preProcess()
10535         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10536         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10537         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10538           replaced with set *binPathSet
10539         * shash_add() deallocates the item, if allready exsists, before adding the new one
10540         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10541
10542 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10543
10544         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10545           a nested for loop bug in the PIC port
10546         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10547           for loops
10548
10549 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10550
10551         * support/Util/dbuf.h: remove C++ stuff to make it portable
10552
10553 2003-03-28  Borut Razem <borut.razem AT siol.net>
10554
10555         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10556           literal strings in stringLiteral()
10557         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10558         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10559           to the project
10560
10561 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10562
10563         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10564
10565 2003-03-26    <johan AT balder>
10566
10567         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10568         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10569         * src/SDCCast.c (decorateType): fixed " -v < 3"
10570
10571 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10572
10573         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10574         Added Lenny Story's debug infrastructure changes:
10575         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10576         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10577         * src/cdbFile.c: added
10578         * src/SDCCdebug.c: added
10579         * src/SDCCdebug.h: added
10580         * src/SDCCast.c (createFunction)
10581         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10582         * src/SDCCmain.c (parseCmdLine, main)
10583         * src/SDCCmem.c (redoStackOffsets)
10584         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10585         * src/SDCCsymt.h
10586         * src/common.h
10587         * src/avr/gen.c (genAVRCode)
10588         * src/ds390/gen.c (gen390Code)
10589         * src/mcs51/gen.c (gen51Code)
10590         * src/pic/gen.c (genpic14Code)
10591         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10592         * src/xa51/gen.c (genXA51Code)
10593         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10594
10595 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10596
10597         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10598         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10599
10600 2003-03-22    <johan AT balder>
10601
10602         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10603
10604 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10605
10606         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10607         * doc/cdbfileformat.lyx: added, written by Lenny Story
10608         * doc/Makefile: added cdbfileformat.lyx
10609         * doc/clean.mk: added cdbfileformat.lyx
10610
10611 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10612
10613         * src/mcs51/peeph.def: fix bug #705773
10614
10615 2003-03-20    <johan AT balder>
10616
10617         An sfr/sbit can have an "at #" AND an initializer
10618         * src/SDCCsymt.c (checkSClass):
10619         * src/SDCCmem.c (allocGlobal):
10620         * src/SDCCmem.c (allocLocal):
10621         * src/SDCCast.c (createBlock):
10622
10623 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10624
10625         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10626
10627 2003-03-16    <johan AT balder>
10628
10629         Undid the hackup of const and volatile, the problem is much bigger
10630         * src/SDCC.y:1.65
10631         * src/SDCCast.c:1.171
10632         * src/SDCCglue.c:1.138
10633         * src/SDCCicode.c:1.146
10634         * src/SDCCsymt.c:1.150
10635         * src/SDCCval.c:1.65
10636
10637 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10638
10639         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10640         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10641
10642 2003-03-13    <johan AT balder>
10643
10644         Hackup const and volatile modifiers in type chains a bit:
10645         * src/SDCC.y:1.63
10646         * src/SDCCast.c:1.169
10647         * src/SDCCglue.c:1.136
10648         * src/SDCCicode.c:1.143
10649         * src/SDCCsymt.c1.146
10650         * src/SDCCsymt.h1.59
10651         * src/SDCCval.c:1.63
10652
10653 2003-03-12    <johan AT balder>
10654
10655         * src/SDCCBBlock.h: more LRH debugging junk
10656         * src/SDCCcflow.h: more LRH debugging junk
10657         * src/SDCCloop.c: more LRH debugging junk
10658         * src/SDCC.y (struct_declaration): fixed bug #697590
10659         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10660         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10661         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10662
10663 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10664         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10665         test function names must now match exactly).
10666         * src/SDCCcse.c: added special case in findCheaperOp to allow
10667         extending a short integer. Makes less awful code for bug 700121 test case.
10668
10669 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10670
10671         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10672         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10673
10674 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10675
10676         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10677         actually called (operandsNotEqual() was called for all
10678         operandsNotEqualX tests).
10679
10680 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10681
10682         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10683         with shorter literals. Fixes bug 700121.
10684
10685 2003-03-11    <johan AT balder>
10686
10687         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10688
10689 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10690
10691         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10692         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10693
10694 2003-03-10  Borut Razem <borut.razem AT siol.net>
10695
10696         * src/SDCCmain.c: pipe preprocessor's output
10697         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10698         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10699         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10700         which closes all pipes in pipeSet set
10701         * src/SDCCset.c: free deleted item in function deleteSetItem()
10702         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10703         moved from z80 to src subproject
10704         * .version: increased version number to 2.3.4
10705
10706 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10707
10708         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10709         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10710         * support/regression/ports/xa51/spec.mk: fix typo
10711
10712 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10713
10714         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10715
10716 2003-03-09  Borut Razem <borut.razem AT siol.net>
10717
10718         * src/SDCCmain.c: pipe preprocessor's output
10719         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10720         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10721         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10722         which closes all pipes in pipeSet set
10723         * src/SDCCset.c: free deleted item in function deleteSetItem()
10724         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10725         moved from z80 to src subproject
10726
10727 2003-03-09  Borut Razem <borut.razem AT siol.net>
10728
10729         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10730         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10731         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10732         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10733         * src/SDCCglobl.h: unification of WIN32 native definitions
10734
10735 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10736
10737         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10738
10739 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10740
10741         * src/configure.in:   check for endianess (even while cross-compiling)
10742         * src/configure:      check for endianess (even while cross-compiling)
10743         * src/configure_in.h: check for endianess (even while cross-compiling)
10744         * src/avr/gen.c:        remove old endianess stuff
10745         * src/mcs51/gen.c:      remove old endianess stuff
10746         * src/ds390/gen.c:      remove old endianess stuff
10747         * src/pic/gen.c:        remove old endianess stuff
10748         * src/pic/genarith.c:   remove old endianess stuff
10749         * src/pic/glue.c:       fix endianess check
10750         * src/pic16/gen.c:      remove old endianess stuff
10751         * src/pic16/genarith.c: remove old endianess stuff
10752         * src/pic16/glue.c:     fix endianess check
10753         * src/xa51/gen.c:       remove old endianess stuff
10754         * src/z80/gen.c:        fix endianess check
10755         * src/SDCCglue.c:       fix endianess check
10756         * src/ds390/peeph.def: fix bug 700036
10757
10758 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10759
10760         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10761         * src/configure: find appropriate data-types on host for SDCC's int and long
10762         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10763         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10764         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10765
10766 2003-03-07    <johan AT balder>
10767
10768         Just a big NOOP:
10769                 some minor cleanups before the big shot
10770                 OP_DEFS and OP_USES now use Kevin's protection
10771                 new option --nolabelopt
10772
10773         * src/SDCCBBlock.c:
10774         * src/SDCCast.c,:
10775         * src/SDCCcflow.c:
10776         * src/SDCCcse.c:
10777         * src/SDCCicode.c:
10778         * src/SDCCicode.h:
10779         * src/SDCClabel.c:
10780         * src/SDCCloop.c:
10781         * src/SDCCmain.c:
10782         * src/ds390/ralloc.c:
10783         * src/mcs51/ralloc.c:
10784         * src/pic/ralloc.c:
10785         * src/xa51/ralloc.c:
10786         * src/z80/ralloc.c:
10787
10788 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10789
10790         * src/pic/pcode.c (get_op): fix 64 bit warnings
10791         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10792         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10793         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10794         * support/regression/tests/malloc.c: fix 64 bit warnings
10795
10796 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10797
10798         * src/mcs51/gen.c (genMinus): fixed bug 696436
10799
10800 2003-03-02  Borut Razem <borut.razem AT siol.net>
10801
10802         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10803
10804 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10805
10806         * configure.in: test for mkstemp
10807         * sdccconf_in.h: add HAVE_MKSTEMP
10808
10809 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10810
10811         * device/include/ctype.h: removed warning while using --stack-auto
10812         * device/include/malloc.h: removed warning while using --stack-auto
10813         * device/include/string.h: removed warning while using --stack-auto
10814
10815 2003-02-23  Borut Razem <borut.razem AT siol.net>
10816
10817         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10818         because NDEBUG is defined (see man assert)
10819         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10820
10821 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10822
10823         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10824         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10825
10826 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10827
10828         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10829         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10830
10831 2003-02-18    <johan AT balder>
10832
10833         * as/mcs51/asmain.c (asmbl): module can start with a digit
10834         * as/z80/asmain.c (asmbl): module can start with a digit
10835
10836 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10837
10838         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10839         * src/asm.c: fix pipe() for Mingw32
10840
10841 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10842
10843         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10844         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10845         make -V work again; --c1mode reads now from stdin
10846         * doc/sdccman.lyx: added --c1mode
10847         * support/Util/SDCCerr.c: new messages for c1 mode
10848         * support/Util/SDCCerr.h: new messages for c1 mode
10849         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10850
10851 2003-02-15    <johan AT balder>
10852
10853         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10854
10855 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10856
10857         * doc/sdccman.lyx: Environment variables, -o and other minor things
10858
10859 2003-02-14    <johan AT balder>
10860
10861         * src/xa51/main.c: before anyone really tries to use it :)
10862
10863         * Install doc's in share/sdcc/doc
10864         * removed some obsolete files
10865         * Do a proper make distclean and uninstall
10866         M Makefile.common.in
10867         R sdccbuild.sh
10868         M as/Makefile
10869         M device/include/Makefile.in
10870         M device/lib/Makefile.in
10871         M doc/sdccman.lyx
10872         M link/Makefile
10873         M sim/ucsim/doc/Makefile.in
10874         M src/clean.mk
10875         R src/avr/peeph.rul
10876         R src/xa51/peeph.rul
10877         M support/cpp2/Makefile.in
10878         M support/makebin/Makefile
10879
10880
10881 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10882
10883         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10884
10885 2003-02-10  Borut Razem <borut.razem AT siol.net>
10886
10887         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10888         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10889         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10890         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10891         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10892         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10893         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10894         src/z80/Makefile.bcc: Borland Makefile cleanup
10895         * as/z80/Makefile.bcc: Added Borland Makefile
10896         * support/cpp2/borland.h: Removed
10897
10898 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10899
10900         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10901         * src/SDCC.lex: new pragma NOIV
10902         * src/SDCCglobl.h: new pragma NOIV
10903         * src/SDCCmem.c: new pragma NOIV
10904
10905 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10906
10907         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10908
10909 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10910
10911         * src/SDCCmain.c: signal handling is switched off by --debug
10912         * doc/Makefile: small fix for install; use clean.mk again
10913         * doc/clean.mk: clean *.pdf and *.html too
10914
10915 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10916
10917         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10918         * device/lib/printfl.c: fix a ds390 bug by making it portable
10919         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10920         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10921         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10922         * debugger/mcs51/cmd.c: converted multi-line string literals
10923         * sim/ucsim/globals.cc: converted multi-line string literals
10924         * src/SDCCmain.c: introduced signal handler to remove temp files
10925         * doc/Makefile: small tweaks, implement clean
10926         * doc: removed generated files
10927
10928 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10929
10930         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10931         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10932         Address Record is not correctly generated for DS390."
10933
10934 2003-02-02  Borut Razem <borut.razem AT siol.net>
10935
10936         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10937         * as/mcs51/asm.h: fixed compilation with Borland C
10938         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10939         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10940         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10941         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10942         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10943         src/z80/Makefile.bcc: delete $(LIB) only if exist
10944         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10945
10946 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10947
10948         * device/include/malloc.h: introduced NULL
10949         * device/include/string.h: introduced NULL
10950         * device/include/stdlib.h: introduced NULL
10951         * device/lib/_memcpy.c: removed NULL
10952         * device/lib/_strcat.c: removed NULL
10953         * device/lib/_strchr.c: removed NULL
10954         * device/lib/_strcmp.c: removed NULL
10955         * device/lib/_strcpy.c: removed NULL
10956         * device/lib/_strcspn.c: removed NULL
10957         * device/lib/_strlen.c: removed NULL
10958         * device/lib/_strncat.c: removed NULL
10959         * device/lib/_strncmp.c: removed NULL
10960         * device/lib/_strncpy.c: removed NULL
10961         * device/lib/_strpbrk.c: removed NULL
10962         * device/lib/_strrchr.c: removed NULL
10963         * device/lib/_strspn.c: removed NULL
10964         * device/lib/_strstr.c: removed NULL
10965         * device/lib/_strtok.c: removed NULL
10966         * device/lib/malloc.c: removed NULL, include own header
10967
10968 2003-02-02    <johan AT balder>
10969
10970         * 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
10971         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10972         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10973         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10974         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10975         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10976
10977 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10978
10979         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10980         area 'DATA'"
10981
10982 2003-02-01    <johan AT balder>
10983
10984         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10985
10986 2003-01-31    <johan AT CP255758-A>
10987
10988         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10989
10990 2003-01-30    <johan AT balder>
10991
10992         * src/SDCCBBlock.c: automatic bug detection
10993         * src/SDCCicode.c: automatic bug detection
10994
10995 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10996
10997         * src/SDCCglobl.h:   now --xram-size 0 works
10998         * src/SDCCmain.c:    now --xram-size 0 works
10999
11000 2003-01-29    <johan AT balder>
11001
11002         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
11003
11004 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11005
11006         * as/mcs51/aslink.h: Added options --xram-size and --code-size
11007         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
11008         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
11009         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
11010         * src/SDCCglobl.h:   Added options --xram-size and --code-size
11011         * src/SDCCmain.c:    Added options --xram-size and --code-size
11012
11013 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
11014
11015         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
11016         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
11017
11018 2003-01-27    <johan AT balder>
11019
11020         * src/SDCC.y: fixed bug #613764
11021
11022 2003-01-26    <johan AT balder>
11023
11024         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
11025         * src/SDCCsymt.h: fixed bug #673374
11026         * src/SDCCglue.c: fixed bug #661910
11027         * src/SDCCast.c: fixed bug #458099 and 673374
11028
11029 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
11030
11031         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
11032         * as/mcs51/strcmpi.h: added
11033         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
11034         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
11035         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
11036         * as/mcs51/assym.c: strcmpi -> as_strcmpi
11037         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
11038         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
11039         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
11040         * as/mcs51/Makefile.aslink: new module strcmpi
11041         * as/mcs51/Makefile.asx8051: new module strcmpi
11042         * as/mcs51/Makefil.bcc: new module strcmpi
11043         * as/mcs51/Makefile.in: new module strcmpi
11044         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
11045
11046 2003-01-26    <johan AT balder>
11047
11048         * src/SDCCglue.c: reverted back to 1.124
11049         * src/SDCCast.c: reverted back to 1.156
11050         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
11051
11052 2003-01-25    <johan AT balder>
11053
11054         * src/SDCCglue.c: A better fix for bug #661910
11055         * src/SDCCast.c: A better fix for bug #661910
11056         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
11057
11058 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11059
11060         * src/Makefile.in: remove spawn.o
11061         * src/SDCCmain.c: remove spawn.h
11062         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
11063         * src/spawn.c: removed
11064         * src/spawn.h: removed
11065         * support/regression/ports/ds390/spec.mk: link with -r
11066
11067 2003-01-24    <johan AT CP255758-A>
11068
11069         * src/ds390/gen.c (aopOp): fixed bug #667458
11070         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
11071         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
11072         (createIvalCharPtr): an ival doesn't always have a storage class anymore
11073
11074 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
11075
11076         * src/mcs51/peeph.def: better assembler identation by Frieder
11077         * src/mcs51/gen.c: better assembler identation by Frieder
11078
11079 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
11080
11081         * as/z80/string.h: removed for gcc 3.2
11082         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
11083         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
11084
11085 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11086
11087         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
11088         * src/SDCCpeeph.c (replaceRule): fix bug #663503
11089         * support/regression/Makefile: separate temp files for ports
11090         * support/regression/generate-cases.py: separate temp files for ports
11091         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11092         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
11093
11094 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
11095
11096         * moved tinitalk to device/examples/ds390
11097
11098 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
11099
11100         * as/mcs51/lkmem.c: rflag is for DS390
11101         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
11102         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
11103                          (linkEdit): move mem- and map-files the same way as ihx-files
11104         * src/z80/main.c (_setDefaultOptions): removed --generic
11105         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
11106         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
11107         * src/pic/glue.c (picglue): --c1mode works again
11108         * src/pic16/glue.c (pic16glue): --c1mode works again
11109         * src/asm.c (printCLine): fix #660034
11110
11111 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
11112
11113         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
11114         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
11115         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
11116         * as/mcs51/lkmem (summary): better fix for sp problem
11117         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
11118         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
11119         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
11120                                               remove --stack-after-data
11121
11122 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
11123
11124         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
11125         * src/SDCCutil.c (join): ugly bug: missing '\0'
11126         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
11127
11128 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11129
11130         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
11131         * src/port.h: typo
11132         * src/pic/main.c (_asmCmd): gpasm supports -o
11133         * src/z80/main.c: more general macros
11134         * device/lib/Makefile.in: remove intermediate files
11135
11136 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
11137
11138         * .version: Bumped version number to 2.3.3
11139         * src/SDCCBBlock.c: new option -o
11140         * src/SDCCglobl.h: new option -o
11141         * src/SDCCglue.c: new option -o
11142         * src/SDCCmain.c: new option -o
11143         * src/asm.c: new option -o
11144         * src/ds390/main.c: new option -o
11145         * src/pic/glue.c: new option -o
11146         * src/pic/pcode.c: new option -o
11147         * src/pic/ralloc.c: new option -o
11148         * src/pic16/glue.c: new option -o
11149         * src/pic16/pcode.c: new option -o
11150         * src/pic16/ralloc.c: new option -o
11151         * src/z80/main.c: new option -o
11152         * device/lib/Makefile.in: use -o
11153         * support/regression/ports/ds390/spec.mk: use -o
11154         * support/regression/ports/gbz80/spec.mk: use -o
11155         * support/regression/ports/mcs51/spec.mk: use -o
11156         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
11157         * support/regression/ports/z80/spec.mk: use -o
11158         * support/regression/ports/ucz80/spec.mk: use -o
11159         * support/regression/ports/xa51/spec.mk: use -o
11160         * support/regression/fwk/lib/timeout.c: fix usage string
11161
11162 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
11163         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
11164
11165 2003-01-07    <johan AT balder>
11166
11167         * src/SDCCast.c (decorateType): fixed bug #600035
11168
11169 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
11170         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
11171         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
11172         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
11173         * src/pic/pcode.c: outcommented unused variable to remove warnings
11174         * src/pic/ralloc.c: outcommented unused variable to remove warnings
11175
11176 2003-01-06    <karl AT turbobit.com>
11177         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
11178    regression tests.
11179
11180 2003-01-06    <johan AT balder>
11181
11182         * src/SDCCicode.c: fixed array add
11183
11184 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
11185         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
11186         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
11187
11188 2003-01-04    <johan AT balder>
11189
11190         * src/SDCCval.c (getNelements): fixed the initialized array of structures
11191
11192 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11193         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
11194
11195 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11196         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
11197         * support/regression/tests/bug-524697.c: fit mem usage into 8032
11198
11199 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
11200         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
11201
11202 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
11203         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
11204
11205 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
11206         * src/mcs51/main.c: removed {bindir}{sep} from aslink
11207
11208 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11209
11210     * in /sdcc/as/mcs51/ changed these files in order to create an
11211     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
11212     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
11213     following files to include the previous two files: aslink.dsp,
11214     Makefile.aslink, Makefile.bcc, and Makefile.in.
11215
11216     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
11217     .adb instead of .cdb
11218
11219 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11220
11221         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
11222         value from option --iram-size.
11223
11224 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11225
11226         * /sdcc/as/mcs51/lklist.c: added boundary check before using
11227         dram[] array.
11228
11229 2002-09-18    <wiml AT hhhh.org>
11230
11231         * SDCClrange.h: exposed setFromRange() and setToRange()
11232         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
11233           packRegsForAccUse() (bug 542397)
11234         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
11235           multiple times and emitting the fetch operations more than once
11236           added aopGetUsesAcc() function to allow binary operators to
11237           fetch their operands in the correct order; made genMinus() emit
11238           compact code for X = LITERAL - Y
11239
11240 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11241         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
11242         sprintf() in line 1267.
11243
11244 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11245         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
11246         like ports.
11247
11248 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
11249         Changes to aslink (All the changes are marked with 'JCF'):
11250
11251         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
11252         summary().
11253
11254         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
11255         area BSEG.  Also moves, if possible, the DATA area down into the internal
11256         ram so more space is available.
11257
11258         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
11259         sflag.
11260
11261         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
11262         not bytes.  Function summary() which creates a memory usage summary
11263         file with extension .mem.  Reports of overlaping stack and small stack
11264         size.  If the space for the stack is less than 16 bytes aslink trows a
11265         warning.
11266
11267         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
11268         the 8051.  Option 'y' for memory summary output file.
11269
11270         Changes to sdcc (All the changes are marked with 'JCF'):
11271
11272         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
11273
11274         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
11275         overlaying area for it (uses RegBankUsed[4]).
11276
11277         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
11278         bank zero as used by default.  By default aslink locates the stack
11279         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
11280         the creation of the .mem file.  Delegates the allocation of data area
11281         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
11282         the begining of the stack area to aslink.
11283
11284         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
11285         glue() in SDCCglue.c creates an area for it.
11286
11287 2002-09-03  Borut Razem <borut.razem AT siol.net>
11288         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
11289         sdcc/src/pic/glue.c:
11290         introduced atexit() handler for teporay files removal in case of
11291         errors, assertions, ...
11292
11293 2002-08-29  Borut Razem <borut.razem AT siol.net>
11294         * sdcc/support/cpp2/auto-host_vc_in.h:
11295         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
11296         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
11297         Maybe there is a similar problem with BORLANDC? It should be checked!
11298
11299         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
11300         corrected improper use of assert: the assignment to clr variable was done inside the assert.
11301         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
11302         was not executed, and the compiler (cl) launched a warning:
11303         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
11304
11305 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
11306         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
11307
11308 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
11309         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
11310
11311         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11312           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
11313           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
11314           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11315           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
11316           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
11317           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
11318         - added Release configuration in VS projects
11319         - review of compiler an linker options
11320         - VC .exe files are generated in bin_vc directory, not to interfere
11321           with binaries generated from other projects (cygwin, mingw, bcc ...)
11322
11323         * sdcc/src/yacc.dsp: added
11324
11325         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
11326         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
11327         and insert the version number definitions from .version
11328
11329         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11330
11331         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11332         added - genarate auto-host.h using auto-host_vc_in.h as template
11333
11334         * sdcc/sdcc_vc.h,
11335         removed from CVS, generated automatically
11336
11337 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11338         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11339
11340 2002-08-11  Borut Razem <borut.razem AT siol.net>
11341         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11342
11343 2002-08-10  Borut Razem <borut.razem AT siol.net>
11344         * src/SDCCmain.c (main):
11345         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11346         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11347         The consequence was that some temporary files were not removed.
11348
11349         * src/SDCCglue.c:
11350         unification of code in functions tempfilename() and tempfile():
11351         function tempnam() is defined in Visual Studio 6.0 and .NET
11352
11353         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11354
11355         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11356           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11357         - removed compiler command line option /WX: Treats all warnings as errors
11358         - update a list of source files, included into the project
11359
11360         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11361           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11362         changed project type to Generic Project so that can be correcly converted to VS.NET project
11363
11364         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11365
11366         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11367
11368         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11369
11370         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11371         added return 0 statements after assert() to make compiler happy
11372
11373         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11374         added newline in the def file to keep MSC compiler satisfied
11375
11376         * sdcc/src/z80/gen.c:
11377         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11378           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11379         - solved MSC error in function aopDump()
11380
11381         * sdcc_vc.h: define PREFIX as "\\sdcc"
11382
11383 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11384         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11385
11386 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11387         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11388         - Rewrote the register banking algorithm.
11389         - Added pCode live-range analysis to registers (for now, only non-used and
11390         singly-used registers optimized away)
11391
11392         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11393
11394         * 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.
11395
11396 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11397         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11398
11399 2002-04-22  Michael Hope  <michaelh AT vroom>
11400
11401         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11402
11403         * configure.in (DD_COPT): Added include support required for gbdk.
11404
11405         * .version: Bumped version number just to increase it.
11406
11407         * src/SDCCmain.c: Added -nostdinc to the default options.
11408
11409 2002-04-15  Michael Hope  <michaelh AT vroom>
11410
11411         * device/lib/z80/printf.c (sprintf): Added.
11412
11413         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11414
11415         * src/z80/peeph.def: Added transpose redundent load rule.
11416
11417         * src/z80/main.c: Added force callee saves for jaune.
11418
11419         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11420
11421         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11422
11423 2002-03-28  Johan Knol  <johan AT balder>
11424
11425         * src/SDCCval.c: fixed bug #532436
11426
11427 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11428         * /src/port.h:
11429         Added "char *Processor" field to the port structure.
11430
11431         * /src/SDCCmain.c:
11432         Added -p option. Allows port dependent processor to be specified.
11433
11434         * all ports:
11435         Initialized the new field char *Processor field to NULL in all ports
11436
11437         * /src/pic/*:
11438         Compiler generated registers for interrupt context saving
11439         were not getting allocated.
11440
11441 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11442
11443         * /src/SDCCast.c:
11444         Fixed left shift. Will promote the left side of a left shift
11445         if a) left shifting more than size of operand or b) when assigned
11446         to something size > size of left side
11447
11448 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11449         * src/pic/*
11450         tons of changes. Register allocation has been
11451         rewritten. Added customization for the various PICs. Flow
11452         analysis is restructured. ...
11453
11454         * src/pic/device.h:
11455         Added
11456
11457         * src/pic/device.c:
11458         Added. device.c is a PIC port hack to accomodate variations
11459         in PIC devices.
11460
11461 2002-03-13  Michael Hope  <michaelh AT vroom>
11462
11463         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11464
11465 2002-03-04  johanknol  <johanknol AT manik>
11466
11467         * /src/SDCCval.c: fixed
11468
11469         const unsigned char arr[][2] = { { 0, 1 } };
11470         t18.c:1: error: Initializer element is not constant
11471
11472 2002-03-04  bela  <bela AT manik>
11473
11474         * /device/include/mcs51reg.h:
11475         ds89c420 register definition update
11476
11477 2002-03-03    <johan AT FRIJA>
11478
11479         * support/Util/SDCCerr.c: did something, but don't no why anymore
11480
11481         * support/regression/tests/bug-524691.c: made it a little less shy
11482
11483         * src/SDCCast.c (decorateType): fixed bug #524697
11484
11485         * src/SDCCast.c: made some lineno improvements
11486
11487         * src/SDCCval.c (getNelements): changed warning to error
11488
11489         * src/SDCCglue.c (printIvalArray): changed warning to error
11490
11491         * src/SDCCicode.c: fixed a warning for mingw
11492
11493         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11494
11495         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11496
11497 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11498
11499         * src/ds390/peeph.def:
11500         Added some more peephole rules
11501
11502         * src/ds390/gen.c: Various fixes & enhancements
11503
11504         * src/SDCClrange.c, src/SDCClrange.h:
11505         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11506
11507         * src/ds390/ralloc.c:
11508         various fixes & enhancements (ds390) specific
11509
11510         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11511         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11512         from rallocs.
11513
11514         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11515
11516 2002-03-02    <johan AT FRIJA>
11517
11518         * src/SDCCast.c (decorateType): fixed bug #524708
11519
11520         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11521
11522         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11523
11524 2002-03-01  Michael Hope  <michaelh AT vroom>
11525
11526         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11527
11528         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11529
11530 2002-03-01    <johan AT FRIJA>
11531
11532         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11533
11534         * src/SDCCast.c (decorateType): fixed bug #524209
11535
11536         * src/SDCCval.c (valNot): fixed bug #524195
11537
11538 2002-02-26    <johan AT balder>
11539
11540         * src/xa51/gen.c: fixed a warning
11541
11542         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11543
11544         * src/SDCCast.c (decorateType): fixed bug #522534
11545
11546 2002-02-23    <johan AT balder>
11547
11548         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11549
11550 2002-02-22    <johan AT balder>
11551
11552         * src/SDCCast.c: fixed bug #514865
11553
11554         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11555
11556 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11557
11558         * sdcc/src/SDCCloop.c:
11559         Previous fix was not good. basic blocks that have "break" or "return" are
11560         not really partof a loop , but live ranges used in these blocks should
11561         be live thru the entire loop, so set partOfLoop but don't add them to
11562         loop region
11563
11564 2002-02-21    <johan AT FRIJA>
11565
11566         * src/SDCCcse.c: fixed bug #514308
11567
11568 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11569
11570         * src/SDCCloop.c:
11571         Fixed BUG #519583. If a conditional block ended in a return/break
11572         statement inside a loop, it was not being considered part of the loop.
11573
11574         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11575
11576 2002-02-10  Karl Bongers <karl AT turbobit.com>
11577
11578         * debugger/*:
11579         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11580         with lots of comments and notes.
11581
11582         * device/examples/test2.c:
11583         Fix bug, "red" variable not being initialized(compiler complained).
11584
11585         * device/examples/Makefile, examples/test3.c:
11586         Add Makefile in device/examples folder, compiles test3.c
11587         for use as a multiple module SDCDB test case.
11588
11589         * sim/ucsim/cmd.src/cmdset.cc:
11590         Took out debug printfs in ucsim "next" command.
11591
11592         * sim/ucsim/xa.src:
11593         Karl and Johan start ucsim XA support.  Most dissassembly working,
11594         about 75% emulation done(plenty of work remaining).
11595
11596         * sim/ucsim/z80.src:
11597         Add Z80 support to ucsim, add test-ucz80 regression test,
11598         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11599         Notice z80 compiler fails on examples/test3.c/crc code.
11600
11601 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11602
11603         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11604         Added support for --parms-in-bank1
11605
11606         * src/ds390/peeph.def:
11607         added a few more peephole optimzations
11608
11609         * src/ds390/main.c:
11610         1) added __builtin_inp & __builtin_outp used to read in data of given length
11611            from a memory mapped port
11612         2) added __builtin_memcmp
11613         3) added __builtin_swapw swap bytes of a short
11614
11615         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11616         1) handle multiple send & receives from register bank1
11617         2) ralloc can now allocate DPTR1 to some liveRanges
11618
11619         * src/SDCCsymt.c, src/SDCCsymt.h:
11620         changes to handle multiple sends & receives
11621
11622         * src/SDCCptropt.h:
11623         added some pointer arithmetic optimization
11624
11625         * src/SDCCptropt.c:
11626         added some pointer arithmetic optimizations but not stable yet so not
11627         called from anywhere (will get this working shortly)
11628
11629         * src/SDCCopt.c: fixed for multiple sends & receives
11630
11631         * src/SDCCmain.c:
11632         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11633         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11634            set preprocessor defines (depending on options)
11635
11636         * src/SDCCicode.c, src/SDCCicode.h:
11637         changes made to handle multiple sends & receives
11638
11639         * src/SDCCglobl.h:
11640         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11641
11642         * src/SDCCcse.c, src/SDCCcse.h:
11643         added function findbackward def (to be used in upcoming optimization)
11644
11645         * src/SDCCcflow.c, src/SDCCcflow.h:
11646         added function returnAtEnd - to determine if a basic block terminates with
11647         a RETURN iCode
11648
11649         * src/SDCCast.c, src/SDCCast.h:
11650         added option parms-in-bank1
11651
11652         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11653         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11654         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11655         adjusted for --parms-in-bank1 option
11656
11657         * device/include/string.h:
11658         donot redefine "reentrant" keyword
11659
11660         * device/include/ds80c390.h: Added some more SFRs
11661
11662 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11663
11664         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11665
11666 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11667
11668         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11669
11670 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11671
11672         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11673
11674 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11675
11676         * Added --xram-movc option
11677
11678 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11679
11680         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11681
11682 2002-01-11  Johan Knol
11683
11684         * Added math lib of Jesus Calvino-Fraga
11685
11686 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11687
11688         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11689         * support/regression/Makefile: new target test-mcs51-stack-auto
11690         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11691
11692 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11693
11694         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11695
11696 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11697
11698         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11699
11700 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11701
11702         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11703
11704         * src/SDCCglue.h: add definition for printIvalChar()
11705
11706 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11707
11708         * src/SDCCast.c: fix #498138 by Johan
11709
11710         * src/SDCCglue.c: fix #498138 by Johan
11711
11712 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11713
11714         * support/regression/Makefile: fix clean
11715
11716         * support/regression/ports/ds390/support.c: fix transmission of last character
11717
11718 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11719
11720         * /sdcc/src/ds390/gen.c:
11721         a) improved computing address of stack variable
11722         b) took out some #if 0 code
11723         c) improved parmBytes adjustment
11724         d) improved genPlusIncr & genMinusIncr
11725         e) genCmp could generate bad code (when left assigned to DPTR)
11726         f) Fixed bug in hasInc
11727
11728         * /sdcc/src/ds390/ralloc.c:
11729         a) packRegsForSupport could mess up live information (Fixed)
11730         b) packRegsDPTRuse could be incorrect for left & right shift
11731
11732         * /sdcc/src/mcs51/ralloc.c:
11733         packRegsForSupport could mess up the live information (Fixed)
11734
11735         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11736
11737         * /sdcc/src/SDCCast.c:
11738         can reverse a loop even if function call is present as long
11739         as the loop control variable is local & is not passed as parameter
11740
11741 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11742
11743         * /sdcc/ChangeLog: *** empty log message ***
11744
11745         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11746         More builtin function additions for TININative
11747
11748         * /sdcc/src/ds390/ralloc.c:
11749         Had broken the regression testsuite
11750
11751         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11752
11753         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11754         Added funcattr hasStackParms will be set for reentrant functions when there
11755         are paramteres on the stack, this helps in minimizing frame pointer generation
11756         typeFromStr can handle function pointers now
11757
11758         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11759         *** empty log message ***
11760
11761 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11762
11763         * /src/ds390/gen.c, /src/ds390/main.c:
11764         More builtin function additions for TININative
11765
11766         * /src/ds390/ralloc.c:
11767         Had broken the regression testsuite
11768
11769         * /src/SDCCast.c: Fixed a bug in dumptree
11770
11771         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11772         Added funcattr hasStackParms will be set for reentrant functions when there
11773         are paramteres on the stack, this helps in minimizing frame pointer generation
11774         typeFromStr can handle function pointers now
11775
11776         * /doc/builtins.txt, /doc/TININative.txt:
11777         *** empty log message ***
11778
11779
11780 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11781
11782         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11783         ALPHA version for -mTININative
11784
11785         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11786         updated to reflect changes in the port structure
11787
11788         * /src/port.h:
11789         added function do_assemble (similar to do_link) if non-null this function
11790         will be called to do assembly (-mTININative) requires a multi command
11791         assembly
11792         added function genAssemblerEnd will be called to generate assembler Epilogue
11793
11794         * /src/SDCCsymt.c:
11795         added _JavaNative to debug info printing
11796
11797         * /src/SDCCmain.c: added option --tini-libid
11798         added port->do_assemble function (-mTININative) has a multi command assemble
11799
11800         * /src/SDCCglue.c: Disabled "constExpr" check
11801         added port->genAssemblerEnd function
11802
11803         * /src/SDCCglobl.h: Added option --tini-libid value
11804
11805         * /src/SDCCast.h:
11806         tookout optimizeCompare from the header (has no external references)
11807
11808         * /src/SDCCast.c: made one more function "static"
11809
11810 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11811
11812         * src/z80/mappings.i: Added z80asm support.
11813
11814         * src/z80/main.c: Added z80asm support on --asm=z80asm
11815
11816         * src/z80/gen.c: Fixed asm portability issues.
11817
11818         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11819
11820         * src/SDCCglue.c (printExterns): Added global/extern split.
11821
11822 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11823
11824         * support/regression/Makefile: added test for mcs51 model large
11825
11826         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11827
11828         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11829
11830 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11831
11832         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11833
11834 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11835
11836         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11837
11838         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11839
11840 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11841
11842         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11843
11844         * support/regression/tests/simplefloat.c: Port to mcs51.
11845
11846 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11847         * support/regression/tests/bug-485362.c: Added.
11848
11849         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11850
11851         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11852
11853         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11854
11855         * src/z80/gen.c (aopDump): Added a dump function.
11856
11857 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11858         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11859
11860         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11861
11862         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11863
11864         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11865
11866         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11867
11868         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11869
11870         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11871
11872         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11873
11874         * support/regression/ports/ds390/support.c: Use tinibios.
11875
11876         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11877
11878 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11879
11880         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11881         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11882
11883         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11884
11885         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11886
11887 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11888
11889         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11890
11891         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11892         (packRegsForIYUse): Created and optimised.
11893
11894 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11895
11896         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11897 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11898
11899         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11900
11901         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11902
11903         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11904
11905 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11906
11907         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11908
11909         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11910
11911 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11912
11913         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11914
11915         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11916
11917         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11918
11919 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11920
11921         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11922         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11923         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11924
11925         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11926
11927         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11928         (genNotFloat): Added.
11929         (genUminusFloat): Added.
11930
11931         * device/lib/z80/Makefile: Added floating pt stubs.
11932
11933         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11934
11935         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11936
11937         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11938
11939 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11940
11941         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11942
11943         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11944
11945         * sdcc/support/regression/Makefile: Add port ds390.
11946
11947         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11948
11949         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11950
11951         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11952
11953         * sdcc/support/regression/ports/ds390/support.c: Added.
11954
11955         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11956
11957         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11958
11959         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11960
11961 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11962
11963         * device/include/malloc.h: Added z80 and gbz80 support.
11964
11965         * device/lib/gbz80/heap.s: Added.
11966
11967         * device/lib/z80/heap.s: Added.
11968
11969         * device/lib/malloc.c: Added z80 and gbz80 support.
11970
11971         * support/regression/tests/malloc.c (testMalloc): Added.
11972
11973         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11974
11975         * support/regression/tests/bug-478094.c: Added.
11976
11977         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11978
11979 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11980
11981         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11982
11983         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11984
11985         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11986
11987         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11988
11989         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11990
11991 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11992
11993         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11994
11995 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11996
11997         * support/regression/tests/bug-477927.c: Added.
11998
11999         * src/z80/peeph.def: Added minor rules.
12000
12001         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
12002
12003         * src/z80/peeph.def: Added jump optimisation modification.
12004
12005 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
12006
12007         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
12008
12009 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
12010
12011         * support/regression/tests/funptrs.c: Added.
12012
12013 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
12014
12015         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
12016
12017 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
12018
12019         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
12020
12021         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
12022
12023         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
12024         (movLeft2ResultLong): Created.
12025
12026         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
12027         (joinPushes): Added.  Joins two char pushes into a word push.
12028
12029 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
12030
12031         * support/cpp2/Makefile.in (install): Added creation of dest dir.
12032
12033         * support/makebin/Makefile (install): Added creation of dest dir.
12034
12035 2001-10-24 Karl Bongers <karl AT turbobit.com>
12036
12037         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
12038
12039 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
12040
12041         * src/z80/ralloc.c: Turned off faulty pack for one use.
12042
12043         * src/z80/peeph-gbz80.def: Removed redundent restart options.
12044
12045         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
12046
12047 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
12048
12049         * support/regression/Makefile: Improved clean
12050
12051         * support/regression/ports/gbz80/spec.mk: Added clean
12052
12053         * support/regression/ports/host/spec.mk: Added clean
12054
12055         * support/regression/ports/z80/spec.mk: Added clean
12056
12057         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
12058
12059         * support/regression/ports/mcs51/timeout.c: little improvements
12060
12061 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
12062
12063         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
12064
12065         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
12066
12067         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
12068
12069 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
12070
12071         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
12072
12073         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
12074
12075 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
12076         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
12077
12078         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
12079
12080         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
12081
12082         * src/mcs51/main.c (_linkCmd): Added bin path to command.
12083
12084         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
12085
12086         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
12087
12088         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
12089
12090         * support/regression/tests/longor.c: Added.
12091
12092 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
12093
12094         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
12095
12096         * as/mcs51/aslink.h: define PATH_MAX
12097
12098         * as/mcs51/asm.h: define PATH_MAX
12099
12100         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
12101
12102         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
12103
12104         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
12105
12106         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
12107
12108         * src/SDCCglobl.h: define PATH_MAX
12109
12110         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
12111
12112         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
12113
12114 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
12115
12116         * src/z80/gen.c (gencjneshort): Fixed
12117
12118         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
12119
12120 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
12121
12122         * support/regression/tests/bug-469671.c: Added.
12123
12124         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
12125
12126 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
12127
12128         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
12129
12130         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
12131
12132 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
12133
12134         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
12135
12136         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
12137
12138         * src/device/lib/_mullong.c : removed hint: nooverlay bug
12139
12140         * src/device/lib/_divuint.c : removed hint: nooverlay bug
12141
12142         * src/device/lib/_divulong.c: removed hint: nooverlay bug
12143
12144         * src/device/lib/_moduint.c : removed hint: nooverlay bug
12145
12146         * src/device/lib/_modulong.c: removed hint: nooverlay bug
12147
12148 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
12149
12150         * 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.
12151
12152         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
12153
12154         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
12155
12156 2001-10-07    <johan AT FRIJA>
12157
12158         * device/lib/gets.c (gets): fixed the return value.
12159
12160 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
12161         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
12162
12163         * 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.
12164
12165         * 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.
12166
12167         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
12168
12169         * src/pic/gen.c: Removed Safe_strdup.
12170
12171         * configure.in: Added option to enable libgc support.
12172
12173         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
12174         (bitVectUnion): Optimised.
12175         (bitVectIntersect): Optimised.
12176         (bitVectBitsInCommon): Optimised.
12177         (bitVectCplAnd): Optimised.
12178
12179         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
12180
12181 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12182
12183         * src/SDCCmain.c: distinguish between assembler debug and plain options
12184
12185         * src/avr/main.c:   remove standard assembler options
12186
12187         * src/ds390/main.c: remove standard assembler options
12188
12189         * src/mcs51/main.c: remove standard assembler options
12190
12191         * src/port.h: removed "PENDING" comment
12192
12193 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12194
12195         * src/device/lib/_mulint.c  : new, with assember functions
12196
12197         * src/device/lib/_mullong.c : new, with assember functions
12198
12199         * src/device/lib/_divuint.c : with assember functions
12200
12201         * src/device/lib/_divsint.c : with assember functions
12202
12203         * src/device/lib/_divulong.c: with assember functions
12204
12205         * src/device/lib/_divslong.c: with assember functions
12206
12207         * src/device/lib/_moduint.c : with assember functions
12208
12209         * src/device/lib/_modsint.c : with assember functions
12210
12211         * src/device/lib/_modulong.c: with assember functions
12212
12213         * src/device/lib/_modslong.c: with assember functions
12214
12215         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
12216
12217         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
12218
12219         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
12220                                       replaced _mululong.c and _mulslong.c by _mullong.c
12221
12222 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
12223
12224         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
12225
12226 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12227
12228         * src/SDCCglue.c: test, if win32api is available for MINGW
12229
12230 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
12231
12232         * src/SDCCsymt.c: no more _modifier in printTypeChain()
12233         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
12234         * support/regression/ports/gbz80/spec.mk: removed GENERIC
12235         * support/regression/ports/host/spec.mk: removed GENERIC
12236         * support/regression/ports/mcs51/spec.mk: removed GENERIC
12237         * support/regression/ports/z80/spec.mk: removed GENERIC
12238
12239 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
12240
12241         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
12242
12243         * support/regression/tests/bug-467035.c: Created.
12244
12245 2001-10-01    <johan AT FRIJA>
12246
12247         * src/SDCC.y: fixed bug #466586 part 1
12248
12249 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
12250
12251         * SDCCicode.c: z80 has no generic pointers
12252         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
12253
12254 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
12255
12256         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
12257
12258 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
12259
12260         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
12261
12262         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
12263
12264 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
12265
12266         * configure.in: Fixed up so that ucsim is only configured once.
12267
12268         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
12269
12270         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
12271         (getPathDifference): As above.
12272
12273         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
12274
12275         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
12276
12277 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
12278         * .version: Updated to 2.3.1
12279
12280         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
12281         Added copyright header.
12282
12283         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
12284         (assemble): Added support for macro based assembler commands.
12285         (linkEdit): Added support for macro based linker commands.
12286         (preProcess): Changed the pre-processor to use macros.
12287         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
12288         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
12289
12290         * device/lib/z80/crt0.s: Added module name for debugging.
12291
12292 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
12293
12294         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12295
12296         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
12297
12298         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
12299
12300         * src/Makefile.in: Added SDCCmacro and SDCCutil
12301
12302 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
12303
12304         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
12305
12306 2001-09-16    <johan AT FRIJA>
12307
12308         * 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.
12309
12310 2001-09-15    <johan AT FRIJA>
12311
12312         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
12313         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
12314
12315 2001-09-11    <johan AT FRIJA>
12316
12317         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
12318
12319 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
12320
12321         * support/regression/tests/bug-460444.c: Added test case.
12322
12323         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
12324         (genCast): Added justification for all of the asserts.
12325
12326 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
12327
12328         * support/regression/support.c: _xdata replaced by xdata
12329
12330         * support/regression/spec.mk: removed _generic
12331
12332 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12333
12334         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12335
12336         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12337         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12338
12339         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12340
12341         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12342
12343         * support/regression/tests/bug-460010.c: Added test case.
12344
12345         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12346
12347 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12348
12349         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12350
12351         * support/regression/testfwk.c: removed workaround for bug #436344
12352
12353         * support/regression/tests/bp.c: use less memory with mcs51
12354
12355         * support/regression/tests/bug-441448.c: use less memory
12356
12357         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12358
12359         * support/regression/collate-results.py: typo
12360
12361 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12362
12363         * support/regression/tests/fetchoverlap.c: Added new test case.
12364
12365         * support/regression/tests/bp.c: Added new test case.
12366
12367         * support/regression/tests/bug-448984.c: Added new test case.
12368
12369         * support/regression/tests/pow2shifts.c: Added new test case.
12370
12371         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12372         (genlshTwo): Fixed right shift for count > 8.
12373
12374         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12375
12376 2001-09-08    <johan AT FRIJA>
12377
12378         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12379
12380 2001-09-07    <johan AT FRIJA>
12381
12382         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12383
12384         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12385
12386 2001-09-06    <johan AT FRIJA>
12387
12388         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12389         * bernhard noted me at this: "() equals to (void)" (1.38)
12390
12391 2001-09-05    <johan AT FRIJA>
12392
12393         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12394
12395 2001-09-04    <johan AT FRIJA>
12396
12397         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12398
12399
12400 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12401
12402         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12403
12404 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12405
12406         * link/z80/aslink.h: Fixed path for PATH_MAX
12407
12408 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12409
12410         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12411
12412         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12413
12414         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12415
12416         * 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.
12417
12418 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12419
12420         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12421         (genCmp): Fixed up genCmp for the GB with longs.
12422
12423         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12424
12425         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12426
12427         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12428
12429         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12430
12431 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12432
12433         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12434
12435 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12436
12437         * 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.
12438
12439         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12440
12441 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12442
12443         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12444
12445         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12446
12447 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12448
12449   * sim/ucsim/configure:    little improvement of Cygwin-detection
12450   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12451   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12452   * support/regression/tests/bug-221100.c: small changes for mcs51
12453   * support/regression/tests/bug-221168.c: small changes for mcs51
12454   * support/regression/tests/bug-227710.c: small changes for mcs51
12455   * support/regression/tests/staticinit.c: small changes for mcs51
12456   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12457   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12458   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12459
12460 $Revision$