de3ec415fda5bd16a9a612580dbbb5d7a694f780
[fw/sdcc] / ChangeLog
1 2006-08-14 Borut Razem <borut.razem AT siol.net>
2
3         * support/fegression/ports/pic14/gpsim.cmd,
4           support/fegression/ports/pic14/spec.mk,
5           support/fegression/ports/pic14/support.c:
6           added pic14 regression test
7
8 2006-08-14 Maarten Brock <sourceforge.brock AT dse.nl>
9
10         * as/doc/asxhtm.html: documented changed ABS behaviour
11         * as/doc/README: fixed some typos
12
13 2006-08-13 Maarten Brock <sourceforge.brock AT dse.nl>
14
15         * support/regression/tests/float_trans.c: disabled test if __STDC_IEC_559__
16           not defined on host
17
18 2006-08-12 Borut Razem <borut.razem AT siol.net>
19
20         * support/regression/fwk/include/testfwk.h,
21           support/regression/fwk/lib/testfwk.c,
22           support/regression/generate-cases.py,
23           support/regression/Makefile.in:
24           regression test framework does not depend on function pointers and
25           variable arguments
26
27 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
28
29         * device/include/stddef.h: c temporary hack to fix bug 1518273
30
31 2006-08-09 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
32
33         * device/include/mcs51/cc2510fx.h: added
34         * src/z80/z80.dsp, src/gbz80/gbz80.dsp: added support/Util/strcmpi.ch
35           to projects.
36
37 2006-08-09 Maarten Brock <sourceforge.brock AT dse.nl>
38
39         * as/z80/assym.c (mlookup): ignore case when looking up mnemonics
40         * as/z80/Makefile.in: added strcmpi.c
41         * as/z80/z80adr.c: added upper case registers and lower case conditionals
42         * support/Util/strcmpi.ch: added with intention to remove from mcs51/hc08
43
44 2006-08-08 Maarten Brock <sourceforge.brock AT dse.nl>
45
46         * device/lib/gbz80/asm_strings.s,
47         * device/lib/gbz80/crt0_rle.s,
48         * device/lib/gbz80/div.s,
49         * device/lib/gbz80/mul.s,
50         * device/lib/gbz80/shift.s,
51         * device/lib/z80/asm_strings.s,
52         * device/lib/z80/crt0_rle.s,
53         * device/lib/z80/div.s,
54         * device/lib/z80/mul.s,
55         * device/lib/z80/shift.s: changed to all lower case menmonics except the
56           flags which are all upper case
57
58 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
59
60         * as/z80/asm.h: made CASE_SENSITIVE 1
61         * link/z80/aslink.h: made CASE_SENSITIVE 1
62         * src/z80/gen.c (throughout): made all conditionals upper case
63         * support/regression/tests/bug1503067.c: new
64
65 2006-08-07 Maarten Brock <sourceforge.brock AT dse.nl>
66
67         * src/z80/gen.c (aopPut): fixed bug !*ixy should be !*iyx,
68           (shiftIntoPair): added case 2 for PAIR_IY,
69           (setupToPreserveCarry): replaced parameters with iCode and check if
70            PAIR_DE is in use to fix bug 1399290,
71           (genPlus, genMinus): updated call to setupToPreserveCarry
72         * support/regression/tests/bug1399290.c: new
73
74 2006-08-06 Maarten Brock <sourceforge.brock AT dse.nl>
75
76         * device/lib/Makefile.in (Z80SOURCES): enabled float support
77         * sim/ucsim/z80.src/inst.cc (inst_rst): generate breakpoint on RST8,ACC==0
78         * src/ds390/gen.c (shiftRLong),
79         * src/hc08/gen.c (shiftLLong, shiftRLong): fixed bug 1533966
80         * src/mcs51/gen.c (sameReg): changed to sameByte,
81           (xch_a_aopGet): new,
82           (shiftL2Left2Result, shiftR2Left2Result, shiftRLeftOrResult, shiftLLong,
83            shiftRLong): fixed bug 1533966
84         * src/z80/gen.c (shiftR2Left2Result, shiftL2Left2Result, genlshTwo,
85           genLeftShiftLiteral, genrshTwo, genRightShiftLiteral): fixed bug 1533966
86         * support/regression/Makefile.in: disabled z80, enabled ucz80
87         * support/regression/tests/float_trans.c: enabled test for z80 and host
88         * support/regression/tests/shifts2.c: new, for testing bug 1533966
89
90 2006-08-01 Borut Razem <borut.razem AT siol.net>
91
92         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
93           comparison is always false due to limited range of data type
94           on PPC64 machine (openpower-linux1) where "char = unsigned char"
95
96 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
97
98         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
99         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
100         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
101         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
102
103 2006-07-31 Borut Razem <borut.razem AT siol.net>
104
105         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
106           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
107           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
108           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
109           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
110           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
111           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
112           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
113           enable ucsim mingw compilation. Serial port is disabled,
114           since it uses termios.h API, which is not available on native
115           WIN32
116
117 2006-07-31 Borut Razem <borut.razem AT siol.net>
118
119         * Small Device C Compiler 2.6.0 released
120         * support/scripts/sdcc.nsi: added FULL_DOC option
121         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
122
123 2006-07-28 Borut Razem <borut.razem AT siol.net>
124
125         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
126         * doc/INSTALL.txt: updated
127
128 2006-07-27 Borut Razem <borut.razem AT siol.net>
129
130         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
131           device/lib/pic/libdev/Makefile.in: fixed bug
132           [ 1438354 ] pic libsdcc: distclean doesn't work
133         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
134           device/lib/pic16/libio/Makefile.in: fixed bug
135           [ 1438344 ] pic16 lib: clean doesn't work properly
136         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
137
138 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
139
140         * device/lib/pic/libsdcc/fsdiv.c,
141         * device/lib/pic/libsdcc/fsmul.c,
142         * device/lib/pic16/libsdcc/float/fsdiv.c,
143         * device/lib/pic16/libsdcc/float/fsmul.c,
144         * device/lib/_fsdiv.c,
145         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
146         * support/regression/tests/bug1520966.c: added
147         * doc/knownbugs.html: removed [ 1520966 ] from the list
148
149 2006-07-25 Borut Razem <borut.razem AT siol.net>
150
151         * configure.in, configure, sdccconf_in.h: fixed bug
152           [ 1519095 ] regression test onebyte.c fails on ppc64 host
153         * doc/knownbugs.html: removed [ 1519095 ] from the list
154
155 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
156
157         * doc/knownbugs.html: added, contains list of known bugs at release
158         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
159
160 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
161
162         * device/include/mcs51/compiler.h: added SFRX for xdata based special
163           function registers and corrected defaults with additional warning
164         * device/lib/malloc.c: cosmetic changes
165         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
166         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
167           (fillGaps): and used it
168
169 2006-07-20 Raphael Neider <rneider AT web.de>
170
171         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
172           output unless SDCCPICDEBUG is set
173         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
174           output if SILENT is set
175
176 2006-07-11 Borut Razem <borut.razem AT siol.net>
177
178         * doc/README.txt: updated
179
180 2006-07-10 Borut Razem <borut.razem AT siol.net>
181
182         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
183           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
184           in WIN32 installation
185         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
186           release candidate 1
187
188 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
189
190         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
191         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
192
193 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
194
195         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
196
197 2006-07-06 Borut Razem <borut.razem AT siol.net>
198
199         * support/regression/tests/bitfields.c:
200           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
201         * support/regression/tests/constantRange.c:
202           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
203
204 2006-07-04 Borut Razem <borut.razem AT siol.net>
205
206         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
207           src/port.mk,
208           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
209           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
210           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
211           reverted changes from 2006-07-03
212         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
213         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
214           added CPPFLAGS, used by the host port
215
216 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
217
218         * support/regression/valdiag/tests/switch.c,
219         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
220         * support/regression/tests/libmullong.c: fixed for host
221         * support/regression/ports/host/spec.mk: disable all warnings for host,
222         SDCC runs with --less-pedantic too
223
224 2006-07-03 Borut Razem <borut.razem AT siol.net>
225
226         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
227           defined CPPFLAGS
228         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
229         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
230           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
231           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
232           include ../port.mk
233         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
234           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
235           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
236           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
237
238 2006-07-02 Raphael Neider <rneider AT web.de>
239
240         * src/pic16/devices.inc,
241         * device/include/pic16/pic18fregs.h,
242         * device/include/pic16/pic18f4550.h,
243         * device/lib/pic16/pics.all,
244         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
245
246 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
247
248         * as/hc08/lkaomf51.c (OutputName),
249         * as/mcs51/lkaomf51.c (OutputName),
250         * as/z80/asmain.c (asmbl),
251         * src/ds390/main.c (asmLineNodeFromLineNode),
252         * src/hc08/ralloc.c (hc08_assignRegisters),
253         * src/mcs51/main.c (asmLineNodeFromLineNode),
254         * src/xa51/ralloc.c (checkRegMask),
255         * src/xa51/gen.c (emitcode),
256         * src/z80/gen.c (_emit2),
257         * src/SDCCast.c (searchLitOp),
258         * src/SDCCglobl.h,
259         * support/packihx/packihx.c,
260         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
261         * src/ds390/gen.c (aopPutUsesAcc),
262         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
263         * support/regression/tests/libmullong.c (mullong_wrapper),
264         * src/SDCCsymt.c (powof2),
265         * src/SDCCast.c,
266         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
267         * src/SDCCsymt.h: added TYPE_TARGET_*
268         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
269         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
270         SDCCast because 1) header problems 2) this is the right place
271         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
272         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
273         prototype
274
275 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
276
277         * src/SDCCicode.h: removed buggy semicolon in unused macro
278         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
279         search for previous definiton of auto symbols too,
280         (findPrevUse): fixed logic of emitWarnings
281
282 2006-06-26 Raphael Neider <rneider AT web.de>
283
284         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
285           PCLATH and PCLATU on interrupts, potentially fixes #1505141
286
287 2006-06-25 Raphael Neider <rneider AT web.de>
288
289         * device/lib/pic/libm: NEW, added math library functions
290         * device/lib/pic/libsdcc: NEW; added float support functions
291         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
292         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
293           NEW, added math related headers
294         * device/include/asm/pic/features.h: NEW
295         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
296           (popGet): allow larger offsets for AOP_PCODE,
297           (genDataPointerSet): handle literals explicitly, more debug output,
298           (genAssign): fixed for float using aopLiteral ;-)
299         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
300           GOTO initialisation routine
301         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
302           flag on registers, fixes #1469043 (local variables do not work)
303         * src/pic/main.c (_pic14_do_link),
304         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
305           available
306
307 2006-06-25 Borut Razem <borut.razem AT siol.net>
308
309         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
310           characters printed (not including the trailing '\0' used to end
311           output to strings). Problem detected in regression test bug-927659.c.
312           NOTE: printf() family functions should return int instead
313           unsigned int!
314         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
315           specifier are printed as themselves
316         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
317           support flags, width and precision specifiers
318
319 2006-06-24 Borut Razem <borut.razem AT siol.net>
320
321         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
322           to the list of sdcc tagrets not supporting bit type
323         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
324           testfor pic16 due to bug:
325           [ 1511794 ] pic16: regression test bug-895992.c fails
326
327 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
328
329         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
330         * src/SDCCglue.c (initPointer), fixed bug 1496419
331         * support/regression/tests/bug1496419.c: new, added
332
333 2006-06-22 Borut Razem <borut.razem AT siol.net>
334
335         * support/regression/ports/pic16/support.c: use gpsim usart module from
336           libgpsim_modules library
337
338 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
339
340         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
341         IP0H to IPH0.
342
343 2006-06-19 Raphael Neider <rneider AT web.de>
344
345         * src/pic/glue.h,src/pic16/glue.h: added prototypes
346         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
347           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
348           (pic14printExterns,pic14printPublics,pic16printPublics,
349           pic16_printExterns): use new functions to emit symbols
350           (picglue,pic16glue): emit publics before emitting externs
351         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
352           locally defined functions to avoid bug #1443651
353         * support/regression/tests/bug-716242.c: removed pic16 workaround
354         * support/regression/ports/pic16/spec.mk: ignore errors during build
355
356 2006-06-19 Raphael Neider <rneider AT web.de>
357
358         * src/pic/glue.h: added pic14aopLiteral prototype
359         * src/pic/glue.c (pic14aopLiteral): return unsigned int
360         * src/pic/gen.c: removed stdint.h dependency
361           (aopGet): use Safe_strdup()
362           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
363           (genDataPointerSet): use pic14aopLiteral()
364         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
365           for pic16; thanks to Bernhard and Maarten
366
367 2006-06-18 Borut Razem <borut.razem AT siol.net>
368
369         * support/regression/tests/structflexarray.c: flexible array members
370           not supported by gcc < 3
371         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
372           GUI tool by default
373         * src/pic/gen.c: don't include [p]strdin.h on solaris
374         * support/Util/pstdint.h: addad svn attributes
375         * support/regression/tests/constantRange.c,
376           support/regression/tests/rotate.c: include inttypes.h instead
377           stdint.h on solaris, addad svn attributes
378
379 2006-06-18 Raphael Neider <rneider AT web.de>
380
381         * src/SDCCsymt.c (initCSupport): change return type of divschar to
382           int for PIC16
383         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
384           (pic16_genMinusBits): simplified sign-extension
385           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
386             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
387             adjusted to correctly handle mixed-signed operands, disabled
388             now unused multiplciation routines
389         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
390           (assignResultValue): added argument denoting the size of the result
391             as returned by the function (fixes upcasts in assigning from
392             function calls: char foo(); int i = foo();)
393           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
394             function result to assignResultValue
395           (genMult): disabled inlined multiplication code
396           (genDiv): augmented to also handle the modulus operator, fixed to
397             handle mixed-signed operands correctly
398           (genMod): simply call genDiv, disabled unused code
399           (genAssign): fixed missing (sign-)extension on result
400         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
401             valid char operands, allow signed operands for native code, added
402             division and modulo operator handling
403         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
404
405         As a consequence, onebyte.c (if split into two files) and muldiv.c
406         pass regression tests.
407
408 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
409
410         * doc/Makefile.in: two runs of makeindex seem needed to get
411         correct page references in the index of sdccman.pdf
412         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
413
414 2006-06-17 Borut Razem <borut.razem AT siol.net>
415
416         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
417
418 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
419
420         * doc/sdccman.lyx: updated, added (porting source code, debugging),
421         mentioned ec2drv and paulmon
422
423 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
424
425         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
426           consecutive abs areas
427           (find_empty_space, allocate_space): added map to handle codemap or
428            xdatamap,
429           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
430            absolute idata and xdata
431         * as/mcs51/lkmem.c (summary2): updated legend
432
433 2006-06-16 Raphael Neider <rneider AT web.de>
434
435         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
436
437 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
438
439         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
440           1208515
441         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
442
443 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
444
445         * src/port.h (struct PORT): added field gp_tags, to hold the tag
446         value of generic pointers,
447         * src/avr/main.c,
448           src/ds390/main.c,
449           src/hc08/main.c,
450           src/izt/i186.c,
451           src/izt/tlcs900h.c,
452           src/mcs51/main.c,
453           src/pic/main.c,
454           src/pic16/main.c,
455           src/xa51/main.c,
456           src/z80/main.c: PORT structure, added elements for gp_tags field,
457         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
458         fields in the PORT structure of each port,
459         * src/SDCCast.c (decorateType): allow processing of generic pointers
460         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
461         S_FIXED symbols
462
463 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
464
465         * link/z80/lkgb.c,
466         * link/z80/lkgg.c,
467         * src/pic16/gen.c,
468         * src/pic16/main.c,
469         * src/pic16/pcode.c,
470         * src/pic/main.c,
471         * src/pic/pcoderegs.c,
472         * src/SDCCicode.c,
473         * src/SDCCmain.c,
474         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
475           bug 1504689 on minGW
476
477 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
478
479         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
480
481 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
482
483         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
484
485 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
486
487         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
488           for optimization
489
490 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
491
492         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
493         to a char variable. Fixed bug #1504211
494         * device/include/pic16/adc.h,
495         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
496         and fixed bug #1364390
497
498 2006-06-10 Borut Razem <borut.razem AT siol.net>
499
500         * CVSROOT: removed the CVS left-over
501
502 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
503
504         * as/hc08/asmain.c (asexit),
505         * as/hc08/lkmain.c (lkexit),
506         * as/mcs51/asmain.c (asexit),
507         * as/mcs51/lkmain.c (lkexit),
508         * src/SDCCglue.c (DEFSETFUNC),
509         * src/SDCCmain.c (linkEdit, assemble),
510         * support/librarian/sdcclib.c (AddRel),
511           replaced unlink() by standard C remove()
512         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
513         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
514           gatherImplicitVariables): new, added to fix bug 608752,
515           (createFunction): added gatherImplicitVariables()
516         * src/SDCCast.h: added createRMW prototype
517         * src/SDCCsymt.h (struct symbol): added infertype
518         * support/regression/tests/bug608752.c: new, added
519
520 2006-06-10 Raphael Neider <rneider AT web.de>
521
522         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
523           multibyte dummy reads (fixes #1503234)
524
525 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
526
527         * device/include/mcs51/compiler.h: new, added header file to enable
528           creating common sfr definition header files for different compilers
529
530 2006-06-05 Raphael Neider <rneider AT web.de>
531
532         * src/pic16/{pcode.h,genarith.c}:
533           introduced pCodeOp combining any two pCodeOps (previously only
534           two register operands could be combined), removed pcop2 from
535           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
536         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
537         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
538           rewritten to use new PO_TWO_OPS
539         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
540         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
541           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
542           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
543           (pic16_get_op): embraced return arg to allow #define return(x),
544             added new case for combined opcodes
545           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
546           (pic16_pCode2str,pic16_getRegFrompCodeOp,
547            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
548
549 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
550
551         * src/SDCCval.c (checkConstantRange): added
552         * src/SDCCval.h: added checkConstantRange
553         * support/Util/SDCCerr.c,
554         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
555         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
556         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
557         * src/SDCCast.c (decorateType): added checkConstantRange,
558         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
559         can be emitted with the correct always true/false warning,
560         added optimization for double '!';
561         result of decorateType() must be assigned back to the tree, because
562         decorateType() can change the tree
563         * src/SDCCicode.c (geniCodeLogic),
564         (geniCodeAssign): replaced new checkConstantRange, added warnings,
565         (checkConstantRange): removed, it was only a fragment which never
566         emitted a warning
567         * src/SDCCsymt.c (computeType): fixed promotion for
568         "-1 < (unsigned bit) b"
569         * src/pic/ralloc.c (packRegsForAssign),
570         * src/pic16/ralloc.c (packRegsForAssign),
571         * src/hc08/ralloc.c (packRegsForAssign),
572         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
573         from mcs51
574         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
575         * support/regression/tests/constantRange.c: added
576         * support/valdiag/tests/constantRange.c: added
577         * support/valdiag/valdiag.py: added -DPORT_HOST=1
578
579 2006-06-02 Borut Razem <borut.razem AT siol.net>
580
581         * support/regression/ports/pic16/support.c: increase stack size
582           to 255 bytes
583         * support/regression/Makefile.in: sort tests by name so that the
584           resutlts can be compared on different machines / platforms
585
586 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
587
588         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
589         * src/ds390/gen.c (emitLabel): new, added,
590           (genDjnz): fixed stack overflow bug,
591           (throughout): cosmetic changes to sync with mcs51/gen.c,
592           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
593         * src/mcs51/gen.c (genEndFunction): small optimization,
594           (throughout): cosmetic changes to sync with ds390/gen.c
595
596 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
597
598         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
599           (_print_format): fixed printing pointers
600         * src/mcs51/gen.c (emitLabel, movb): new, added,
601           (genAssign): small optimization,
602           (genDjnz): fixed stack overflow bug,
603           (throughout): replaced sprintf with SNPRINTF,
604           replaced mcs51_regWithIdx with REG_WITH_INDEX,
605           replaced emitcode("mov", "b,...") with MOVB(...),
606           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
607           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
608         * src/mcs51/peeph.def: added rules 140 and 264
609         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
610           so they may get optimized into registers
611
612 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
613
614         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
615           immediately when encountered,
616           (printUsage): always use stderr even on windows
617
618 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
619
620         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
621         (processParms): fixed bug #1247551
622         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
623         parseCmdLine, main): print '--version' to stdout,
624         print 'help' to stdout if --help is given,
625         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
626         arguments are given; fixed --help
627
628 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
629
630         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
631         * support/regression/tests/bug-1493710.c: added
632
633 2006-05-27 Borut Razem <borut.razem AT siol.net>
634
635         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
636           static instead auto
637         * support/regression/ports/pic16/support.c: increase stack size
638           from default 64 bytes to 128 bytes
639         * support/regression/tests/staticinit.c,
640           support/regression/tests/float.c: regression tests fully enabled
641           for pic16 port by putting the initialized data arrays into the code
642           section
643         * support/regression/ports/pic16/spec.mk: don't link default libraries.
644           This was changed by mistake in the previous version.
645
646 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
647
648         * src/pic16/gen.c (genFunction, genEndFunction): some
649         beautifications, fixed bug with falsely restoring FSR2 in large
650         stack model, thanks to Beau E. Cox for reporting the bug
651
652 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
653
654         * debugger/mcs51/break.c,
655         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
656           use %p to print pointers, made address variables unsigned
657         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
658         * debugger/mcs51/symtab.c (parseSymbol): must return something
659         * src/mcs51/gen.c (aopForSym): small optimization,
660            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
661           (freeAsmop): added missing break,
662           (aopPut): removed parameter bvolatile, determine it inside the function,
663           (saveRegisters, unsaveRegisters): small optimization,
664           (genIpush): removed pointless check,
665           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
666           replaced sprintf with SNPRINTF,
667           replaced strcpy with strncpyz,
668           updated aopPut calls,
669           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
670         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
671
672 2006-05-24 Borut Razem <borut.razem AT siol.net>
673
674         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
675           modification of test for the pic16 port, put the array to the code
676           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
677
678 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
679
680         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
681         * support/Util/pstdint.h: added
682
683 2006-05-22 Borut Razem <borut.razem AT siol.net>
684
685         * src/regression/Makefile: removed bool2.c test, added -q linker option
686         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
687           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
688           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
689           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
690           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
691           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
692           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
693           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
694           define SUPPORT_BIT_TYPES 0, removed unused bit variables
695
696 2006-05-22 Raphael Neider <rneider AT web.de>
697
698         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
699           bug #1492360 (problematic due to generic pointers, see code)
700
701 2006-05-22 Borut Razem <borut.razem AT siol.net>
702
703         * support/regression/ports/pic16/specs.mk: removed stack size linker
704           directive
705         * support/regression/tests/array.c,
706           support/regression/tests/bitopcse.c,
707           support/regression/tests/bug-908454.c,
708           support/regression/tests/malloc.c: modified for pic16 regression test
709         * support/regression/tests/bitfields.c:
710           pic16 - excluded bitfileds of size > 8
711         * support/regression/tests/bp.c: pic16 - reduced data size
712         * support/regression/tests/bug-221100.c: pic16 - reduced data size
713         * support/regression/tests/bug-460010.c:
714           pic16 - used the absolute address the fits in memory
715         * support/regression/tests/bug-716242.c:
716           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
717         * support/regression/tests/float.c:
718           pic16 - excluded - data size too big
719         * support/regression/tests/onebyte.c:
720           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
721         * support/regression/tests/shifts.c:
722           pic16 - function names probably have to differ in first X characters
723           (gpasm limitation?)
724         * support/regression/tests/staticinit.c:
725           pic16 - excluded some tests due error: no target memory available for
726           section ".idata"
727
728 2006-05-22 Borut Razem <borut.razem AT siol.net>
729
730         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
731           second try. Thanks Stas Sergeev once more.
732
733 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
734
735         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
736           (genLeftShift, genRightShift): fixed bug 1491627
737         * src/hc08/peeph.def (rules 7, 8.x): added
738         * support/regression/tests/shifts.c (ShiftLeftByParam,
739           ShiftRightByParam, testShiftByParam): added to test variable shifting
740
741 2006-05-20 Raphael Neider <rneider AT web.de>
742
743         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
744         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
745           (allocReg): add only new registers to dynAllocRegs,
746           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
747             #1489055, #1445850, and probably #1483693
748
749 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
750
751         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
752         bug in for-loop that didn't emit the last of CONFIG and ID registers
753
754 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
755
756         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
757           with offset
758         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
759           1489016, 1434401 and 1490124
760         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
761           1489016, 1434401 and 1490124
762
763 2006-05-17 Borut Razem <borut.razem AT siol.net>
764
765         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
766           thanks Stas Sergeev
767
768 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
769
770         * device/include/mcs51/P89c51RD2.h,
771         * device/include/mcs51/P89LPC901.h,
772         * device/include/mcs51/P89LPC922.h,
773         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
774
775 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
776
777         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
778         to fix missing stack pragma in compiled binary object file,
779
780 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
781
782         * support/packihx/configure.in,
783         * support/packihx/configure: removed warning, autoconf >= 2.5x can
784         determine sizeof basic types even while cross compiling
785
786 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
787
788         * src/avr/gen.c (aopop),
789         * src/ds390/gen.c (aopOp),
790         * src/hc08/gen.c (aopOp),
791         * src/mcs51/gen.c (aopop),
792         * src/pic16/gen.c (pic16_aopOp),
793         * src/pic/gen.c (aopOp),
794         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
795         if size of operand is smaller than spill location
796
797 2006-05-12 Borut Razem <borut.razem AT siol.net>
798
799         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
800           have to have CR/LF line endings even if they are checked out on *nix
801           or on WIN32 in cygwin binmode
802
803 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
804
805         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
806         * device/include/ds80c390.h: added sfr16 definitions
807         * src/ds390/gen.c,
808         * src/ds390/gen.h,
809         * src/ds390/main.c,
810         * src/ds390/ralloc.c,
811         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
812           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
813           bit returning functions
814         * support/regression/tests/sfr16.c: enabled test on ds390
815
816 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
817
818         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
819         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
820
821 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
822
823         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
824         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
825           (cl_address_space constructor): removed expensive initialization,
826           (cl_address_space::get_cell): extended for late initialization,
827           (cl_address_space::*): use late initialization,
828           (cl_address_decoder::activate): removed expensive initialization,
829           This reduced regression test running time by 25%
830
831 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
832
833         * packihx/,
834         * configure.in,
835         * configure,
836         * sdcc.dsw,
837         * Makefile.bcc,
838         * Makefile.in,
839         * support/packihx/Makefile.in,
840         * support/packihx/clean.mk,
841         * support/packihx/Makefile.bcc,
842         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
843
844 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
845
846         * src/SDCCval.c (valNot): fix for regression test failure
847           of not.c on big endian hosts
848
849 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
850
851         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
852
853 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
854
855         * device/lib/mcs51/Makefile.in: changed string comparison operator
856           to = for POSIX compliance; == is bash extension
857
858 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
859
860         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
861           kosmonaut_pirx
862
863 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
864
865         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
866         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
867         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
868         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
869         bug report #1478657,
870
871 2006-05-05 Borut Razem <borut.razem AT siol.net>
872
873         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
874           making the html
875
876 2006-05-02 Borut Razem <borut.razem AT siol.net>
877
878         * doc/Makefile.in: removed *.ind dependency since there is no rule to
879           create *.ind, which made make to fail if invoked with -j 2
880
881 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
882
883         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
884           Hubert Sack for patch 1479782
885
886 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
887
888         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
889
890 2006-05-01 Raphael Neider <rneider AT web.de>
891
892         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
893           (create_pic): store only prefix-free device name,
894           (init_pic): check for device names with "16" prefix,
895           (list_valid_pics),
896         * src/pic/device.h (struct PIC_device),
897         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
898             stored device name,
899         * device/include/pic/pic12f{635,675,629,683}.h,
900         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
901         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
902         * device/include/pic/pic16f505.h,
903         * device/lib/pic/libdev/pic16f505.c: removed
904         * device/include/pic/pic14devices.txt: added support for pic12f
905             devices, removed unsupported non 16-bit devices
906             [above changes provided by patch from Zik Saleeba]
907         * src/pic/*, src/pic16/*, device/include/pic16/*,
908           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
909
910 2006-05-01 Borut Razem <borut.razem AT siol.net>
911
912         * configure.in, configure, doc/Makefile.in:
913           sync with nightly build makefile - latex, dvipdf and dvips
914           not needed any more
915
916 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
917
918         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
919         in the library source
920
921 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
922
923         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
924
925 2006-04-28 Raphael Neider <rneider AT web.de>
926
927         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
928         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
929           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
930         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
931
932 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
933
934         * device/lib/pic/libdev/Makefile.in,
935         * device/lib/hc08/Makefile.in,
936         * device/lib/gbz80/Makefile.in,
937         * device/lib/z80/Makefile.in,
938         * device/lib/ds390/Makefile.in,
939         * device/lib/ds400/Makefile.in: added srcdir to include search path,
940         thanks to Borut for the bug report
941         * configure.in,
942         * configure: always create doc/Makefile independent from --enable-doc
943         * Makefile.in: always install from directory doc independent from
944         --enable-doc
945         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
946         removed
947         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
948         * doc/Makefile.in: install *.txt if present
949         * device/include/Makefile.in (install): added installation of pic/*.inc
950         and pic/*.txt files again, they were erroneously removed
951
952 2006-04-28 Raphael Neider <rneider AT web.de>
953
954         * src/pic/{gen.c,main.h,pcode.c},
955         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
956             concerning signedness with casts
957
958 2006-04-28 Raphael Neider <rneider AT web.de>
959
960         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
961             definition of an interrupt handler,
962         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
963             interrupt handler stuff from picglue() to separate routine,
964           (picglue): enabled definition of intr handlers in files w/o main()
965
966 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
967
968         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
969           compilation with MSVC 2005 Express Edition (VC8)
970
971 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
972
973         * device/lib/Makefile: fixed build of gbz80 lib
974
975 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
976
977         * support/regression/tests/bug-460010.c,
978         * support/regression/tests/bug-524691.c,
979         * support/regression/tests/bug-716242.c: removed conditional defines
980           that are already in testfwk.h
981
982 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
983
984         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
985           (AccAXRsh1): added, shift right by 1,
986           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
987            AccAXLrl1
988         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
989
990 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
991
992         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
993         remove cast to same type
994         * src/SDCCast.c (decorateType): fix for RFE 1475742,
995         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
996         * as/z80/Makefile,
997         * link/z80/Makefile: removed, they have moved to
998         Makefile.in files
999         * configure,
1000         * configure.in: replaced duplicate message about ucsim by missing sdcpp
1001         * install-sh: fix bug #1204398 by setting umask 0022
1002         * device/lib/Makefile: separate build of z80 and gbz80 lib
1003
1004 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
1005
1006         Enabled VPATH feature: changed nearly all Makefiles (149 files).
1007         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
1008
1009         One basic decision: e.g. src/clean.mk includes further files. In order
1010         to make this work there are two solutions:
1011         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
1012           run configure on them. This way they can use
1013           'include $(srcdir)/port-clean.mk'
1014         - always include clean.mk by the Makefile at the same level. To avoid
1015           that `make clean` tries to include and build Makefile.dep the
1016           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
1017           implemented, because now even `make uninstall` doesn't create
1018           Makefile.in. clean.mk could be eliminated by pasting it in
1019           Makefile.in.
1020
1021         * debugger/mcs51/Makefile.in: build own objects from library sources
1022         (SLIB, SDCC) in current directory
1023
1024         * configure, configure.in: renamed --disable-device-lib-build in
1025         --disable-device-lib; added --enable-doc, the required tools are
1026         searched by configure; added result message; the toolchain for the
1027         belonging ports are now only built, if the port is enabled.
1028
1029         * support/regression/*: all output is written in directory gen, because
1030         the fwk and ports directories don't livet in the build tree using vpath
1031
1032         * doc/sdccman.lyx: renamed --disable-device-lib-build to
1033         --disable-device-lib, added --enable-doc, added section VPATH
1034
1035         * sim/ucsim/configure.in,
1036         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
1037         z80 are enabled by default
1038
1039 2006-04-24 Raphael Neider <rneider AT web.de>
1040
1041         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
1042             to config word, "pic14_"-prefixed some extern functions
1043           (pic14_emitConfigWord): emit __config directive(s) if assignment to
1044             config word has been found
1045         * src/pic/device.h: added prototypes
1046         * src/pic/pcode.c: added "pic14_"-prefix where needed
1047         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
1048             fixup
1049         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
1050             words,
1051           (pic14emitRegularMap): ignore config words,
1052           (pic14createInterruptVect): moved generating __config directives away
1053           (picglue): have __config directives emitted
1054
1055 2006-04-24 Borut Razem <borut.razem AT siol.net>
1056
1057         * doc/Makefile: sync with nightly build makefile
1058
1059 2006-04-24 Raphael Neider <rneider AT web.de>
1060
1061         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
1062             registers that have not been assigned proper liveranges,
1063             fixes #1469504 and #1474602,
1064           (pCodeRegOptimizeRegUsage): fixed typo in comment
1065
1066 2006-04-24 Borut Razem <borut.razem AT siol.net>
1067
1068         * device/examples/main8051.c: deleted - it was removed from CVS
1069           24.mar.2000 and after that modified 18.feb.2001, so it reappered
1070           after the transition to Subversion
1071         * src/SDCCalloc.h: deleted - it was removed  from CVS
1072           3.feb.2001 and after that modified 18.feb.2001, so it reappered
1073           after the transition to Subversion
1074         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
1075           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
1076           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
1077           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
1078
1079 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
1080
1081         * as/asx8051.dsp: added mcs51/strcmpi.h
1082         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
1083         * as/hc08/aslink.h: updated lnksect prototype
1084         * as/hc08/asm.h,
1085         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
1086         * as/hc08/asmain.c,
1087         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
1088           (newdot): handle A_ABS
1089         * as/hc08/asout.c,
1090         * as/mcs51/asout.c (outarea): output address
1091         * as/hc08/lkaomf51.c,
1092         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1093         * as/hc08/m08pst.c,
1094         * as/mcs51/i51pst.c,
1095         * as/z80/z80pst.c: "ABS" is not A_OVR
1096         * as/hc08/lkarea.c (newarea): read a_addr,
1097           (lnkarea): added codemap array, sort absolute areas to the front,
1098            combine all GSINITx/GSFINAL,
1099           (find_empty_space, allocate_space): new functions,
1100           (lnksect): return next address, handle absolute sections
1101         * as/mcs51/lkarea.c (newarea): read a_addr,
1102           lnksect2 prototype changed,
1103           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1104           (find_empty_space, allocate_space): new, factored out of lnksect2,
1105           (lnksect2): return next address, handle absolute sections
1106         * as/hc08/lkhead.c,
1107         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1108         * as/hc08/lklibr.c (addfile, fndsym),
1109         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1110           index out of range and detect both '\' and '/'
1111         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1112         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1113           regression tests (ds390 cannot return bool yet)
1114         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1115           document critical interrupts on z80, document changed SDCC define
1116         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1117           (_a390_mapping): added .org directive
1118         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1119           (genMultOneByte): fixed warnings
1120         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1121           ones
1122         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1123         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1124           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1125         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1126         * src/pic16/main.c: removed newReg prototype
1127         * src/pic16/pcode.c,
1128         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1129           warnings
1130         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1131           ones
1132         * src/pic16/ralloc.c
1133         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1134           to fix warnings
1135         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1136           from short to PIC_OPTYPE
1137         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1138         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1139           optype from short to PIC_OPTYPE
1140         * src/port.h: made int_size unsigned to fix warnings
1141         * src/SDCC.y: fixed warning on MSVC
1142         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1143         * src/SDCCopt.c (convertToFcall): fixed warnings
1144         * src/SDCCsymt.h: removed double prototype for genSymName
1145         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1146           offset int to fix warnings
1147
1148 2006-04-22 Borut Razem <borut.razem AT siol.net>
1149
1150         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1151           references to CVS replaced with Subversion
1152
1153 2006-04-21 Borut Razem <borut.razem AT siol.net>
1154
1155         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1156           references to CVS replaced with Subversion
1157
1158 2006-04-19 Borut Razem <borut.razem AT siol.net>
1159
1160         * src/version.awk: adapted for svn
1161         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1162           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1163           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1164           /binutils-avr/etc/*.vi, *.jin: removed all properties
1165           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1166
1167 2006-04-19 Borut Razem <borut.razem AT siol.net>
1168
1169         * CVS to Subversion migration completed
1170
1171 2006-04-18 Borut Razem <borut.razem AT siol.net>
1172
1173         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1174           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1175
1176 2006-04-17 Borut Razem <borut.razem AT siol.net>
1177
1178         * device/include/Makefile.in: added pic/*.inc to the installation
1179
1180 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1181
1182         * support/regression/collate-results.py: fixed output in case of
1183         a valdiag error
1184         * support/regression/generate-cases.py: fixed splitting of pathnames
1185         with dots
1186         * as/hc08/lklibr.c (addfile),
1187         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1188
1189 2006-04-11 Raphael Neider <rneider AT web.de>
1190
1191         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1192         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1193         * src/pic16/pcode.c (assignValnums): fixed #1460578
1194
1195 2006-04-11 Raphael Neider <rneider AT web.de>
1196
1197         * device/lib/pic/libdev/*.c,
1198         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1199           fixes #1468739, enables compilation in --std-c99 mode
1200         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1201
1202 2006-04-11 Raphael Neider <rneider AT web.de>
1203
1204         * src/pic/device.c (find_device): removed debug output
1205           (list_valid_pics): enabled verbose listing of supported devices
1206         * device/include/stdbool.h: define bool as char for pic14/16 as well
1207
1208 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1209
1210         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1211
1212 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1213
1214         * .version: bumped version to 2.5.6
1215         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1216
1217 2006-04-06 Raphael Neider <rneider AT web.de>
1218
1219         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1220         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1221         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1222           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1223             pic14_constructAbsMap
1224           (pic14printPublics): declare absolute global symbols as global
1225           (pic14createInterruptVect),
1226         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1227           (newReg): assume new registers unused, use correct name in
1228             hashtable (reg->name instead of name), more debugLog output
1229         * src/pic/device.h (PIC_device): added fields for verbose output
1230         * src/pic/device.c: moved device definition to pic14devices.txt,
1231             added routines for runtime parsing of pic14devices.txt,
1232             added support for second config word
1233         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1234           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1235           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1236           (_pic14_parseOptions): moved pCodeInitRegisters here
1237           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1238         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1239           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1240             handling the pseudo stack
1241         * device/lib/Makefile.in: ignore failures in objects-pic16,
1242         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1243         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1244         * device/lib/pic/Makefile.subdir,
1245         * device/lib/pic16/Makefile.subdir: improved clean rules
1246         * device/lib/pic/libdev/: NEW, pic14 device libraries
1247         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1248         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1249         * device/include/Makefile.in: create subdir and install pic14 headers
1250         * device/include/pic/p16f_common.inc: removed unused declarations
1251         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1252             PICs from inc2h.pl v1.6,
1253             replaced BIT_AT macros with struct declarations
1254         * device/include/pic/pic14devices.txt: definition of supported devices,
1255             all above improvements contributed by Zik Saleeba, thanks
1256         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1257         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1258             headers
1259
1260 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1261
1262         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1263         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1264           thanks to Charles Olds
1265
1266 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1267
1268         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1269
1270 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1271
1272         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1273         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1274         * support/regression/bug1464657.c: added, new test
1275
1276 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1277
1278         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1279           version number
1280
1281 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1282
1283         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1284           --no-peep and --peep-file <file> are used don't use default rules but
1285           do use the <file>
1286
1287 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1288
1289         * src/mcs51/gen.c (genCall): fixed bug 1457608
1290
1291 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1292
1293         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1294         changes seem to cause (trigger?) problems with the build system.
1295
1296 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1297
1298         * src/SDCCpeeph.c (operandsLiteral): new, added,
1299           (callFuncByName): inserted operandsLiteral
1300         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1301
1302 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1303
1304         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1305         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1306
1307 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1308
1309         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1310           implemented patch 1120823 Thanks to Willy De la Court (normal
1311           interrupts need an interrupt number now if they are made critical),
1312           and enabled nesting of critical functions though not for gbz80
1313           (genCritical, genEndCritical): added functions
1314           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1315         * src/z80/mappings.i: added "ei" to all mappings
1316
1317 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1318
1319         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1320         submitted by the Debian SDCC maintainer Aurelien Jarno:
1321         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1322         archive with gcc 4.1 on mips and wrote the patch"
1323
1324 2006-03-16 Raphael Neider <rneider AT web.de>
1325
1326         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1327           the left operand is shorter than the result (c* = lit-c* + int),
1328           fixes bug #1450796
1329         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1330           OP_SYMBOL
1331
1332 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1333
1334         * src/.version: increased version number to 2.5.5
1335         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1336         linking is done manually in pic16 port's _linkEdit,
1337         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1338         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1339         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1340         allocate asmop as AOP_ACC,
1341         (aopForRemat): added parameter 'bool result' in function declaration,
1342         (pic16_aopGet): return AOP_ACC when accessing WREG,
1343         (pic16_popGetTempReg): minor modification,
1344         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1345         'pic16_allocWithIdx',
1346         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1347         calling function in absolute addresses,
1348         (genAssign): take into account AOP_ACC asmop,
1349         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1350         * src/pic16/pcoderegs.c: some debug functions and lines added,
1351         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1352         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1353         register too,
1354         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1355         call to allocReg, not by manually allocating a new one,
1356         (pic16_assignRegisters): now before going through the register
1357         allocating functions mark all registers as free. This eliminates some
1358         side effects resulting from peephole parser done earlier in the backbone
1359
1360 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1361
1362         * src/SDCCicode.c (geniCodeLogic),
1363         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1364
1365 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1366
1367         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1368           (genSend): bugfix, do not allocate and free twice,
1369           (shiftRLong): handle partially overlapping aops
1370         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1371
1372 2006-03-08 Borut Razem <borut.razem AT siol.net>
1373
1374         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1375           for pic16
1376
1377 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1378
1379         * support/regression/tests/bug1409955.c: new, added
1380         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1381         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1382           (aopForSym, aopOp): increment asmop.allocated if reused,
1383           (freeAsmop): decrement asmop.allocated and check for zero instead of
1384           using asmop.freed,
1385           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1386           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1387            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1388            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1389            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1390            genSignedRightShift, genRightShift, genDataPointerGet,
1391            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1392            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1393             in reverse order from allocation,
1394           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1395             added swappedLR to keep track
1396         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1397           pdata & code for GCC, z80, gbz80 & hc08
1398         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1399
1400 2006-03-08 Raphael Neider <rneider AT web.de>
1401
1402         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1403
1404 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1405
1406         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1407         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1408         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1409
1410 2006-03-06 Borut Razem <borut.razem AT siol.net>
1411
1412         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1413           made the linker quiet
1414
1415 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1416
1417         * src/pic16/gen.c (genPcall): fixed bug #1443644
1418         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1419         which dumps before the function entry point a data byte which represents
1420         the number of the local variables used by the specified function, added
1421         'xinst' for initial support for Extended Instruction Support,
1422         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1423         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1424         port->fun_prefix anymore (may change later),
1425         (genFunction, genEndFunction): do not store/restore local registers for
1426         _main (this should take care the --main-return command line option in
1427         the future),
1428         (genOr): removed some legacy pic-port instructions,
1429         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1430         performing operations with SFR's causes data to be written more than
1431         once to each SFR. Perhaps SFRs should be handled in special cases...
1432         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1433         pcode.h
1434         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1435         into account for stack starting position,
1436         (struct OPTIONS pic16_optionsTable): added command line argument
1437         --extended or -y for Extended Instruction Support,
1438         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1439         (deassignLRs): *** perhaps the most important change, old 'for' code
1440         (commented out for reference), didn't account for some registers which
1441         were left marked 'not free' after a pointer operation. The change
1442         reduces register usage a lot in some cases
1443
1444 2006-03-04 Borut Razem <borut.razem AT siol.net>
1445
1446         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1447           _clean
1448         * support/regression/tests/bug-524697.c: decreased array size for
1449           mcs51 to fit into the internal RAM
1450         * support/regression/Makefile.in: a little bit more verbose
1451
1452 2006-03-03 Borut Razem <borut.razem AT siol.net>
1453
1454         * support/regression/fwk/lib/testfwk.c,
1455           support/regression/fwk/include/testfwk.h: introduced function
1456           _prints(), nonrecursive _printn(), call _initEmu() from main()
1457         * support/regression/ports/gbz80/support.asm,
1458           support/regression/ports/ucz80/support.asm,
1459           support/regression/ports/z80/support.asm,
1460           support/regression/ports/ds390/support.c,
1461           support/regression/ports/hc08/support.c,
1462           support/regression/ports/host/support.c,
1463           support/regression/ports/mcs51/support.c,
1464           support/regression/ports/xa51/support.c: added empty _initEmu()
1465           function
1466         * support/regression/ports/pic16/gpsim.cmd,
1467           support/regression/ports/pic16/spec.mk,
1468           support/regression/ports/pic16/support.c,
1469           support/regression/Makefile.in: added pic16 regression test
1470
1471 2006-03-01 Raphael Neider <rneider AT web.de>
1472
1473         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1474           genConstPointerGet): use safe way of generating MOVFF to cover
1475             literals as well as registers, fixes bug #1440527
1476         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1477             dereference
1478           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1479             more correctly, fixes bug #1232186
1480           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1481         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1482             gplink guess the correct processor in more cases, applied patch
1483             from Till Riedel attached to and fixing bug #1436552
1484
1485 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1486
1487         * support/regression/tests/array.c: added, contains check for #1434401
1488         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1489
1490 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1491
1492         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1493         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1494         * device/include/mcs51/c8051f326.h,
1495         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1496         * device/include/mcs51/c8051f000.h,
1497         * device/include/mcs51/c8051f018.h,
1498         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1499           PCON_IDLE,PCON_STOP and added sfr16 definitions
1500
1501 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1502
1503         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1504           genGetWord): fixed bug 1409955
1505
1506 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1507
1508         * device/include/hc08/mc68hc908gp32.h,
1509         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1510
1511 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1512
1513         * src/SDCCast.c (constExprValue): return NULL if not a value
1514         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1515         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1516         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1517
1518 2006-02-13 Borut Razem <borut.razem AT siol.net>
1519
1520         * src/regression/ptrarg.c: added, fails due to bug #1430967
1521         * src/regression/Makefile: ptrarg.c added, ...
1522
1523 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1524
1525         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1526         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1527
1528 2006-02-11 Borut Razem <borut.razem AT siol.net>
1529
1530         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1531           print "Processor: xxx" message to stdout only if --verbose
1532
1533 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1534
1535         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1536         * support/regression/tests/bug1426356.c: added
1537         * support/regression/tests/bitfields.c: removed 2 tests
1538
1539 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1540
1541         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1542         * device/include/mcs51/c8051f330.h,
1543         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1544           PCON_IDLE,PCON_STOP and added sfr16 definitions
1545         * device/lib/_divsint.c,
1546         * device/lib/_divuint.c,
1547         * device/lib/_divulong.c,
1548         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1549           register bank bug for small stackauto
1550
1551 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1552
1553         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1554
1555 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1556
1557         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1558         * all.dsp: corrected several bin paths
1559         * device/include/mcs51/c8051f120.h,
1560         * device/include/mcs51/c8051f300.h,
1561         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1562           to PCON_IDLE,PCON_STOP
1563         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1564         * device/lib/printf_large.c (output_float): fixed bug 1388703
1565         * support/regression/tests/bug1057979.c: added test for bug 1388703
1566
1567 2006-02-08 Raphael Neider <rneider AT web.de>
1568
1569         * src/pic/pcode.c (pciTRIS): fixed typo,
1570           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1571           (LinkFlow): fixed handling of flows that end in a call,
1572           (ReuseReg): perform safety check earlier
1573         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1574             to work with flows at the beginning of a pBlock,
1575             fixes #1426557 (Symbol not previously defined),
1576           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1577             usage information
1578           (RemoveUnusedRegisters): update register usage info
1579         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1580             created, reuse existing ones instead
1581         * src/pic/gen.c (genPcall): fixed #1424719
1582
1583 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1584
1585         * link/z80/lkmain.c,
1586         * link/z80/lklex.c,
1587         * link/z80/lkdata.c,
1588         * link/z80/aslink.h: fixed build on current cygwin:
1589         replaced getline() by lk_getline()
1590
1591 2006-02-01 Borut Razem <borut.razem AT siol.net>
1592
1593         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1594           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1595           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1596           src/regression/bool1.c, src/regression/bool2.c,
1597           src/regression/bool3.c, src/regression/call1.c,
1598           src/regression/compare.c, src/regression/compare10.c,
1599           src/regression/compare2.c, src/regression/compare3.c,
1600           src/regression/compare4.c, src/regression/compare5.c,
1601           src/regression/compare6.c, src/regression/compare7.c,
1602           src/regression/compare8.c, src/regression/compare9.c,
1603           src/regression/configword.c, src/regression/for.c,
1604           src/regression/inline.c, src/regression/mult1.c,
1605           src/regression/nestfor.c, src/regression/or1.c,
1606           src/regression/pointer1.c, src/regression/ptrfunc.c,
1607           src/regression/rotate1.c, src/regression/rotate2.c,
1608           src/regression/rotate3.c, src/regression/rotate4.c,
1609           src/regression/rotate5.c, src/regression/rotate6.c,
1610           src/regression/rotate7.c, src/regression/string1.c,
1611           src/regression/struct1.c, src/regression/sub.c,
1612           src/regression/sub2.c, src/regression/switch1.c,
1613           src/regression/while.c, src/regression/xor.c,
1614           src/regression/create_stc, src/regression/simulate,
1615           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1616           regression tests
1617         * src/regression/gpsim_assert.h: added
1618
1619 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1620
1621         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1622         ((void (code *) (void)) 0) ();
1623         * as/hc08/aslex.c,
1624         * as/hc08/aslink.h,
1625         * as/hc08/asm.h,
1626         * as/hc08/asmain.c,
1627         * as/hc08/lkdata.c,
1628         * as/hc08/lklex.c,
1629         * as/hc08/lkmain.c,
1630         * as/mcs51/aslex.c,
1631         * as/mcs51/aslink.h,
1632         * as/mcs51/asm.h,
1633         * as/mcs51/asmain.c,
1634         * as/mcs51/lkdata.c,
1635         * as/mcs51/lklex.c,
1636         * as/mcs51/lkmain.c,
1637         * as/z80/aslex.c,
1638         * as/z80/asm.h,
1639         * as/z80/asmain.c: fixed build on current cygwin:
1640         replaced getline() by as_getline()
1641
1642 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1643
1644         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1645         declarator in the symbol chain
1646         * src/SDCCsymt.h,
1647         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1648         parameter list for function pointers
1649         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1650         * support/regression/tests/bug-716242.c: added
1651
1652 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1653
1654         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1655         offset if possible
1656         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1657
1658 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1659
1660         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1661         inifinitely recurseable, added static
1662         * support/regression/tests/bug-1408066.c: added
1663
1664 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1665
1666         * src/SDCCicode.h,
1667         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1668         renamed, added possibility to create "postLoopLbl"-labels
1669         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1670         newiTempLoopHeaderLabel
1671         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1672         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1673         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1674         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1675         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1676         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1677         (basicInduction): fixed bug #136564, made static,
1678         (loopInduction): changed parameter of basicInduction, made static,
1679         (addPostLoopBlock): added
1680         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1681         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1682         findLoopEndSeq
1683         * support/regression/tests/bug-136564.c: added
1684         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1685         --std-sdcc99 to LIBSDCCFLAGS
1686
1687 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1688
1689         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1690         while loop
1691         * support/regression/tests/bug-1406131.c: added
1692
1693 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1694
1695         * src/SDCCast.c (decorateType): fix promotion of unary minus
1696         * src/SDCCsymt.c (computeType): beautified
1697         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1698         (valUnaryPM, valComplement): fix sign and promotion,
1699         (valNot): ANSI: result type is int (SDCC: unsigned char)
1700         * support/regression/tests/uminus.c: speedup by removing superflous
1701         test case 'int'
1702         * support/regression/tests/onebyte.c: added promotion and signedness
1703         tests for unary minus
1704         * support/regressions/tests/bug-477927.c: disable warning about
1705         uninitialized variables
1706         * support/regression/tests/not.c: added
1707
1708 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1709
1710         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1711         * src/mcs51/gen.c (gen51Code): show final register usage after
1712         fillGaps in asm with --i-code-in-asm
1713         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1714         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1715         incUsed, rliveClear, adjustIChain): made static,
1716         (setFromRange): excluded because it's unused,
1717         (findPrevUseSym, markWholeLoop): added,
1718         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1719         through all branches of predecessors enables sdcc to emit the warning
1720         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1721         (rlivePoint): made static, added parameter emitWarnings which is only
1722         true during the first run out of two,
1723         (findRecursiveSucc, findRecursivePred): removed,
1724         (computeLiveRanges): made static, added parameter emitWarnings,
1725         (dumpIcRlive): added for debugging only
1726         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1727         removed prototype of setFromRange()
1728         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1729         in call of computeLiveRanges()
1730         * support/regression/tests/bug-895992.c: added
1731         * support/regression/tests/bug-971834.c: added
1732         * support/valdiag/tests/bug-895992.c: added
1733         * support/valdiag/tests/bug-971834.c: added
1734
1735 2005-12-18 Raphael Neider <rneider AT web.de>
1736
1737         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1738           (genUnpackBits): improved code for direct operands,
1739           (genPackBits): improved code for literal assignment to bitfields
1740             and for direct destination operands (no FSR indirection),
1741             prevented redundant AND, fixes #1362800,
1742           (AccLsh): added parameter to disable masking of the result
1743         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1744           skip instructions with side-effects (like incfsz),
1745           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1746         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1747         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1748           fixes #1375263
1749
1750 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1751
1752         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1753         volatile variables as spill location
1754
1755 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1756
1757         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1758         replacing literals
1759         * support/regression/tests/bug-1376320.c: added
1760
1761 2005-12-08 Raphael Neider <rneider AT web.de>
1762
1763         * src/pic/device.c: renamed is_shared to pic14_is_shared
1764         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1765         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1766           (is_valid_identifier): added for above workaround
1767
1768 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1769
1770         * device/lib/Makefile.in: fixed to enable port-specific-objects
1771         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1772           char, thanks Hubert Sack
1773         * doc/sdccman.lyx: documented --xstack-loc,
1774           elaborated a bit more on interrupts and pitfalls,
1775           removed "setjmp/longjmp unsupported",
1776           documented some unsupported C99 features
1777         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1778         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1779           if, thanks Hubert Sack
1780         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1781         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1782           make make_library
1783         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1784           regression tests can report resource usage (rfe 700441)
1785         * support/regression/collate-results.py: report resource usage
1786         * support/regression/ports/ds390/spec.mk,
1787         * support/regression/ports/hc08/spec.mk,
1788         * support/regression/ports/mcs51/spec.mk,
1789         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1790         * support/regression/ports/ds390/uCsim.cmd,
1791         * support/regression/ports/hc08/uCsim.cmd,
1792         * support/regression/ports/mcs51/uCsim.cmd,
1793         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1794         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1795           library, use the default one
1796         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1797           building the library
1798
1799 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1800
1801         * config.dsp: added dependency on .version and configure_vc.awk
1802         * device/include/setjmp.h: updated for --stack-auto and --xstack
1803         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1804         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1805         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1806         * device/lib/libsdcc.lib: added _setjmp
1807         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1808           (decorateType): fixed bug 1372851,
1809           (optimizeGetHbit): fixed warning
1810         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1811           array initialisation
1812         * support/regression/tests/bug1057979.c: added test for bug 1358192
1813         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1814
1815 2005-12-03 Borut Razem <borut.razem AT siol.net>
1816
1817         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1818           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1819
1820 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1821
1822         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1823         createIval): implement symbol independant "flexible array member",
1824         (createIvalCharPtr): implemented flexible array initialisation with a
1825         string
1826         * src/SDCCsymt.c (copyStruct): removed,
1827         (getSize): fixed misleading comment,
1828         (getAllocSize): removed, the additional allocation size is now in
1829         sym->flexArrayLength,
1830         (checkStructFlexArray): new, syntax checks for flexible array members,
1831         (compStructSize): added syntax checks for "flexible array members"
1832         (copyStruct): removed,
1833         (copyLinkChain): removed inefficient fix for bug 770487
1834         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1835         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1836         symbol->flexArrayLength
1837         * src/SDCCerr.c,
1838         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1839         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1840         * support/regression/tests/structflexarray.c: added
1841         * support/valdiag/tests/structflexiblearray.c: added
1842
1843 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1844
1845         * src/SDCCast.c (decorateType): fixed bug 1368489
1846         * support/Util/SDCCerr.c,
1847         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1848
1849 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1850
1851         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1852           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1853
1854 2005-11-27 Borut Razem <borut.razem AT siol.net>
1855
1856         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1857           support/cpp2/mkdeps.h: added command line option
1858           -obj-ext=<extension> to SDCPP to define object file externion, used
1859           for generation of make dependencies (-M)
1860         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1861
1862 2005-11-26 Borut Razem <borut.razem AT siol.net>
1863
1864         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1865           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1866           added pic and pic16 libraries
1867
1868 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1869
1870         * device/include/float.h: Corrected typo in prototype of __fsgt
1871
1872 2005-11-25 Borut Razem <borut.razem AT siol.net>
1873
1874         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1875           added creation of model-mcs51-stack-auto libraries
1876
1877 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1878
1879         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1880         and fields-list too
1881         * src/SDCCast.c (createIvalArray): removed obsolete comment
1882
1883 2005-11-24 Borut Razem <borut.razem AT siol.net>
1884
1885         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1886           added missing device/lib/mcs51/crt*.asm sources
1887
1888 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1889
1890         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1891
1892 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1893
1894         * device/lib/_fs2schar.c,
1895         * device/lib/_fs2sint.c,
1896         * device/lib/_fs2slong.c: optimized inline asm
1897
1898 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1899
1900         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1901           Better handling of floats between -1.0 and 0.0.
1902
1903 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1904
1905         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1906           (the missing "if"s prohibited removal of redundant labels)
1907
1908 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1909
1910         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1911           Properly convert floats between -1.0 and 0.0 to long, int, and char
1912           types (max integer value of negative floats tends to zero).
1913         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1914           Removed changes made so to work properly with floats between
1915           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1916           and _fs2char.c
1917
1918 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1919
1920         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1921         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1922         (genCast) cosmetic change
1923         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1924         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1925         from mcs51
1926         * support/regression/tests/bitfields (testSignedBitfields): added
1927
1928 2005-11-18 Borut Razem <borut.razem AT siol.net>
1929
1930         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1931         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1932           introduced SILENT option to make building of pic16 libraries less
1933
1934 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1935
1936         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1937           Now they work properly with floats between -1.0 and 0.0
1938         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1939
1940 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1941
1942         * src/SDCCicode.c (printOperand): added missing else
1943
1944 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1945
1946         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1947         reformatted for better readability
1948         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1949         signed bitfields
1950
1951 2005-11-17 Borut Razem <borut.razem AT siol.net>
1952
1953         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1954           introduced SILENT option to make building of pic16 libraries less
1955           verbose - used for nightly snapshot build
1956         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1957           available on Win32 platforms.
1958         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1959           medium, large, pic and pic16
1960
1961 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1962
1963         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1964           printf("%f"...) sets fraction to zero.
1965
1966 2005-11-16 Raphael Neider <rneider AT web.de>
1967
1968         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1969           fixes #1357221
1970         * src/pic/gen.c (genIfx): implemented for CARRY bit
1971         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1972           to generic pointers, fixes #1357332,
1973           (pic16_movLit2f): NEW,
1974           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1975
1976 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1977
1978         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1979
1980 2005-11-11 Raphael Neider <rneider AT web.de>
1981
1982         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1983         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1984           compute pointer's type from operand,
1985           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1986           improved single bit reads, fixes bug #1353379
1987
1988 2005-11-09 Borut Razem <borut.razem AT siol.net>
1989
1990         * support/scripts/sdcc.nsi: added lib/pic to the package
1991
1992 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1993
1994         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1995
1996 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1997
1998         * support/regression/tests/bug1348008.c: added
1999         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
2000         * support/regression/tests/bug1337835.c: updated comment
2001
2002 2005-11-06 Borut Razem <borut.razem AT siol.net>
2003
2004         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2005           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2006           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2007           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2008           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
2009           dynamic construction of cl_error_class and derivates - 2.nd try
2010
2011 2005-11-05 Borut Razem <borut.razem AT siol.net>
2012
2013         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
2014           bug, which caused Bus Errors on sparc solaris
2015
2016 2005-11-04 Borut Razem <borut.razem AT siol.net>
2017
2018         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
2019           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
2020           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
2021           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
2022           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
2023           and derivates to resolve the initialization problem on OSX
2024
2025 2005-11-02 Borut Razem <borut.razem AT siol.net>
2026
2027         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2028           corrected typo - #include <winsock2.h>
2029
2030 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
2031
2032         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
2033           (_asxxxx_mapping): added org directive for future enhancements
2034
2035 2005-11-01 Borut Razem <borut.razem AT siol.net>
2036
2037         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
2038           enabled sockets on WIN32
2039         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
2040
2041 2005-10-31 Borut Razem <borut.razem AT siol.net>
2042
2043         * support/regression/generate-cases.py: escape backslashes in {testcase}:
2044           WIN32 backslash path delimiters should be escaped when used in C strings
2045         * support/regression/tests/bitfields.c: exclude failing assertions for
2046           __CYGWIN32__ and __MINGW32__ hosts
2047
2048 2005-10-30 Borut Razem <borut.razem AT siol.net>
2049
2050         * src/SDCCutil.c: corrected double comparison typo
2051
2052 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
2053
2054         * device/lib/medium/Makefile: added for new memory model medium
2055         * device/include/asm/mcs51/features.h: updated for medium/pdata
2056         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
2057           added Multiply & Accumulate sbit's and MAC0_PAGE define
2058         * device/include/mcs51/c8051f300.h: added sfr16 definitions
2059         * device/include/mcs51/c8051f310.h: added sfr16 definitions
2060         * device/lib/_mullong.c: update for medium model
2061         * device/lib/incl.mk: added medium model
2062         * doc/sdccman.lyx: documented medium model
2063         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
2064         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
2065         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
2066         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
2067           (allocParms): set SCLS and OCLS to pdata for medium model
2068         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
2069           for pdata,
2070           (powof2): return <0 if not power of 2
2071         * src/avr/gen.c (genBitWise): use updated powof2
2072         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
2073           (shiftR2Left2Result): small optimization in setup, save acc when storing,
2074           (shiftLLeftOrResult): use B if necessary
2075         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
2076         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
2077         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
2078         * support/regression/Makefile.in: added test-mcs51-medium
2079         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
2080
2081 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
2082
2083         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
2084         specifier unsigned
2085         * device/lib/time.c (mktime): fixed bug 1334315
2086
2087 2005-10-28 Raphael Neider <rneider AT web.de>
2088
2089         * device/include/pic/p16f_common.inc: added common declarations
2090         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2091
2092 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2093
2094         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2095           (aopPutUsesAcc): added to predict accumulator use,
2096           (assignResultValue): save acc if necessary,
2097           (genMinusDec): store result if indirectly addressed,
2098           (genDivOneByte):  save acc if necessary,
2099           (movLeft2Result): bugfix if left already in acc,
2100           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2101             attention to accumulator use (esp. pdata),
2102           (genReceive): receive pdata correctly
2103         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2104         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2105
2106 2005-10-27 Raphael Neider <rneider AT web.de>
2107
2108         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2109
2110 2005-10-27 Raphael Neider <rneider AT web.de>
2111
2112         * .version: changed version to 2.5.4
2113         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2114         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2115           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2116             arithmetics support routines
2117         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2118         * device/lib/Makefile.in: also create installdir for pic
2119
2120         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2121           pic14 port as well
2122         * src/pic/device.c (dump_sfr): rewritten to delegate register
2123           placement to the linker (use `extern sym' rather than sym EQU addr),
2124           (validAddress): fixed to check last specified address
2125         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2126           (popGetLit): truncate literal value to 8 bit,
2127           (popGet): moved assert to more appropriate place
2128           (popGetExternal): create pCode operand from and mark the according
2129             symbol as being `extern'
2130           (popGetAddr): added sanity check on immediate's offset, provide
2131             GPOINTER tag on demand
2132           (aopPut): fixed for immediates,
2133           (mov2w_op): move operand's address or contents to WREG (depending on
2134             operand type), safer variant of mov2w,
2135           (movwf,call_libraryfunc): NEW, handy abbreviations,
2136           (get_argument_pcop,get_return_val_pcop,pass_argument,
2137           get_returnvalue): interface for accessing function parameters and
2138             return values,
2139           (assignResultValuei,genRet): use new parameter/return value interface
2140           (pic14_getDataSize): back to old version handling generic pointers,
2141           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2142             provided implementation and/or fixed old one,
2143           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2144             calls, removed legacy 8051 reference code
2145           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2146           (loadSignToC): NEW, move the operands sign bit to CARRY,
2147           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2148             genRightShiftSigned, accepts negative shift counts,
2149           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2150           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2151             generic pointers, __data pointers and __code pointers,
2152           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2153             and signed bitfields, limit bitfields to 8 bit,
2154           (genDataPointerGet): fixed number of bytes read,
2155           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2156           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2157             pointers to constant data are no longer assumed to point to __code
2158             space, removed invalid pointer types,
2159           (bitpatternFromVal): retrieve the PICs representation of an integer
2160             or float literal,
2161           (genDataPointerSet): fixed assigning to po_immediate operands,
2162           (genGenPointerSet): implemented as library call,
2163           (genIfx): fixed incorrect condition,
2164           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2165             provide GPOINTER tag according to destination's storage class,
2166           (genCast): added code to handle casting to generic pointers, added
2167             sign-/zero extension of the result
2168           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2169         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2170         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2171           extend the result
2172         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2173           address/register resides in the shared banks
2174           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2175             put all variables into separate sections (have the linker arrange
2176             them)
2177           (picglue): put init code and interrupt handlers in separate sections
2178         * src/pic/main.c: added port specific options table, modified to PORT
2179           structure to make GPOINTERs 3 byte, added pic14_options
2180           (_pic14_do_link): private linking routine (update paths to libraries,
2181             add libsdcc.lib by default)
2182         * src/pic/main.h: declare pic14_options
2183         * src/pic/pcode.c: fixed instructions i/o relations,
2184           (RegCond): reverted to correct version,
2185           (newpCodeOpLit): truncate literals to 8 bit,
2186           (genericPrint): added debug output,
2187           (getRegFromInstruction): fixed for various operand types, simplified
2188           (BuildFlow): fixed broken handling of isntructions with labels
2189           (LinkFlow): start at last instruction in flow (skip trailing comments),
2190             pass the flow on to the next instruction after CALL
2191           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2192           (insertPCodeInstruction): fixed inserting after a skip instruction,
2193           (DoBankSelect): fixed for labeled instructions
2194           (OptimizepBlock): honor --nopeep switch
2195           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2196         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2197         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2198           (pCodeOptime2pCodes): allow disabling this optimization via
2199             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2200             but is still buggy), started implementation of a dataflow based
2201             pCode optimization (CSE + dead code elimination)
2202           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2203         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2204           names are independant of the stack location and therefore portable across
2205           devices
2206
2207 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2208
2209         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2210           (selectSpil): fixed bug 1337835 by not spilling bit variables
2211         * support/regression/tests/bug1337835.c: added test for this bug
2212         * src/mcs51/peeph.def: restart after rule 3.c,
2213           addded rules 263.x to optimize loading constants
2214
2215 2005-10-26 Raphael Neider <rneider AT web.de>
2216
2217         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2218         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2219           (genAssign): emit warning when casting literals to generic pointer
2220             type, also applies when taking the address of a fixed variable,
2221           (genCast): improved casting to generic pointers
2222         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2223           extern variables, added verbose error message
2224         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2225
2226 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2227
2228         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2229         carry must be complemented too
2230         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2231         could be emitted by genMinus
2232         * src/SDCCval.c (constVal): fixed bug 1305065
2233
2234 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2235
2236         * src/SDCCast.c (addCast): added promotion for bit variables
2237         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2238         promotion casts + optimisation
2239         (optimizeGetWord): fix warning 'i' might be used uninitialized
2240         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2241         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2242
2243 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2244
2245         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2246         all chars are promoted to int; promotion should be handled in SDCCast.c
2247
2248 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2249
2250         * device/lib/_strcmp.c: Fixed bug 1326457
2251
2252 2005-10-11 Raphael Neider <rneider AT web.de>
2253
2254         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2255         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2256
2257 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2258
2259         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2260         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2261
2262 2005-10-04 Raphael Neider <rneider AT web.de>
2263
2264         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2265           device/lib/pic16/pics.all: added pic18f1320
2266         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2267
2268 2005-09-30 Raphael Neider <rneider AT web.de>
2269
2270         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2271         * src/pic16/devices.inc: NEW, provides device descriptions
2272         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2273
2274 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2275
2276         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2277           GETHBIT
2278
2279 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2280
2281         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2282           documented Any Order Bit, Higher Order Byte and Higher Order Word
2283         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2284         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2285           (optimizeGetAbit): new, to get any bit, not only the high bit,
2286           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2287           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2288           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2289           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2290             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2291             GETABIT, GETBYTE, GETWORD: decorate them,
2292           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2293           (ast_print): added GETABIT, GETBYTE, GETWORD
2294         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2295         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2296           (geniCodeBinary): new generic binary icode,
2297           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2298         * src/port.h: updated comment for PORT.hasExtBitOp
2299         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2300           (genGetByte): new, to get a single byte,
2301           (genGetWord): new, to get a word from a long,
2302           (gen51Code): added GETABIT, GETBYTE, GETWORD
2303         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2304
2305 2005-09-23 Raphael Neider <rneider AT web.de>
2306
2307         * configure.in, configure: have device/lib/pic configured
2308         * device/lib/Makefile.in: added model-pic14
2309         * device/lib/clean.mk: added pic/ to clean rule
2310         * device/lib/pic: added rudimentary pic14 library providing support
2311           functions for multiplication/division/generic pointer access
2312         * src/SDCCopt.c (convilong): mark support functions as extern
2313           for pic14 port as well
2314         * src/pic/gen.c (genMult): added assertions,
2315           (genpic14Code): emit warning on unhandled iCodes
2316         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2317         * src/pic/pcode.c (pCodeOpCopy),
2318         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2319           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2320           SFR_REGISTER}), made safe for future extensions
2321         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2322           instructions even if preceeded by SKIP instructions (also remove
2323           them); removed unused code
2324         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2325           prevents leaving parts of the structure uninitialized after copying
2326
2327 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2328
2329         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2330           ago by me
2331         * support/regression/tests/addsub.c: added test for the bug
2332
2333 2005-09-21 Raphael Neider <rneider AT web.de>
2334
2335         * device/include/pic16/pic18f1220.h,
2336           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2337         * device/lib/pic16/Makefile.rules: added missing opening paren
2338         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2339           are provided in genutils.c,
2340           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2341           operand/result sizes,
2342           (genCmp): assert on NULL pointers first, then check deref'ed values
2343         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2344           result size
2345
2346 2005-09-18 Raphael Neider <rneider AT web.de>
2347
2348         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2349           as these are now unused,
2350           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2351         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2352           local, avoids uninitialized pointer dereference on r->name
2353         * src/pic16/ralloc.c (newReg): fixed indentation
2354
2355 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2356
2357         * src/SDCCval.c (constVal): fixed bug 730366
2358         * support/Util/SDCCerr.c,
2359         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2360
2361 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2362
2363         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2364
2365 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2366
2367         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2368
2369 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2370
2371         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2372           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2373         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2374           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2375         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2376         * packihx/packihx.c (hexDigit): made c unsigned char
2377         * as/mcs51/lklibr.c (fndsym),
2378         * link/z80/lkgb.c (gb),
2379         * link/z80/lklibr.c (fndsym),
2380         * link/z80/lkrloc.c (relr),
2381         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2382         * src/SDCC.lex (checkCurrFile, process_pragma),
2383         * src/SDCCglue.c (spacesToUnderscores),
2384         * src/SDCCmain.c (setParseWithComma, processFile),
2385         * src/asm.c (tvsprintf, printCLine),
2386         * src/avr/gen.c (emitcode, aopPut),
2387         * src/ds390/gen.c (emitcode),
2388         * src/hc08/gen.c (emitcode, emitinline),
2389         * src/mcs51/gen.c (emitcode, genInline),
2390         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2391           tokenizeLineNode),
2392         * src/pic/ralloc.c (debugLog),
2393         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2394           tokenizeLineNode),
2395         * src/pic16/ralloc.c (debugLog),
2396         * src/z80/main.c (_process_pragma):
2397            made all ctype.h function calls safe
2398         * src/SDCCopt.c: include math.h for fabs
2399         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2400           and used them throughout the code to make ctype.h function calls safe
2401         * src/ds390/main.c (asmLineNodeFromLineNode),
2402         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2403         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2404            unsigned char*
2405         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2406           (newpCodeAsmDir): made ctype.h function calls safe
2407         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2408           pic16_emitcode):  made lbp unsigned char*
2409         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2410           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2411         * src/xa51/gen.c (emitcode),
2412         * src/z80/gen.c (_emit2): made lbp unsigned char*
2413         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2414            char*
2415
2416 2005-09-05 Raphael Neider <rneider AT web.de>
2417
2418         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2419           access bank splitpoint
2420
2421 2005-09-05 Raphael Neider <rneider AT web.de>
2422
2423         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2424
2425 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2426
2427         * .version: changed to version 2.5.3
2428         * doc/sdccman.lyx: changed version to 2.5.3,
2429           documented --codeseg and --constseg and pragma codeseg and constseg,
2430           documented bit parameters (reentrant) and bit returning
2431         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2432            currFunc->recvSize, but is this ok for all ports?
2433           (ast2iCode): result of ~ on unsigned char must be cast to int for
2434            bool to work
2435         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2436           function pointers in bit space
2437         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2438           (processFuncArgs): call port.reg_parm() with reentrancy info
2439         * src/port.h,
2440         * src/avr/main.c,
2441         * src/ds390/main.c,
2442         * src/hc08/main.c,
2443         * src/pic/main.c,
2444         * src/pic16/main.c,
2445         * src/xa51/main.c,
2446         * src/z80/main.c: port.reg_parm prototype extended with
2447           "bool reentrant" parameter
2448         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2449           options.stackAuto for allocating bit register parameters
2450         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2451           (genSend): set BitBankUsed if it is,
2452           (selectRegBank): factored out of genCall for use in genPcall,
2453           (genCall): removed redundant dtype assignmen, use selectRegBank,
2454           (genPcall): handle returning in Carry properly, save in F0 if needed,
2455           (genReceive): handle bit register parameters
2456         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2457           (mcs51_assignRegisters): enable bit registers for all reentrant
2458            functions and don't set BitBankUsed unconditionally
2459         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2460         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2461         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2462
2463 2005-08-27 Borut Razem <borut.razem AT siol.net>
2464
2465         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2466         ppc-osx (Darwin) does not support -u option. It seems that it is
2467         supported only on Linux - GNU cp
2468
2469 2005-08-25 Borut Razem <borut.razem AT siol.net>
2470
2471         * sim/ucsim/gui.src/serio.src/Makefile.in,
2472           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2473           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2474           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2475           install and strip, since the strip at /usr/ccs/bin should be used
2476           on solaris
2477
2478 2005-08-24 Borut Razem <borut.razem AT siol.net>
2479
2480         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2481
2482 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2483
2484         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2485         ffffffffu
2486
2487 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2488
2489         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2490         * as/mcs51/lkmain.c (link_main): fixed warning
2491         * device/include/stdbool.h: ds390 has no advanced bit support yet
2492         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2493         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2494         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2495           and updated their macros
2496         * src/SDCCval.c (constVal): updated comment for renamed b_long
2497
2498 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2499
2500         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2501         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2502           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2503           (oprio): set priority for '['
2504         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2505            and adb_24_bit
2506         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2507         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2508         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2509         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2510           added overlayable BIT_BANK area
2511         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2512           (summary2): explain 'T' in legenda
2513         * as/mcs51/lkrloc.c: replaced old K&R style,
2514           (relr): added R_BIT processing,
2515           (errmsg): added "Bit-addressable relocation error",
2516           (adb_bit): added for converting from byte- to bit-addressable space,
2517           (adb_24_bit): added for converting from byte- to bit-addressable space
2518         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2519            used in reentrant functions now even as return value
2520         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2521         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2522           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2523         * src/SDCCglobl.h: added indicator BitBankUsed
2524         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2525            the bit registers b0-b7
2526         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2527           (geniCodeCast): fixed bug 1263853,
2528           (geniCodeLogicAndOr): put result in bool or char,
2529           (geniCodeReceive): added parameter func for accessing the return type,
2530           (geniCodeFunctionBody): pass func to geniCodeReceive
2531         * src/SDCCmain.c: added indicator BitBankUsed
2532         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2533         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2534           (checkSClass): don't put automatic bool/bit on stack,
2535           (checkFunction): removed check on function cannot return bit
2536         * src/SDCCsymt.h: added newBoolLink prototype
2537         * src/mcs51/gen.c (rb1regs): added bit registers,
2538           (movc): created for assigning to carry,
2539           (pushReg, popReg): created for pushing registers,
2540           (sameRegs): check both AOP_REG and AOP_CRY types,
2541           (aopOp): handle bit registers,
2542           (aopPut): optimization no self-assign,
2543           (saveRegisters): push reg->base (bits) only once for bit registers,
2544            and use pushReg,
2545           (unsaveRegisters): pop reg->base only once and use popReg,
2546           (assignResultValue): added parameter func and return in carry for bits,
2547           (genIpush): optimization no reload in A if not changed,
2548           (genSend): bit parameters in reentrant functions are passed in bit
2549            registers by first assigning to bits in B, then save registers and
2550            copy B to bits,
2551           (genCall): handle returning in Carry properly, save it in F0 if needed,
2552           (genPcall): updated assignResultValue call, this is not safe yet for bit
2553            returning function !!!
2554           (genFunction): don't generate equ's for bit registers and use pushReg,
2555           (genEndFunction): take care of bit returning functions and use popReg,
2556           (genRet): return bit in Carry,
2557           (genIfx): optimize bit registers and other directly addressable bits,
2558           (genReceive): updated assignResultValue call
2559         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2560           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2561            registers when using stack-auto
2562         * src/mcs51/ralloc.c (_G): added allBitregs,
2563           (regs8051): added the bit registers,
2564           (createStackSpil): use macro IS_BIT,
2565           (getRegBit): added to allocate a bit register, else spill,
2566           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2567           (updateRegUsage): factored out to ease stepping while debugging,
2568           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2569            also allocate bit registers,
2570           (fillGaps): handle bit registers,
2571           (findAllBitregs): added to create bit vector with all bit registers,
2572           (mcs51_allBitregs): returns this bit vector,
2573           (mcs51_assignRegisters): when using stack-auto use bit registers for
2574            passing parameters and creating local variables
2575         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2576
2577 2005-08-22 Borut Razem <borut.razem AT siol.net>
2578
2579         * device/lib/Makefile.in: replaced find option -or with -o
2580           to make it run on solaris
2581
2582 2005-08-22 Raphael Neider <rneider AT web.de>
2583
2584         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2585           fixes #1265442 (crash on Solaris)
2586
2587 2005-08-20 Borut Razem <borut.razem AT siol.net>
2588
2589         * configure, configure.in: added tests for libsocket and libnsl libraries,
2590           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2591           from support/regression/Makefile.in
2592         * support/regression/Makefile.in: added
2593         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2594         * sim/ucsim/libtool: regenerated on sparc-solaris
2595         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2596           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2597           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2598           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2599           sparc-solaris, which doesn't use GNU ld linker
2600         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2601         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2602
2603 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2604
2605         * src/mcs51/peeph.def: updated comments
2606
2607 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2608
2609         * device/lib/_gptrget.c,
2610         * device/lib/_gptrput.c: slightly shorter
2611         * doc/sdccman.lyx: incremented version
2612         * src/mcs51/peeph.def: moved peephole comments to the line of first
2613           change to better keep line correlation, reanimated 186.e
2614         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2615
2616 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2617
2618         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2619           David Saxton with quotes around file name.
2620
2621 2005-08-15 Borut Razem <borut.razem AT siol.net>
2622
2623         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2624           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2625           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2626           make tests run on x86_64 platform
2627
2628 2005-08-13 Raphael Neider <rneider AT web.de>
2629
2630         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2631           as it might be executed DURING a build (parallel make is wonderful)
2632
2633 2005-08-13 Raphael Neider <rneider AT web.de>
2634
2635         * device/lib/Makefile.in (port-specific-objects-pic16):
2636           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2637         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2638           dependency
2639         * device/lib/pic16/Makefile.rules: build subdirs before creating
2640           the library, removed builddir rule, create $(builddir) early in
2641           recurse rule, use empty recurse rule for leaf directories
2642         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2643           mkdir errors (race condition), removed duplicate suffix "hex"
2644           from clean rules
2645         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2646         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2647           prevents mkdir -p from aborting on Alpha
2648
2649 2005-08-12 Raphael Neider <rneider AT web.de>
2650
2651         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2652           db-statements in order to allow for arrays of pointers in code
2653           sections to be placed without interspersed 0-padding, fixes
2654           bug #1256215
2655         * (emitStatistics): fixed division by zero for pic18f1220
2656         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2657           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2658         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2659         * (pic16_pCodeConstString): keep track of already emitted string
2660           literals to prevent "duplicate definitions of symbol _str_NR"
2661         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2662           debug message
2663         * device/lib/Makefile.in: ignore failing PIC16 library builds
2664         * device/lib/pic16/Makefile: do not build if gputils are missing
2665         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2666
2667 2005-08-10 Raphael Neider <rneider AT web.de>
2668
2669         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2670           my last commit)
2671
2672 2005-08-10 Raphael Neider <rneider AT web.de>
2673
2674         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2675           Rokas' patch to add the new fixed point type "__fixed16x16"
2676         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2677           functions for __fixed16x16 arithmetics
2678         * device/lib/pic16: reimplemented the build system to support
2679           a separate build directory, better handling of libio (create
2680           the library in a separate subdir for each architecture) and
2681           easier configuration (centralized in Makefile.common)
2682
2683 2005-08-07 Raphael Neider <rneider AT web.de>
2684
2685         * src/pic16/gen.c (genrshTwo): fixed sign extension
2686         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2687         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2688           added T0CONbits
2689         * device/include/pic16/pic18f4220.h: NEW, header for
2690           pic18f4220 and pic18f4320
2691         * device/include/pic16/pic18fregs.h: added new devices,
2692           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2693         * device/include/pic16/signal.h: resolved name clashes
2694           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2695           to also allow testing for interrupt enable bits, added
2696           comments on how to use the macros
2697         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2698         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2699           register definitions for the devices
2700         * device/lib/pic16/pics.all: added new devices
2701         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2702           allocated memory
2703         * device/lib/pic16/libc/stdlib/memfree: do not count
2704           the block header as free memory
2705         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2706           simplified and added missing end-of-blocklist-marker
2707           (reported by Peter Onion, fixes #1252814)
2708         * (_mergeHeapBlock): fixed loop condition
2709         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2710           len==0, restructured code
2711         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2712           up a bit, reduced bitfield accesses, prevent endless loops
2713           in case of heap corruption
2714         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2715           "unreferenced arguments/must return a value" warnings
2716         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2717           replaced BAUDREG with SPBRG
2718         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2719           device/lib/pic16/debug/gstack/gstack.c: replaced
2720           _naked, _asm, _endasm with __naked, __asm, __endasm
2721
2722 2005-08-05 Raphael Neider <rneider AT web.de>
2723
2724         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2725           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2726
2727 2005-08-05 Borut Razem <borut.razem AT siol.net>
2728
2729         * device/lib/Makefile.in: added missing ';'
2730         * configure: removed ^M characters
2731
2732 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2733
2734         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2735           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2736           License
2737
2738 2005-08-04 Borut Razem <borut.razem AT siol.net>
2739
2740         * configure.in: pic16 libraries build 2nd try - enable running
2741           configure in device/lib/pic16
2742         * configure: regenerated from configure.in
2743         * device/lib/Makefile.in: create $(PORT)/bin directory
2744
2745 2005-08-03 Raphael Neider <rneider AT web.de>
2746
2747         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2748           to get/set values via pointers
2749         * (genUnpackBits,genPackBits): changed detection of
2750           ptr->bitfield vs. sym.bitfield, fixed access via generic
2751           pointers, removed dead (wrong) code for multibyte bitfields
2752         * (genNearPointerGet, genGenPointerGet): removed useless code,
2753           fixed bitfield detection, fixes #1250594
2754         * (genNearPointerSet): removed useless code
2755         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2756           and introduced macro pic16_emitpcode that conditionally emits
2757           the origin of the following pCode (useful for debugging SDCC)
2758         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2759         * (createDefmap): fixed handling of LFSR for --optimize-df
2760
2761 2005-08-02 Borut Razem <borut.razem AT siol.net>
2762
2763         * device/lib/Makefile.in: pic16 libraries build enabled since
2764           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2765
2766 2005-08-02 Raphael Neider <rneider AT web.de>
2767
2768         * src/pic16/gen.c (genPackBits): removed deprecated warning
2769         * (genGenPointerSet): fixed bitfield detection
2770
2771 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2772
2773         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2774
2775 2005-07-31 Raphael Neider <rneider AT web.de>
2776
2777         * device/lib/pic16/libdev/pic18f458.c,
2778           device/include/pic16/pic18f458.h: added missing T0CONbits
2779
2780 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2781
2782         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2783
2784 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2785
2786         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2787
2788 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2789
2790         * device/include/mcs51/at89c51ed2.h: added.
2791
2792 2005-07-23 Raphael Neider <rneider AT web.de>
2793
2794         * src/pic/gen.h: added emitpcode macro for debugging
2795         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2796           and replace by macro adding debug information on demand
2797         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2798         * (gencjne): tried to fix; replaced with correct (slower) code
2799         * (gen{Unp,P}ackBits): fixed single bit access
2800         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2801         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2802           previous instruction
2803         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2804           register has to be handled with care (forbidding movement
2805           of assignments/uses, removing assignments completely, ...)
2806         * (pCodeOptime2pCodes): make use of regIsSpecial
2807         * added lots of debugging output (commented out)
2808         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2809           from being reused as result UNLESS it is known to work
2810
2811 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2812
2813         * support/Util/dbuf.h: include <stddef.h> for size_t
2814         * .version: changed to version 2.5.2
2815
2816 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2817
2818         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2819
2820 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2821
2822         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2823           (genModOneByte): removed needless psha/pula
2824
2825 2005-07-22 Raphael Neider <rneider AT web.de>
2826
2827         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2828           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2829         * src/pic/gen.c (resolveIfx): do not "invent" labels
2830         * (genSkipc): changed to positive logic
2831         * (genSkipCond): removed as no longer needed
2832         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2833           backport from PIC16
2834         * (genLeftShift): check operands are in different registers
2835         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2836           INCF does not update CARRY...
2837         * src/pic/main.c: fixed _linkCmd
2838         * src/pic/pcode.c (unlinkpCode): added inactive code
2839         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2840           alive (do not assign result and operand overlapping registers)
2841
2842 2005-07-22 Raphael Neider <rneider AT web.de>
2843
2844         * src/pic/device.c (dump_sfr): replaced register declaration with
2845           call to emitSymbolToFile() to avoid duplicate symbols
2846         * (assignRelocatableRegisters): do not declare external symbols
2847         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2848           right (take size of type, not etype)
2849         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2850         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2851         * (packRegsForAccUse): disabled assignment of WREG as
2852           the result reg to prevent occurence of just fixed #1235003,
2853           fixes #1242954
2854         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2855           symbols (avoids duplicate symbols in .asm file)
2856         * (pic14emitRegularMap): use emitSymbolToFile()
2857         * src/pic/gen.c (aopOp): fixed spillLocation handling
2858         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2859         * (genDataPointerSet): removed unneccessary variables/output
2860
2861 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2862
2863         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2864         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2865
2866 2005-07-21 Raphael Neider <rneider AT web.de>
2867
2868         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2869           architecture cannot handle them efficiently, fixes bug #1235003
2870         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2871           check for empty sets before using them (fixes bug #1232190)
2872
2873 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2874
2875         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2876           (lnksect2): generate warnings for memory overlap
2877         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2878           constseg to set the name of these segments so you can instruct the linker
2879           to place them in banks
2880         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2881         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2882           added code_seg and const_seg to options
2883         * src/SDCCglue.c (emitMaps): use options.const_seg,
2884           (createInterruptVect): put interrupt vectors in segment HOME,
2885           (glue): put HOME before static segment and put the main glue in HOME,
2886           (glue): use options.code_seg
2887         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2888         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2889           these segments so you can instruct the linker to place them in banks
2890           (linkEdit): use code_loc for HOME segment which should be the first
2891           segment in code memory now
2892         * src/SDCCmem.c: fixed more stuff like bug 1238386
2893         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2894           (changePointer): don't change function pointers to code pointers for
2895           banked functions,
2896           (compareType): added exceptional check for banked function pointers
2897         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2898         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2899           after static in code memory
2900         * src/mcs51/gen.c: added aopLiteralLong prototype,
2901           (aopForSym): use getSize for functions,
2902           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2903           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2904           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2905           the segment,
2906           (genPcall): use call for literal function pointers and generate banked
2907           calls over the one trampoline so there's only one place for the user to
2908           modify according to his/hers hardware,
2909           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2910           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2911         * src/mcs51/main.c: added keyword banked,
2912           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2913         * support/Util/SDCCerr.c,
2914         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2915           needed for passing the bank and address to the trampoline
2916         * device/lib/mcs51/crtbank.asm: added for bankswitching
2917         * device/lib/mcs51/Makefile: added crtbank
2918
2919 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2920
2921         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2922           for fields at offset 0 of a struct or union as reported
2923           on 2005-07-07 in the developer mailing list.
2924
2925 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2926
2927         * src/SDCCmem.c: fixed bug 1238386
2928
2929 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2930
2931         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2932           (patch #1144962), added peephole 300, enabled 259.x
2933         * doc/sdccman.lyx: removed screenshot and provided link instead
2934
2935 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2936
2937         * doc/sdccman.lyx: added section about debugging with ddd
2938         * doc/figures/ddd_example.eps: screenshot of debugging session
2939
2940 2005-07-04 Raphael Neider <rneider AT web.de>
2941
2942         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2943           like CODE pointers, fixes #1115683
2944         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2945           call, fixes bugs #1232211, #1228110,
2946           fixed wrong casts to pCodeFlow from pCodeInstructions
2947
2948 2005-07-04 Raphael Neider <rneider AT web.de>
2949
2950         * src/pic/gen.c (popGet): changed assert to allow for
2951           bit operands
2952         * (popGetAddr): changed signature to provide
2953           an additional index, patched all call sites
2954         * (genCmpEq): handle literal-like operands correctly
2955         * (genAddrOf): added sanity checks on __code/__data pointers
2956         * (genAssign): added handling of symbols from __code section
2957         * (gencjne): do not generate code for comparisons whose result
2958           is neither stored nor used, fixes bug #1171114
2959         * (AccLsh, AccRsh): operate on operand instead of WREG
2960         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2961           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2962           by known count
2963         * rewrote complete shift-by-literal logic, commented unused
2964           functions out
2965         * (genConstPointerGet): get multiple bytes (if result size > 1),
2966           fixed handling of non-immediate addresses
2967         * (genPointerGet): handle CODE pointers like CONST pointers
2968         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2969         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2970           operand is to be treated as a literal or not
2971         * (mov2w,genPcall,genCmpEq),
2972           src/pic/genarith.c: use aop_isLitLike() to decide between
2973           literal/register contents
2974         * (addSign): added missing offset
2975         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2976           only emit comment in debug-mode,
2977           use {aop,op}_isLitLike throughout the file
2978         * src/pic/glue.c: fix initializers for pointers (work in progress)
2979         * src/pic/pcode.c (get_op): honor index on _const symbols
2980         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2981         * (dumppBlock): added pCode size estimation
2982         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2983           check for IS_SYMOP before OP_SYMBOL'ing
2984         * fixed indentation, compacted switch-statements
2985         * (allocReg): find free register and allocate it instead of
2986           allocating new registers all the time
2987         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2988           registers as its operands (necessary only for multibyte GETs)
2989
2990 2005-07-01 Raphael Neider <rneider AT web.de>
2991
2992         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2993           debugging .asm-output macros FENTRY + FEXIT
2994         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2995           way... I wonder...
2996         * (emitpComment): NEW, printf to pCode
2997         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2998           offset handling
2999         * (popGetAddr): NEW, variant of popGet to access an immediates
3000           high(er) bytes instead of the n'th byte of memory they reference,
3001           replaced popGet with popGetAddr where neccessary
3002         * (genDataPointerGet): reactivated and fixed implementation
3003         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
3004           accesses
3005         * (genDataPointerSet): fixed multibyte assignments
3006         * (genpic14Code): fixed --i-code-in-asm handling
3007         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
3008         * (genPlus): fixed index-out-of-bounds error
3009         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
3010         * src/pic/ralloc.c: added debugging output macro FENTRY2
3011         * (spillThis): fixed indentation, enbraced for-body for clarity
3012         * (rematStr): commented out as now unused
3013         * (regTypeNum): commented out special spill case (overwrites
3014           arbitrary values)
3015         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
3016
3017 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
3018
3019         * doc/sdccman.lyx: documented sfr16/sfr32,
3020           added example for using storage class with function pointers
3021         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
3022
3023 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
3024
3025         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
3026         * device/lib/_itoa.c,
3027         * device/lib/_ltoa.c: optimized codesize
3028         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
3029           but don't know how to suppress the double warning.
3030         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
3031         * support/Util/SDCCerr.c,
3032         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
3033
3034 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
3035
3036         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
3037           fixed old K&R prototypes
3038         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
3039         * device/lib/_gptrget.c,
3040         * device/lib/_gptrgetc.c,
3041         * device/lib/_gptrput.c: changed versions for new memory indicator values,
3042           also new versions for small generic pointers and banked generic pointers
3043         * src/port.h: added const_name
3044         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
3045         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
3046         * src/SDCCcse.c (findPrevIc): check all associative operators
3047         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
3048         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
3049         * src/SDCCmem.c: updated comments,
3050           set far-space to 0 for pdata, results in optimized code
3051         * src/SDCCmem.h: added macro CONST_NAME
3052         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
3053           moving the info into the highest bits, see also gptrget/gptrput
3054         * src/src.dsp: added sdcc.ico to project files
3055         * src/avr/gen.c (genCast): fixed bug 0x%d
3056         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
3057         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
3058           relation between ptr_type and DCL_TYPE,
3059           (genCast): fixed bug 0x%d
3060         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
3061           (CODE)" for const_name
3062         * src/hc08/gen.c (genCast): fixed bug 0x%d
3063         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
3064           (hc08_port): added "CONST (CODE)" for const_name
3065         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
3066           (aopForRemat, adjustArithmeticResult): disconnected direct relation
3067           between ptr_type and DCL_TYPE,
3068           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
3069           operand* and took AOP() inside function so sfr-ness can be checked,
3070           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
3071           new prototype,
3072           (genFunction, genEndFunction): optimized stack setup,
3073           (genMinus): optimized for literals with ending zeroes (in bytes),
3074           (genCast): fixed bug 0x%d
3075         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
3076           (mcs51_port): added "CONST (CODE)" for const_name
3077         * src/mcs51/peeph.def: made rule 226 more generic
3078         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
3079         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
3080         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
3081         * src/z80/main.c (z80_port): added NULL for const_name,
3082           (gbz80_port): added NULL for const_name
3083         * support/regression/tests/bug663539.c,
3084         * support/regression/tests/sfr16.c: new tests
3085
3086 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3087
3088         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3089
3090 2005-06-24 Raphael Neider <rneider AT web.de>
3091
3092         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3093           corrected typos...
3094         * device/include/pic16/signal.h: added USBIF
3095           and SIG_USB
3096
3097 2005-06-24 Raphael Neider <rneider AT web.de>
3098
3099         * device/lib/pic16/libdev/pic18f2455.c,
3100           device/include/pic16/pic18f2455.h: NEW
3101         * device/include/pic16/pic18fregs.h,
3102           device/lib/pic16/pics.all,
3103           src/pic16/device.c: added 18f2455
3104         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3105           device/include/pic16/{pic18f[68][567].h,usart.h}:
3106           replaced MULTIPLE_USARTS define with more relaible
3107           compatibility sfrs (for USART access)
3108
3109 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3110
3111         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3112           and the output asm file line is printed on two lines.
3113
3114 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3115
3116         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3117           BGT, BLE, BHI, and BLS instructions
3118         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3119           genCmpEq): removed
3120         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3121           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3122           fixes bug #1216342
3123         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3124
3125 2005-06-15 Raphael Neider <rneider AT web.de>
3126
3127         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3128         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3129         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3130           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3131           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3132
3133 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3134
3135         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3136           Marcel Telka in bug #1215704
3137
3138 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3139
3140         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3141           located in shared memory bank.
3142
3143 2005-05-31 Raphael Neider <rneider AT web.de>
3144
3145         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3146           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3147           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3148
3149 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3150
3151         * device/lib/_strncpy.c: fixed the fix
3152
3153 2005-05-26 Raphael Neider <rneider AT web.de>
3154
3155         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3156           initializers with \0, bug #1208187
3157         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3158           intializers with \0, bug #1208187
3159
3160 2005-05-26 Raphael Neider <rneider AT web.de>
3161
3162         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3163           initializers with \0, bug #1208187
3164         * src/pic16/main.c (_process_pragma): added sanity checks
3165           for stack position and size, emit warnings when appropriate
3166
3167 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3168
3169         * device/lib/_strncpy.c: fixed not filling with \0
3170
3171 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3172
3173         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3174           createFunction),
3175         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3176           compound_statement),
3177         * src/SDCCsymt.h,
3178         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3179
3180 2005-05-24 Raphael Neider <rneider AT web.de>
3181
3182         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3183
3184 2005-05-24 Raphael Neider <rneider AT web.de>
3185
3186         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3187           TRISE definitions, closes bug #1162453
3188
3189 2005-05-22 Raphael Neider <rneider AT web.de>
3190
3191         * src/pic16/main.c (_process_pragma): check for missing
3192           arguments to pragmas code and udata
3193         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3194           consistency fixes to match other headers (thanks to Jim Paris)
3195         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3196
3197 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3198
3199         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3200
3201 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3202
3203         * support/regression/tests/bug1198642.c: new test
3204         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3205         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3206         * support/scripts/resource.h,
3207         * support/scripts/resource.rc,
3208         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3209         * support/scripts/sdcc.ico: added 32x32 icon
3210
3211 2005-05-18 Raphael Neider <rneider AT web.de>
3212
3213         * device/lib/pic16/libdev/pic18f*.c,
3214         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3215           keywords to "__sfr" and "__at (X)"
3216         * device/include/pic16/pic18fregs.h: added pic18f4520
3217         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3218           #1203088 (MPLAB compatibility)
3219
3220 2005-05-17 Raphael Neider <rneider AT web.de>
3221
3222         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3223         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3224         * device/lib/pic16/pics.all: added new devices
3225         * src/pic16/device.c: added support for pic18f4520
3226
3227 2005-05-16 Raphael Neider <rneider AT web.de>
3228         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3229         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3230         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3231           convenience function for bit access
3232
3233 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3234
3235         * device/lib/printf_large.c: fixed bug 1193299
3236         * support/regression/tests/bug1057979.c: added test %3.3s
3237
3238 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3239
3240         * device/include/mcs51/8051.h,
3241         * device/include/mcs51/8052.h: made parseable with lint
3242         * device/include/mcs51/lint.h: added include file for (sp)lint
3243         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3244         * doc/cdbfileformat.lyx,
3245         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3246
3247 2005-05-14 Raphael Neider <rneider AT web.de>
3248
3249         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3250         * device/lib/pic16/libc/stdlib/itoa.c (new)
3251         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3252         * device/lib/pic16/libio/Makefile: exclude subdir according to
3253           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3254         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3255         * src/pic16/gen.c (genFunction): prevent annoying warning
3256         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3257           nameclashes on BeOS
3258         * support/cpp2/cppmain.c (cpp_output_string): new
3259         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3260           fixes bug 1116802
3261
3262 2005-05-13 Borut Razem <borut.razem AT siol.net>
3263
3264         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3265
3266 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3267
3268         * .version: changed to version 2.5.1; back to bleeding edge development
3269
3270 2005-05-11 Borut Razem <borut.razem AT siol.net>
3271
3272         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3273           generate PDF version 1.3 documents
3274
3275 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3276
3277         * .version: changed to version 2.5.0
3278
3279 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3280
3281         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3282
3283 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3284
3285         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3286         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3287         well as many smaller updates.
3288         * .version: changed to version 2.5.0-pre1
3289
3290 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3291
3292         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3293
3294 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3295
3296         * support/regression/tests/bug1185672.c: added
3297         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3298           bug 1185672
3299         * src/mcs51/gen.c (genCall): added comments, made it look safer
3300         * src/mcs51/gen.c (genEndFunction): simplified
3301
3302 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3303
3304         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3305
3306 2005-04-14 Borut Razem <borut.razem AT siol.net>
3307
3308         * fixed bug 1045046 - SIGSEGV with really simple code?:
3309           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3310           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3311
3312 2005-04-14 Borut Razem <borut.razem AT siol.net>
3313
3314         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3315           src/pic16/device.h: temporarily disabled experimental #inline pragma
3316           for 2.5.0 release
3317
3318 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3319
3320         * device/include/z80/stdio.h,
3321         * device/include/z80/string.h: removed these highly incomplete files so
3322           SDCC can use the default ones in device/include/
3323
3324 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3325
3326         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3327         gcc warning.
3328         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3329         fix sdcpp warnings.
3330
3331 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3332
3333         * device/include/malloc.h: removed redundant __reentrant prototypes
3334         * device/lib/_mullong.c: added working xstack variant in asm (C version
3335           doesn't pass regression tests)
3336         * device/lib/bpx.c: used __data and made bpx char for mcs51
3337         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3338           (createFunction): fixed bug with xstackPtr
3339         * src/SDCCcse.c: corrected comments
3340         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3341           (killDeadCode, eBBlockFromiCode): removed unused code
3342         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3343           corrected comments
3344         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3345           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3346           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3347           (genModOneByte): fixed warning in MSVC
3348         * src/mcs51/main.c (): added comments
3349         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3350
3351 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3352
3353         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3354
3355 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3356
3357         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3358
3359 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3360
3361         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3362         characters arrays of larger size than the declared one.
3363
3364 2005-04-10 Borut Razem <borut.razem AT siol.net>
3365
3366         * src/pic/gen.c (genInline),
3367           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3368           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3369           (findNextInstruction), (findPrevInstruction),
3370           (findInstructionUsingLabel),
3371           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3372         * src/pic/pcode.c (findLabel): added missing '\n'
3373         * src/src.dsp: added SDCCdwarf2.c to the project
3374
3375 2005-04-09 Borut Razem <borut.razem AT siol.net>
3376
3377         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3378
3379 2005-04-08 Raphael Neider <rneider AT web.de>
3380
3381         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3382           into the chain after a given one) and mergeDefmapSymbols (combine
3383           defmap entries for each symbol per pcode)
3384         * (createDefmap): have defmap entries merged in the end
3385         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3386           a symbol before replacing one access type's symbol, merge symbols in
3387           the end (replacement symbol might already have an entry)
3388         * (assignValnums): keep reference to written WREG intact
3389
3390 2005-04-08 Raphael Neider <rneider AT web.de>
3391
3392         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3393           Alpha)
3394
3395 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3396
3397         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3398         bytes
3399
3400 2005-04-07 Raphael Neider <rneider AT web.de>
3401
3402         * device/include/pic16/usart.h: added compatibility defines for
3403           devices with more than one USART
3404         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3405
3406 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3407
3408         * device/lib/Makefile.in: updated for port specific include
3409
3410 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3411
3412         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3413
3414 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3415
3416         * device/include/8051.h,
3417         * device/include/8052.h,
3418         * device/include/at89S8252.h,
3419         * device/include/at89c55.h,
3420         * device/include/at89x051.h,
3421         * device/include/at89x51.h,
3422         * device/include/at89x52.h,
3423         * device/include/mcs51reg.h,
3424         * device/include/reg51.h,
3425         * device/include/reg764.h,
3426         * device/include/regc515c.h,
3427         * device/include/sab80515.h: (re)moved these 12 files
3428         * device/include/mcs51/8051.h,
3429         * device/include/mcs51/8052.h,
3430         * device/include/mcs51/at89S8252.h,
3431         * device/include/mcs51/at89c55.h,
3432         * device/include/mcs51/at89x051.h,
3433         * device/include/mcs51/at89x51.h,
3434         * device/include/mcs51/at89x52.h,
3435         * device/include/mcs51/mcs51reg.h,
3436         * device/include/mcs51/reg51.h,
3437         * device/include/mcs51/reg764.h,
3438         * device/include/mcs51/regc515c.h,
3439         * device/include/mcs51/sab80515.h: and added them here
3440
3441 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3442
3443         * device/include/stdarg.h: changed SDCC specific keywords to double
3444           underlined form.
3445         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3446           mcs51 and ds390.
3447         * device/include/hc08/mc68hc908gp32.h,
3448         * device/include/hc08/mc68hc908jb8.h,
3449         * device/include/hc08/mc68hc908jkjl.h,
3450         * device/include/hc08/mc68hc908qy.h: fixed comments
3451         * device/include/mcs51/README: updated
3452         * device/include/mcs51/c8051f120.h: added PINRSF
3453         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3454         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3455           amidst code. Also inline is not supported.
3456
3457 2005-04-06 Raphael Neider <rneider AT web.de>
3458
3459         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3460         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3461           callers stack/frame pointers
3462
3463 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3464
3465         * device/include/pic16/usart.h: added, missing in previous commit,
3466         * device/include/pic16/adc.h: fixed typo,
3467         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3468         commit,
3469         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3470         <p18fxxx.inc>
3471         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3472         uninitialized because a bug appears with gplink
3473         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3474         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3475         complains for unrecognised option
3476
3477 2005-04-05 Raphael Neider <rneider AT web.de>
3478
3479         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3480           structs as well (using memcpy)
3481         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3482           on ISRs (GOTO has no label)
3483         * src/pic16/device.h: added OF_OPTIMIZE_DF
3484         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3485           new data flow analysis/optimization
3486         * src/pic16/pcode.c: added (prototypes for and implementation of)
3487           dataflow analysis functions, fixed pCodeInstructions' inCond and
3488           outCond values, made RCALL a branch instruction
3489         * (pic16_unlinkpCode): keep C line if possible
3490         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3491           C line moved if possible
3492         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3493         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3494           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3495         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3496           new flow)
3497         * (pic16_getJumptabpCode): NEW, needed in...
3498         * (LinkFlow): fixed handling of jumptables, calls and conditional
3499           branches
3500         * (pic16_InsertCommentAfter): NEW
3501         * (pic16_pCodeReplace): made verbose and flow preserving
3502         * (AnalyzeFlow): added call to data flow analysis
3503         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3504         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3505         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3506
3507 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3508
3509         * src/SDCCast.c (decorateType): fixed bug #1105626
3510
3511 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3512
3513         * device/include/asm/pic16/features.h,
3514         * pic18f*.h headers,
3515         * device/include/pic16/adc.h,
3516         * device/include/pic16/delay.h,
3517         * device/include/pic16/i2c.h,
3518         * device/include/pic16/malloc.h,
3519         * device/include/pic16/stdio.h,
3520         * device/include/pic16/stdlib.h,
3521         * device/include/pic16/string.h,
3522         * device/lib/pic16/libc/stdio/printf_tiny.c,
3523         * device/lib/pic16/libc/stdio/printf_small.c,
3524         * device/lib/pic16/libc/stdio/strmgpsim.c,
3525         * device/lib/pic16/libc/stdio/strmmssp.c,
3526         * device/lib/pic16/libc/stdio/strmusart.c,
3527         * device/lib/pic16/libc/stdio/vfprintf.c,
3528         * device/lib/pic16/libc/stdlib/ltoa.c,
3529         * device/lib/pic16/libc/stdlib/putchar.c,
3530         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3531         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3532         * device/lib/pic16/libc/stdlib/memchrram.c,
3533         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3534         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3535         * device/lib/pic16/libio/adc/adcbusy.c,
3536         * device/lib/pic16/libio/adc/adcread.c,
3537         * device/lib/pic16/libio/adc/adcsetch.c,
3538         * device/lib/pic16/libio/usart/ubaud.c,
3539         * device/lib/pic16/libio/usart/ubusy.c,
3540         * device/lib/pic16/libio/usart/udrdy.c,
3541         * device/lib/pic16/libio/usart/uopen.c,
3542         * device/lib/pic16/libio/usart/uputc.c,
3543         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3544         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3545         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3546         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3547         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3548         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3549         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3550         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3551         specific keywords to double underlined form,
3552         * device/lib/pic16/libc/Makefile.rules,
3553         * device/lib/pic16/libsdcc/Makefile.rules,
3554         * device/lib/pic16/libm/Makefile,
3555         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3556         to compile with C standard set in Makefile.common
3557         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3558         rand.c and crc.c in compilation process,
3559         * device/lib/pic16/libsdcc/int/divuint.c,
3560         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3561         `c' from signed to unsigned,
3562         * device/lib/pic16/startup/crt0.c,
3563         * device/lib/pic16/startup/crt0i.c,
3564         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3565         keywords to double underlined form, bug fixes in _do_cinit function
3566         which prevented the correct initialization of the .idata segment,
3567         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3568         core to enter a infinite loop
3569         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3570
3571 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3572
3573         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3574
3575 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3576
3577         * device/include/Makefile.in: add support for hc08 subdirectory
3578         * device/include/hc08/: new subdirectory
3579         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3580         Lucas Loizaga, thanks!
3581         * device/include/hc08/mc68hc908qy.h,
3582         * device/include/hc08/mc68hc908gp32.h,
3583         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3584         their own directory. Changed internal macro names to use the compiler
3585         reserved namespace. Changed SDCC specific keywords to double
3586         underlined form.
3587         * device/include/math.h,
3588         * device/include/malloc.h,
3589         * device/include/stdarg.h,
3590         * device/include/stdbool.h
3591         * device/include/string.h,
3592         * device/include/tinibios.h,
3593         * device/include/ds400rom.h,
3594         * device/include/8051.h,
3595         * device/include/8052.h,
3596         * device/include/80c51xa.h,
3597         * device/include/at89c55.h,
3598         * device/include/at89S8252.h,
3599         * device/include/at89x51.h,
3600         * device/include/at89x52.h,
3601         * device/include/ds80c390.h,
3602         * device/include/reg764.h,
3603         * device/include/regc515c.h,
3604         * device/include/sab80515.h,
3605         * device/include/mcs51/c8051f000.h,
3606         * device/include/mcs51/c8051f018.h,
3607         * device/include/mcs51/c8051f020.h,
3608         * device/include/mcs51/c8051f040.h,
3609         * device/include/mcs51/c8051f060.h,
3610         * device/include/mcs51/c8051f120.h,
3611         * device/include/mcs51/c8051f300.h,
3612         * device/include/mcs51/c8051f310.h,
3613         * device/include/mcs51/c8051f320.h,
3614         * device/include/mcs51/c8051f330.h,
3615         * device/include/mcs51/c8051f350.h,
3616         * device/include/z180.h: Changed SDCC specific keywords to double
3617         underlined form.
3618
3619 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3620
3621         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3622         18F4455,
3623         * (pic16_assignConfigWordValue): disable testing of configuration
3624         register value with config mask,
3625         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3626         function with port->fun_prefix,
3627         * (genFunction): when generating a naked interrupt function never
3628         create an absolute segment placed in interrupt vector address, place
3629         the actual interrupt function at IVA instead, when an interrupt
3630         function is generated with unspecified interrupt then do not create
3631         the absolute section,
3632         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3633         code for generating a call to generic pointer get/put function with
3634         a call to function pic16_callGenericPointer(),
3635         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3636         the call to the generic pointer get/put functions with prefixing the
3637         function name with port->fun_prefix,
3638         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3639         * src/pic16/main.c (_process_pragma): prefix function with
3640         port->fun_prefix,
3641         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3642         calling assembler, old 18Fxxxx macro is deprecated,
3643         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3644         PC_ASMDIR in while condition,
3645         * (findInstruction): add PC_ASMDIR in while condition,
3646         * (buildCallTree): prefix main with port->fun_prefix,
3647         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3648         identifier for variable with banked access in instructions BTFSS,
3649         BTFSC, BCF, BSF, BTG
3650         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3651         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3652         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3653         perform optimization when enviroment variable NO_REG_OPT is set,
3654         * (insideLRBlock): NEW, return 1 if register is inside an
3655         INF_LOCALREGS block,
3656         * (RemoveRegFromLRBlock): remove a register that is completely
3657         eliminated by register optimization, but it is still left in local
3658         register store/restore in/from stack block,
3659         * (Remove2pcodes): after removing register, check to see if it
3660         should be removed from local register store/restore in/from stack
3661         block,
3662         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3663         DUMMY_READ_VOLATILE,
3664
3665         * device/include/pic16/adc.h: minor prototype modifications and
3666         update,
3667         * device/include/pic16/malloc.h: added GPL notice various
3668         modifications,
3669         * device/include/pic16/stdint.h: NEW, standard header for ints
3670         * device/include/pic16/delay.h: NEW, header for delay functions,
3671         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3672         delay1mtcy,
3673         * device/include/pic16/signal.h: NEW, header providing helper macros
3674         for implementing signal handlers,
3675         * device/include/pic16/stdio.h: added prototypes for functions,
3676         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3677         prototypes for stdin and stdout, added macro PUTCHAR to
3678         automatically implement putchar function prototype,
3679         * device/include/pic16/usart.h: modified and updated USART library,
3680         * device/lib/pic16/libio/adc/,
3681         * device/lib/pic16/libio/i2c: some modifications to improve library
3682         performance,
3683         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3684         family of functions,
3685         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3686         family of functions and other sources,
3687         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3688         of the PIC18Fxx[28] devices,
3689         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3690         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3691         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3692         _do_cinit function, because the previous failed when local variables
3693         where not placed in the same memory bank,
3694         * device/lib/pic16/libsdcc/char/: various modifications to improve
3695         library performance,
3696         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3697         information on the new functions of the c library and more...
3698
3699 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3700
3701         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3702
3703 2005-03-26 Raphael Neider <rneider AT web.de>
3704
3705         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3706           if condition == CARRY)
3707         * (genCmp): adapted to new genSkipc semantics
3708         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3709           on rIfx (genCmp was broken)
3710
3711 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3712
3713         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3714         * src/z80/main.c (_keywords[]),
3715         * src/SDCCglobal.h (struct options),
3716         * src/SDCC.y,
3717         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3718         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3719         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3720         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3721         always available in leading double underscore form. The C99 support is
3722         mostly missing, but it's a start.
3723         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3724         reserved identifier "__data".
3725
3726 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3727
3728         * src/mcs51/peeph.def: fixed bug 1170013
3729
3730 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3731
3732         * device/include/mcs51reg.h: fixed bug 842007
3733
3734 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3735
3736         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3737         last time.
3738
3739 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3740
3741         * src/port.h (struct PORT),
3742         * src/avr/ralloc.c (avr_assignRegisters),
3743         * src/avr/main.c,
3744         * src/ds390/ralloc.c (ds390_assignRegisters),
3745         * src/ds390/main.c,
3746         * src/hc08/ralloc.c (hc08_assignRegisters),
3747         * src/hc08/main.c,
3748         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3749         * src/mcs51/main.c,
3750         * src/pic/ralloc.c (pic14_assignRegisters),
3751         * src/pic/main.c,
3752         * src/pic16/ralloc.c (pic16_assignRegisters),
3753         * src/pic16/main.c,
3754         * src/xa51/ralloc.c (xa51_assignRegisters),
3755         * src/xa51/main.c,
3756         * src/z80/ralloc.c (z80_assignRegisters),
3757         * src/z80/ralloc.h,
3758         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3759         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3760         * src/SDCCcse.h,
3761         * src/SDCCdflow.c (computeDataFlow),
3762         * src/SDCCdflow.h,
3763         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3764         * src/SDCCloop.h,
3765         * src/SDCCcflow.c (*),
3766         * src/SDCCcflow.h,
3767         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3768         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3769         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3770         immedDom() returning wrong block; probably fixes bug #1160833)
3771
3772 2005-03-20 Borut Razem <borut.razem AT siol.net>
3773
3774         * support/scripts/inc2h.pl: WIN32 port
3775
3776 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3777
3778         * device/lib/makefile.in: added abs.c and labs.c
3779
3780 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3781
3782         * device/include/stdint.h: added
3783         * device/lib/abs.c: added
3784         * device/lib/labs.c: added
3785         * device/include/stdlib.h: added abs() and labs() prototypes
3786         * device/lib/libsdcc.lib: added abs and labs
3787         * device/include/float.h,
3788         * device/lib/_fsmul.c,
3789         * device/lib/printf_fast.c,
3790         * device/lib/printf_tiny.c: updated comments
3791
3792 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3793
3794         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3795         bug #1164313
3796
3797 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3798
3799         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3800         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3801
3802 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3803
3804         * device/lib/printf_large.c: removed inline assembly for portability and
3805           readability. Use printf_fast if speed or size are more important.
3806         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3807         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3808
3809 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3810
3811         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3812         prevent compiler warning
3813
3814 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3815
3816         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3817         moved to level 0 and declared as static. Also they are explicit
3818         placed in access bank. This was necessery because some times they
3819         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3820         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3821         optimizations. Currently only compare to unsigned char is implemented,
3822         * src/pic16/gen.c: added fReturnIdx array,
3823         * (struct resolvedIfx) is moved to gen.h and made public,
3824         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3825         * (aopForSym): added an optimization to directly store in stack of
3826         the operand of a SEND iCode,
3827         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3828         but as registers instead (AOP_REG) using the fReturnIdx array,
3829         * (pic16_freeAsmop): remove the freed register from the
3830         _G.sregsAlloc field,
3831         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3832         a compare of 'WREG',
3833         * (pic16_popGetTempRegCond): changed function prototype, now
3834         function takes also a bitVector argument v which holds the current
3835         set of registers that are allocated for stack access by aopForSym,
3836         registers allocated in aopForSym for accessing stack symbols are not
3837         any more part of the functions usedRegs field,
3838         * (genCall): some times aopOp is called for a stack variable to be
3839         send, aopForSym might perform the push, if this is true make sure
3840         that genCall doesn't push the variable twice by testing _G.resDirect,
3841         * (genFunction): changed testing for unspecified interrupt number
3842         from 256 to INTNO_UNSPEC,
3843         * modified selection scheme of frame pointer generation. Previously
3844         if function did use local registers a frame pointer was generated,
3845         now a frame pointer is generated only if function has arguments
3846         (that need PLUSW2 register access), or has stack arguments, or the
3847         compiler is not instructed to omit the frame pointer,
3848         * (genEndFunction): before restoring local registers that were saved
3849         in the function preamble, also restore the registers that *might*
3850         have been allocated for stack access,
3851         * (genRet): removed some old comments,
3852         * (genCmp, the active (RN's) version): added a call to the
3853         pic16_genCmp_special function to perform the compare with a more
3854         robust and optimized way,
3855         * (genInline): a feature has been added in inline code generation,
3856         which allows a wildcard variable substitution when writing inline
3857         assembly. Code is incomplete and experimental therefore undocumented,
3858         * (genCast): changed order of aopOp for result and right to allow
3859         aopForSym to directly load the result if possible,
3860         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3861         perform an optimized compare on some selected special occasions,
3862         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3863         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3864         generate an IVT any more,
3865         * src/pic16/main.c (pic16_optionsTable): added command line option
3866         --optimize-cmp,
3867         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3868         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3869         macros,
3870         * src/pic16/NOTES: Raphael Neider added in list of active developers
3871         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3872         jumptable_end to prevent bug #,
3873         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3874         inCond and outCond fields,
3875         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3876         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3877         turn off register spilling,
3878         * (packRegsForOneUse): synced with other ports' versions although it
3879         is not used currently,
3880         * (pic16_packRegisters): added an optimization while reading
3881         structure bitfields, some registers may be saved (malloc code is
3882         decreased by 80 bytes)
3883
3884 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3885
3886         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3887         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3888         this can be optimized more?
3889
3890 2005-03-10 Raphael Neider <rneider AT web.de>
3891
3892         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3893           genNearPointerGet): (hopefully) fixed access to bitfields via
3894           pointers (p->bitN = x; and x = p->bitN; failed)
3895
3896 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3897
3898         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3899
3900 2005-03-09 Raphael Neider <rneider AT web.de>
3901
3902         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3903
3904 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3905
3906         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3907         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3908           (regTypeNum): set REG_BIT type if necessary
3909         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3910         * support/regression/tests/critical.c: check bug 1144613
3911
3912 2005-03-02 Raphael Neider <rneider AT web.de>
3913
3914         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3915
3916 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3917
3918         * src/avr/ralloc.c (serialRegAssign),
3919         * src/ds390/ralloc.c (serialRegAssign),
3920         * src/hc08/ralloc.c (serialRegAssign),
3921         * src/mcs51/ralloc.c (serialRegAssign),
3922         * src/pic/ralloc.c (serialRegAssign),
3923         * src/pic16/ralloc.c (serialRegAssign),
3924         * src/xa51/ralloc.c (serialRegAssign),
3925         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3926
3927 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3928
3929         * src/SDCCast.c (decorateType): fixed bug 1124787
3930
3931 2005-02-20 Hubert Sack <sack AT digiplan.de>
3932         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3933
3934         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3935         patch #1121755
3936
3937 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3938
3939         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3940         to keep the correct label reference count when adding/removing references
3941         to labels. A peephole file using this is appended to patch #1144962.
3942
3943 2005-02-14 Raphael Neider <rneider AT web.de>
3944
3945         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3946         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3947         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3948           retrievals of result operand's value on assignment
3949
3950 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3951
3952         * device/include/pic16/string.h: modified prototype for memccpy()
3953         to memccpy(void *, void *, char, size_t)
3954         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3955         check whether to omit frame pointer or not,
3956         * (genInline): convert all occurences of "\n" to LF in inline
3957         assembler blocks, this helps formatting the inline text,
3958         * (pic16_loadFSR0): modified prototype,
3959         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3960         removed some 8051 legacy code,
3961         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3962         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3963         before allocating temporary registers in functions,
3964
3965 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3966
3967         * support/regression/tests/bitvars.c: corrected the "fix"
3968
3969 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3970
3971         * support/regression/tests/bitvars.c,
3972         * support/regression/tests/bitwise.c,
3973         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3974
3975 2005-02-10 Raphael Neider <rneider AT web.de>
3976
3977         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3978           different size for Alpha
3979         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3980
3981 2005-02-09 Raphael Neider <rneider AT web.de>
3982
3983         * src/SDCC.lex(doPragma) : save and restore warning options as well
3984           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3985         * have #pragma less_pedantic set the errorlevel to WARNING
3986           (fixes #1117001)
3987         * (cloneOptimize) : fixed wrong malloc's size
3988         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3989           facilitate correct handling of #pragma (save|restore)
3990
3991 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3992
3993         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3994
3995 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3996
3997         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3998
3999 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
4000
4001         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
4002
4003 2005-02-02 Raphael Neider <rneider AT web.de>
4004
4005         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
4006         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
4007         * (pic16_storeForReturn): fixed to allow returning function pointers
4008         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
4009         * device/include/pic16/{stddef.h,stdbool.h}: added
4010
4011 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
4012
4013         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
4014
4015 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
4016
4017         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
4018         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
4019          appeared to be required
4020
4021 2005-01-31 Borut Razem <borut.razem AT siol.net>
4022
4023         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
4024           include/mcs51 and include/z80 directories to the package
4025
4026 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4027
4028         * src/hc08/gen.c (genFunction): fixed bug #1112752
4029
4030 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4031
4032         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
4033
4034 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4035
4036         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
4037
4038 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
4039
4040         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
4041
4042 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
4043
4044         * device/include/c8051fxxx.h: removed these 6 files
4045         * device/include/mcs51/c8051fxxx.h: added these 11 new files
4046
4047 2005-01-26 Raphael Neider <rneider AT web.de>
4048
4049         * src/pic16/gen.c (genAssign): fixed assignment from longs
4050           in codespace (were cut to three bytes)
4051         * (genDummyRead): implemented (except for CODESPACE...),
4052           fixed bug #1108575
4053         * src/pic16/glue.c (emitStatistics): beautified
4054         * device/lib/pic16/libm/Makefile: added include path
4055
4056 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4057
4058         * src/z80/gen.c (aopPut): fixed bug #1103902
4059
4060 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4061
4062         * device/lib/expf.c: fixed bug #1095792
4063
4064 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
4065
4066         * device/lib/pic16/libm: added Math library sources
4067
4068 2005-01-24 Raphael Neider <rneider AT web.de>
4069
4070         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
4071           to enable upcast to pCodeOpReg2 (there is no type tag to
4072           differenciate the two and pic16_popGet2p cast into PCOR2)
4073         * src/pic16/main.c (_process_pragma): fixed another malloc bug
4074           (sizeof(sectNames) changed to sizeof(sectName))
4075           Both patches fix segfaults under MinGW.
4076
4077 2005-01-23 Raphael Neider <rneider AT web.de>
4078
4079         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
4080           Safe_[mc]?alloc()'ed variables
4081         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
4082           of (byte sized) temporaries (assign them to WREG for now)
4083         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
4084           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
4085           this might fix SIGSEGVs on MinGW...
4086         * src/SDCCopt.c (killDeadCode): restored original behaviour
4087           (volatile operands might get thrown away though)
4088
4089 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4090
4091         * src/pic16/gen.c: fixed bug #1106975,
4092         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4093         pointer update, INTCON is saved, global interrupts are disabled and
4094         restored after updateing TOS.
4095         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4096         * added function attribute 'shadowregs' to take advantage of shadow
4097         registers,
4098         * added function attribute 'wparam' as an alternative to the wparam
4099         pragma,
4100         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4101         user declares a non-ISR function as 'shadowregs',
4102         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4103
4104 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4105
4106         * .version: bumped version number to 2.4.8
4107         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4108         pic16 port,
4109         * device/lib/pic16/libio/i2c/: I2C module support library,
4110         * device/include/pic16/i2c.h: I2C support library header,
4111         * device/lib/pic16/libc/stdio/: standard IO support sources,
4112         * (printf_small.c): printf_small() source, supports float print,
4113         * (printf_tiny.c): printf_tiny() source, does not support floats,
4114         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4115         enable global optimizations for entire library source, other
4116         Makefiles in the source tree are also modified to reflect this,
4117         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4118         function,
4119         * doc/sdccman.lyx: updated to reflect new changes,
4120         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4121         sym->onStack if-case,
4122         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4123         sbit, idata, _idata, xdata, _xdata,
4124         * added pragma library, to link an external library, (see doc),
4125         * removed command line options, --pomit-config-words, --pomit-ivt,
4126         --pleave-reset-vector,
4127         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4128         when calling assembler to reflect memory model used, also define
4129         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4130         reflect stack model used,
4131         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4132         on stack return NULL,
4133
4134 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4135
4136         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4137           of the operands is volatile. Fixes #1020220
4138
4139 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4140
4141         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4142         * (OptimizeRegUsage): make sure that there is really no other flow where
4143           the first pCode is used
4144
4145 2005-01-22 Raphael Neider <rneider AT web.de>
4146
4147         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4148           to fix #1106967 (pCode->seq are not set up correctly)
4149
4150 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4151
4152         * src/SDCCglue.c (glue): make sure code area is declared before the
4153         static initialization area.
4154
4155 2005-01-21 Raphael Neider <rneider AT web.de>
4156
4157         * device/lib/Makefile.in: fixed test for pic16 install dir
4158         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4159           optimizations
4160         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4161           added --optimize-goto compiler switch and pragma wparam documentation
4162         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4163         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4164           and PRODH closing bug #1071770 (peephole optimizer)
4165
4166 2005-01-19 Raphael Neider <rneider AT web.de>
4167
4168         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4169           cmdLine buffers (used when calling sdcpp...) are large enough
4170           (MAX_PATH=256 truncates arguments leading to system halts when
4171           used in MinGW...)
4172         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4173         * (genUminus): rewritten to for efficiency
4174         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4175           used uninitialized in some cases)
4176         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4177           copy the third byte from the int -- now assumes 0x80 (data memory)
4178         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4179           operands (genAddLit expects the iCode's operands to swapped as
4180           well), fixed leftover bytes (crashed for short left operands)
4181         * (pic16_genMinusDec): performance improvements, removed false
4182           PIC14 emitSKPNCs
4183         * (pic16_genMinus): fixed to cope with differently sized operands
4184         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4185           for --obanksel > 1
4186         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4187         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4188           new banksel optimization
4189         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4190           analysis for temporary registers (segfaults...)
4191         * src/pic16/peeph.def: added rule
4192
4193 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4194
4195         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4196         which converts a float number to its ASCII representation
4197         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4198         functions to convert the fractional and integer part of a float to ASCII,
4199         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4200         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4201         ram
4202         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4203         _STATMEM macros,
4204         * device/include/pic16/adc.h: added GPL info,
4205         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4206         a pCodeOp as tested operand,
4207         * (genNearPointerGet): optimized bit testing, does not use
4208         intermediate register for bit value, test directly instead with
4209         BTFSS, BTFSC, works only for single bits,
4210         * (genpic16Code): dump the name of the iCode in the asm,
4211         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4212         renamed to pic16_decodeOp,
4213         * (serialRegAssign): do not allocate a temporary register for iCode
4214         sequences that test a single bit for 1/0
4215
4216 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4217
4218         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4219         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4220         access stack and frame pointers. They are initially assigned to
4221         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4222         accessing SFRs. Updated all occurences of modification of stack or
4223         frame pointer in gen.c and pcode.c,
4224         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4225         assigning of a literal value to pointers,
4226         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4227         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4228         selected
4229
4230 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4231
4232         * doc/sdccman.lyx: update documentation about stack pragma, added
4233         some info for stack memory models
4234
4235 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4236
4237         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4238
4239 2005-01-08 Raphael Neider <rneider AT web.de>
4240
4241         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4242           udata sections to fix bug #1097823
4243
4244 2005-01-05 Raphael Neider <rneider AT web.de>
4245
4246         * src/pic16/gen.c (genGenericShift): added handling of differently
4247           sized left operand and result
4248
4249 2005-01-04 Raphael Neider <rneider AT web.de>
4250
4251         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4252         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4253           to hold the condition bit)
4254         * added new version of genCmp (old code available via #define)
4255         * added new version of genShiftLeft/genShiftRight in a generic
4256           way, now supports shifting by negative values
4257         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4258           shiftCount (expected by genGenericShift)
4259         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4260         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4261           dump
4262         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4263           is an invalid literal too...)
4264
4265 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4266
4267         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4268         from Raphael Neider,
4269         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4270         for 8-bit literals. This fixes some literal operands which are sign
4271         extended to 16-bits ints when instruction needs only 8-bits.
4272
4273 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4274
4275         * device/lib/logf.c: added mcs51 assembly version
4276         * device/lib/expf.c: added mcs51 assembly version
4277         * device/lib/_logexpf.c: new shared asm code for expf and logf
4278         * device/include/math.h: add defines for assembly math library
4279         * device/lib/Makefile.in: build new _logexpf.c
4280         * device/lib/libfloat.lib: use new _logexpf.c
4281
4282 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4283
4284         * src/pic/device.c
4285         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4286           device types which have less than 0x7f registers.
4287
4288 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4289
4290         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4291
4292 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4293
4294         * device/lib/printf_fast.c: only build on supported arch.
4295         * device/lib/printf_tiny.c: only build on supported arch.
4296         * device/lib/printf_fast_f.c: only build if asm float lib
4297         * device/lib/_fsget1arg.c: only build if asm float lib
4298         * device/lib/_fsget2args.c: only build if asm float lib
4299         * device/lib/_fsnormalize.c: only build if asm float lib
4300         * device/lib/_fsreturnval.c: only build if asm float lib
4301         * device/lib/_fsrshift.c: only build if asm float lib
4302         * device/lib/_fsswapargs.c: only build if asm float lib
4303         * device/include/stdio.h: don't provide print_fast,
4304           print_fast_f, print_tiny prototypes if --xstack used
4305
4306 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4307
4308         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4309         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4310           to the SOURCES
4311
4312 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4313
4314         * device/lib/printf_fast_f.c: same as printf_fast, but
4315           with floating point enabled
4316         * device/lib/printf_fast.c: minor tweaks
4317         * device/include/stdio.h: add printf_fast_f
4318
4319 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4320
4321         * src/SDCCmain.c: make --float-reent default for mcs51
4322         * device/lib/_fsadd.c: added mcs51 assembly version
4323         * device/lib/_fssub.c: added mcs51 assembly version
4324         * device/lib/_fsmul.c: added mcs51 assembly version
4325         * device/lib/_fsdiv.c: added mcs51 assembly version
4326         * device/lib/_fseq.c: added mcs51 assembly version
4327         * device/lib/_fsneq.c: added mcs51 assembly version
4328         * device/lib/_fsgt.c: added mcs51 assembly version
4329         * device/lib/_fslt.c: added mcs51 assembly version
4330         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4331         * device/lib/Makefile.in: add _fscmp to build
4332         * device/lib/libfloat.lib: add _fscmp to build
4333
4334 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4335
4336         * device/lib/_fs2slong.c: added mcs51 assembly version
4337         * device/lib/_fs2sint.c: added mcs51 assembly version
4338         * device/lib/_fs2schar.c: added mcs51 assembly version
4339         * device/lib/_fs2ulong.c: added mcs51 assembly version
4340         * device/lib/_fs2uint.c: added mcs51 assembly version
4341         * device/lib/_fs2uchar.c: added mcs51 assembly version
4342         * device/lib/_slong2fs.c: added mcs51 assembly version
4343         * device/lib/_sint2fs.c: added mcs51 assembly version
4344         * device/lib/_schar2fs.c: added mcs51 assembly version
4345         * device/lib/_ulong2fs.c: added mcs51 assembly version
4346         * device/lib/_uint2fs.c: added mcs51 assembly version
4347         * device/lib/_uchar2fs.c: added mcs51 assembly version
4348         * device/include/float.h: added #define to select asm vs c
4349
4350 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4351
4352         * device/lib/printf_fast.c: improvements to float output
4353         * device/include/float.h: add defines for assembly float library
4354         * device/lib/_fsget1arg.c: receive 1 float arg
4355         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4356         * device/lib/_fsnormalize.c: normalize a float
4357         * device/lib/_fsreturnval.c: return float, various helper routines
4358         * device/lib/_fsrshift.c: right shift a float's mantissa
4359         * device/lib/_fsswapargs.c: swap 2 floats
4360         * device/lib/Makefile.in: build these 6 new files for mcs51
4361         * device/lib/libfloat.lib: add these 6 files to the library
4362
4363 2004-12-26 Borut Razem <borut.razem AT siol.net>
4364
4365         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4366           built by gcc 3.4.2
4367
4368 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4369
4370         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4371           and fully reentrant and register bank neutral.
4372         * device/lib/printf_fast.c: added float (not enabled by default),
4373           added compact/slower integer (also not enabled by default),
4374           improved size/speed of fast integer code, other minor changes
4375         * device/include/stdio.h, device/lib/Makefile.in,
4376           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4377
4378 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4379
4380         * src/pic16/pcode.c: declaring variables other than at the start of a
4381           block is not supported in C by VC6.
4382
4383 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4384
4385         * applied a previous patch from Raphael Neider that wasn't included
4386         in the previous commits, which fixes infinite loops within jumptable
4387         improvements,
4388         * made some fixes that previous patches introduced
4389
4390 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4391
4392         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4393         that fixes an issue with AOP_PCODE asmop's offset,
4394         * (pic16_popCopyReg): update instance field too,
4395         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4396         function of pic port,
4397         * (genCmp, genAnd, genAssign),
4398         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4399
4400 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4401
4402         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4403         variables initial values to idata section,
4404         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4405         variables in some functions. This utilizes parmBytes field of iCode
4406         structure to hold the offset of the variable in stack. (might be
4407         able to use the stack field too?)
4408         * applied patch from Raphael Neider # ### , # ###
4409         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4410         variable initial values in idata section,
4411         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4412         for static variables with initial value
4413         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4414         applied fix in while loop from Raphael Neider.
4415
4416 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4417
4418         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4419         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4420         * src/ds390/ralloc.c (serialRegAssign): spill bits
4421         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4422         * support/Util/SDCCerr.c,
4423         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4424         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4425         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4426
4427 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4428
4429         * device/include/sdcc-lib.h: inserted LGPL, added includes
4430           asm/ds390/features.h and asm/mcs51/features.h
4431         * device/include/asm/default/features.h,
4432         * device/include/asm/gbz80/features.h,
4433         * device/include/asm/z80/features.h: added empty _AUTOMEM
4434           and _STATMEM
4435         * device/include/asm/ds390/features.h,
4436         * device/include/asm/mcs51/features.h: added files with defines for
4437           _AUTOMEM and _STATMEM indicating automatic and static storage class
4438         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4439         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4440         * src/SDCCicode.c (geniCodeCast),
4441         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4442         * src/SDCCloop.c (loopInduction): removed unused variable lr
4443         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4444           to convertToFcall to include char modulo (RFE 1065037), added check
4445           if left operand is unsigned and use abs of literal value
4446         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4447           as it doesn't work after conversion from peephole.def to peephole.rul
4448         * src/mcs51/gen.c (toBoolean): added check for size,
4449           (genModOneByte): optimized code for signed char modulo a literal
4450           power of 2 (thanks to Hubert Sack),
4451           (genRRC): removed unnecessary "clr c",
4452           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4453         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4454           jump optimization,
4455           swapped rules 256.c and 256.d,
4456           extended 256.d by using new multiple checks (thanks Erik),
4457           added rules 256.e and 256.f,
4458           updated rule 261.a and 261.b to new generated code
4459         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4460
4461 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4462
4463         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4464           induction related bugs, including first part of bug #1074377
4465
4466 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4467
4468         * applied patch from bug-report #1076292,
4469         * applied patches for genAnd and Goto-optimizations for Raphael
4470         Neider,
4471         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4472         dump a less iCode information,
4473         * src/pic16/device.h (pic16_options_t): added field debgen,
4474         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4475         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4476         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4477         puclic,
4478         * (various functions): added macros FENTRY and FENTRY2 to functions,
4479         to emit function prologue,
4480         * (various functions): fixed indentation,
4481         * (genNearPointerGet): fixed loading of FSR0,
4482         * (genPackBits): applied patch from Raphael Neider to fix updating
4483         of FSR0 and touching only the modified bits,
4484         * src/pic16/genarith.c (various functions): added macros FENTRY to
4485         emit function prologue in comments,
4486         * src/pic16/pcode.h: added functions debugf2, debugf3,
4487         * src/pic16/ralloc.c: partial fix for packForPush caused
4488         segmentation fault,
4489
4490 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4491
4492         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4493           <stsp AT users.sourceforge.net> with reversed byte order
4494         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4495
4496 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4497
4498         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4499           bug #1074377
4500         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4501         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4502
4503 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4504
4505         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4506
4507 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4508
4509         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4510           conditions,
4511           (setFromConditionArgs): friendly operand parser for peephole rules,
4512           (operandBaseName, operandsNotRelated): new peephole condition
4513           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4514           architecture specific register naming into account, handles n-way
4515           comparisons, and supports quoted literals
4516         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4517
4518 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4519
4520         * src/mcs51/peeph.def: fixed bug #1076940
4521
4522 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4523
4524         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4525
4526 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4527
4528         Adding support for replacing ljmps with sjmps in jumptables
4529         generated for switch statements. For now you need to set the
4530         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4531         Now 4 algorithms for mcs51 jumptable generation are used:
4532         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4533         addresses loaded pc-relative for up to 112 cases and stack-pushing
4534         target addresses loaded with offset from dptr for up to 256 cases.
4535
4536         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4537         * src/mcs51/main.c: adapted constants for switch table generation
4538         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4539
4540 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4541
4542         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4543         * support/regression/tests/bug1057979.c: added test for bug 1073386
4544
4545 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4546
4547         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4548         compilers
4549
4550 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4551
4552         * src/pic16/device.h,
4553         * src/pic16/genarith.c,
4554         * src/pic16/glue.c,
4555         * src/pic16/main.c,
4556         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4557
4558 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4559
4560         Large cummulative patch for pic16 port.
4561         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4562         to call when a stack overflow occurs,
4563         * (malloc.h): added CVS Id tag,
4564         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4565         variable,
4566         * added libc directory. The current version of LibC contains string
4567         functions, ctype functions and macros and some functions of the
4568         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4569         be extensively tested in the future. Standard disclaimer here.
4570         Library is not automatically build yet. But one can build it by
4571         invoking 'make' inside the libc directory.
4572         * added ADC library under libio. Preliminary version yet.
4573
4574         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4575         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4576         aopForRemat() now and not by pic16_aopOp(),
4577         * (pic16_popGetTempReg): removed warning messgae when allocating
4578         temporary registers, its a buggy feature and will be removed,
4579         * (pic16_popGet): set register instance field in AOP_CRY,
4580         * (pic16_outBitC): fixed for results in size greater than 1,
4581         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4582         * (pic16_storeForReturn): optimized return of 0,
4583         * (genCmp): experimental code for new genCmp which uses PIC18's
4584         special compare&skip instructions. Initial tests fail some times
4585         with variables grater than 1 byte in size, so new code is disabled,
4586         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4587         a single bit,
4588         * (genCast): began a fix to optimize the casting of a bit to another
4589         bit, now assigning a bitfield to another bitfield will fail, sorry,
4590         * src/pic16/main.c: disabled the use of lr-support feature,
4591         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4592         * added some function prototypes, added function _debugf prototype,
4593         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4594         bits with offset (case PO_GPR_BIT),
4595         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4596         command line,
4597         * (isBankInstruction): modified to return 0 for no banking instruction,
4598         and 1 for banking instruction,
4599         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4600         caused stop processing pCodes after a inline assembly block,
4601         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4602         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4603         registers when it shouldn't,
4604         * src/pic16/ralloc.c (allocReg): add preliminary support for
4605         supporting a limited set of temporary registers,
4606
4607 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4608
4609         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4610           genDataPointerSet): ensure assignments always copy in MSB to LSB
4611           order,
4612           (loadRegFromAop): recognize CLRH optimization,
4613           (genFunction): optimize RECEIVE iCodes in reentrant functions
4614
4615 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4616
4617         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4618           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4619           selected.
4620         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4621         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4622           contiguous with data
4623
4624 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4625
4626         * device/lib/_gptrget.c (_gptrget),
4627         * device/lib/_gptrgetc.c (_gptrgetc),
4628         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4629           instead of sjmp to ret
4630         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4631           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4632
4633 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4634
4635         * .version: bumped version to 2.4.7
4636         * device/lib/_gptrget.c (_gptrget): is now _naked
4637         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4638         * device/lib/_gptrput.c (_gptrput): is now _naked
4639         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4640           (createFunction): fixed xstack
4641         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4642         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4643           or bit either,
4644           (geniCodeCritical): store original interrupt state in an iTemp bit
4645           var unless stack-auto
4646         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4647         * src/SDCCmain.c (setIncludePath): added include/target to search path
4648         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4649         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4650           prototype,
4651           (processFuncArgs): put bit vars in bit area
4652         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4653           unsaveRBank): fixed xstack,
4654           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4655           (genFunction, genEndFunction): fixed xstack,
4656           (genAssign): optimization don't walk backwards through mem
4657         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4658         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4659         * support/regression/Makefile: also make library (for stack-auto) when
4660           making "all" and added "test-mcs51-xstack-auto"
4661         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4662         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4663         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4664         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4665         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4666           make-library by MAKE_LIBRARY
4667         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4668           regression tests for xstack
4669         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4670         * support/regression/tests/critical.c: test for critical on mcs51
4671
4672 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4673
4674         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4675           built version of sdcc instead of installed version
4676
4677 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4678
4679         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4680         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4681           vprintf.c now
4682         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4683         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4684           WARNING: remove device/lib/build/z80/printf.o by hand when
4685           updating from previous build!
4686         * device/lib/z80/printf.c: updated comment
4687         * support/regression/tests/bug1057979.c: test all ports now
4688         * support/regression/tests/bug1065458.c: file added
4689
4690 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4691
4692         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4693           *_start and *_end symbols for static functions
4694
4695 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4696
4697         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4698           and search crt0.o in all library paths,
4699           (setIncludePath): proper handling of --nostdinc,
4700           (setLibPath): proper handling of --nostdlib
4701         * support/regression/Makefile,
4702         * support/regression/ports/ds390/spec.mk,
4703         * support/regression/ports/gbz80/spec.mk,
4704         * support/regression/ports/hc08/spec.mk,
4705         * support/regression/ports/mcs51/spec.mk,
4706         * support/regression/ports/mcs51-large/spec.mk,
4707         * support/regression/ports/mcs51-stack-auto/spec.mk,
4708         * support/regression/ports/z80/spec.mk: use include and lib files from
4709           built version of sdcc instead of installed version
4710         * doc/sdccman.lyx: fixed typo in --nostdinc
4711
4712 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4713
4714         * src/pic/pcode.c,
4715         * src/pic/device.c,
4716         * src/pic/ralloc.c,
4717         * src/pic/gen.c : added support to generate code for struct bit fields.
4718
4719 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4720
4721         * as/xa51/xa_version.h,
4722         * device/include/errno.h,
4723         * device/include/regc515c.h,
4724         * device/lib/_itoa.c,
4725         * device/lib/_ltoa.c,
4726         * device/lib/ser_ir_cts_rts.c,
4727         * sim/ucsim/xa.src/glob.cc,
4728         * sim/ucsim/xa.src/inst_gen.cc,
4729         * sim/ucsim/xa.src/xa_bit.cc,
4730         * sim/ucsim/xa.src/xa_sfr.cc,
4731         * sim/ucsim/z80.src/inst_dd.cc,
4732         * sim/ucsim/z80.src/inst_fdcb.cc,
4733         * support/scripts/keil2sdcc.pl,
4734         * src/pic16/pic16.dsp,
4735         * src/pic16/pic16a.dsp: corrected cvs line endings
4736         * device/lib/printf_large.c: fixed bug 1057979
4737         * src/pic16/gen.c: fixed non-C standard code
4738         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4739         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4740         * support/regression/ports/mcs51/support.c: reload T1 asap
4741         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4742           pdata use and clear idata startup behaviour
4743         * support/regression/tests/bug1057979.c: added
4744
4745 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4746
4747         * device/examples/ds390/ow390/ad26.h,
4748         * device/examples/ds390/ow390/cnt1d.h,
4749         * device/examples/ds390/ow390/crcutil.c,
4750         * device/examples/ds390/ow390/ownet.h,
4751         * device/examples/ds390/ow390/owsesu.c,
4752         * device/examples/ds390/ow390/swt12.h,
4753         * device/examples/ds390/ow390/swtoper.c,
4754         * device/examples/ds390/ow390/temp10.h,
4755         * device/examples/ds390/ow390/thermodl.c,
4756         * device/examples/ds390/tinitalk/tinitalk.dsp,
4757         * device/examples/ds390/tinitalk/tinitalk.dsw,
4758         * device/examples/mcs51/clock/hw.h,
4759         * device/examples/mcs51/simple2/go.bat,
4760         * device/examples/serialcomm/windows/serial.h,
4761         * device/examples/xa51/dummy.c,
4762         * device/examples/xa51/hello.c,
4763         * device/include/80c51xa.h,
4764         * device/include/at89x051.h: corrected cvs line endings
4765
4766 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4767
4768         * src/pic16/main.c (options): added command line --gstack, to trace
4769         stack over/under flows,
4770         * added pragma 'wparam' to allow passing first byte of function
4771         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4772         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4773         call to __gstack_test function and sets up the symbol as extern,
4774         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4775         * popaop): added call to pic16_testStackOverflow,
4776         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4777         wparamList list,
4778         * (genCall, genPcall): now all parameters are passed via stack
4779         except in functions that are pass to wparam pragma in which WREG is
4780         used too,
4781         * (genPcall): REENTRANT flag is checked to see if variable prototype
4782         contains reentrant keyword, don't call a non-reentrant function, via
4783         a reentrant function pointer or vice versa, functions are never
4784         passed via WREG,
4785         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4786         D.Winkler,
4787         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4788         SIGSEGV when accessing a NULL register stucture,
4789         * (pic16_printGPointerType): modified to handle UPPER modifier for
4790         function initializers, changed prototype of function to simpler one,
4791         * (pic16_printIvalFuncPtr): check to see if function is already
4792         added in externs list,
4793         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4794         optimized a move from W to SFR with a move to the same register
4795         later after a CALL,
4796         * device/lib/pic16/debug: NEW directory, contains debug features
4797         which are enabled when linking with libdebug.lib, currently command
4798         line option --gstack enables stack pointer tracing for over/under
4799         flow, corresponding sources are in debug/gstack
4800
4801 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4802
4803         * doc/sdccman.lyx: updated SDCC version,
4804         * (PIC16 port): update list of command line options,
4805         * src/pic16/device.h (structure pic16_options_t): added field gstack
4806         to enable stack overflow tracing on push/pops,
4807         * src/pic16/device.c (statistics structure): added statistics
4808         structure,
4809         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4810         pic16_dump_int_registers): increase statistics counters for each
4811         * variable which is encountered
4812         * (pic16_dump_usection): emit each .udata variable to its own udata
4813         section,
4814         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4815         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4816         parameters via stack, otherwise use old scheme,
4817         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4818         assembler output file,
4819         * src/pic16/main.c: added command line options --gstack to enable
4820         push/pop tracing for stack overflow,
4821         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4822         instructions): added size of each instruction,
4823         * (pic16_countInstruction): estimate size of instructions in
4824         the_pFile list, inline assembly blocks are not counted,
4825         * (pic16_FixRegisterBanking): trace previous register usage, when
4826         banksel optimizations is greater than 0, don't emit a redudant
4827         banksel directive,
4828
4829 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4830
4831         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4832         * src/pic16/ralloc.c : applied same fix for pic16.
4833         * src/pic/gen.c : tidied it up a little.
4834
4835 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4836
4837         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4838         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4839
4840 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4841
4842         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4843
4844 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4845
4846         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4847         non-reentrant function __modsint in the interrupt function (thus
4848         corrupting math operations during serial I/O)
4849         * device/lib/ser_ir.c: as above, changed buffersize
4850         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4851         256.c,d for zeroing
4852         * doc/Makefile: added option -t for rsync
4853
4854 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4855
4856         * src/SDCCast.h (struct ast),
4857         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4858
4859 2004-10-20 Borut Razem <borut.razem AT siol.net>
4860
4861         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4862         package
4863
4864 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4865
4866         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4867         makefile targets,
4868         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4869         support functions to replace long sequences of MOVFF's from access
4870         bank registers to stack and vice versa,
4871         * src/pic16/device.h: added new field opt_flags, where optimization
4872         flags can be set to enable certain features,
4873         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4874         * pBlock, (genFunction, genEndFunction): surroung loop for
4875         saving/loading used registers in stack with PC_INFO pCodes,
4876         INF_LREGS. Code in between can then be optimized by pCode optimizer
4877         to support function calls,
4878         * (genDataPointerSet): fixed bug which loaded float fields in
4879         structures with corrupt data,
4880         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4881         in a standard way debug info on stderr. Feature used for developing
4882         and debugging only,
4883         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4884         obsolete chunks of code,
4885         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4886         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4887         * pic16/src/pcode.c (pic16_newpCodeInfo,
4888         * (pic16_newpCodeOpLocalRegs),
4889         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4890         feature,
4891         * (pic16_pCodeConstString): printing of the initial value of a
4892         symbol as a comment is inhibited since parsing was already done by
4893         copyStr and output is corrupt,
4894         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4895
4896 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4897
4898         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4899
4900 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4901
4902         * as/mcs51/lkarea.c: removed old K&R style,
4903           (lnksect): changed check on boundary error,
4904           (lnksect2): changed check on boundary error,
4905           (lnksect2): extend XSTK to end of page if size = 1
4906         * as/mcs51/lkmain.c: removed old K&R style,
4907           (Areas51): create l_IRAM symbol
4908         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4909         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4910           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4911         * device/lib/_mullong.c: added version to be compiled with xstack
4912         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4913         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4914         * device/lib/mcs51/crtxstack.asm: fixed comment
4915         * src/SDCCglue.c: maxInterrupts defaults to 0,
4916           (emitMaps): added pdata,
4917           (createInterruptVect): (re)moved default,
4918           (glue): added pdata,
4919           (glue): moved __start__xstack to XSTK with default size 1
4920         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4921           and options.float_rent when options.stackAuto is set,
4922           (linkEdit): only write XDATA_NAME if provided on command line
4923         * src/SDCCmem.h,
4924         * src/SDCCmem.c: added pdata
4925         * src/port.h: added pdata_name to PORT
4926         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4927           (saveRegisters, unsaveRegisters): removed usage of B,
4928           (genMinus): fixed accumulator clash,
4929           (genJumpTab): added comment, this needs another look
4930         * src/mcs51/gen.c: added check for "B in use" paranoia,
4931           added pushB() and popB()
4932         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4933           chance
4934         * src/avr/main.c,
4935         * src/ds390/main.c,
4936         * src/hc08/main.c,
4937         * src/mcs51/main.c,
4938         * src/pic/main.c,
4939         * src/pic16/main.c,
4940         * src/xa51/main.c,
4941         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4942           added PSEG (PAG,XDATA) or NULL to port specifier
4943         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4944         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4945           (_mcs51_genInitStartup): removed __start__xstack equ,
4946           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4947         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4948         * src/z80/gen.c (_rleAppend): fixed warnings
4949         * support/regression/tests/zeropad.c: added pdata test
4950         * .version: bumped to 2.4.6
4951
4952 2004-10-17 Borut Razem <borut.razem AT siol.net>
4953
4954         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4955         as a part of nightly build
4956
4957 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4958
4959         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4960         WREG holds the first byte function parameters,
4961         * (aopForSym): take special case for symbols which are in FARSPACE
4962         but in CODESPACE too,
4963         * (assignResultValue): modified to take into account _G.useWreg,
4964         * (genCall): don't use wreg for parameter passing when function is
4965         declared as reentrant, too, added optimization INCF to stack
4966         pointer when stack parameter count is 1,
4967         * (genFunction, genEndFunction): refurnished and fixed to not using
4968         wreg for passing parameters when function has varargs or is
4969         reentrant, fixed bug with symbol name compare for generating
4970         functions in absolute address,
4971         * (pic16_storeForReturn): refurnished,
4972         * (genCmp): began writing a new version of the function, not ready
4973         yet, therefore it is disabled,
4974         * (genAssign): do not read code memory when assigning a function to
4975         a pointer function,
4976         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4977         array of characters, not pointer,
4978         * (pic16initialComments): in debug mode emit an .ident directive for
4979         the assembler,
4980         * (_process_pragma): emit a new warning type (internal to pic16)
4981         when setting stack to default length, emit a similar warning when
4982         placing a function at absolute address and address is not word aligned
4983         * (_pic16_parseOptions): added 'return TRUE' statement,
4984         * (_pic16_linkEdit): if compiling a source, then add the source's
4985         file object, first in the list of objects to link,
4986
4987 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4988
4989         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4990         * src/pic/main.c : removed VC warning.
4991         * src/pic/gen.c : changed comment.
4992
4993 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4994
4995         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4996         reference to a deprecated symbol _GPTRREG was causing failure to
4997         link. Thanks G. M. Gallant for the info.
4998
4999 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
5000
5001         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
5002         comments for Bugs item #954788.
5003
5004 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
5005
5006         * src/pic16/device.c (pic16_dump_gsection,
5007         * pic16_groupRegistersInSection): handle symbols declared to be in
5008         access bank differently,
5009         * src/pic16/gen.c (struct _G): added field resDirect,
5010         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
5011         send values read from stack directly to result and don't allocate
5012         temporary values,
5013         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
5014         same registers,
5015         * (pic16_sameRegsOfs): NEW,
5016         * (freeAsmop): if _G.resDirect is set then do not mark registers as
5017         free because they were not allocated from temporary pool,
5018         * pic16_popRegFromString): workaround to fix a problem with
5019         allocating variables twice or never,
5020         * (genGenPointerGet): using PRODL instead of FSR0H,
5021         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
5022         instead of FSR0H,
5023         * (genAssign): take advantage of the _G.resDirect flag,
5024         * (genCast): around line 11844, use mov2f instead of directly
5025         MOVFF'ing between operands to account for literal values,
5026         * src/pic16/genutils.c: some new debug functions for gpsim have been
5027         added,
5028         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
5029         float with integer part only,
5030         * src/pic16/main.c (_process_pragma): handle pragma udata access to
5031         place variables in access bank
5032         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
5033         updated sources to reflect recent changes in gen.c
5034
5035 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
5036
5037         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
5038         sources that searched for headers in installation path, now the
5039         device/include/pic16 is used,
5040         * src/pic16/glue.c (pic16glue),
5041         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
5042         .line directives if not in debug mode, this suppresses assembler's
5043         warnings for ignored directives
5044
5045 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
5046
5047         * src/port.h: made reset_regparms prototype void parameter explicit.
5048         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
5049         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
5050         * doc/sdccman.lyx: documented warning disabling and how to use
5051           printf_large to make it print floats.
5052         * device/include/stdbool.h: NEW
5053         * device/lib/_atof.c,
5054         * device/lib/_divuint.c,
5055         * device/lib/_divulong.c,
5056         * device/lib/expf.c,
5057         * device/lib/printf_large.c,
5058         * device/lib/sincosf.c,
5059         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
5060         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
5061           a completely reentrant lib.
5062
5063 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
5064
5065         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
5066         * device/include/pic16/stdio.h: fixed bug with colon
5067
5068 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
5069
5070         * device/include/pic16/stdio.h,
5071         * device/include/pic16/stdlib.h,
5072         * device/include/pic16/math.h: NEW
5073         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
5074         declared as _naked to reduce overhead
5075         * device/lib/Makefile.in (target port-specific-objects-pic16):
5076         changed * to *.* so to ignore the CVS directory,
5077         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
5078         stacked variables back in stack,
5079         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
5080         corruption
5081
5082 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
5083
5084         * .version: bumped version number to 2.4.5
5085         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
5086         * support/Util/SDCCerr.c (messages structure): added entry for
5087         W_POSSBUG2
5088
5089         Large cumulative patch for pic16 port and libraries.
5090         * device/include/pic16/sdcc-lib.h,
5091         * device/include/pic16/stdarg.h,
5092         * device/include/asm/pic16/features.h,
5093         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5094         * device/include/pic16/float.h: changes reentrant keyword with
5095         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5096         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5097         updated target build-libraries to include objects from gptr,
5098         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5099         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5100         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5101         all function headings,
5102         * src/SDCCmain.c: added global parameter userIncDirsSet,
5103         * (parseCmdLine): when option -I is encountered add directory to
5104         userIncDirsSet too,
5105         * src/version.awk: added space between control and long,
5106         * src/pic16/NOTES: added some notes for the port,
5107         * src/pic16/gen.c: added prototype for mov2fp function,
5108         * (fReturnpic16[]): properly named return value registers,
5109         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5110         * (aopForSym): added code to handle symbols with onStack flag set,
5111         symbols onStack are allocated PTRSIZE bytes,
5112         * (aopFreeAsmop): handles special case where asmops are stack objects,
5113         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5114         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5115         added argument lock to trace flaws in allocating temporary registers
5116         when developing port,
5117         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5118         * (pic16_popRegFromString): reenabled allocating a direct register
5119         from string,
5120         * (assignResultValue): various beautifications,
5121         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5122         referenced function argument,
5123         * (genIpush): reenabled to allow stacked arguments, handles only
5124         ic->parmPush iCodes,
5125         * (genCall, genPcall): major changes to allow for variable argument
5126         functions, fixed a bug with falsely restoring stack pointer after
5127         returning from call,
5128         * (genFunction): pending code for critical function,
5129         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5130         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5131         * (genNearPointerGet): fixed bug with indirect reading, was always
5132         reading from INDF0
5133         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5134         pointers,
5135         * (genAddrOf): rewrote code to take address of a stacked function parameter
5136         * (genCast): fixed casting to generic pointer type,
5137         * src/pic16/gen.h: added AOP_STA,
5138         * (struct asmop): added field stk,
5139         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5140         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5141         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5142         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5143         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5144         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5145         generic pointers,
5146         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5147         and library paths,
5148         * (pic16_port structure): generic pointer size is set to 3,
5149         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5150         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5151         compiler warning,
5152         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5153         operand is an iTemp,
5154
5155 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5156
5157         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5158         * debugger/mcs51/simi.c: addapt new syntax of s51
5159
5160 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5161
5162         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5163         * src/pic16/pcode.c: commented out some calls to free() in order to
5164         fix bug #989576,
5165
5166 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5167
5168         * src/SDCCicode.h,
5169         * src/SDCCicode.c (isiCodeInFunctionCall),
5170         * src/avr/ralloc.c (selectSpil),
5171         * src/pic/ralloc.c (selectSpil),
5172         * src/pic16/ralloc.c (selectSpil),
5173         * src/ds390/ralloc.c (selectSpil),
5174         * src/hc08/ralloc.c (selectSpil),
5175         * src/xa51/ralloc.c (selectSpil),
5176         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5177         stack in the middle of a function call sequence (fixes bug #1020268)
5178         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5179         costs associated with the minimum switch case.
5180
5181 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5182
5183         * src/SDCC.lex: fixed bug #1030549
5184
5185 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5186
5187         * src/SDCCcse.h (struct cseDef),
5188         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5189         over a function call if the CSE is derived from a symbol whose
5190         address has been taken (fixes bug #1029883)
5191         * support/regression/tests/bug-1029883: a new regression test for
5192         this bug
5193
5194 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5195
5196         * src/hc08/gen.c (emitinline): fixed bug #1029778
5197         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5198         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5199         and starts toward RFE #905167)
5200
5201 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5202
5203         * src/pic16/gen.c (mov2f): New function to move an operand to
5204         another without considering if it is a literal or a register,
5205         * (pic16_sameRegs): don't check if they are both AOP_REG,
5206         * (AccRsh): removed andmask=0 lines,
5207         * (genLeftShift): duplicated to be improved in future versions,
5208         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5209         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5210         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5211         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5212         * (insertBankSwitch): fixed inserting banksel directives algorithm
5213         for instructions that follow a skip instruction, this fixes a report
5214         for broken subtraction code generation,
5215         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5216         iCode is a left op, just in case result and right share the same
5217         registers
5218
5219 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5220
5221         * src/hc08/main.c,
5222         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5223         preservation of HX
5224         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5225         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5226         on 2004-09-12; it was buggy
5227
5228 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5229
5230         * src/SDCCsymt.h: removed RESULT_CHECK
5231         * src/SDCCast.c,
5232         * src/SDCCglue.c,
5233         * src/SDCCval.c,
5234         * src/pic/glue.c,
5235         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5236
5237 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5238
5239         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5240         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5241         configuration values no more rejected by compiler, they are assigned
5242         to configuration registers with a warning message instead,
5243         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5244         the for-loop so last conf register is emitted too,
5245         * (_pic16_initPaths): link library libsdcc.lib by default,
5246         * (_hasNativeMulFor): modified test for multiplication according to
5247         Raphael Neider's remarks. Integer multiplication is also done with
5248         support functions,
5249         * device/include/pic16/pic18fregs.h: corrected type error in while
5250         testing and including 18f6720 header file
5251
5252 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5253
5254         * src/pic16/device.h (pic16_options): removed field use_crt,
5255         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5256         until an optimization to handle single bits is added,
5257         * (pic16_loadFSR0): moved before genUnpackBits,
5258         * (genAnd): some white lines removed,
5259         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5260         leave_reset flags in pic16_options when using crt modules,
5261
5262 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5263
5264         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5265           for bugs 898889 & 979599. Also used some safer print instructions.
5266
5267 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5268
5269         * src/pic16/device.h (pic16_options_t): added field use_crt,
5270         crt_name, no_crt,
5271         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5272         catch a probable future bug,
5273         * src/pic16/gen.c: aopIdx function commented out,
5274         * (genAssign): commented out old code which used aopIdx,
5275         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5276         code, added if conditionals to take into account the --use-crt
5277         command line options,
5278         * src/pic16/main.c (pic16_optionsTable): added new command line
5279         options, --use-crt= and --no-crt,
5280         * (_pic16_linkEdit): now the proper crt object is added in the
5281         linker command line except than when --no-crt is specified,
5282         * src/pic16/pcode.c,
5283         * src/pic16/pcode.h: added some structures and functions for a new
5284         optimization scheme to compansate for instruction overhead between
5285         same iCodes, this scheme is currently under development and is not
5286         working in any way,
5287         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5288         to && operator,
5289         * device/lib/pic16/startup/crt0i.c,
5290         * device/lib/pic16/startup/crt0iz.c: added global char variable
5291         __uflags to force the generation of an idata section
5292
5293 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5294
5295         * doc/Makefile,
5296         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5297         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5298
5299 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5300
5301         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5302         Frieder) and clarified the default code optimization mode
5303
5304 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5305
5306         * src/SDCC.lex (doPragma, process_pragma),
5307         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5308         "opt_code_size", and "opt_code_balanced"
5309         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5310         regrouped options by category, added support for category headers
5311         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5312         and "--opt-code-size"
5313         * doc/sdccman.lyx: documented these new options and pragmas
5314         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5315         preference into account
5316
5317 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5318
5319         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5320           geniCodePreDec): Fixed bug 904237 by generating a warning
5321         * src/SDCCerr.h,
5322         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5323
5324 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5325
5326         * src/pic/device.c : When no max ram set validate full memory range.
5327         * src/pic/pcode.c,
5328         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5329
5330 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5331
5332         * device/lib/_gptrget.c,
5333         * device/lib/_gptrput.c: updated comment
5334         * device/lib/calloc.c,
5335         * device/lib/free.c,
5336         * device/lib/malloc.c,
5337         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5338         * src/SDCCcse.c (cseBBlock),
5339         * src/SDCCicode.c (printOperand, geniCodeArray),
5340         * src/SDCCicode.h (struct operand): fixed bug 868103
5341         * support/regression/tests/bug-868103.c: added
5342         * src/SDCCast.c (searchLitOp),
5343         * src/SDCCcse.h (struct cseDef),
5344         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5345         * src/SDCCicode.h (struct operand),
5346         * src/SDCCsymt.h (struct sym_link),
5347         * src/avr/gen.c (hasInc),
5348         * src/ds390/gen.c (hasInc),
5349         * src/hc08/gen.c (genPlusIncr, hasInc),
5350         * src/mcs51/gen.c (hasInc),
5351         * src/pic16/glue.c (pic16_printIvalChar),
5352         * src/pic16/ralloc.c (regWithIdx),
5353         * src/xa51/gen.c (hasInc) : removed warnings
5354         * src/SDCCast.c (createBlock): added comment ???
5355         * src/hc08/ralloc.c: updated comments
5356
5357 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5358
5359         * doc/sdccman.lyx: updated section on switch statements, added
5360         section about semaphore locking
5361         * doc/Makefile: added option -info for latex2html
5362         * device/lib/_gptrget.c,
5363         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5364
5365 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5366
5367         * src/pic/device.h,
5368         * src/pic/device.c,
5369         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5370          maxram is less than 0x100.
5371
5372 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5373
5374         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5375
5376 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5377
5378         * src/port.h,
5379         * src/mcs51/main.c,
5380         * src/ds390/main.c,
5381         * src/z80/main.c,
5382         * src/hc08/main.c,
5383         * src/pic/main.c,
5384         * src/pic16/main.c,
5385         * src/avr/main.c,
5386         * src/xa51/main.c
5387         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5388         a jump table is the best form for a switch statement, including
5389         automatic insertion of missing cases to make the case range
5390         continuous. Developed in collaboration with Frieder Ferlemann.
5391
5392 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5393
5394         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5395         accumulator result if it needs sign extension
5396
5397 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5398
5399         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5400
5401 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5402
5403         * device/lib/gbz80/printf.c,
5404         * device/lib/z80/printf.c: removed define for NULL
5405
5406 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5407
5408         * as/xa51/xa_link.c,
5409         * device/examples/ds390/ow390/ad26.c,
5410         * device/examples/ds390/ow390/cnt1d.c,
5411         * device/examples/ds390/ow390/counter.c,
5412         * device/examples/ds390/ow390/ds2480.h,
5413         * device/examples/ds390/ow390/ds2480ut.c,
5414         * device/examples/ds390/ow390/findtype.c,
5415         * device/examples/ds390/ow390/gethumd.c,
5416         * device/examples/ds390/ow390/owllu.c,
5417         * device/examples/ds390/ow390/ownetu.c,
5418         * device/examples/ds390/ow390/swt12.c,
5419         * device/examples/ds390/ow390/swtloop.c,
5420         * device/examples/ds390/ow390/temp.c,
5421         * device/examples/ds390/ow390/temp10.c,
5422         * device/examples/ds390/ow390/thermo21.c,
5423         * device/examples/ds390/ow390/tinilnk.c,
5424         * device/examples/ds390/ow390/tstfind.c,
5425         * device/examples/serialcomm/windows/serial.cpp,
5426         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5427         * device/include/reg51.h: fixed line endings for cvs
5428
5429 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5430
5431         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5432         packRegsForAccUse, packRegisters): new accumulator register
5433         packing algorithm
5434         * support/regression/ports/hc08/support.c (_putchar): suppress
5435         warning of unused variable
5436         * src/SDCCicode.c: added SWAP entry to codeTable
5437
5438 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5439
5440         * device/lib/sprintf.c: forgot to add this file before previous commit
5441
5442 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5443
5444         * src/pic16/gen.c (genPackBits): added operand right in function
5445         parameters, load result directly if p_type is POINTER (that is
5446         called by genNearPointerSet)
5447         * (genUnPackBits): added operand left in function parameters,
5448         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5449         FSR0 if accessing bitfields,
5450
5451 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5452
5453         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5454           _print_format; updated printf, sprintf, vsprintf
5455         * device/include/asm/default/features.h: corrected comment/define
5456         * device/lib/Makefile.in: added sprintf.c
5457         * device/lib/libsdcc.lib: added sprintf module
5458         * device/lib/printf_large.c,
5459         * device/lib/vprintf.c,
5460         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5461           into these 3 files
5462         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5463         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5464         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5465           hc08 test
5466         * support/regression/tests/zeropad.c: define idata as data for hc08
5467
5468 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5469
5470         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5471         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5472         labels are referenced at least once (even if a reference is not found)
5473         * src/hc08/gen.c (emitcode): set isComment flag for comments
5474         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5475         loads), rules 6a..6b (optimize jumps to return)
5476
5477 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5478
5479         * device/lib/acosf.c (acosf),
5480         * device/lib/asinf.c (asinf),
5481         * device/lib/atanf.c (atanf),
5482         * device/lib/ceilf.c (ceilf),
5483         * device/lib/cosf.c (cosf),
5484         * device/lib/coshf.c (coshf),
5485         * device/lib/cotf.c (cotf),
5486         * device/lib/fabsf.c (fabsf),
5487         * device/lib/floorf.c (floorf),
5488         * device/lib/log10f.c (log10f),
5489         * device/lib/logf.c (logf),
5490         * device/lib/sinf.c (sinf),
5491         * device/lib/sinhf.c (sinhf),
5492         * device/lib/sqrtf.c (sqrtf),
5493         * device/lib/tanf.c (tanf),
5494         * device/lib/tanhf.c (tanhf),
5495         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5496         replaced all instances of "reentrant" in the library functions
5497         defined in math.h with this macro.
5498         * support/regression/tests/float_trans.c: reenabled test for hc08
5499
5500 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5501
5502         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5503         erroneously deleted
5504
5505 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5506
5507         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5508         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5509         multi-byte volatile operands are used
5510         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5511         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5512         initialization to area GSINIT0 so that it would always precede
5513         any static initializers in GSINIT
5514         * support/regression/tests/zeropad.c: fixed idata define for hc08
5515         * support/regression/tests/bug-927659.c,
5516         * support/regression/tests/float_trans.c: disabled tests for hc08
5517         pending missing library routines
5518         * .version: increased version number to 2.4.4 - hc08 port now passes
5519         regression tests
5520
5521
5522 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5523
5524         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5525         * Makefile.common.in,
5526         * as/Makefile,
5527         * as/hc08/Makefile.in,
5528         * as/mcs51/Makefile.in,
5529         * as/z80/Makefile.in,
5530         * debugger/mcs51/Makefile.in,
5531         * device/include/Makefile.in,
5532         * device/lib/Makefile.in,
5533         * doc/Makefile,
5534         * link/Makefile,
5535         * link/z80/Makefile.in,
5536         * packihx/Makefile.in,
5537         * sim/ucsim/main_in.mk,
5538         * sim/ucsim/avr.src/Makefile.in,
5539         * sim/ucsim/doc/Makefile.in,
5540         * sim/ucsim/gui.src/serio.src/Makefile.in,
5541         * sim/ucsim/hc08.src/Makefile.in,
5542         * sim/ucsim/s51.src/Makefile.in,
5543         * sim/ucsim/xa.src/Makefile.in,
5544         * sim/ucsim/z80.src/Makefile.in,
5545         * src/Makefile.in,
5546         * support/cpp2/Makefile.in,
5547         * support/librarian/Makefile,
5548         * support/makebin/Makefile: added DESTDIR to the install path proposed
5549         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5550         * doc/sdccman.lyx: added DESTDIR documentation
5551
5552 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5553
5554         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5555         instruction for interrupt handlers, use fast returns when returning
5556         from high priority interrupts
5557
5558 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5559
5560         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5561         code generation
5562         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5563         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5564         bugs, ported much of Bernhard's code from mcs51
5565         * src/mcs51/gen.c (genSend),
5566         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5567         than one when calling a reentrant function
5568         * device/lib/_mullong.c: defined an alternate struct layout for big
5569         endian ports (hc08)
5570
5571 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5574         test
5575
5576 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5577
5578         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5579         are sane and complete before asking the port its prefered parameter
5580         passing method (fixes bug #1017633)
5581         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5582         and _ret3
5583
5584 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5585
5586         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5587         problem in bitfields >= 8 bits.
5588
5589 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5590
5591         * src/SDCCsymt.c: undid changes that were not meant to be committed
5592
5593 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5594
5595         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5596
5597 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5598
5599         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5600           copied and wrong bit got inverted
5601
5602 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5603
5604         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5605         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5606         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5607         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5608         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5609         assignments to bitfields at known addresses
5610         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5611         reads from bitfields at known addresses
5612         * src/hc08/ralloc.c (packRegisters),
5613         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5614         genhc08Code): optimize pointer get values used as conditionals
5615         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5616         and branch
5617
5618 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5619
5620         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5621         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5622         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5623         as conditionals
5624
5625 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5626
5627         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5628
5629 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5630
5631         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5632         related problems
5633
5634 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5635
5636         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5637
5638 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5639
5640         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5641         mcs51 port
5642
5643 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5644
5645         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5646
5647 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5648
5649         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5650         cases use more compact code.
5651
5652 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5653
5654         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5655
5656 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5657
5658         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5659
5660 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5661
5662         * src/SDCCsymt.h,
5663         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5664         parameter of changePointer() from symbol* to sym_link*
5665         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5666         * src/SDCCsymt.c (compareType): void* type is castable to other
5667         pointers, but not necesarily an exact match.
5668         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5669         is no longer blindly treated as an exact match.
5670         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5671
5672 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5673
5674         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5675
5676 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5677
5678         * src/pic/gen.c,
5679         * src/pic/pcode.c,
5680         * src/pic/ralloc.h,
5681         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5682
5683 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5684
5685         * src/pic/device.c,
5686         * src/pic/device.h,
5687         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5688
5689 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5690
5691         * src/mcs51/gen.c (emitcode): fixed bug #992819
5692
5693 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5694
5695         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5696           there's no need to make it worse
5697
5698 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5699
5700         * src/mcs51/ralloc.c (deassignLR),
5701         * src/ds390/ralloc.c (deassignLR),
5702         * src/hc08/ralloc.c (deassignLR),
5703         * src/z80/ralloc.c (deassignLR),
5704         * src/pic/ralloc.c (deassignLR),
5705         * src/pic16/ralloc.c (deassignLR),
5706         * src/avr/ralloc.c (deassignLR),
5707         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5708         rlivePoint): fixed another part of bug #971834
5709
5710 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5711
5712         * src/z80/main.c: enabled "critical" keyword
5713         * src/z80/mappings.i,
5714         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5715         functions (fixes bug #979646)
5716         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5717
5718 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5719
5720         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5721           such as c:\mydir.
5722
5723 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5724
5725         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5726           doesn't disable too much optimizations
5727
5728 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5729
5730         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5731
5732 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5733
5734         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5735
5736 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5737
5738         * src/pic/gen.c tidied up tabs
5739         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5740         * src/pic/main.c tidied up tabs
5741         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5742         * src/pic/pcoderegs.c tidied up tabs
5743         * src/pic/ralloc.c tidied up tabs
5744
5745 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5746
5747         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5748         to S_FIXED for pic16 port and when symbol is not in level 0,
5749         allocate for S_REGISTER storage class and pic16 port, too,
5750         * src/pic16/device.h: prototype for checkSym,
5751         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5752         * (pic16_assignConfigWordValue): test the value and the mask to
5753         validate that the value is suitable for the configuration word,
5754         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5755         collect extern declared symbols, don't emit symbol twice, check
5756         first if symbol is in publics set first,
5757         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5758         * added command line '--fstack' which enables an experimental
5759         feature for stack access, too buggy to be used yet...
5760         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5761         * (pic16_allocDirReg): when register has storage class S_REGISTER
5762         allocate in pic16_dynAccessRegs,
5763         * device/include/pic16/pic18f????.h: modified configuration word
5764         naming convention, words started as CONFIG0H but should be CONFIG1H
5765
5766 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5767
5768         * device/include/mcs51reg.h: fixed bug 970993
5769
5770 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5771
5772         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5773         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5774         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5775         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5776         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5777         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5778           error/warning numbers,
5779           added function setWarningDisabled()
5780         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5781         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5782           _memcmp.c _memmove.c calloc.c realloc.c free.c
5783         * support/regression/tests/malloc.c: added tests for new functionality
5784         * support/regression/tests/zeropad.c: added tests for truncated initializers
5785           and initialized char arrays starting with '\x0'
5786         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5787
5788 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5789
5790         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5791
5792 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5793
5794         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5795         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5796         peephole 177.e. Thanks to anonymous
5797
5798 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5799
5800         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5801         function isn't used in the source but referenced as a
5802         variable initializer then declare it as extern in .asm file
5803
5804 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5805
5806         * .version: increased version number to 2.4.3
5807
5808         Adding version extension according to ChangeLog CVS revision
5809         * src/Makefile.in (target all): added dependency 'version.h'
5810         * (rule version.h): added rule to create version.h from ChangeLog,
5811         * (rule dep): added dependency version.h,
5812         * src/version.awk: AWK script to create version.h
5813         * src/SDCCdwarf2.c (dwWriteModule),
5814         * src/SDCCglue.c (initialComments),
5815         * src/SDCCmain.c (printVersionInfo): modified to write after
5816         version string the version extension number,
5817         * src/SDCCutil.c: included "version.h"
5818         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5819         number,
5820         * src/SDCCutil.h: added prototype for getBuildNumber
5821
5822         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5823         includeDirsSet, too,
5824         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5825         const char [] is found in function prototype...
5826
5827         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5828         moving to WREG with source is already in WREG,
5829         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5830         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5831         * (aopForSym): stack'ed symbols are partially supported, added
5832         if-clause to support symbols in FARSPACE,
5833         * (sameRegs): added test for AOP_ACC to see if registers are same,
5834         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5835         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5836         * (pic16_popRegFromString): will not allocate a new register if it
5837         doesn't find one by name, bug may have introduced...
5838         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5839         * (genIpush): revived to use pic16 port's stack,
5840         * (genAddrOf): added incomplete case for stack'ed operand,
5841         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5842         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5843         can handle multibyte operands,
5844         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5845         * (pic16initialComments): added message for MPLAB compatibility
5846         mode enabled,
5847         * src/pic16/main.h: prototype for pic16_mplab_comp,
5848         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5849         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5850         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5851         because of increased complexity of procedure,
5852         * (_process_pragma): stack pragma changed to format 'stack pos len',
5853         emit symbol '_stack_end' to conform with gplink,
5854         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5855         to search for register,
5856         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5857         PO_GPR_REGISTER,
5858         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5859         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5860         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5861         case for PO_GPR_REGISTER,
5862         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5863         dies, the new era is ahead !...
5864         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5865         pic16_dynInternalRegs,
5866         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5867         * (pic16_allocDirReg): minor optimizations and bug fixes,
5868         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5869
5870         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5871         load stack and frame pointer with address of 'stack_end' symbol
5872
5873 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5874
5875         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5876         without source code but only variable initializers
5877
5878 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5879
5880         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5881         external are not declared as extern to reduce overhead while linking
5882
5883 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5884
5885         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5886
5887 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5888
5889         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5890           Yee Keat for the patch
5891         * src/SDCCast.c (decorateType): fixed bug #979599
5892         * src/ds390/gen.h: removed local fReturnSizeDS390
5893         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5894         * src/ds390/gen.c (genAnd, genOr, genXor),
5895         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5896
5897 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5898
5899         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5900         add relFilesSet to $3, manipulate $2 to handle linking of object
5901         files without source files in command line,
5902         * device/include/pic16 (all headers): added ID location macros,
5903         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5904         entries for ID location bytes,
5905         * (pic16_assignIdByteValue): NEW,
5906         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5907         added field dumpcalltree to pic16_options_t,
5908         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5909         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5910         emitting rFalseIfx label after check_carry label,
5911         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5912         pic16_emitDIRegs), NEW
5913         * (pic16glue): dump .calltree file when option --calltree found,
5914         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5915         * (_pic16_genAssemblerPreamble): emit ID locations after
5916         configuration registers,
5917         * (pic16_linkCmd): modifications of the link command,
5918         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5919         * (pic16_pCodeInitRegisters): don't init stack registers,
5920         * (pic16_findPrevInstruction): fixed bug,
5921         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5922         bug with immediate registers,
5923         * (buildCallTree): traces stack push and pop,
5924         * (pct2): dump also stack usage for each function,
5925         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5926         * (pic16_allocDirReg): various modifications,
5927         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5928         fixed to 1,
5929
5930 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5931
5932         * src/pic16/pcode.c: removed buggy double colon
5933
5934 2004-07-01 Borut Razem <borut.razem AT siol.net>
5935
5936         * support/scripts/sdcc.nsi: added include/pic16 to setup
5937
5938 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5939
5940         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5941         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5942         target 'clean',
5943         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5944         specific command line arguments. Also added sample lkr script
5945         for placing a variable at a specific memory bank.
5946         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5947         at a specific memory bank,
5948         * (pic16_dump_isection): fixed bug which caused string literals to
5949         be omitted when dumping idata section,
5950         * (pic16_groupRegistersInSection): added code to handle registers
5951         in specific memory banks,
5952         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5953         public, all references are renamed too,
5954         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5955         AOP_DPTR2,
5956         * (pic16_storeForReturn): added case to handle when dest is WREG,
5957         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5958         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5959         pic16_rel_udata, check to see if that register is marked as being
5960         a member of a specific memory bank,
5961         * (pic16_printIvalCharPtr): added code to add string literals either
5962         to code or the idata sections,
5963         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5964         also accept the 'udata' pragma,
5965         * src/pic16/main.h: new structure types sectName and sectSym
5966         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5967         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5968         * (pic16_findPrevInstruction): fixed, it returned nothing,
5969         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5970         instruction combinations,
5971         * (pic16_FixRegisterBanking): heavily reorganised,
5972         * (pic16_AnalyzeBanking): if generating banksel directives is
5973         disabled, then don't call FixRegisterBanking at all,
5974         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5975         completely removed,
5976         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5977
5978 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5979
5980         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5981         Phuah Yee Keat <yk.phuah AT nestac.com>
5982
5983 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5984
5985         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5986         correctly the IVT even if it is relocated to some other location
5987
5988 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5989
5990         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5991         * device/include/pic16/pic18f2220.h: NEW,
5992         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5993         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5994         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5995         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5996         nodefaultlibs, ivt_loc is the location of the interrupt vector
5997         table, and nodefaultlibs signs that default libraries should not be
5998         linked in link stage,
5999         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
6000         according to --ivt-loc argument,
6001         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
6002         when pragma stack is found,
6003
6004 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6005
6006         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
6007         256 (range check), 257 (do while), 258.a-f (bit banging
6008         f.e. on 3-wire SPI bus)
6009
6010 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6011
6012         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
6013         variables used exclusively within a loop
6014
6015 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
6016
6017         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
6018
6019 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6020
6021         * src/SDCClrange.c (computeClash): fixed bug #971834
6022
6023 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6024
6025         * src/mcs51/gen.c (genCmp): fixed bug #975903
6026         * src/hc08/gen.c (operandsEqu),
6027         * src/ds390/gen.c (operandsEqu),
6028         * src/z80/gen.c (operandsEqu),
6029         * src/pic/gen.c (operandsEqu),
6030         * src/pic16/gen.c (operandsEqu),
6031         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
6032         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
6033
6034 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6035
6036         * src/SDCCcse.c (cseBBlock): fixed bug #966963
6037
6038 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
6039
6040         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
6041         default case in switch statement,
6042         * glue.c (pic16_initPointer): expr is initialised via decoarteType
6043         to eliminate problem with initialisation of pointers, but problem
6044         still exists,
6045         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
6046         * (emitStaticSegment): removed various lines emitting debug info,
6047         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
6048         added processor registers for utilizing EEPROM,
6049         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
6050         configurable and set 8
6051
6052 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
6053
6054         * .version: increased version number to 2.4.2,
6055
6056         Cumulative patch for pic16 port
6057         * src/pic16/device.c: changed scheme to dump initial values for
6058         variables in idata segment, all print_idata* functions were removed,
6059         now the pic16_printIval* will be called,
6060         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
6061         * _pic16_printPointerType, pic16_printPointerType,
6062         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
6063         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
6064         NEW, similar to the respective functions in SDCCglue.c,
6065         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
6066         way, emitting hex bytes,
6067         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
6068
6069 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6070
6071         * src/avr/ralloc.c (serialRegAssign),
6072         * src/xa51/ralloc.c (serialRegAssign),
6073         * src/pic/ralloc.c (serialRegAssign),
6074         * src/pic16/ralloc.c (serialRegAssign),
6075         * src/hc08/ralloc.c (serialRegAssign),
6076         * src/z80/ralloc.c (serialRegAssign),
6077         * src/ds390/ralloc.c (serialRegAssign),
6078         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
6079
6080 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6081
6082         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
6083         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
6084
6085 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
6086
6087         Cumulative patch for pic16 port:
6088         * src/pic16/device.h (typedef PIC16_device) modified fields for
6089         defining microcontrollers,
6090         * src/pic16/device.c: added new info for all devices in Pics16 array,
6091         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6092         to be optimised out by the pCode optimiser,
6093         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6094         specially, bug reported by G.M. Gallant,
6095         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6096         as force'd so that cannot be optimised out by pCode optimiser,
6097         * src/pic16/pcode.c,
6098         * src/pic16/pcodepeeph.c,
6099         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6100         they are disabled by default, but can be enabled explicit with
6101         command argument --denable-peeps, for testing,
6102         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6103         --pomit-ivt in COMPILE_FLAGS
6104
6105 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6106
6107         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6108           compilation on MSVC
6109
6110 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6111
6112         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6113
6114 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6115
6116         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6117         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6118
6119 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6120
6121         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6122         would only assign 0x300001 register.
6123
6124 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6125
6126         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6127         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6128
6129 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6130
6131         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6132         for ds80c400
6133         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6134         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6135         added peephole 254 (left shift), 255 (jump table)
6136
6137 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6138
6139         * device/lib/Makefile.in: removed comment line with model-pic16,
6140         * (target port-specific-objects-pic16): the libraries and objects
6141         are copied to the build directory form the device/lib/pic16/bin
6142         directory
6143
6144         Cumulative patch concerning pic16 port:
6145         * library directory has been re-organized,
6146         * added support for PIC18F1220,
6147         * added headers and library sources for chips 18f1220,18f6520,
6148         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6149
6150         * configuration registers setting has changed, now each supported
6151         device has a complete description of the registers it uses,
6152         * all initialisations are moved to idata sections, these section
6153         can be absolute or relocatable,
6154         * fixed initialisation of codespace variables,
6155         * fixed warning about PCLATU and gpsim,
6156         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6157         * (genAssign): use table reads when assigning from variables in codespace,
6158         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6159         char/int variables placed in codespace,
6160         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6161         registers set in .asm file, no need for --pomit-config-words anymore,
6162         * (pic16glue): some 8051 legacy segments are commented out
6163         (to be removed completely),
6164         * added support for alternative assembler and linker with --asm=
6165         and --link= command line arguments,
6166         * peepholes are disabled automatically in the port, no need to
6167         specify on command line,
6168         * port supports natively char/int/long multiplication, but converts
6169         all divisions to support functions,
6170         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6171         to the file set in variable $2,
6172         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6173         strings in ASCII format and not in hex,
6174         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6175         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6176         allocate proper register if iCodes aren't temporary,
6177
6178 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6179
6180         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6181
6182 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6183
6184         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6185         is commented out
6186
6187 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6188
6189         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6190         computed address is reused
6191         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6192         multi-byte bitfields
6193
6194 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6195
6196         * src/z80/gen.c: (genArrayInit): must check for pointers too
6197
6198 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6199
6200         * support/regression/tests/zeropad.c: never meant to commit the
6201           nestedstruct test: removed, added check for GCC version
6202
6203 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6204
6205         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6206         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6207         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6208           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6209           bugs 928906 and 954082 half-empty initializers
6210         * src/SDCCsymt.h,
6211         * src/SDCCsymt.c (getAllocSize): added for above fix
6212         * src/z80/gen.c (genArrayInit): fixed bug 741044
6213         * support/regression/tests/zeropad.c: added tests
6214
6215 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6216
6217         * src/pic16/device.c (pic16_dump_section): corrected bug which
6218         caused some symbols of the libraries to be misplaced
6219
6220 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6221
6222         * src/pic16/glue.c,
6223         * src/pic16/ralloc.h,
6224         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6225         to fix conflict with pic port
6226
6227 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6228
6229         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6230         externs configuration variables,
6231         * src/pic16/ralloc.h,
6232         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6233         prototype in header, commented out some debug messages
6234
6235 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6236
6237         * src/pic16/glue.c,
6238         * src/pic16/main.c,
6239         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6240         for gpasm COFF object generation. Thanks to D. Hawkins for
6241         his patch info
6242
6243 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6244
6245         * src/ds390/main.c,
6246         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6247         Brock for spotting this)
6248         * src/ds390/gen.c (genEndFunction),
6249         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6250         interrupt handler and critical. Disable push/pop optimizations when
6251         peephole optimizations disabled.
6252
6253 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6254
6255         Updated pic16 library sources and headers.
6256         * device/lib/pic16/pic18f*/ ,
6257         * device/include/pic16/*.h: modified to handle structured SFR
6258         definitions
6259
6260 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6261
6262         * src/port.h (PORT structure): added hook initPaths, now each
6263         port can declare its own default search paths,
6264         which can been seen with the --print-search-dirs option,
6265         see pic16 port for example,
6266         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6267         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6268         * (doPrintSearchDirs): NEW, replaces in a central manner the
6269         printing of search dirs which was split in set*Paths functions,
6270         * (main): added call to port->initPaths and doPrintSearchDirs,
6271         * src/avr/main.c,
6272         * src/ds390/main.c,
6273         * src/hc08/main.c,
6274         * src/izt/i186.c,
6275         * src/izt/tlcs900h.c,
6276         * src/mcs51/main.c,
6277         * src/pic/main.c,
6278         * src/pic16/main.c: modified port structures to reflect addition of
6279         initPaths hook,
6280
6281         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6282         * (pic16_dump_section): for registers in same address reserve memory once,
6283         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6284         to no_banksel,
6285         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6286         result is greater in size than right or left,
6287         * (pic16_genUMult8X8_8): there are some cases where the result can
6288         be 16 bits size, so handle these,
6289         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6290         * (pic16_outBitC): modified to emit pcodes,
6291         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6292         or not,
6293         * (genDivOneByte): implemented algorithm to divide 8-bits,
6294         * (genCmp): uncommented goto, but issues still exist,
6295         * (genAnd): fixed a bug with variables >8bits,
6296         * (genPackBits): optimization added that uses BCF/BSF to change a
6297         single bit,
6298         * (genAssign): fixed bug when assigning floating point literals,
6299         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6300         __sdcc_gsinit_startup label,
6301         * src/pic16/main.c (_pic16_init): removed search directory
6302         initialisations,
6303         * (_pic16_initPaths): NEW, used to initialise search directories,
6304         * (_hasNativeMulFor): support functions for all except char/int
6305         multiplication, and char division,
6306         * (PIC16_port struct): modified entry for native mul support,
6307         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6308         no_banksel option,
6309         * (buildCallTree): call to register_usage is ifdef'ed out,
6310
6311 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6312
6313         * device/include/string.h: applied Stas Sergeev's patch to make this
6314         header file compatible with the preprocessor -Wundef option
6315         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6316         failure (fixes bug #941458)
6317
6318 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6319
6320         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6321         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6322         that the variable, not the function, should be static
6323         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6324         to be consistent with non-literal case
6325
6326 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6327
6328         * src/SDCCast.c (isConformingBody): fixed bug #949967
6329         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6330         convilong): fixed bug #952086
6331
6332 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6333
6334         * src/SDCCmem.c (allocVariables): fixed bug #955321
6335
6336 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6337
6338         * src/hc08/main.c (_hc08_genAssemblerEnd),
6339         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6340         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6341         completely eliminated the use of a temporary file
6342         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6343         when more than one file linked
6344         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6345
6346 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6347
6348         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6349         which fixes bug #543481
6350         * support/regression/tests/bug-751703.c: fixed comments left from a
6351         cut and paste error
6352         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6353         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6354         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6355         scopes
6356         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6357         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6358         are now changed to underscores in moduleName
6359
6360 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6361
6362         * as/mcs51/lkmem.c: better fix for bug #954173
6363
6364 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6365         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6366
6367         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6368         * device/include/c8051f000.h,
6369         * device/include/c8051f120.h,
6370         * device/include/c8051f300.h,
6371         * device/include/c8051f310.h,
6372         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6373         PWM16) and detab'ed
6374
6375 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6376
6377         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6378         and mailing lists, doc'ed --no-peep-comments, removed reference
6379         to knoppix (newest version has no LyX/LaTeX), other minor changes
6380         * src/SDCCglue.c (glue): save 2 bytes stack space with
6381         option --main-return. The ljmp could probably be avoided too
6382
6383 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6384
6385         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6386
6387 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6388
6389         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6390         * src/SDCCopt.c (isLocalWithoutDef),
6391         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6392         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6393         (credit to Maarten Brock for patch #949363, on which this is based)
6394         * support/regression/tests/bug-751703.c: some test cases of extern used
6395         within inner scopes.
6396
6397 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6400         SPEC_STRUCT
6401         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6402         struct definitions
6403         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6404         dwWriteLabel): fix to create valid debugger symbols even when
6405         the module name has non-alphanumeric symbols in it
6406         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6407         when a variable's allocation has been optimized away
6408
6409
6410 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6411
6412         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6413         * src/hc08/main.c,
6414         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6415         * src/mcs51/main.c,
6416         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6417         * src/ds390/main.c,
6418         * src/z80/gen.c (z80_emitDebuggerSymbol),
6419         * src/z80/main.c,
6420         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6421         * src/pic/main.c,
6422         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6423         * src/pic16/main.c,
6424         * src/avr/gen.c (avr_emitDebuggerSymbol),
6425         * src/avr/main.c,
6426         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6427         * src/xa51/main.c,
6428         * src/SDCCdebug.c (emitDebuggerSymbol),
6429         * src/SDCCdebug.h,
6430         * src/port.h: added a debugger struct to the port struct. Added a
6431         callback for defining debugger symbols
6432
6433         * src/SDCCast.c (createLabel),
6434         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6435         with isitmp = 1
6436         * src/SDCCicode.h,
6437         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6438         iCode back to the ast for the function
6439
6440         * src/hc08/ralloc.c (hc08_assignRegisters),
6441         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6442         unneeded fields from the regs struct.
6443         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6444         pushReg() & pullReg() functions instead of emitcode()
6445
6446         * src/hc08/gen.c (genLabel, genhc08Code),
6447         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6448
6449         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6450         debugger hooks
6451
6452         * src/hc08/gen.c (genEndFunction, genhc08Code),
6453         * src/hc08/gen.h,
6454         * src/mcs51/gen.c (genEndFunction, gen51Code),
6455         * src/mcs51/gen.h,
6456         * src/ds390/gen.c (genEndFunction, gen390Code),
6457         * src/ds390/gen.h,
6458         * src/z80/gen.c (genEndFunction, genZ80Code),
6459         * src/z80/gen.h,
6460         * src/z80/z80.h,
6461         * src/pic/gen.c (genEndFunction, genpic14Code),
6462         * src/pic/gen.h,
6463         * src/pic16/gen.c (genEndFunction, genpic16Code),
6464         * src/pic16/gen.h,
6465         * src/avr/gen.c (genEndFunction, genAVRCode),
6466         * src/avr/gen.h,
6467         * src/xa51/gen.c (genEndFunction, genXA51Code),
6468         * src/xa51/gen.h,
6469         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6470         specific code to cdbFile.c and out of the backend code generators
6471
6472         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6473         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6474         starting address is now 0
6475
6476         * as/hc08/asm.h,
6477         * as/hc08/m08pst.c,
6478         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6479         assembler directive for DWARF support
6480         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6481
6482         * src/src.dsp,
6483         * src/Makefile.in,
6484         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6485
6486 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6487
6488         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6489         and inappropriate peephole optimization in jump tables
6490
6491 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6492
6493         * as/hc08/m08pst.c,
6494         * src/SDCCglue.c: sdccopt works for the hc08 port now
6495
6496 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6497
6498         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6499
6500 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6501
6502         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6503
6504 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6505
6506         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6507         rules
6508         * src/SDCCmain.c,
6509         * src/SDCCglobl.h,
6510         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6511         comments from the peephole optimizer replacement rules
6512         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6513         symbols
6514         * src/SDCCcse.c (updateSpillLocation),
6515         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6516         equivalents
6517         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6518         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6519         objects far pointers
6520
6521 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6522
6523         * src/SDCCsymt.h: a missing part of my last change
6524         * src/pic/ralloc.c (regTypeNum),
6525         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6526
6527 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6528
6529         * src/SDCCicode.h,
6530         * src/SDCCicode.c (aggrToPtrDclType),
6531         * src/SDCCptropt.h,
6532         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6533         ptrPseudoSymConvert),
6534         * src/pic/ralloc.c (regTypeNum),
6535         * src/pic16/ralloc.c (regTypeNum),
6536         * src/hc08/ralloc.c (regTypeNum),
6537         * src/ds390/ralloc.c (regTypeNum),
6538         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6539         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6540
6541 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6542
6543         * link/z80/lkmain.c (afile),
6544         * as/hc08/lkmain.c (afile),
6545         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6546         prevent a pointer problem when a filename has no directory and
6547         no extension specified.
6548
6549 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6550
6551         * link/z80/lkmain.c (afile): allow periods in directory names
6552         * link/z80/lkmain.c (afile),
6553         * as/mcs51/lkmain.c (afile),
6554         * as/hc08/lkmain.c (afile): allow linker script file to have an
6555         extension other than ".lnk"
6556         * link/z80/lklex.c (getfid),
6557         * link/z80/lkmain.c (parse),
6558         * as/mcs51/lklex.c (getfid),
6559         * as/mcs51/lkmain.c (parse),
6560         * as/hc08/lklex.c (getfid),
6561         * as/hc08/lkmain.c (parse): Support comments in the linker script
6562         file on lines by themselves and after filenames
6563
6564 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6565
6566         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6567
6568 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6569
6570         * src/z80/peeph-z80.def: removed some peephole rules that don't
6571         work with multibyte arithmetic (fixed bug #937126)
6572         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6573         to registers and not global variables
6574         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6575         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6576         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6577         checking for assignments not internally generated (fixed bug #931895)
6578         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6579         structure member (fixed bug #930072)
6580
6581 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6582
6583         * src/SDCCmain.c (linkEdit),
6584         * src/hc08/main.c (_hc08_parseOptions),
6585         * as/hc08/Makefile.in,
6586         * as/hc08/aslink.h,
6587         * as/hc08/asm.h,
6588         * as/hc08/m08pst.c,
6589         * as/hc08/lkrloc.c (relr, rele),
6590         * as/hc08/lkarea.c (lnkarea)
6591         * as/hc08/lkmain.c (afile, parse),
6592         * as/hc08/lkelf.c: support for ELF output
6593         * as/hc08/lks19.c (s19),
6594         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6595
6596 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6597
6598         * as/mcs51/lkihx.c: Fixed bug #899105.
6599
6600 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6601
6602         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6603         .dsp files from Unix to DOS.
6604
6605 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6606
6607         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6608         function pointers; we have been compliant for several months now.
6609         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6610         change that was accidently commented out
6611         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6612         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6613         bug #922319
6614
6615 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6616
6617         * src/hc08/gen.c: output of all of the internal debugging information
6618         is now controlled by the D() macro; it is disabled by default
6619
6620 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6621
6622         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6623         harder to keep the same registers during a CAST iCode
6624         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6625         long via int can be done in a single cast, if the signedness is
6626         correct.
6627         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6628         putchar() in tinibios.c in ds390's library
6629
6630 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6631
6632         * src/SDCCast.c (decorateType): fixed bug #898889,
6633         cast result of a literal complement too
6634         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6635         fixed check for bitfields
6636
6637 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6638
6639         * src/SDCCicode.c (geniCodeLogic): made it static,
6640         (geniCodeLogicAndOr): added in order to fix bug #905492,
6641         (ast2iCode): fixed bug #905492
6642         * support/regression/tests/bug-905492.c: added
6643         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6644         (processParms): fixed bug #927659: don't copy parms, this will clear
6645         decorated flag
6646         * support/regression/tests/bug-927659.c: added
6647
6648 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6649
6650         * src/SDCCast.c (addCast): don't cast float to char
6651         * device/lib/libsdcc.lib: added _memmove
6652
6653 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6654
6655         * device/lib/large/Makefile: fixed parallel execution by
6656         replacing `make` by `$(MAKE)`
6657
6658 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6659
6660         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6661         offsets (fixes bug #923936)
6662
6663 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6664
6665         * device/lib/small/Makefile: fixed parallel execution by
6666         replacing `make` by `$(MAKE)`
6667
6668 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6669
6670         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6671
6672 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6673
6674         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6675         * src/regression/Makefile: Regression test was not running.
6676
6677 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6678
6679         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6680         complement if possible
6681         * src/SDCCval.c (valComplement),
6682         * src/SDCCicode.c (operandOperation): fixed complement of literal
6683         * support/regression/tests/onebyte.c (testComplement): added
6684
6685 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6686
6687         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6688         return an optimized tree; actually replace actParm with the new tree
6689         * src/SDCCast.h: added some parantheses to remove side effects
6690         * support/regression/tests/bug-920866.c
6691
6692 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6693         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6694         Bit operands were not being handled properly in the pic14 port.
6695         (now src/regression/add.c passes again).
6696
6697 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6698
6699         * src/SDCC.y (labeled_statement): case and default no longer require
6700         a following statement (RFE #893037)
6701
6702 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6703
6704         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6705         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6706         disabled (fixes bug #916294)
6707         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6708         "mov a,acc"; patch provided by Lenny Story
6709         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6710
6711 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6712
6713         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6714         functions
6715         * src/ds390/gen.c (genFunction, genEndFunction),
6716         * src/ds390/ralloc.c (ds390_assignRegisters),
6717         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6718         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6719         pushed if there are parameters passed on the stack. Also, a cleaner
6720         way to decide if r0/r1 should be pushed/popped. (Together they fix
6721         bug #918693)
6722
6723 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6724
6725         * doc/sdccman.lyx,
6726         * device/lib/mcs51/crtpagesfr.asm,
6727         * device/lib/mcs51/crtxinit.asm,
6728         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6729         to avoid confusion with Si Lab's SFRPAGE register.
6730
6731 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6732
6733         * src/SDCCglue.c (emitMaps): allow public sfr variables
6734         * src/SDCCglue.c (initialComments): include compiler build date
6735         with compiler version and put the timestamp of the generated
6736         assembly file on a serperate line to be less confusing.
6737         * src/port.h: added genInitStartup hook
6738         * src/avr/main.c,
6739         * src/ds390/main.c,
6740         * src/hc08/main.c,
6741         * src/pic/main.c,
6742         * src/pic16/main.c,
6743         * src/xa51/main.c,
6744         * src/z80/main.c: genInitStartup initialize as NULL (default to
6745         historical behaviour)
6746         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6747         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6748         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6749         library instead of hard coding it into the compiler.
6750         * support/regression/ports/mcs51-stack-auto/spec.mk,
6751         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6752         * device/lib/mcs51/Makefile,
6753         * device/lib/small/Makefile,
6754         * device/lib/large/Makefile,
6755         * device/lib/mcs51/crtpagesfr.asm,
6756         * device/lib/mcs51/crtstart.asm,
6757         * device/lib/mcs51/crtxclear.asm,
6758         * device/lib/mcs51/crtxinit.asm,
6759         * device/lib/mcs51/crtclear.asm,
6760         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6761         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6762         and into user configurable files.
6763         * device/lib/clean.mk: clean mcs51 directory too
6764         * support/regression/tests/longlit.c: added static to T1 declaration
6765         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6766         accesses in the initialization code
6767
6768 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6769
6770         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6771         OSCTRIMVAL as noted in bug #916008
6772
6773 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6774
6775         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6776         in loops with multiple exits (reported as incorrect registers
6777         used by Martin Helmling in Sdcc-user list)
6778
6779 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6780
6781         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6782         made ds390 register extensions look less like error messages
6783
6784 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6785
6786         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6787         reported by Adam Wozniak in Sdcc-user list
6788
6789 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6790
6791         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6792         arithmetic optimizations, added debug output
6793
6794 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6795
6796         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6797         * sdcc.spec: updated and split sdcc into 3 rpms
6798         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6799         needed for literals of LEFT_OP and '+'
6800         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6801         introduced RESULT_TYPE_NOPROM
6802         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6803         left shift
6804         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6805         limited promotion to int only for '*'
6806         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6807
6808 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6809
6810         * src/pic16/gen.c (genSkip),
6811         (genc16bit2lit), (gencjneshort): commented out
6812         (is_LitOp): new helper function, checks operand type
6813         (genCmpEq): rewritten
6814
6815 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6816
6817         * support/regression/tests/bug-908454.c: added
6818
6819 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6820
6821         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6822         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6823         (geniCodeCast): cosmetic, don't preserve bit storage class
6824         (geniCodeLeftShift): added promotion
6825         (geniCodeLogic): fixed regression
6826         * src/SDCCsymt.c (computeTypeOr): accept bits too
6827         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6828
6829 2004-03-07  Borut Razem <borut.razem AT siol.net>
6830
6831         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6832
6833 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6834
6835         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6836         version of pic16_genPackRegisters which does not check if ic is a
6837         CAST operator,
6838         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6839         function cause string1.c regression test fails
6840
6841 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6842
6843         * sim/ucsim/configure.in,
6844         * sim/ucsim/configure,
6845         * sim/ucsim/doc/Makefile.in: use docdir
6846         * src/SDCC.y: fixed sbit atrributes
6847         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6848         * src/SDCCast.c (decorateType): |^& need special promotion handling
6849         * src/SDCCast.h,
6850         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6851         * src/SDCCsymt.h (computeType),
6852         * src/SDCCicode.c: computeType() needs op
6853         * src/SDCCsymt.c (checkTypeSanity),
6854         * doc/sddman.lyx: "plain" bitfields are unsigned
6855         * src/SDCCsymt.c (computeTypeOr): added
6856         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6857         |^& ops
6858         * src/SDCCval.c (val*): computeType() needs op
6859         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6860         * support/regression/tests/onebyte.c: added tests for |^&
6861
6862 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6863
6864         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6865         for writing icode into asm output.
6866
6867 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6868
6869         * src/pic16/device.c: added some debug lines enabled
6870         with macro DEBUG_CHECK,
6871         * src/pic16/genarith.c: more debug in genPlus,
6872         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6873         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6874         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6875         * (aopForSym): onStack symbols are re-placed in data memspace,
6876         and onStack flag is cleared,
6877         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6878         copy temporary pcodeop,
6879         * (genPcall): added warning for not updating PCLATU,
6880         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6881         always true for pic16 port,
6882         * (genMultOneWord): NEW, supports integer multiplication,
6883         * (genMult): modified to call genMultOneWord,
6884         * (ifxForOp): added warning when return NULL,
6885         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6886         flag is set before call to operandFromSymbol for implicit
6887         added structures,
6888         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6889         options.intlong_rent are set by default,
6890         * (_hasNativeMulFor): modified to allow port generation of integer
6891         multiplication,
6892         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6893         set regtype to REG_SFR for all registers, restricting seting the
6894         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6895
6896 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6897
6898         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6899         more than 500 times in the regression tests
6900
6901 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6902
6903         * support/Util/SDCCerr.h,
6904         * support/Util/SDCCerr.c,
6905         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6906         enumerator_list),
6907         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6908         for symbol conflicts.
6909         * support/valdiags/tests/enum.c,
6910         * support/valdiags/tests/tentdecl.c,
6911         * support/valdiags/tests/struct.c: expect possible error messages
6912         referring to original symbol definitions.
6913         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6914         * src/SDCCsymt.h,
6915         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6916
6917 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6918
6919         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6920
6921 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6922
6923         * src/pic16/ralloc.c (newReg): fixed bug #908929
6924
6925 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6926
6927         * src/ds390/gen.c: added missing #include "main.h"
6928
6929 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6930
6931         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6932         checking if symbol is already in set,
6933         * src/pic16/device.h: prototype for checkAddSym,
6934         * src/pic16/gen.c: (_G): added entry interruptvector,
6935         * (assignResultValue): removed some commented out lines,
6936         * (genFunction): check for ISR via sym->type, absolute section for
6937         interrupt code is created via a new pBlock, the goto instruction is
6938         placed now correctly at the interrupt vector position, changed all
6939         references from ivec to _G.interruptvector,
6940         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6941         is the interrupt is a high priority one, same for return from ISR,
6942         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6943         externs to calls of checkAddSym,
6944         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6945         pic16_pcode_verbose flag is set,
6946         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6947         * src/pic16/pcoderegs.c: message about how many registers are saved
6948         will only be emitted if pic16_pcode_verbose flag is set,
6949
6950 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6951
6952         * src/ds390/ralloc.h,
6953         * src/ds390/ralloc.c (ds390_regWithIdx),
6954         * src/ds390/gen.c (emitcode),
6955         * src/ds390/main.h,
6956         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6957         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6958         ds390operandCompare, getRegsRead, getRegsWritten,
6959         initializeAsmLineNode): customized instruction size calculation for
6960         ds390, started basis for some register optimizations
6961         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6962         corresponding assembly output
6963         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6964         missing push/pop of r0/r1. Optimized push/pops
6965
6966 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6967
6968         * src/mcs51/main.c (instructionSize): fixed ACALL size
6969         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6970
6971 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6972
6973         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6974         the sorting of rlist with NULL elements
6975         * (print_idataType, print_idata): NEW to create idata sections
6976         * src/pic16/device.h: idataSymSet new variable
6977         * src/pic16/gen.c (genFunction): fixed some bugs in string
6978         comparing, improved the absolute section creation for ISRs,
6979         added FSR0L/FSR0H in registers that are saved in an ISR,
6980         * (genInline): fixed the processing of inline snippets,
6981         now they undergo no process by the peephole optimizer
6982         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6983         are placed in idataSymSet,
6984         * (pic16emitStaticSeg): extern symbols are added in externs,
6985         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6986         switching when aboslute variables are placed in access bank memory
6987         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6988         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6989         commented out with #if,
6990         * (pic16_packRegisters): reintroduce the check for CAST because some
6991         symbols are not correctly handled,
6992         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6993         pCodeInstruction instead of pCode,
6994         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6995         pCodeAsmDir definition,
6996         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6997         directive, then the argument directive is emitted without the leading
6998         tab, hack for inline labels which must be in the first column,
6999         * (compareLabel,pic16_findNextInstruction),
7000         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
7001         * (insertBankSwitch): modified for the new pCodeAsmDir,
7002
7003 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7004         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
7005
7006         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
7007         instance,
7008         * (pushSide): commented out with #if,
7009         * (assignResultValue): fixed some typos in saving
7010         registers,
7011         * (genPcall): FIXED and sync'ed with genCall,
7012         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
7013         * (genNearPointerGet): fixed to handle some more cases,
7014         implementation scheme via table reads,
7015         * (genConstPointerGet): modified to access code memory correct,
7016         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
7017         and improved to handle some cases
7018         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
7019         instead of "RETLW" for init data
7020         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
7021         not IN_DIRSPACE, work around to reduce bank switching when aboslute
7022         variables are placed in access bank memory (<0x80 and >=0xf80),
7023         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
7024         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
7025         TBLWT_POSTDEC,TBLWT_PREINC
7026         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
7027         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
7028         directives
7029         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
7030         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
7031         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
7032         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
7033
7034 2004-02-29  Borut Razem <borut.razem AT siol.net>
7035
7036         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
7037         support/Util/findme.h, support/Util/system.h: enhance binary relative
7038         search for lib and include by using findProgramPath()
7039
7040 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7041
7042         * src/SDCCpeeph.h,
7043         * src/SDCCpeeph.c (pcDistance),
7044         * src/port.h,
7045         * src/mcs51/ralloc.h,
7046         * src/mcs51/ralloc.c (mcs51_regWithIdx),
7047         * src/mcs51/main.h,
7048         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
7049         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
7050         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
7051         size calculation port specific, started basis for some register
7052         optimizations
7053         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
7054         missing push/pop of r0/r1. Optimized push/pops
7055         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
7056         * device/lib/_modsint.c (_modsint),
7057         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
7058         and stack version so regression tests pass
7059
7060 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
7061
7062         * src/Makefile.in (dep): include SLIBOBJS in dependency check
7063         * src/SDCCast.c (decorateType): catch another small optimization
7064         with '?' operator
7065         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
7066         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
7067         modified to finally use computeType() all over SDCC,
7068         see Feature Request #877103
7069         * src/SDCCval.h: cosmetic
7070         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
7071         valCompare(); regression tested in muldiv.c
7072         * support/regression/tests/muldiv.c (testMod): mod sign follows
7073         dividend only
7074
7075 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
7076
7077         * src/SDCCast.c (decorateType): fixed bug #902362
7078         * doc/INSTALL.txt: fixed install instructions for win32
7079
7080 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
7081
7082         * device/include/Makefile.in (install): fixed by replacing spaces
7083         by tabs
7084         * doc/README.txt,
7085         * doc/INSTALL.txt: updated for release
7086         * doc/sdccman.lyx: added warning for --xstack being buggy
7087
7088 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7089
7090         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7091         to eliminate build warnings.
7092         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7093
7094 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7095            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7096
7097         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7098         removed -penable-stack, added comment for stack pragma, added
7099         warning for not initializing the stack/frame registers, removed
7100         comment at interrupts section
7101
7102         Stack is made permanent, there is no ability to disable stack usage.
7103         * src/pic16/device.h,
7104         * src/pic16/device.c: removed all references to USE_STACK macro,
7105         * src/pic16/device.c (pic16_dump_section): when no elements in
7106         rlist, free rlist before return,
7107         * (pic16_dump_int_registers): NEW, internal registers are a new set
7108         of general purpose registers reused by each function,
7109         * (checkAddReg): returns 1 if registers is added to set,
7110         * (pic16_groupRegistersInSection): when a registers is of type
7111         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7112         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7113         SRCASECMP macro is moved here from device.c
7114         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7115         PO_PCLATU, PO_PRODL, PO_PRODH,
7116         * (pic16_pCodeOpType, genMinus,
7117         changed compares to "a" register, with AOP_ACC,
7118         * (pic16_genPlus): fixed some bugs and indented properly,
7119         * (pic16_addSign): changed size to size+offset in the MOVWF
7120         instruction,
7121         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7122         multiply 8-bit operand by literal, result is 8-bit,
7123         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7124         multiply 2 8-bit operand, result is 8-bit,
7125         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7126         genUMult8X*_16,
7127         * src/pic16/gen.c: changed accUse to contain WREG only,
7128         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7129         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7130         true, do not use immediate addressing any more unless sym is a
7131         pointer in codespace,
7132         * (aopForRemat): do not use immediate addressing when symbol not in
7133         codespace and when symbol's address is requested,
7134         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7135         accUse size (= 1),
7136         * (aopGet): added case for AOP_ACC and don't return "accumulator
7137         bug" but WREG instead,
7138         * (popGetTempReg): pushes contents of temporary register in stack,
7139         * (popReleaseTempReg): pops contents of temporary register from
7140         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7141         * (pic16_popGet): separated case AOP_ACC to return register WREG
7142         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7143         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7144         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7145         the use of immediate pointers to certain cases only.
7146
7147         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7148         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7149         * (assignResultValue, genCall, genRet): modified to use the new
7150         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7151         genPcall is still broken,
7152         * (genFunction): added code to create 'A' type pBlocks when
7153         interrupt functions are generated, code not extensively tested yet,
7154         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7155         * (genEndFunction): modified so ISRs pop stored registers from stack,
7156         * (genMultOneByte): cleanup,
7157         * (AccRsh): added flag andmask, to and result with appropriate mask,
7158         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7159         * (genDataPointerGet): fixed and reenabled its use,
7160         * (genNearDataPointerGet): bugs fixed,
7161         * (genDataPointerSet): bugs fixed,
7162         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7163         pic16_DumpSymbol, pic16_DumpOp,
7164         * src/pic16/genutils.h: function prototypes for the above functions,
7165         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7166         pointers,
7167         * (pic16emitRegularMap): many many many improvements, but needs a
7168         major cleanup,
7169         * src/pic16/main.c: enable_stack in pic16_options is removed,
7170         * (_pic16_parseOptions): removed command line options -penable-stack,
7171         * (_process_pragma): emit stack symbol only when stack pragma is
7172         processed,
7173         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7174         redirected to FSR0L/FSR0H pair,
7175         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7176         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7177         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7178         for immediates,
7179         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7180         * (dumpPicOptype): NEW,
7181         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7182         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7183         with movff instruction,
7184         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7185         added pic16_int_regs, some packRegsFor* functions are commented out,
7186         because produce errors,
7187         * src/pic16/NOTES: minor modifications
7188
7189 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7190
7191         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7192         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7193         --pack-iram.
7194         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7195         * as/mcs51/lkaomf51.c: fixed bug #895763
7196
7197 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7198
7199         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7200
7201 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7202
7203         * doc/sdccman.lyx: added details about the HC08 storage classes and
7204         interrupts, fixed the register usage info for z80 & gbz80
7205
7206 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7207
7208         * doc/sdccman.lyx: added more pic16 port documentation
7209         * device/include/pic16/: added header pic18fregs.h
7210
7211 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7212
7213         * doc/sdccman.lyx: added Vangelis' contribution
7214
7215 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7216
7217         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7218         extend to the next CALL or PCALL, not just to the next CALL.
7219
7220 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7221
7222         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7223
7224 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7225
7226         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7227         bug #895752 and a better fix for bug #716790
7228
7229 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7232
7233 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7234
7235         * doc/sdccman.lyx: minor changes, minor changed
7236
7237 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7238
7239         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7240         which can't handle SDCC_NEWONEBYTEOPS,
7241         (geniCodeMultiply): removed conversion from mult to shift for pic14
7242         and pic16
7243
7244 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7245
7246         * src/hc08/gen.h,
7247         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7248         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7249         thus fixing bug #895406
7250
7251 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7252
7253         * device/lib/_modsint.c,
7254         * device/lib/_modslong.c: sign follows divisor only
7255         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7256         signs or signedness can be ignored
7257         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7258         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7259         added optimization for IFX,
7260         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7261         arguments;
7262         reenabled optimization for IFX, which was removed on 2004-01-11
7263         * src/SDCCast.h: added return type IFX
7264         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7265         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7266         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7267         SDCC_OLDONEBYTEOPS selects the old behaviour
7268         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7269         changed again and commented promotion rule
7270         * src/SDCCval.c (valDiv): promotion no longer necessary
7271         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7272         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7273         rewritten
7274         * support/regression/tests/onebyte.c: added
7275
7276 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7277
7278         * gen.c (genInline): reverted to old code for assemnling inline
7279         code because of bug reported James Chadd
7280
7281 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7282
7283         * ralloc.h: missing declarations from previous patch,
7284         seems that patch for ralloc.h was never applied, fixed
7285
7286 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7287            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7288
7289         * pcode.c,
7290         * pcode.h,
7291         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7292         indirect addressing. Marked FSR0 as deprecated
7293         * gen.c (pointerCode): commented out, not needed now
7294         (pic16_popGet2p): new MOVFF helper function
7295         (genGenPointerGet),
7296         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7297         (shiftRLong): removed duplicate debugging info
7298
7299 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7300
7301         * src/ds390/gen.c (genNearPointerGet),
7302         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7303         optimization with bits, but not bitfields.
7304         * src/ds390/ralloc.c (packRegisters),
7305         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7306
7307 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7308
7309         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7310
7311 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7312
7313         * src/SDCCsymt.h,
7314         * src/SDCCicode.c (operandFromSymbol),
7315         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7316         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7317         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7318         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7319         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7320         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7321         bug #892038
7322         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7323         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7324         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7325         * src/SDCCsymt.c (newSymbol),
7326         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7327         enumerator_list),
7328         * src/SDCCval.h,
7329         * src/SDCCval.c (newiList): fixed bug #885705
7330
7331 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7332
7333         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7334         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7335
7336 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7337
7338         * device/include/c8051f120.h,
7339         * device/include/c8051f300.h,
7340         * device/include/c8051f310.h: added/updated header files for Silicon
7341         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7342         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7343         in new section Submitting patches
7344
7345 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7346
7347         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7348         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7349         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7350         genGenPointerSet),
7351         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7352         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7353         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7354         genGenPointerSet),
7355         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7356         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7357         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7358         genGenPointerSet),
7359         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7360         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7361         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7362         genGenPointerSet): fixed bug #892400
7363         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7364         to eliminate build warnings.
7365         * src/SDCCast.c (processParms),
7366         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7367         fixed bug 751859
7368         * support/valdiag/valdiag.py: added GCC to the list of defines active
7369         when compiling with gcc
7370
7371 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7372
7373         * support/Util/SDCCerr.h,
7374         * support/Util/SDCCerr.c,
7375         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7376         with an incomplete type (fixed bug #883734)
7377         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7378
7379 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7380
7381         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7382
7383 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7384
7385         * src/SDCCast.c (decorateType),
7386         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7387         function pointer implementation
7388         * support/regression/tests/funptrs.c: added tests to verify both forms
7389         of function pointers work correctly. Added tests to verify parameters
7390         are passed in the correct order.
7391
7392 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7393
7394         * device.c (regCompare): registers are sorted by ascending
7395         address and increasing size,
7396         * main.c (_pic16_finaliseOptions): removed the declaration
7397         of compiler macro MCU. Now a macro of the format pic18fxxxx
7398         will be defined from the command line
7399
7400 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7401             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7402
7403         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7404         PCOP_RLCF was overwritten!
7405         * gen.c (genSkip): commented out calls to pic16_emitcode,
7406         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7407         * (genlshTwo),
7408         * (genRRC): added debugging info,
7409         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7410         overwritten while shifting,
7411         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7412         overwritten while shifting,
7413         * (AccLsh),
7414         * (AccRsh),
7415         * (shiftLLeftOrResult),
7416         * (shiftRLeftOrResult),
7417         * (shiftRLong),
7418         * (shiftLLong): Implemented with pic16_emitpcode
7419         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7420         * (genLeftShift): Fixed bug, operand for shift by variable always
7421         was "and"ed with 0x0f,
7422         * (genLeftShiftLiteral),
7423         * (genrshTwo),
7424         * (genRightShiftLiteral): added debugging info,
7425         * (genrshFour): added comment,
7426         * (genRightShift): determined signedness from operand "left"
7427         instead of "result"
7428
7429 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7430
7431         * src/SDCCicode.c (geniCodeParms),
7432         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7433         function pointers, fixed function pointer bugs #861242 and #861896
7434
7435 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7436
7437         * device/include/c8051f000.h,
7438         * device/include/c8051f120.h,
7439         * device/include/c8051f300.h: added header files for Silicon
7440         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7441
7442 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7443
7444         * src/SDCCast.c (processParams): added new type flow and restructured
7445         (gatherAutoInit): added new type flow
7446         (addCast): cosmetic changes
7447         (getLeftResultType): added new type flow for array indices, patch
7448         provided by Stas, see FR #877103
7449         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7450         array index patch by Stas
7451         * src/SDCCast.h: added prototype getResultTypeFromType()
7452         * src/SDCCval.h,
7453         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7454         * src/pic/glue.c (pic14emitStaticSeg),
7455         * src/pic16/glue.c (pic16emitStaticSeg),
7456         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7457         for initialization of symbols
7458         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7459         * support/Util/SDCCerr.h:
7460         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7461         * .version: bumped version number to 2.3.8
7462         * device/include/Makefile.in (install),
7463         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7464         avoid warnings
7465
7466 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7467
7468         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7469         Slade Rich fixed an optimization bug
7470         * src/pic/pcodepeep.c,
7471         * src/pic/pcoderegs.c
7472         * doc/Makefile (install): added test for directory
7473
7474 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7475
7476         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7477         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7478         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7479         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7480         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7481         * as/mcs51/asexpr.c (term),
7482         * as/hc08/asexpr.c (term): fixed bug #887146
7483
7484 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7485
7486         * src/z80/gen.c (genMult): handle single byte result product
7487         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7488         DUMMY_READ_VOLATILE (fixed bug #886367)
7489
7490 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7491
7492         * support/regression/tests/libmullong.c: fixed logic, on little endian
7493         hosts we ended without a mullong_wrapper()
7494
7495 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7496
7497         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7498         virus/worm forged address usage.
7499
7500 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7501
7502         Fixed promotion, it should be done on AST level:
7503         * src/SDCCast.c (addCast): added promotion to int
7504         (decorateType): updated call to upCast()
7505         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7506         usualUnaryConversions()
7507
7508 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7509
7510         * support/regression/tests/literalop.c (mulWrapper): Added a
7511         wrapper to remove integer overflow warnings.
7512
7513         * support/regression/tests/float_trans.c: Made work on host.
7514
7515         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7516         location of sz80.
7517
7518         * support/regression/generate-cases.py (main): Changed from inline
7519         to a main method.
7520
7521         * doc/Makefile (install): Changed to depth first to get rid of
7522         missing directory install warning.
7523
7524         * as/Makefile (install-doc): Made work on Mac.
7525
7526 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         * src/SDCCast.c: added an additional type flow in decorateType() of
7529         opposite direction, see feature request #860006; it's enabled at runtime
7530         by setting the environment variable SDCC_NEWTYPEFLOW
7531         * src/SDCCast.h: changed prototype of decorateType()
7532         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7533         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7534         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7535         see feature request #877103
7536         * src/SDCCval.c: updated call of decorateType()
7537         (valBitwise): fixed bug #882876
7538         (valMinus): added promotion
7539         (valLogicAndOr): result is unsigned
7540         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7541         * src/SDCCsymt.c (computeType),
7542         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7543         must not cause an unsigned operation
7544         * src/pic/glue (pic14emitRegularMap),
7545         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7546
7547 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7548
7549         * src/pic/pcode.c (PCodeID): commented out left over debug code
7550
7551 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7552
7553         * support/valdiag/tests/overflow.c: added shift tests
7554         * src/pic/device.c,
7555         * src/pic/gen.c,
7556         * src/pic/gen.h,
7557         * src/pic/glue.c,
7558         * src/pic/main.c,
7559         * src/pic/pcode.c,
7560         * src/pic/pcode.h,
7561         * src/pic/pcodepeep.c,
7562         * src/pic/pcoderegs.c,
7563         * src/pic/ralloc.c,
7564         * src/pic/ralloc.h: applied patch from Slade Rich;
7565         added support for multiple code pages and multiple RAM banks on the
7566         PIC 14 port. The ASM files now no longer simply assume all the
7567         code / RAM are in the same page / bank. This means the linker can
7568         safely allocate code/RAM of separate ASM files to different pages/banks.
7569         * doc/sdccman.lyx: added Slade's tips
7570         * src/mcs51/peeph.def: fixed bug #880768
7571
7572 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7573
7574         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7575         * src/SDCCast.c (decorateType): fixed bug #880197
7576
7577 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7578
7579         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7580         getopt.h.
7581
7582         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7583         strtof is not part of C89 and isn't included with Mac OS X.
7584
7585 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7588         shiftL2Left2Result): fixed bug #879326
7589         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7590         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7591         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7592         address fetch for clr instruction
7593         * device/lib/hc08/_mulint.c: created optimized assembly version
7594         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7595
7596 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7597
7598         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7599         proposed in FR #877103
7600
7601 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7602
7603         * src/SDCCval.c (cheapestVal): added missing checks
7604         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7605         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7606
7607 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7608
7609         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7610         equal operands
7611
7612 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7613
7614         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7615         loaded with the linker search paths (-L arguments) and the libraries
7616         to be linked with the current source (-l arguments). Changes
7617         currently will affect only the pic16 port.
7618         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7619         include path the port specific paths and port specific libraries,
7620         * gplink command now contains the $3 argument,
7621         * src/pic16/device.h,
7622         * src/pic16/device.c,: structure PIC_device is made public and
7623         renamed to PIC16_device, the same for variable Pics which is renamed
7624         to Pics16. Updated all references to them.
7625         * src/pic16/glue.c (pic16glue): corrected bug with code
7626         initialization which bypassed the variable initializations block.
7627
7628         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7629         COMPILE_FLAGS and added the --nostdinc option
7630
7631 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7632
7633         * device/include/mc68hc908jb8.h: Register defs for another member
7634         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7635
7636 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7637
7638         Documenting changes from previous commits.
7639         * configure.in (version 1.56),
7640         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7641         when generating output files to configure the pic16 library,
7642         but now I've commented it out, since gputils aren't installed in the
7643         SF compile farm, so library won't compile
7644
7645         * device/lib/Makefile.in (version 1.56): initially I've added in
7646         target 'all' the prerequestive 'model-pic16' so it compiled the
7647         pic16 library, but now I've commented it out for the same reasons
7648         above,
7649         * added targets 'model-pic16' and 'objects-pic16' to compile the
7650         library
7651         * added target 'port-specific-objects-pic16' to handle the
7652         generated libraries and copy them into the build/ directory
7653         * added target 'clean-intermediate-pic16' to clean intermediate
7654         files into pic16 directory
7655         * in target 'installdirs' added line to create directory pic16 in
7656         the installation path
7657
7658         * device/include/Makefile.in (version 1.11): in target 'install'
7659         added lines to copy all header files to installation path,
7660         * in target 'installdirs' added line create directory for pic16
7661         headers in the installation path
7662
7663 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7664
7665         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7666          a function call
7667
7668 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7669
7670         * configure,
7671         * device/lib/configure.in,
7672         * device/lib/configure: fixed for autoconf 2.57
7673
7674 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7675
7676         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7677         option so that it actually works. Made it specific to the z80, since
7678         the gbz80 doesn't have these kinds of I/O ports.
7679
7680 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7681
7682         * device/include/z180.h,
7683         * device/lib/_memcpy.c,
7684         * device/lib/_memmove.c,
7685         * device/lib/_mulint.c,
7686         * device/lib/ser_ir.c,
7687         * device/lib/ser_ir_cts_rts.c,
7688         * device/lib/_strcmp.c,
7689         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7690         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7691         portmode; added deprecation warning for bank= and protmode= forms.
7692         Also, guard against buffer overflow.
7693         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7694
7695 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7696
7697         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7698         changed interrupt vector table generation to only emit declared vectors.
7699         * device/include/Makefile.in: added missing backslash
7700         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7701
7702 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7703
7704         Mainly changes to support compilation of the device libraries
7705         * src/pic16/device.c: stack is allocated via symbol and not
7706         via literal number. The symbol is placed in the corresponding
7707         position of the data ram
7708         * (pic16_dump_section): relocatable and absolute uninitialized
7709         data are now emitted in sorted order to reduce section naming,
7710         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7711         weren't marked as being in the access bank,
7712
7713 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7714
7715         Added portion of GNU PIC Library under the directory
7716         device/include/pic16 and device/lib/pic16. These files
7717         contain the declarations of SFRs for the PIC18Fxx2 devices.
7718         The directory is initialized via configure from toplevel.
7719
7720 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7721
7722         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7723         the spilllocations to be compared correctly
7724
7725 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7726
7727         * src/SDCCast.c (decorateType): fixed bug introduced today
7728
7729 2004-01-12  Borut Razem <borut.razem AT siol.net>
7730
7731         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7732         doc/sdccman.lyx: upper case pragmas are deprecated
7733
7734 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7735
7736         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7737         in simpler and even better code
7738
7739 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7740
7741         * src/SDCCicode.c (operandOperation): fixed bug #874819
7742         * src/SDCCast.c (decorateType): fixed
7743         char foo (unsigned long ul) { return ul > 0; }
7744
7745 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7746
7747         * doc/sdccman.lyx: Moved and added some sections, small changes
7748         all over. Telling LaTeX to be less strict with word spacing
7749         to better keep the right margin. Changed some notes about
7750         maintainance of the ports in section 3.2.1 - is it OK like this?
7751
7752 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7753
7754         SDCC source changes:
7755         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7756         convilong): modified to inform the pic16 port that builtin functions
7757         are external
7758
7759         PIC16 PORT specific changes:
7760         * src/pic16/device.c pic16_dump_equates() added,
7761         processor registers declared internally by the port are emitted in
7762         the translation as equates,
7763         * src/pic16/gen.c: inline code is passed unprocessed to the
7764         translation,
7765         * (pic16_popGetLit2): fnuction modified to take second operand as
7766         pCodeOp pointer and not as literal,
7767         * (popRegFromIdx): prefixed with pic16_,
7768         * (pic16_popCombine2): modified to receive already allocated pCode
7769         operands,
7770         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7771         * (genFunction): initializes local stack frame and pushes on stack
7772         all the registers used by this function,
7773         * (genEndFunction): restores all registers from stack and restores
7774         stack frame,
7775         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7776         improvements,
7777         * (pic16glue): changed the program startup sequence,
7778         * added new dbName code 'A' for functions placed in absolute section
7779         * src/pic16/main.c: added function attribute _naked,
7780         * added pragma 'code' to place a fnuction at an absolute address,
7781         * added command line arguments --debug-ralloc and --pcode-verbose,
7782         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7783         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7784         * (pic16_newpCodeOpLit2): modified to take the second operand as
7785         pCodeOp pointer,
7786         * (pic16_printpBlock): modified to emit each function in a separate
7787         section,
7788         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7789         UPPER for immediate operands,
7790         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7791         instruction,
7792         * src/pic16/peeph.def: all peepholes with movff are commented out,
7793         because there is a problem in the pcode peep optimizer,
7794         * src/pic16/ralloc.c: the register allocator can now reuse local
7795         function symbols for another function. This saves register usage.
7796         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7797
7798         Added file src/pic16/NOTES with information about program writing on
7799         the current port version.
7800
7801 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7802
7803         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7804         and peephole 252 (array access)
7805
7806 2004-01-09  Borut Razem <borut.razem AT siol.net>
7807
7808         * src/SDCCmain.c : fixed #872250: -l command line defined library
7809           files are scanned before standard library files
7810
7811 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7812
7813         * src/SDCCast.c (decorateType): fixed bug #874046
7814
7815 2004-01-09  Borut Razem <borut.razem AT siol.net>
7816
7817         * support/scripts/sdcc.nsi: remove previous installation
7818
7819 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7820
7821         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7822         bytes for last interrupt vector (mcs51)
7823         * sdcc.spec: fixed typo
7824
7825 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7826
7827         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7828         gen51Code): more efficient parameter receive for --model-large
7829         ("bug" #845294)
7830
7831 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7832
7833         * src/ds390/main.c,
7834         * src/z80/main.c: added missed needLinkerScript flags (more than
7835         one port structure defined in these file)
7836         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7837         bug #795325
7838
7839 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7840
7841         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7842         * src/port.h: added flag needLinkerScript in port->linker
7843         structure to inform whether to create a .lnk file or not,
7844         * src/avr/main.c,
7845         * src/ds390/main.c,
7846         * src/hc08/main.c,
7847         * src/mcs51/main.c,
7848         * src/pic/main.c,
7849         * src/pic16/main.c,
7850         * src/xa51/main.c,
7851         * src/z80/main.c: changed appropriately to configure
7852         needLinkerScript flag
7853         * src/pic/gen.c,
7854         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7855         * src/pic/glue.c: added variable udata_section_name to
7856         override default uninitialized data segment definition for
7857         devices only with SHAREBANK memory (reported from Erik Epetrich)
7858         * (pic14emitOverlay): modified to emit a commented overlay segment
7859         directive when no overlay data exist
7860         * (picglue): modified to emit uninitialized data segment
7861         according to udata_section_name
7862         * src/pic/main.c (_pic14_parseOptions): added command line
7863         options --udata-section-name=[name] to override default
7864         udata definition name
7865         * modified _linkCmd and _asmCmd to include compiler passed
7866         arguments via -W option
7867         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7868         object file from '.rel' to '.o' in port->linker structure,
7869         changed size of fptr from 2 to 3 in port structure
7870
7871 2004-01-07  Borut Razem <borut.razem AT siol.net>
7872
7873         * support/scripts/sdcc.nsi: update PATH
7874         * support/scripts/sdcc.ico: craeted
7875
7876 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7877
7878         * device/include/Makefile.in: fix install
7879         * doc/Makefile: fix install
7880
7881 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7882
7883         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7884         in bug #860505
7885         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7886         how the function variable allocation summary is displayed; also
7887         include information about variables allocated to the overlay
7888         segment
7889
7890 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7891
7892         * as/mcs51/lkmain.c: Help about -Y option
7893         * as/mcs51/lkarea.c: Fixed gcc warnings
7894
7895 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7896
7897         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7898         fixed warning
7899         * support/valdiag/tests/overflow.c: added
7900         * src/SDCCast.c (decorateType),
7901         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7902         LEFT_OP (left shift)
7903
7904 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7905
7906         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7907         (default behaviour).
7908
7909 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7910
7911         A python script to validate compiler diagnostic messages. It can be
7912         used to verify that sdcc complains about bad c source code and
7913         gives a good location of the error.
7914         * support/valdiag/Makefile,
7915         * support/valdiag/valdiag.py,
7916         * support/valdiag/tests/*
7917
7918 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7919
7920         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7921         * src/SDCCsymt.c (newEnumType),
7922         * src/SDCCsymt.h
7923         * support/Util/SDCCerr.c,
7924         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7925         enum related bugs.
7926         * support/regression/tests/enum.c: added test for enum values that
7927         require at least 2 bytes of storage.
7928
7929 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7930
7931         * src/common.h: added ifndef/define/endif macros
7932         around the header file.
7933         Bug reported from Jesus Calvino-Fraga
7934
7935 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7936
7937         * sdcc.spec: updated
7938         * device/include/Makefile.in: don't install CVS directories
7939         * device/lib/Makefile.in: added removal of CVS directories after install
7940         * doc/Makefile: fixed install, added local_icons
7941         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7942         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7943         * src/ds390/gen.c (genRightShift): fixed bug #870788
7944         * src/SDCCast.c (decorateType): fixed bug #870781
7945
7946 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7947
7948         PIC16 port related changes:
7949         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7950         added variable stackPos,
7951
7952         * gen.c: genCall, assignResultValue: added support for
7953         pushing/retrieving function parameters to/from stack,
7954         genFunction,genEndFunction: setup stack frame for the
7955         generated function,
7956         genAddrOf: will be changed according to bug 863624
7957
7958         * added files genutils.c and genutils.h which contain gen*
7959         debugged and optimised functions extracted from gen.c
7960
7961         * glue.c: added variable 'externs' which holds extern symbols,
7962         pic16emitRegularMap: is modified to properly handle relocatable
7963          symbols under the new scheme,
7964         pic16createInterruptVect: is modified
7965         pic16printPublics: is modified to emit 'global' assembler directives,
7966         added pic16_printExterns to print extern symbols,
7967         pic16glue: initializes stack/frame pointer in the beginning of
7968         the assembly output. Temporary hack, will be corrected later,
7969         because gplink yet does not support stack and SDCC does not
7970         yet support a type of crt0.o object to create the final binary.
7971
7972         * Removed many lines that contain 8051 legacy code.
7973         * The code is finally placed under a 'code' directive.
7974         * Added port specific options.
7975
7976         * _process_pragma: simplified since now we do not need *special*
7977         include file to define SFR registers. But a separate header
7978         will be needed. This will be developed later.
7979         * _pic16_parseOptions: added, parses port specific options:
7980         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7981         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7982         --preplace-udata-with=
7983
7984         * _pic16_setDefaultOptions: modified to initialize section names,
7985         but hack is temporarly out of order since it needs improvement.
7986         * _pic16_genAssemblerPreamble: configuration words are emitted by
7987         their address instead of their name. This part is incomplete and
7988         supports only the 18Fxx2 devices. Other devices will emit an error
7989         during assembly since they do not contain the same set of config
7990         registers
7991         * _pic16_genIVT: is modified,
7992
7993         * pcode.c: added definitions for some hardware registers that are needed
7994         for stack support
7995         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7996         All PCI entries are updated. Now LFSR is supported.
7997         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7998         * added pic16_newpCodeOpLit2 to support instructions with
7999         two literal arguments
8000         * pic16_pCode2str: corrected code that emits assembler instructions
8001         with two literal operands and those that have an access bit modifier
8002         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
8003         this fixes a bug which caused some labels to be lost, when an
8004         assembler directive was added, i.e. banksel,
8005         * pic16_FixRegisterBanking: improved logic that causes the insertion
8006         of bank switching,
8007         * InlineFunction: functions that are called once, are not any more
8008         inlined. This can be a port option in the future,
8009
8010         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
8011
8012         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
8013         hold the corresponding uninitialized symbols,
8014         * pic16_allocProcessorRegister: registers have explicit marked the
8015         accessBank field,
8016         * pic16_allocInternalRegister: registers are explicit marked as
8017         not used,
8018         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
8019         processing list, so bit registers were lost,
8020         *
8021
8022         * ralloc.h: added field 'accessBank' and original symbol operand
8023         in register definition,
8024         * removed the field isMapped from register definition,
8025
8026         ** Several functions have been removed from various sources:
8027         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
8028         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
8029         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
8030         pic16_assignRelocatableRegisters
8031
8032         ** others have been introduced:
8033         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
8034         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
8035
8036 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
8037
8038         * support/scripts/inc2h.pl: changed definition of BIT_AT
8039         to emit 'sbit at' instead of 'bit at'. This was a request.
8040
8041         PIC16 port related preliminary changes:
8042         * gen.c: prefixed function popRegFromString with
8043         pic16_ and all references to it corrected
8044         * pcode.c: all pic16_pc_* hardware registers prefixed
8045         with underscore (_),
8046         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
8047         * ralloc.c: newReg(): when register is REG_SFR then
8048         set address to rIdx,
8049         pic16_allocProcessorRegister(): marks register wasUsed=0
8050         pic16_writeUsedRegs(): added a call to assign processor
8051         registers via pic16_assignFixedRegisters
8052
8053 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8054
8055         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
8056         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
8057         variables in unused register banks.  Also the SSEG is placed
8058         wherever there is enough space for it, and IDATA can be anywhere
8059         in internal RAM.  For now compile using -Wl-Y[stack_size].
8060         The mem file is different for this option as well, since it
8061         makes no sense of talking about DSEG lenght.
8062
8063 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
8064
8065         * src/SDCClrange.c: fixed bug 869095 that caused segfault
8066         in certain cases, e.g. when ROM assignment, patch provided
8067         from Albert den Haan.
8068
8069 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
8070
8071         Many signedness and type propagation fixes:
8072         * src/SDCCicode.c: made geniCodeCast() static
8073         replaced SPEC_ by IS_ (cosmetic)
8074         (operandOperation): fixed div and mod operation
8075         (usualBinaryConversions): added support for promotion of char
8076         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
8077         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
8078         (geniCodeAdd): an array index will stay unsigned, even if promoted
8079         from char to int
8080         (geniCodeArray): ditto
8081         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
8082         * src/SDCCsymt.c (computeType): added more support for char;
8083         promotion of char is selectable by promoteCharToInt, fixed signedness
8084         for all cases
8085         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8086         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
8087         * src/SDCCval (val*): replaced signedness calculation by
8088         computeType()
8089         rearranged if-branches (cosmetic)
8090         (valShift): added warning W_SHIFT_CHANGED
8091         (valCompare): fixed problem with different types
8092         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8093         * support/regression/tests/literalop.c: added many cases
8094         * support/regression/tests/ast_constant_folding.c: changed finally to
8095         'unsigned int'
8096         * .version: new year, new version: 2.3.7
8097         * src/SDCCmain.c (main): applied patch #866468
8098         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8099         provided by Scott Bronson
8100         * doc/sdccman.lyx: updated documentation for sdcdb
8101         updated and added chapter tips
8102
8103 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8104
8105         * src/SDCCsymt.h: missing from yesterday's commits
8106
8107 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8108
8109         * src/SDCC.y (struct_or_union_specifier),
8110         * support/Util/SDCCerr.c,
8111         * support/Util/SDCCerr.h: verify that struct & union tags are used
8112         as declared.
8113
8114 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * src/SDCCglobl.h: missing from yesterday's commits
8117
8118 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8119
8120         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8121         sft_attributes, struct_declaration, parameter_declaration,
8122         type_name, start_block, declaration_list),
8123         * src/SDCC.lex (check_type): support redefinition of typedef names
8124
8125 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8126
8127         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8128         aligned xdata arrays. Erik helped me with the if clause.
8129
8130 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8131
8132         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8133         warning
8134
8135 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8136
8137         * src/SDCCast.h,
8138         * src/SDCCast.c (newAst_),
8139         * src/SDCCicode.h,
8140         * src/SDCCicode.c (ast2iCode, newiCode),
8141         * src/SDCCglobl.h,
8142         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8143         expr, statement, expression_statement, selection_statement,
8144         iteration_statement, expr_opt, jump_statement): foundation for tracking
8145         sequence points
8146         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8147         point code too)
8148
8149 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8150
8151         * support/Util/SDCCerr.c,
8152         * src/SDCCast.h,
8153         * src/SDCCast.c (createCase, createDefault, decorateType),
8154         * src/SDCClabel.c (labelUnreach),
8155         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8156         to error messages.
8157         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8158         (with thanks to Stas Sergeev)
8159         * device/include/time.h,
8160         * device/lib/time.c (CheckTime): suppress unreachable code warning
8161
8162 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8163
8164         * src/SDCCast.c (createIvalCharPtr),
8165         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8166         bug #753752)
8167         * support/regression/tests/nullstring.c: tests for these two bugs
8168
8169 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8170
8171         * support/Util/SDCCerr.h,
8172         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8173         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8174         about storage class and 'at' used inside struct or union
8175         * src/SDCCBBlock.c (iCodeFromeBBlock),
8176         * src/SDCCcse.c (ifxOptimize),
8177         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8178         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8179         printIval, emitStaticSeg, emitOverlay),
8180         * src/SDCClabel.c (deleteIfx),
8181         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8182         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8183         gatherAutoInit, processParms),
8184         * support/Util/SDCCerr.h,
8185         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8186         reporting for post-parse errors.
8187
8188 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8189
8190         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8191         implicit casts via union; they don't work on big endian systems
8192         (possible fix for bug #861138)
8193
8194 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8195
8196         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8197         * src/mcs51/main.c: fixed the fix for bug #737001
8198
8199 2003-12-15  Borut Razem <borut.razem AT siol.net>
8200
8201         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8202
8203 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8204
8205         * support/makebin/makebin.c: put output in binary mode
8206
8207 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8208
8209         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8210         xdata and data memory on startup. Set the environment variable
8211         SDCC_NOGENRAMCLEAR to disable this.
8212         * src/mcs51/peephole.def,
8213         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8214         (allows non-interrupt and interrupt code to safely compete for a resource
8215         without the non-interrupt code having to disable interrupts)
8216
8217 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8218
8219         * src/SDCCicode.c (geniCodeAdd),
8220         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8221         with valFromType if type might be a pointer and host is big endian).
8222         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8223         types, not just integer types.
8224         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8225         multiply defined with mismatching "at" address.
8226
8227 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8228
8229         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8230         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8231         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8232         with embedded nulls (fixed bug #753752)
8233
8234 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8235
8236         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8237         Apparently this did not see much testing (endless loop)
8238
8239 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8240
8241         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8242
8243 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8244
8245         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8246         gracefully handle NULL memmap pointers
8247
8248 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8249
8250         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8251         instead of deleting the iCode when an operand is volatile
8252         * src/z80/gen.c (genDummyRead),
8253         * src/mcs51/gen.c (genDummyRead),
8254         * src/ds390/gen.c (genDummyRead),
8255         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8256         not just IC_RIGHT
8257         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8258         * src/SDCC.y: fixed bug #850420
8259
8260 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8261
8262         Applied z80 i/o port patch from Peter Townson and fixed some operators
8263         to better handle operands in A register.
8264         * device/include/z180.h
8265         * src/SDCC.y
8266         * src/SDCCglue.c
8267         * src/z80/gen.c
8268         * src/z80/gen.h
8269         * src/z80/main.c
8270         * src/z80/peeph-z80.def
8271         * src/z80/peeph.def
8272         * src/z80/z80.h
8273
8274 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8275
8276         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8277
8278 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8279
8280         * device/lib/hc08/_mullong.c: Removed extra #endif
8281
8282 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8283
8284         * sim/ucsim/hc08.src/inst.cc,
8285         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8286         carries from x to h
8287         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8288         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8289         * device/include/stdarg.h: fixed varargs for hc08
8290         * device/lib/Makefile.in,
8291         * device/lib/hc08/Makefile,
8292         * device/lib/hc08/_mulint.c,
8293         * device/lib/hc08/_mullong.c: fixed some endian problems
8294
8295 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8296
8297         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8298         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8299         * device/lib/_gptrget.c,
8300         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8301
8302 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8303
8304         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8305         * src/SDCCast.c (astErrors): fixed bug #846007
8306         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8307
8308 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8309
8310         * src/SDCCast.c (decorateType): disabled a transformation I added in
8311         revision 1.188 (access to fields of a structure at an absolute address);
8312         it breaks with bitfields, extern declarations, and gcse analysis.
8313         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8314         could be assigned through a pointer, so don't complain.
8315         * src/SDCCast.c (astErrors),
8316         * src/SDCCast.h,
8317         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8318
8319 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8320
8321         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8322         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8323         output of __config directives, since gpasm now supports them
8324         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8325         pre-processor macro, i.e. -DMCU=p18f452
8326         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8327         and modified to handle 'cast' icode similarly to '=' icode
8328         * src/pic16/device.h (typedef struct PIC_device): added field
8329         'extMIface' to indicate that chip has external memory interface
8330         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8331         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8332         18F8720
8333
8334 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8335
8336         * src/SDCC.y (pointer): fixed bug #846006
8337         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8338         * src/SDCCast.c (decorateType): fixed bug #846009
8339         * src/ds390/peeph.def,
8340         * src/ds390/gen.c (genAnd, genOr),
8341         * src/mcs51/peeph.def,
8342         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8343
8344 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8345
8346         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8347         * src/SDCCdflow.c
8348         * src/SDCCcse.c
8349         * src/SDCCcse.h
8350         * src/SDCCBBlock.h
8351         * src/SDCCBBlock.c
8352
8353 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8354
8355         fixed bug #845089
8356         * src/SDCCbitv.h,
8357         * src/SDCCbitv.c: added function to free a bitvector
8358         * src/SDCClrange.h,
8359         * src/SDCClrange.c: added function to recompute the liveranges
8360         * src/avr/ralloc.c,
8361         * src/ds390/ralloc.c,
8362         * src/hc08/ralloc.c,
8363         * src/mcs51/ralloc.c,
8364         * src/pic/ralloc.c,
8365         * src/pic16/ralloc.c,
8366         * src/xa51/ralloc.c,
8367         * src/z80/ralloc.c: recompute the liveranges after register packing
8368
8369 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8370
8371         * src/SDCCloop.c (newInduction): fixed bug #845630
8372
8373 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8374
8375         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8376         inadvertantly left behind from my 2003-11-12 change
8377
8378 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8379
8380         Updated headers I neglected to commit yesterday.
8381         * src/SDCClrange.h,
8382         * src/SDCCicode.h
8383
8384 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8385
8386         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8387         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8388         * src/SDCCopt.c (eBBlockFromiCode),
8389         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8390         the creation of the key hash table from the sequencing so it can be used
8391         earlier (for some GCSE bug fixes still pending)
8392
8393 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8394
8395         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8396         * support/regression/tests/addsub.c: testing genPlus shortcut
8397
8398 2003-11-15  Borut Razem <borut.razem AT siol.net>
8399
8400         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8401
8402 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8403
8404         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8405         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8406         ordering is immaterial.
8407         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8408
8409 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8410
8411         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8412         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8413         (SIGSEV) of bug #840381
8414         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8415         unlink new file before rename if new and old filenames are the same)
8416
8417 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8418
8419         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8420         uninitialized variables) for the mcs51. Set environment variable
8421         SDCC_GENRAMCLEAR to test.
8422         xdata initialization slightly shorter
8423
8424 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8425
8426         * src/SDCCsymt.h,
8427         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8428         #838241 & 780691 (basicly the same bug)
8429         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8430         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8431
8432 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8433
8434         * src/SDCCmain.c (linkEdit): "fix" #834252
8435
8436 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8437
8438         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8439         * src/SDCCast.h,
8440         * src/SDCC.y: fixed bug #819403
8441
8442 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8443
8444         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8445         the reentrant attribute.
8446         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8447         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8448         simulation
8449         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8450         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8451         erroneously reduced to a literal.
8452         * src/hc08/ralloc.c (packRegisters, rematStr),
8453         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8454         some cases
8455
8456 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8457
8458         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8459         * doc/sdccman.lyx: changed from 'article' to 'book'
8460         * doc/Makefile: readded test_suite_spec and cdbfileformat
8461
8462 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8463
8464         * device/include/stdlib.h: include malloc.h to comply with ANSI
8465         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8466
8467 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8468
8469         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8470         * doc/clean.mk: also remove *.out files
8471         * doc/sdccman.lyx: some additions, larger top/bottom margins
8472
8473 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8474
8475         * src/SDCC.y: fixed bug #837365
8476         * support/regression/tests/bitopcse.c
8477         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8478         a symbol (might be valop instead)
8479         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8480         * device/lib/clean.mk: added hc08 to the cleaning list
8481
8482 2003-11-04  Borut Razem <borut.razem AT siol.net>
8483
8484         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8485           made 2003-11-04
8486         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8487           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8488           malloc is declared in standard stdlib.h
8489
8490 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8491
8492         * device/lib/hc08/Makefile: need to clean .rel not .o files
8493         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8494
8495 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8496
8497         * src/port.h,
8498         * src/hc08/main.c,
8499         * src/mcs51/main.c,
8500         * src/ds390/main.c,
8501         * src/z80/main.c,
8502         * src/avr/main.c,
8503         * src/pic/main.c,
8504         * src/pic16/main.c,
8505         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8506         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8507         tests (which uses the port's oclsExpense function)
8508         * src/SDCC.y,
8509         * src/SDCCast.c,
8510         * src/SDCCicode.c,
8511         * src/hc08/gen.c,
8512         * src/ds390/gen.c,
8513         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8514
8515 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8516
8517         * src/SDCCcse.c (ifxOptimize),
8518         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8519         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8520         deleting the IFX iCode.
8521         * src/hc08/ralloc.c: reduced unneeded slocs
8522         * src/hc08/gen.c: fixed bug in asmopToBoolean
8523
8524 2003-11-04  Borut Razem <borut.razem AT siol.net>
8525
8526         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8527           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8528           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8529           transferred to configure
8530
8531 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8532
8533         Use headers defined in the C[++] standards:
8534         * sim/ucsim/gui.src/serio.src/fileio.cc
8535         * sim/ucsim/gui.src/serio.src/frontend.cc
8536         * sim/ucsim/gui.src/serio.src/main.cc
8537         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8538         * support/Util/NewAlloc.c
8539         * as/hc08/lklibr.c
8540         * as/mcs51/lklibr.c
8541         * as/z80/aslist.c
8542         * as/z80/assym.c
8543
8544 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8545
8546         * Added MSVC projects for hc08 assembler and linker:
8547         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8548         /as/hc08/link_hc08.dsp
8549
8550 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8551
8552         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8553
8554 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8555
8556         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8557
8558 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8559
8560         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8561
8562 2003-10-31  Borut Razem <borut.razem AT siol.net>
8563
8564         * support/cpp2/cpplib.h,
8565           support/cpp2/cpplib.c,
8566           support/cpp2/cpplex.c,
8567           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8568           to switch _asm block preprocessing on / off. Default is
8569           #pragma preproc_asm +
8570
8571 2003-10-31  Borut Razem <borut.razem AT siol.net>
8572
8573         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8574           when outputting comment blocks (when executed with -C option) and
8575           _asm (SDCPP specific) blocks
8576
8577 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8578
8579         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8580
8581 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8582
8583         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8584
8585 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8588         * src/SDCCast.c (decorateType): fixed bug #832664
8589
8590 2003-10-31  Borut Razem <borut.razem AT siol.net>
8591
8592         * support/cpp2/cpplex.c: fixed for SDCPP:
8593           comments(when executed with -C option) and _asm blocks
8594           were included even if they where in skipped #if block.
8595           Applied solution from GCC cpp 3.3.2
8596
8597 2003-10-31  Borut Razem <borut.razem AT siol.net>
8598
8599         * src/SDCC.lex: sdcc now understands both formats:
8600           '# <line_number> <file_name>' and
8601           '#line <line_number> <file_name>'
8602         * support/cpp2/cppmain.c: sdcpp now generates the standard
8603           '# <line_number> <file_name>' instead of former
8604           '#line <line_number> <file_name>'
8605
8606 2003-10-30  Borut Razem <borut.razem AT siol.net>
8607
8608         * support/cpp2/cpphash.h,
8609         * support/cpp2/cpplib.h
8610         * support/cpp2/cpplex.c,
8611         * support/cpp2/cppmain.c,
8612         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8613
8614 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8615
8616         Fixed a number of problems revealed by bug #827883.
8617         * src/SDCCloop.c (loopInvariants): Spill location of the
8618         result operand should be recomputed if extracted from
8619         a loop. Also, don't extract assignments of an iTemp
8620         from a literal.
8621         * src/SDCCast.c (isConformingBody): loop reversal should
8622         not occur if the control variable is involved with a
8623         relational operator.
8624
8625 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8626
8627         * .version: bumped to 2.3.6 to reflect the big improvements
8628         made by Erik and Klaus. Thanks!
8629
8630 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8631
8632         Replaced the livrange code.
8633         * src/SDCClrange.c: added new LR code
8634         * src/SDCCloop.c,
8635         * src/SDCCBBlock.h: removed remainig parts from old LR code
8636         * src/ds390/ralloc.c,
8637         * src/ds390/gen.c: minor fixes to make it work with new code
8638
8639 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8640
8641         * as/hc08/asm.h,
8642         * as/hc08/lkrloc.c,
8643         * src/hc08/gen.c,
8644         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8645         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8646         (tweaked fix for bug #818696)
8647
8648 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8649
8650         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8651
8652 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8653
8654         * src/SDCCmain.c,
8655         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8656         * src/mcs51/gen.c (gencjneshort),
8657         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8658         more efficient (per Scott Bronson's suggestion)
8659
8660 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8661
8662         Extended the semantics of the critical keyword to include
8663         individual statements. See RFE #827755 and #799831
8664         * src/SDCC.y
8665         * src/SDCCicode.c
8666         * src/SDCCopt.c
8667         * src/SDCCast.c
8668         * support/Util/SDCCerr.c
8669         * support/Util/SDCCerr.h
8670         * src/mcs51/gen.c
8671         * src/ds390/gen.c
8672         * src/hc08/gen.c
8673
8674 2003-10-19  Borut Razem <borut.razem AT siol.net>
8675
8676         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8677
8678 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8679
8680         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8681         Fixed bug #818696
8682         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8683         and predecrement operand is displayed
8684
8685 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8686
8687         * src/SDCCval.c (valMinus): fixed bug #826041
8688
8689 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8690
8691         Some hc08 related updates that I missed earlier
8692         * sim/ucsim/stypes.h
8693         * support/regression/ports/hc08/spec.mk
8694
8695 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8696
8697         New target "hc08" for the Motorola 68hc08 family of micros
8698
8699         * configure
8700         * configure.in
8701         * Makefile
8702         * src/hc08/*
8703         * src/SDCCmain.c
8704         * src/port.h
8705         * sim/ucsim/hc08.src/*
8706         * sim/ucsim/configure.in
8707         * src/ucsim/configure
8708         * sim/ucsim/packages_in.mk
8709         * as/hc08/*
8710         * as/Makefile
8711         * device/include/mc68hc908qy.h
8712         * device/lib/hc08/*
8713         * device/lib/Makefile.in
8714         * support/regression/ports/hc08/*
8715         * support/regression/Makefile
8716
8717 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8718
8719         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8720         regression test
8721         * src/ds390/gen.c (genCast): fixed bug #821957
8722
8723 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8724
8725         * device/lib/logf.c: "fixed" overlay bug
8726         * support/regression/ports/host/spec.mk: added m library
8727         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8728         * support/regression/tests/float_trans: added (for Eric)
8729
8730 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8731
8732         * src/mcs51/gen.c (genCpl): fixed bug
8733         http://sf.net/mailarchive/message.php?msg_id=6263915
8734
8735 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8736
8737         * src/SDCCast.c (decorateType): added extended constant folding
8738         * src/SDCCsymt.c (computeType): cleanup
8739         * src/SDCCval.c (valShift): minor optimization
8740         * support/regression/tests/ast_constant_folding.c: added
8741
8742 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8743
8744         * src/SDCCmain.c: removed some unintended changes
8745
8746 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8747
8748         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8749         * src/z80/gen.c: fixed part of bug #817589
8750         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8751
8752 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8753
8754         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8755         * src/SDCCcflow.c
8756         * src/SDCCcse.c
8757         * src/SDCCdflow.c
8758         * src/SDCClabel.c
8759         * src/SDCClrange.c
8760         * src/SDCCmem.c
8761         * src/SDCCopt.c
8762         * src/SDCCpeeph.c
8763         * src/SDCCset.c
8764         * src/avr/ralloc.c
8765         * src/ds390/ralloc.c
8766         * src/izt/ralloc.c
8767         * src/mcs51/ralloc.c
8768         * src/pic/ralloc.c
8769         * src/pic16/ralloc.c
8770         * src/xa51/ralloc.c
8771         * src/z80/ralloc.c
8772         * src/z80/gen.c: removed unused label "release:"
8773
8774 2003-10-06  Borut Razem <borut.razem AT siol.net>
8775
8776         * src/SDCC.lex: removed definition of unused variables
8777           save_optimize and save_options
8778
8779 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8780
8781         * clean.mk: removed '=' in "-maxdepth=1"
8782         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8783         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8784
8785 2003-10-06  Borut Razem <borut.razem AT siol.net>
8786
8787         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8788           my_unput() replaced by unput()
8789
8790 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8791
8792         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8793         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8794         type-punned pointer will break strict-aliasing rules"
8795         Old LR behaviour is again default; Klaus' LR can be choosen by
8796         defining the environment variable LRKLAUS
8797         * src/SDCCBBlock.h
8798         * src/SDCCloop.c
8799         * src/SDCClrange.c
8800         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8801         * clean.mk: fixed removal of files in bin/CVS/
8802         * device/lib/clean.mk: fixed removal of directories small and large
8803         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8804         * src/SDCCicode.c,
8805         * src/SDCCval.c: removed superflous test for pedantic
8806
8807 2003-10-05  Borut Razem <borut.razem AT siol.net>
8808
8809         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8810           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8811           message "unmatched #pragma SAVE and #pragma RESTORE"
8812
8813 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8814
8815         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8816           assembly, critical functions, atomic, nojtbound)
8817
8818 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8819
8820         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8821         * src/SDCCBBlock.h
8822         * src/SDCCloop.c
8823         * src/SDCCloop.h
8824         * src/SDCClrange.c
8825
8826 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8827
8828         * src/z80/gen.h,
8829         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8830         * src/mcs51/gen.h
8831         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8832         * src/ds390/gen.h
8833         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8834         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8835         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8836
8837 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8838
8839         * src/z80/gen.c (genRet): fixed bug #524753
8840         * src/z80/gen.c (genCast): fixed internal error on cast from
8841         pointer to long
8842         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8843         fix for bug #477835 to the z80
8844         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8845         for tracking iCodes in the peephole optimizer for z80
8846
8847 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8848
8849         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8850         the other part of bug #814548
8851         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8852
8853 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8854
8855         * src/SDCCcse.c: fixed part of bug #814548
8856
8857 2003-09-28  Borut Razem <borut.razem AT siol.net>
8858
8859         * src/asm.c: rewrite of printILine() to use temporary file instead
8860           a pipe
8861         * src/xa51/main.c: commented out declaration of int rewinds
8862
8863 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8864
8865         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8866
8867 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8868
8869         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8870         * src/asm.c (printILine): Fixed bug #811015
8871
8872 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8873
8874         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8875         freeing.
8876
8877 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8878
8879         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8880         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8881         to correctly handle general case of AOP_PAIRPTR
8882         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8883
8884 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8885
8886         * src/mcs51/ralloc.c (fillGaps),
8887         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8888         register positioning bug)
8889
8890 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8891
8892         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8893
8894 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8895
8896         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8897         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8898         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8899         (ralloc doesn't intentionally do this now, but perhaps later)
8900         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8901         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8902         register positioning bugs (Fixed bug #762602 and #795325)
8903         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8904         (Fixed bug #808779)
8905         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8906         lines that --i-code-in-asm generates
8907
8908 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8909
8910         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8911         trying to fclose a FILE* that was already closed.
8912
8913 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8914
8915         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8916         of const struct should be treated as if const themselves)
8917
8918 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8919
8920         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8921
8922 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8923
8924         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8925         Unix (/n) and DOS (/r/n) line terminations.
8926
8927 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8928
8929         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8930         bug #613775
8931
8932 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8933
8934         * src/mcs51/gen.c (genFunction, genEndFunction),
8935         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8936         and restore of EA so that stack offsets to parameters are
8937         correct when using both critical and reentrant/stack-auto.
8938         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8939         size (can be triggered in error if sloc is shared between
8940         different sized objects)
8941         * device/include/float.h: fixed macros to explicitly use
8942         unsigned long where needed
8943
8944 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8945
8946         Feature req. 799831: added code to allow nesting of critical functions
8947         * src/mcs51/gen.c (genFunction, genEndFunction)
8948         * src/ds390/gen.c (genFunction, genEndFunction)
8949
8950 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8951
8952         * src/SDCCsymt.c (sclsFromPtr),
8953         * src/SDCCsymt.h,
8954         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8955         support for standard C idiom of memory mapped variables; for
8956         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8957         to xdata int at 0x1234 tempvar = 1.
8958         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8959         provided by Akiya ISHIDA
8960
8961 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8962
8963         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8964         * src/SDCCval.c (constVal): added reduction from int to char
8965         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8966         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8967         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8968         to ignore the sign
8969         * support/regression/tests/shifts.c: fixed
8970
8971 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8972
8973         * src/z80/gen.c (genXor): Fixed bug #805445
8974
8975 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8976
8977         Fixed bug #621531 (const & volatile confusion in the type chain).
8978         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8979         refer to the const or volatile state of the pointer itself.
8980
8981         * src/SDCCast.c
8982         * src/SDCCglue.c
8983         * src/SDCCicode.c
8984         * src/SDCCsymt.c
8985         * src/SDCCval.c
8986         * src/SDCC.y
8987         * src/SDCCsymt.h
8988         * src/pic/gen.c
8989         * src/pic/ralloc.c
8990         * src/pic16/gen.c
8991         * src/pic16/ralloc.c
8992         * support/regression/tests/const.c
8993
8994 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8995
8996         When checking for duplicated modules, use absolute paths
8997         instead of relative paths.  Files changed:
8998
8999         * as/mcs51/lklib.c
9000         * link/z80/lklib.c
9001
9002 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9003
9004         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
9005
9006 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9007
9008         * device/include/string.h: added size_t typedef, changed
9009         prototypes to use size_t, eliminated separate reentrant and
9010         non-reentrant declarations, added _memmove declaration
9011         * device/lib/_memcpy.c: changed to use size_t instead of int,
9012         changed /4 to >>2 to avoid division library call
9013         * device/lib/_memcmp.c,
9014         * device/lib/_memset.c,
9015         * device/lib/_strncat.c,
9016         * device/lib/_strncpy.c,
9017         * device/lib/_strncmp.c: changed to use size_t instead of int
9018         * device/lib/_memmove.c: new file (fixed bug #772294)
9019         * device/lib/Makefile.in: added _memmove.c
9020         * device/lib/z80/asm_strings.s: fixed bug #772290
9021         * support/regression/tests/bitfields.c: attempt to fix host assertion
9022         failure on amd64-unknown-linux2.2
9023
9024 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9025
9026         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
9027         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
9028         * as/z80/asmain.c (main): fixed bug #801766
9029
9030 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
9031
9032         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
9033         compilers
9034
9035 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9036
9037         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
9038         reported in bug #800609
9039
9040 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
9041
9042         * Top header beautifications in src/pic16 directory:
9043           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
9044           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
9045           pcoderegs.h, ralloc.c, ralloc.h
9046         * main.c: added top header and GPL license notice
9047         * pcode.c: fixed the if-conditional warning
9048
9049 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
9050
9051         * device/lib/_mullong.c: replaced int by short for gcc
9052
9053 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9054
9055         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
9056         and JUMPTABLE iCodes properly now (worked by accident before)
9057         * src/mcs51/gen.c (leftRightUseAcc),
9058         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
9059         iCode properly now. Use getSize instead of nRegs since a & b
9060         aren't part of the nRegs tally.
9061
9062 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
9063
9064         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
9065         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
9066           before instructions that use the _STATUS register
9067
9068 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
9069
9070         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
9071         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
9072         fetching of the pointer
9073         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
9074         copied from genNearPointerSet()
9075         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
9076         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
9077         If they pop r0/r1 they must be called in the opposite order than aopOp().
9078         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
9079         (resp. --stack-auto), prepared for --xstack
9080
9081 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9082
9083         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
9084
9085 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
9086
9087         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
9088         these ports have their own __sdcc_external_start()
9089
9090 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9091
9092         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9093         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9094         type for bits was changed. It resulted in bit variables becoming
9095         global, which is not permitted in PIC 14 assembly output.
9096
9097 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9098
9099         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9100
9101 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9102
9103         Z80 and MCS51 linkers complaint if a public symbol is defined
9104         in more than one library module:
9105
9106         * as/mcs51/lklib.c
9107         * link/z80/lklib.c
9108         * as/mcs51/Makefile.in
9109
9110 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9111
9112         A few small changes that speed up the peephole optimizer.
9113
9114         * src/SDCCpeeph.c
9115
9116 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9117
9118         Try to make the peephole optimizer smarter by maintaining
9119         an association between the assembly source code and the
9120         iCodes that originated them. Put this information to use
9121         with a new peephole rule condition "notVolatile" so that
9122         the rules can be aggressive yet still safe.
9123
9124         * src/SDCCpeeph.c
9125         * src/SDCCpeeph.h
9126         * src/mcs51/gen.c
9127         * src/mcs51/peeph.def
9128
9129 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9130
9131         Fixed bug #741761
9132
9133         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9134         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9135         if the left or right operand symbols have the accuse flag set.
9136
9137 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9138
9139         Changed the type of the result of the ! (NOT) operator to char;
9140         previously it returned the same type as the source. This allows
9141         us to eliminate all the genFloatNot functions (all of its target
9142         implementations were very buggy) since !float can use the same
9143         code as !long now.
9144
9145         * src/SDCCicode.c (ast2iCode): ! returns char
9146         * src/mcs51/gen.c (genNot, genNotFloat),
9147         * src/ds390/gen.c (genNot, genNotFloat),
9148         * src/z80/gen.c (genNot, genNotFloat),
9149         * src/pic/gen.c (genNot, genNotFloat),
9150         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9151
9152 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9155         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9156            during interrupts. Ensure WSAVE is located at a shared bank address.
9157         2. Fixed page selection in some places
9158         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9159            the registers name strings.
9160         4. Fixed "signed / unsigned compare" compiler warnings.
9161         5. The PIC port manages its own allocation of the general purpose
9162            registers, but makes no attempt to reuse them. As a result when
9163            compiling it soon runs out of general purpose registers. Some
9164            additional code was added to the files pcode.c and device.c to walk
9165            through the function call tree and rename the registers so that they
9166            get reused.
9167
9168         * src/pic/device.c
9169         * src/pic/gen.c
9170         * src/pic/glue.c
9171         * src/pic/pcode.c
9172         * src/pic/pcode.h
9173         * src/pic/ralloc.c
9174         * src/pic/ralloc.h
9175         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9176         genPlus() & genMinus() when the result is the same as left or right
9177
9178 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9179
9180         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9181
9182 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9183
9184         Made bitfield a distinct type from bit so that bitfields
9185         convert as per ANSI C and bits retain their traditional
9186         boolean style behaviour. Implemented bitfield support in
9187         the z80 port.
9188
9189         * src/SDCCsymt.h,
9190         * src/SDCCsymt.c,
9191         * src/SDCCast.c,
9192         * src/cdbFile.c,
9193         * src/mcs51/gen.c,
9194         * src/ds390/gen.c: bit v bitfield split
9195         * src/z80/gen.c: New support for bitfields
9196         * support/regression/tests/bitfields.c: reenabled z80,
9197         added more tests
9198
9199 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9200
9201         Rules 246.x, 247.x relate to bitfields, the others speed up
9202         access to xdata mapped I/O devices.
9203
9204         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9205
9206 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9207
9208         Cleaned up genPackBits and genUnpackBits and added two helper
9209         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9210         for literal assignments in genPackBits (thanks to Frieder for
9211         reminding me).
9212
9213         * src/mcs51/gen.c
9214         * src/ds390/gen.c
9215
9216 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9217
9218         Fixed bug #748310 (pointer to function type mishandled when the
9219         function name is omitted). Also fixed a SIGSEGV when a function
9220         attribute (reentrant, etc) is used on a non-function or on a
9221         function but misplaced before the parameter list.
9222
9223         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9224         bug #748310
9225         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9226         * support/Util/SDCCerr.h,
9227         * support/Util/SDCCerr.c: Added func attr misuse error msg
9228
9229 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9230
9231         Fixed bug #787649 by anonymous
9232         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9233         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9234
9235 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9236
9237         Fixed numerous bitfield problems.
9238
9239         * src/SDCC.y: More bitfield related error checking
9240         * src/SDCCsymt.h,
9241         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9242         * support/Util/SDCCerr.h,
9243         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9244         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9245         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9246         * support/regression/tests/bitfields.c: tests added
9247
9248 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9249
9250         Made the constant following the "interrupt" keyword optional. If
9251         omitted, the function will not automatically be given an entry
9252         in the interrupt vector table (similar to #pragma NOIV, but
9253         less syntacticly kludgy). The interrupt number is also now
9254         range checked. Also fixed a bug in the high order bit example
9255         in the manual.
9256
9257         * src/SDCC.y
9258         * src/SDCCmem.c
9259         * src/SDCCglue.c
9260         * src/SDCCsymt.h
9261         * support/Util/SDCCerr.c
9262         * support/Util/SDCCerr.h
9263         * doc/sdccman.lyx
9264
9265 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9266
9267         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9268         * src/SDCCicode.c (operandOperation): rewritten some ops
9269         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9270         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9271         other type
9272         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9273         be re-activated by defining REDUCE_LITERALS)
9274         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9275         unsigned, but are signed by default
9276         * src/SDCCval.c (constVal): rearranged
9277         * src/SDCCval.c (valMod): preliminary fix
9278         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9279         * support/regression/literalop.c: added, work in progress
9280
9281 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9282
9283         Generate warnings for useless declarations like "char data;"
9284         that don't do what new users expect.
9285
9286         * src/SDCC.y
9287         * support/Util/SDCCerr.h
9288         * support/Util/SDCCerr.c
9289
9290 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9291
9292         * src/SDCCval.c (valMult): fix overflow detection of negative int
9293
9294 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9295
9296         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9297
9298         Changes to support big endian targets:
9299
9300         * src/ports.h
9301         * src/SDCCglue.c
9302         * src/avr/main.c
9303         * src/ds390/main.c
9304         * src/izt/i186.c
9305         * src/mcs51/main.c
9306         * src/pic/main.c
9307         * src/pic16/main.c
9308         * src/xa51/main.c
9309         * src/z80/main.c
9310
9311 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9312
9313         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9314         * device/lib/time.c: fixed warning "integer overflow in expression"
9315
9316 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9317
9318         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9319         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9320         constants are unsigned; added recognition of "u" flag for unsigned
9321         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9322         * src/SDCCval.c (valDiv, valMod): fixed signdness
9323         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9324         signedness of modulo, left and right shift
9325         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9326         * support/Util/SDCCerr.h: added warning W_INT_OVL
9327         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9328         * src/SDCCast.c (ast_print): improved output of constants
9329
9330 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9331
9332         Fixed some warnings when building with MSVC:
9333
9334         * as/mcs51/asdata.c
9335         * as/z80/asdata.c
9336         * as/mcs51/asm.h
9337         * as/z80/asm.h
9338         * link/z80/aslink.h
9339         * link/z80/lkdata.c
9340         * link/z80/lkeval.c
9341         * link/z80/lkgb.c
9342         * link/z80/lkihx.c
9343         * link/z80/lks19.c
9344         * link/z80/lksym.c
9345         * support/cpp2/cpplib.c
9346         * src/ds390/gen.c
9347         * src/mcs51/gen.c
9348
9349 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9350
9351         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9352
9353 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9354
9355         * support/librarian/clean.mk: Do not remove Makefile.
9356         * support/librarian/Makefile: added.
9357
9358 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9359
9360         Added librarian to MSVC build:
9361         * all.dsp
9362         * sdcc.dsw
9363         * support/librarian/librarian.dsp
9364
9365         'configure' not needed for librarian, removed:
9366         * support/librarian/configure
9367         * support/librarian/configure.in
9368         * support/librarian/config_in.h
9369         * support/librarian/Makefile.in
9370
9371         Hopefully these ones built the librarian and the rest of sdcc properly:
9372         * Makefile
9373         * Makefile.common.in
9374
9375         Messed up 'configure', so revert to previous version:
9376         * configure
9377         * configure.in
9378
9379 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9380
9381         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9382         there, while the mantissa of a double is "only" 53 bits wide.
9383
9384 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9385
9386         Adding sdcclib to the build.  MSVC project coming soon.
9387         Files added/changed:
9388
9389         * support/librarian/clean.mk
9390         * support/librarian/configure
9391         * support/librarian/configure.in
9392         * support/librarian/config_in.h
9393         * support/librarian/Makefile.bcc
9394         * support/librarian/Makefile.in
9395         * support/librarian/sdcclib.c
9396         * Makefile.bcc
9397         * Makefile
9398         * Makefile.common.in
9399         * configure
9400         * configure.in
9401
9402 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9403
9404         Linker now complaints if linked modules have conflicting options, for
9405         example, one compiled using --model-large and another one compiled with
9406         --model-small.  The following files were modified:
9407
9408         * as/mcs51/asdata.c
9409         * as/mcs51/aslink.h
9410         * as/mcs51/asm.h
9411         * as/mcs51/asmain.c
9412         * as/mcs51/asout.c
9413         * as/mcs51/i51pst.c
9414         * as/mcs51/lkdata.c
9415         * as/mcs51/lklibr.c
9416         * as/mcs51/lkmain.c
9417         * as/z80/asdata.c
9418         * as/z80/asm.h
9419         * as/z80/asmain.c
9420         * as/z80/asout.c
9421         * as/z80/z80pst.c
9422         * link/z80/aslink.h
9423         * link/z80/lkdata.c
9424         * link/z80/lklibr.c
9425         * link/z80/lkmain.c
9426         * src/SDCCglue.c
9427
9428 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9429
9430         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9431         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9432
9433 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9434
9435         * src/z80/mappings.i: fix _mul[us][int,long] entries
9436
9437 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9438
9439         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9440
9441 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9442
9443         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9444         * support/regression/tests/bitopcse.c: added
9445         fixed warning:
9446         * src/avr/gen.c:
9447         * src/pic/gen.c:
9448         * src/pic16/gen.c:
9449         * src/z80/gen.c:
9450         * src/xa51/gen.c:
9451
9452 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9453
9454         added support for new library format to z80, gbz80 linkers:
9455         *link/z80/aslink.h
9456         *link/z80/lklex.c
9457         *link/z80/lklib.c
9458         *link/z80/lklist.c
9459
9460 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9461
9462         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9463         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9464
9465 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9466
9467         added DUMMY_READ_VOLATILE:
9468         * src/SDCC.y:
9469         * src/avr/gen.c:
9470         * src/xa51/gen.c:
9471         * src/z80/gen.c:
9472         * src/pic/gen.c:
9473         * src/pic16/gen.c:
9474         * src/mcs51/gen.c:
9475         * src/ds390/gen.c:
9476         * src/SDCCcse.c (algebraicOpts): many improvements
9477         * src/SDCCcse.h: removed algebraicOpts()
9478         * src/SDCCicode.c (picDummyRead): added
9479
9480 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9481
9482         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9483         "Insufficient space in data memory".
9484
9485 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9486
9487         * src/mcs51/gen.c: fixed bug #771358
9488         * src/z80/gen.c: fixed bug #759087
9489
9490 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9491
9492         * src/pic16/glue.c: minor cleanup by Vangelis
9493
9494 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9495
9496         * device/include/regc515c.h: fixed #758477
9497         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9498         * device/lib/_gptrput.c: saved a few bytes
9499         * my tab spacing is 8, yours too?)
9500         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9501         * device/lib/serial.c: process RX bytes earlier than TX bytes
9502         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9503
9504 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9505
9506         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9507
9508 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9509
9510     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9511
9512 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9513
9514         * device/lib/Makefile.in: bad fix, reverted to 1.43
9515
9516 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9517
9518         * device/lib/Makefile.in: added missing z80 object files
9519
9520 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9521
9522         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9523         pic16 progress by Vangelis:
9524         * src/SDCCglobl.h:
9525         * src/SDCCmain.c:
9526         * src/pic/Makefile:
9527         * src/pic:
9528         * pic/Makefile:
9529         * pic16/device.c:
9530         * pic16/device.h:
9531         * pic16/gen.c:
9532         * pic16/gen.h:
9533         * pic16/genarith.c:
9534         * pic16/glue.c:
9535         * pic16/main.c:
9536         * pic16/pcode.c:
9537         * pic16/pcode.h:
9538         * pic16/pcodepeep.c:
9539         * pic16/peeph.def:
9540
9541 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9542
9543     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9544
9545 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9546
9547     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9548     added gbz80 build to MSVC project.
9549     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9550     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9551     from 8051 stuff and setup so it links using a .lnk file.
9552
9553 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9554
9555     * support/librarian/sdcclib.c: sdcc librarian.
9556     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9557     with sdcclib.
9558
9559 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9560
9561     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9562
9563 2003-07-02  Borut Razem <borut.razem AT siol.net>
9564
9565         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9566         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9567         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9568         src/xa51/main.c, src/z80/main.c:
9569         virtualization of glue() function: each port has it's own glue function,
9570         which is accessed by do_glue function pointer in PORT.general structure
9571
9572 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9573
9574         * DS800C400 fun, improved ROM interface and tinibios.
9575
9576 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9577
9578         * More support for DS80C400. Now includes beginning of interface to ROM.
9579
9580 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9581
9582         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9583
9584 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9585
9586         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9587
9588 2003-06-19  Borut Razem <borut.razem AT siol.net>
9589
9590         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9591
9592 2003-06-19  Borut Razem <borut.razem AT siol.net>
9593
9594         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9595         fixed Z80 port - crt0.o: cannot open.
9596
9597 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9598
9599         * support/Util/MySystem.c (merge_command): revert bad fix
9600
9601 2003-06-18  Borut Razem <borut.razem AT siol.net>
9602
9603         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9604
9605 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9606
9607         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9608         option --use-stdout sends errors to stdout instead of stderr.
9609
9610 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9613
9614 2003-06-15  Borut Razem <borut.razem AT siol.net>
9615
9616         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9617         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9618         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9619         fixed width array of pointers replaced with sets;
9620         multiple include and lib paths ared transferred to preprocessor and linker
9621         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9622         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9623         fixed width array of pointers
9624         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9625         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9626         fixupPath(), getPathDifference()
9627         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9628         fixed width array of pointers
9629
9630 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9631
9632         * src/pic16/ralloc.c: fix warnings
9633         * src/pic16/pcode.c: fix warning
9634
9635 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9636
9637          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9638         know all the details, but essentially this set of changes enable
9639         the pic16 port to generate movff instructions and generate assembler
9640         directives,
9641         * src/SDCCmain.c:
9642         * src/pic16/gen.c:
9643         * src/pic16/glue.c:
9644         * src/pic16/pcode.c:
9645         * src/pic16/device.c:
9646         * src/pic16/main.c:
9647         * src/pic16/pcode.h:
9648         * src/pic16/pcoderegs.c:
9649         * src/pic16/ralloc.c:
9650         * src/pic16/ralloc.h:
9651
9652 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9653
9654         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9655         added option --vc, so sdcc errors and warnings are compatible with
9656         Microsoft Visual Studio.
9657
9658 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9659
9660         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9661           device/lib/libfloat.lib: added atof function.
9662
9663 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9664
9665         * doc/sdccman.lyx: updated to Lyx 1.3
9666         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9667         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9668         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9669
9670 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9671
9672         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9673
9674 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9675
9676         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9677           additions to the "related tools/documentation" section
9678
9679 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9680
9681         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9682
9683 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9684
9685         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9686         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9687
9688 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * doc/sdccman.lyx: fix double dash and other minor things
9691         * doc/Makefile: fix double dash
9692
9693 2003-05-28  Karl Bongers(patches from Martin Helmling)
9694         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9695           condition and ignore commands.
9696
9697 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9698
9699         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9700           is in parts still quite out of date, I did changes as far as I felt makes sense
9701           for a non-native english speaker.
9702           Please feel free to add to the manual or to correct my changes.
9703         * doc/Makefile: undid touching the date of intermediate tex files.
9704
9705 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9706
9707         * doc/sdccman.lyx: Manual has an index now
9708
9709 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9710
9711         Finalize muluint/mulsint and mululong/mulslong merging:
9712         * device/lib/_mulint.c
9713         * device/lib/_mullong.c
9714         * device/lib/gbz80/mul.s
9715         * device/lib/gbz80/stubs.s
9716         * device/lib/z80/mul.s
9717         * device/lib/z80/stubs.s
9718         * src/SDCCsymt.c (initCSupport)
9719
9720 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9721
9722         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9723         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9724           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9725           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9726           instead of /Zm500.
9727
9728 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9729
9730         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9731           the regression tests I'm not brave enough to enable 245.b, 245.c
9732         * doc/sdccman.lyx: added latex preamble for hyperref package.
9733           Using pdflatex this will give you a hyperlinked pdf file with
9734           bookmarks. (prepend '%' before /usepackage if this breaks something)
9735
9736 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9737
9738          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9739
9740 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9743
9744 2003-05-21    <johan AT balder>
9745
9746         * src/SDCCglue.c (printIval): fixed bug #739934
9747
9748 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9749
9750         Applied patch from bug 737905 (renamed yylineo to mylineno):
9751         * src/altlex.c
9752         * src/SDCCast.c
9753         * src/SDCglobl.h
9754         * src/SDCC.lex
9755         * src/SDCCsymt.c
9756         * src/SDCCval.c
9757         * src/pic16/pcode.c: Cleaned warnings
9758         * src/pic16/pcodeflow.c: Cleaned warnings
9759         * src/pic16/pcoderegs.c: Cleaned warnings
9760
9761 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9762
9763         * src/pic16/pcode.c: Cleaned warnings
9764         * src/pic16/pcodepeep.c: Cleaned warnings
9765         * src/pic16/ralloc.c: Cleaned warnings
9766
9767 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9768
9769         * doc/sdccman.lyx: fixed bug 739745
9770         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9771
9772 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9773
9774         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9775         it can be defined with CFLAGS when running configure
9776         * src/SDCCmain.c: fixed compiling + linking with object files
9777
9778 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9779
9780         * configure.in: configure for pic16 port,
9781             added --disable-pic16-port
9782         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9783         * src/SDCCmain.c: linkOptions is changed to set *,
9784             added if/endif conditional macros to remove options help
9785             messages from optionsTable when a port is not configured, added
9786             support for the PIc16 port in the ports table, when executing
9787             the compiler with no port specified on command line, a default
9788             port is selected with the new macro DEFAULT_PORT which is
9789             defined in port.h, in setDefaultOptions() linkOptions is removed
9790             from initialization assignment, since now it is a set,
9791             parseCmdLine uses setParseWithComma for linkOptions, in
9792             linkEdit() linkOptions are accessed with new function indexSet()
9793             which returns the i'th item of a set variable. See SDCCset.c, in
9794             linkEdit() when calling buildCmdLine(), added linkOptions as
9795             last argument. Now users can pass arguments to gplink via the
9796             -Wl option, main() uses pic16glue() to glue up pic16 programs
9797         * src/SDCCpeeph.c: various changes to support pic16
9798         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9799             return the i'th item of the set
9800         * src/SDCCset.h: added function prototype for indexSet()
9801         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9802         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9803         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9804             added macro DEFAULT_PORT
9805         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9806         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9807             generated
9808         * src/pic16/glue.c: commented out some error producing lines
9809         * src/pic16/main.c: __config directives are commented out to stop
9810             gpasm complaining and test the linkage with gplink, _linkCmd and
9811             _asmCmd changed to be more gplink and gpasm friendly
9812         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9813             produced an error when parsed, peep rule 12 is added to utilize
9814             movff, but it is commented out since the pCode does not support
9815             yet a command with 2 address arguments
9816
9817 2003-05-18    <johan AT balder>
9818
9819         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9820         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9821 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9822
9823         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9824   Added feature to script commands from file.
9825
9826 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9827
9828         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9829         * src/SDCCutil.c: include ctype.h for win32
9830
9831 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9832
9833         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9834
9835 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9836
9837         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9838   Fixed so you can set breakpoints prior to run, run does not stop
9839   on entry now.  Add tbreak.  Other enhancements and fixes for use
9840   with ddd.
9841
9842 2003-05-12  Borut Razem <borut.razem AT siol.net>
9843
9844         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9845
9846 2003-05-11  Borut Razem <borut.razem AT siol.net>
9847
9848         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9849         the path of bin directory, so that PATH is the only env. variable, which has to be set
9850         in case of standard installation.
9851         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9852         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9853         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9854
9855 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9856
9857         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9858         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9859         temp files are in the port dir; clean the gen/test directory when
9860         generating new test.c
9861         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9862         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9863         * support/regression/tests/zeropad.c: added
9864
9865 2003-05-09    <johan AT balder>
9866
9867         * src/SDCCglue.c: fixed bug #597940
9868
9869 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9870
9871         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9872   cache sfr, optimize next,step, fix off by one sourceline,
9873   support ddd list function.
9874         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9875
9876 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9877
9878         * support/regression/HTMLgen.py: added compare_s2f()
9879         * support/regression/Makefile: redo 1.27
9880         * support/regression/generate-cases.py: redo 1.5
9881
9882 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9883
9884         * support/regression/tests/float.c: workaround 33 bit hex constant
9885         * support/regression/tests/simplefloat.c: fix division for host
9886
9887 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9888
9889         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9890         that tame's the PIC's over-aggressive optimizer.
9891
9892 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9893
9894          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9895          support for MSVC.
9896
9897 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9898
9899         Initial support for DS80C400. "Hello world" runs on TINIm400
9900         (with polled I/O).
9901
9902 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9903
9904          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9905          * Some notes on ddd usage added in debugger/README
9906          Martin Helmling adding more features and fixes for ddd GUI debugger.
9907          Code added for nexti, stepi, up, down, and other adjustments.
9908
9909 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9910
9911         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9912         * src/pic/peeph.def Added two rules to optimize carry manipulation
9913         * src/pic/* removed debug printfs
9914
9915 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9916
9917         * debugger/mcs51/cmd.c: added header newalloc.h
9918
9919 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9920
9921         * as/Makefile: new EXEEXT
9922         * as/z80/Makefile: remove trailing slash of BUILDIR
9923         * as/z80/clean.mk: new EXEEXT
9924         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9925         * support/cpp2/Makefile.in: new EXEEXT
9926         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9927
9928 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9929
9930         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9931         EXEEXT was introduced to fix all related problems with targets
9932         "clean", "install" and "uninstall"; a couple of further flaws
9933         especially with "clean" have been fixed too
9934         * as/mcs51/Makefile.in
9935         * as/mcs51/clean.mk
9936         * as/z80/Makefile
9937         * Makefile
9938         * clean.mk
9939         * debugger/mcs51/Makefile.in
9940         * debugger/mcs51/clean.mk
9941         * link/z80/Makefile
9942         * link/z80/Makefile.in
9943         * link/z80/clean.mk
9944         * link/Makefile
9945         * packihx/Makefile.in
9946         * packihx/clean.mk
9947         * sim/ucsim/Makefile
9948         * sim/ucsim/clean.mk
9949         * sim/ucsim/avr.src/Makefile.in
9950         * sim/ucsim/avr.src/clean.mk
9951         * sim/ucsim/s51.src/Makefile.in
9952         * sim/ucsim/s51.src/clean.mk
9953         * sim/ucsim/xa.src/Makefile.in
9954         * sim/ucsim/xa.src/clean.mk
9955         * sim/ucsim/z80.src/Makefile.in
9956         * sim/ucsim/z80.src/clean.mk
9957         * sim/ucsim/main_in.mk
9958         * sim/ucsim/packages_in.mk
9959         * sim/ucsim/gui.src/Makefile.in
9960         * sim/ucsim/gui.src/serio.src/Makefile.in
9961         * sim/ucsim/gui.src/serio.src/clean.mk
9962         * src/Makefile.in
9963         * src/clean.mk
9964         * support/cpp2/Makefile.in
9965         * support/cpp2/clean.mk
9966         * support/makebin/Makefile
9967         * support/makebin/clean.mk
9968         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9969         * doc/sdccman.lyx: --program-suffix no longer needed
9970
9971 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9972
9973          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9974          Martin Helmling added support for ddd GUI debugger.
9975          Code added to display assembly, set variables, and other commands
9976          to interface to ddd.
9977
9978 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9979
9980         * as/Makefile: fix target clean
9981         * as/clean.mk: fix target clean
9982         * as/z80/clean.mk: fix target clean
9983
9984 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9985
9986         * Makefile.common.in: added  AT EXEEXT AT
9987         * configure.in: removed all mingw32 stuff
9988         * configure: rebuilt from configure.in
9989         * doc/sdccman.lyx: updated section "installation"
9990         * support/scripts/sdcc_mingw32: adapted to configure
9991         * support/scripts/sdcc_cygwin_mingw32: added
9992
9993 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9994
9995         * src/pic Added object file support for the PIC port
9996         * src/pic Applied patch from Craig Franklin (this started the object file support)
9997         * src/regression Updated the PIC regression tests for object files
9998
9999 2003-04-20  Borut Razem <borut.razem AT siol.net>
10000
10001         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
10002           lklex.c: In function `getfid':
10003           lklex.c:203: warning: array subscript has type `char'
10004         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
10005           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
10006         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
10007           stack handling macros
10008
10009 2003-04-19  Borut Razem <borut.razem AT siol.net>
10010
10011         * "handling space characters in file path" task:
10012         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
10013         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
10014         * support/Util/MySystem.h: make it self-sufficient
10015         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
10016           src/z80/main.c, sdcc/as/mcs51/lklex.c:
10017           handling space characters in file path
10018         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
10019           (it will be used by assemblers, which have their own includes, e.g. gpasm)
10020         * support/Util/MySystem.c: handling space characters in executable's path
10021
10022 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
10023
10024         * as/z80/Makefile: fix permanent rebuild of z80
10025         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
10026         * support/regression/tests/bitfields.c: added Johan's bitfields.c
10027
10028 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
10029
10030         * src/SDCCopt.c: add special case optimization to replace modulo by
10031           a power of two with a bitwise AND.
10032
10033 2003-04-18    <johan AT balder>
10034
10035         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
10036
10037 2003-04-17    <johan AT balder>
10038
10039         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
10040         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
10041
10042 2003-04-13  Borut Razem <borut.razem AT siol.net>
10043
10044         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
10045         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
10046           fixed mingw problem in adl_NORMALIZE_PATH
10047
10048 2003-04-12  Borut Razem <borut.razem AT siol.net>
10049
10050         * fixed "#pragma SAVE/RESTORE can not be nested":
10051         * src/SDCC.lex: reworked pragma handling functions
10052         * sdcc/src/SDCCglobl.h: reworked stack handling macros
10053         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
10054
10055 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10056
10057         * src/SDCCutil.c (pathEquivalent): defined but not used
10058         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
10059         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
10060         * configure: rebuilt from configure.in
10061         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10062         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
10063         * device/include/Makefile.in: replace sdcc_datadir
10064         * device/lib/Makefile.in: replace sdcc_datadir
10065         * Makefile.common.in: add LDFLAGS from configure
10066         * packihx/Makefile.in: use LDFLAGS
10067         * src/Makefile.in: use LDFLAGS
10068         * support/cpp2/Makefile.in: add LDFLAGS from configure
10069         * support/makebin/Makefile: use LDFLAGS
10070         * .version: bumped version number to 2.3.5
10071
10072 2003-04-12  Borut Razem <borut.razem AT siol.net>
10073
10074         * completed "different paths" task:
10075         * src/SDCCmacro.c: fixed bug in handling quotes
10076         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
10077         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
10078
10079 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
10080
10081         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
10082
10083 2003-04-11 kevin Vigor <kevin AT vigor.nu>
10084
10085         * ds390/gen.c ds390/peeph.def: fix bug 706781
10086
10087 2003-04-11  Borut Razem <borut.razem AT siol.net>
10088
10089         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10090
10091 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10092
10093         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10094         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10095          set - this bit used to not be set...).
10096         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10097           bad code in PIC Port
10098         * src/regression/and2.c added to test bug 609268
10099         * src/regression/Makefile added and2.c to regression test
10100
10101
10102 2003-04-08    <johan AT CP255758-A>
10103
10104         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10105         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10106         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10107
10108 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10109
10110         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10111         fix bug #487815
10112         * support/cpp2/Makefile.in: fix bug #487815
10113         * configure: rebuilt from configure.in
10114         * Makefile.common.in: docdir changed, new path suffixes
10115         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10116         * sdcc_vc_in.h: reflect changes from sdccconf.h
10117         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10118         * src/SDCCutil.h: remove BINDIR hack
10119         * doc/sdccman.lyx: update new path hierarchy
10120
10121 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10122
10123         * src/SDCCpeeph.c: added okToRemoveSLOC test
10124
10125 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10126
10127         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10128
10129 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10130
10131         * src/SDCCpeeph.c: added labelIsReturnOnly test
10132         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10133
10134 2003-04-05    <johan AT balder>
10135
10136         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10137         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10138         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10139         * src/SDCCast.c: fixed a warning
10140         * src/SDCCast.h: fixed a warning
10141         * src/SDCCicode.c (operandFromAst): fixed a warning
10142
10143 2003-04-04    <johan AT balder>
10144
10145         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10146         * src/SDCCast.c (decorateType): fixed bug #715076
10147         * src/SDCC.y: fixed bug #702907
10148
10149 2003-04-03    <johan AT balder>
10150
10151         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10152         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10153         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10154         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10155         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10156
10157 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10158
10159         * _decdptr.c: fix return values
10160         * _gptrget.c: fix return values
10161         * _gptrgetc.c: fix return values
10162         * _gptrput.c: fix return values
10163         * _mulint.c: fix return values
10164         * as/z80/Makefile: fix 'make -j' problem
10165
10166 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10167
10168         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10169         * configure.in: big cleanup, updated to autoconf 2.5x
10170         * configure: rebuilt from configure.in
10171         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10172         * sdcc_vc_in.h: reflect changes from sdccconf.h
10173         * doc/Makefile: fixed a flaw in "make install"
10174
10175 2003-04-02    <johan AT balder>
10176
10177         * src/ds390/gen.c (genCmp): no comments
10178         * src/mcs51/gen.c (genCmp): no comments
10179         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10180         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10181
10182 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10183
10184         * support/regression/generate-cases.py: place generated file in given sub directory
10185         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10186         * support/regression/Makefile: improvements for 'make -j';
10187         side effect: it's simpler and faster now
10188
10189 2003-03-31  Borut Razem <borut.razem AT siol.net>
10190
10191         * src/z80/main.c: link-{port} and as-{port} defined without path
10192         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10193
10194 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10195
10196         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10197
10198 2003-03-30  Borut Razem <borut.razem AT siol.net>
10199
10200         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10201           changed type of list parameter to set
10202         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10203         * src/port.h: changed type of do_assemble() parameter to set
10204         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10205           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10206           definition of "cppoutfilename" macro with NULL value in preProcess()
10207         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10208         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10209         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10210           replaced with set *binPathSet
10211         * shash_add() deallocates the item, if allready exsists, before adding the new one
10212         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10213
10214 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10215
10216         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10217           a nested for loop bug in the PIC port
10218         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10219           for loops
10220
10221 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10222
10223         * support/Util/dbuf.h: remove C++ stuff to make it portable
10224
10225 2003-03-28  Borut Razem <borut.razem AT siol.net>
10226
10227         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10228           literal strings in stringLiteral()
10229         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10230         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10231           to the project
10232
10233 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10234
10235         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10236
10237 2003-03-26    <johan AT balder>
10238
10239         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10240         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10241         * src/SDCCast.c (decorateType): fixed " -v < 3"
10242
10243 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10244
10245         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10246         Added Lenny Story's debug infrastructure changes:
10247         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10248         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10249         * src/cdbFile.c: added
10250         * src/SDCCdebug.c: added
10251         * src/SDCCdebug.h: added
10252         * src/SDCCast.c (createFunction)
10253         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10254         * src/SDCCmain.c (parseCmdLine, main)
10255         * src/SDCCmem.c (redoStackOffsets)
10256         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10257         * src/SDCCsymt.h
10258         * src/common.h
10259         * src/avr/gen.c (genAVRCode)
10260         * src/ds390/gen.c (gen390Code)
10261         * src/mcs51/gen.c (gen51Code)
10262         * src/pic/gen.c (genpic14Code)
10263         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10264         * src/xa51/gen.c (genXA51Code)
10265         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10266
10267 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10268
10269         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10270         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10271
10272 2003-03-22    <johan AT balder>
10273
10274         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10275
10276 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10277
10278         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10279         * doc/cdbfileformat.lyx: added, written by Lenny Story
10280         * doc/Makefile: added cdbfileformat.lyx
10281         * doc/clean.mk: added cdbfileformat.lyx
10282
10283 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10284
10285         * src/mcs51/peeph.def: fix bug #705773
10286
10287 2003-03-20    <johan AT balder>
10288
10289         An sfr/sbit can have an "at #" AND an initializer
10290         * src/SDCCsymt.c (checkSClass):
10291         * src/SDCCmem.c (allocGlobal):
10292         * src/SDCCmem.c (allocLocal):
10293         * src/SDCCast.c (createBlock):
10294
10295 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10296
10297         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10298
10299 2003-03-16    <johan AT balder>
10300
10301         Undid the hackup of const and volatile, the problem is much bigger
10302         * src/SDCC.y:1.65
10303         * src/SDCCast.c:1.171
10304         * src/SDCCglue.c:1.138
10305         * src/SDCCicode.c:1.146
10306         * src/SDCCsymt.c:1.150
10307         * src/SDCCval.c:1.65
10308
10309 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10310
10311         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10312         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10313
10314 2003-03-13    <johan AT balder>
10315
10316         Hackup const and volatile modifiers in type chains a bit:
10317         * src/SDCC.y:1.63
10318         * src/SDCCast.c:1.169
10319         * src/SDCCglue.c:1.136
10320         * src/SDCCicode.c:1.143
10321         * src/SDCCsymt.c1.146
10322         * src/SDCCsymt.h1.59
10323         * src/SDCCval.c:1.63
10324
10325 2003-03-12    <johan AT balder>
10326
10327         * src/SDCCBBlock.h: more LRH debugging junk
10328         * src/SDCCcflow.h: more LRH debugging junk
10329         * src/SDCCloop.c: more LRH debugging junk
10330         * src/SDCC.y (struct_declaration): fixed bug #697590
10331         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10332         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10333         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10334
10335 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10336         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10337         test function names must now match exactly).
10338         * src/SDCCcse.c: added special case in findCheaperOp to allow
10339         extending a short integer. Makes less awful code for bug 700121 test case.
10340
10341 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10342
10343         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10344         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10345
10346 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10347
10348         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10349         actually called (operandsNotEqual() was called for all
10350         operandsNotEqualX tests).
10351
10352 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10353
10354         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10355         with shorter literals. Fixes bug 700121.
10356
10357 2003-03-11    <johan AT balder>
10358
10359         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10360
10361 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10362
10363         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10364         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10365
10366 2003-03-10  Borut Razem <borut.razem AT siol.net>
10367
10368         * src/SDCCmain.c: pipe preprocessor's output
10369         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10370         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10371         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10372         which closes all pipes in pipeSet set
10373         * src/SDCCset.c: free deleted item in function deleteSetItem()
10374         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10375         moved from z80 to src subproject
10376         * .version: increased version number to 2.3.4
10377
10378 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10379
10380         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10381         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10382         * support/regression/ports/xa51/spec.mk: fix typo
10383
10384 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10385
10386         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10387
10388 2003-03-09  Borut Razem <borut.razem AT siol.net>
10389
10390         * src/SDCCmain.c: pipe preprocessor's output
10391         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10392         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10393         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10394         which closes all pipes in pipeSet set
10395         * src/SDCCset.c: free deleted item in function deleteSetItem()
10396         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10397         moved from z80 to src subproject
10398
10399 2003-03-09  Borut Razem <borut.razem AT siol.net>
10400
10401         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10402         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10403         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10404         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10405         * src/SDCCglobl.h: unification of WIN32 native definitions
10406
10407 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10408
10409         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10410
10411 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10412
10413         * src/configure.in:   check for endianess (even while cross-compiling)
10414         * src/configure:      check for endianess (even while cross-compiling)
10415         * src/configure_in.h: check for endianess (even while cross-compiling)
10416         * src/avr/gen.c:        remove old endianess stuff
10417         * src/mcs51/gen.c:      remove old endianess stuff
10418         * src/ds390/gen.c:      remove old endianess stuff
10419         * src/pic/gen.c:        remove old endianess stuff
10420         * src/pic/genarith.c:   remove old endianess stuff
10421         * src/pic/glue.c:       fix endianess check
10422         * src/pic16/gen.c:      remove old endianess stuff
10423         * src/pic16/genarith.c: remove old endianess stuff
10424         * src/pic16/glue.c:     fix endianess check
10425         * src/xa51/gen.c:       remove old endianess stuff
10426         * src/z80/gen.c:        fix endianess check
10427         * src/SDCCglue.c:       fix endianess check
10428         * src/ds390/peeph.def: fix bug 700036
10429
10430 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10431
10432         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10433         * src/configure: find appropriate data-types on host for SDCC's int and long
10434         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10435         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10436         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10437
10438 2003-03-07    <johan AT balder>
10439
10440         Just a big NOOP:
10441                 some minor cleanups before the big shot
10442                 OP_DEFS and OP_USES now use Kevin's protection
10443                 new option --nolabelopt
10444
10445         * src/SDCCBBlock.c:
10446         * src/SDCCast.c,:
10447         * src/SDCCcflow.c:
10448         * src/SDCCcse.c:
10449         * src/SDCCicode.c:
10450         * src/SDCCicode.h:
10451         * src/SDCClabel.c:
10452         * src/SDCCloop.c:
10453         * src/SDCCmain.c:
10454         * src/ds390/ralloc.c:
10455         * src/mcs51/ralloc.c:
10456         * src/pic/ralloc.c:
10457         * src/xa51/ralloc.c:
10458         * src/z80/ralloc.c:
10459
10460 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10461
10462         * src/pic/pcode.c (get_op): fix 64 bit warnings
10463         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10464         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10465         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10466         * support/regression/tests/malloc.c: fix 64 bit warnings
10467
10468 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10469
10470         * src/mcs51/gen.c (genMinus): fixed bug 696436
10471
10472 2003-03-02  Borut Razem <borut.razem AT siol.net>
10473
10474         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10475
10476 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10477
10478         * configure.in: test for mkstemp
10479         * sdccconf_in.h: add HAVE_MKSTEMP
10480
10481 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10482
10483         * device/include/ctype.h: removed warning while using --stack-auto
10484         * device/include/malloc.h: removed warning while using --stack-auto
10485         * device/include/string.h: removed warning while using --stack-auto
10486
10487 2003-02-23  Borut Razem <borut.razem AT siol.net>
10488
10489         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10490         because NDEBUG is defined (see man assert)
10491         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10492
10493 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10494
10495         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10496         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10497
10498 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10499
10500         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10501         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10502
10503 2003-02-18    <johan AT balder>
10504
10505         * as/mcs51/asmain.c (asmbl): module can start with a digit
10506         * as/z80/asmain.c (asmbl): module can start with a digit
10507
10508 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10509
10510         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10511         * src/asm.c: fix pipe() for Mingw32
10512
10513 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10514
10515         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10516         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10517         make -V work again; --c1mode reads now from stdin
10518         * doc/sdccman.lyx: added --c1mode
10519         * support/Util/SDCCerr.c: new messages for c1 mode
10520         * support/Util/SDCCerr.h: new messages for c1 mode
10521         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10522
10523 2003-02-15    <johan AT balder>
10524
10525         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10526
10527 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10528
10529         * doc/sdccman.lyx: Environment variables, -o and other minor things
10530
10531 2003-02-14    <johan AT balder>
10532
10533         * src/xa51/main.c: before anyone really tries to use it :)
10534
10535         * Install doc's in share/sdcc/doc
10536         * removed some obsolete files
10537         * Do a proper make distclean and uninstall
10538         M Makefile.common.in
10539         R sdccbuild.sh
10540         M as/Makefile
10541         M device/include/Makefile.in
10542         M device/lib/Makefile.in
10543         M doc/sdccman.lyx
10544         M link/Makefile
10545         M sim/ucsim/doc/Makefile.in
10546         M src/clean.mk
10547         R src/avr/peeph.rul
10548         R src/xa51/peeph.rul
10549         M support/cpp2/Makefile.in
10550         M support/makebin/Makefile
10551
10552
10553 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10554
10555         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10556
10557 2003-02-10  Borut Razem <borut.razem AT siol.net>
10558
10559         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10560         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10561         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10562         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10563         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10564         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10565         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10566         src/z80/Makefile.bcc: Borland Makefile cleanup
10567         * as/z80/Makefile.bcc: Added Borland Makefile
10568         * support/cpp2/borland.h: Removed
10569
10570 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10571
10572         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10573         * src/SDCC.lex: new pragma NOIV
10574         * src/SDCCglobl.h: new pragma NOIV
10575         * src/SDCCmem.c: new pragma NOIV
10576
10577 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10578
10579         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10580
10581 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10582
10583         * src/SDCCmain.c: signal handling is switched off by --debug
10584         * doc/Makefile: small fix for install; use clean.mk again
10585         * doc/clean.mk: clean *.pdf and *.html too
10586
10587 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10588
10589         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10590         * device/lib/printfl.c: fix a ds390 bug by making it portable
10591         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10592         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10593         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10594         * debugger/mcs51/cmd.c: converted multi-line string literals
10595         * sim/ucsim/globals.cc: converted multi-line string literals
10596         * src/SDCCmain.c: introduced signal handler to remove temp files
10597         * doc/Makefile: small tweaks, implement clean
10598         * doc: removed generated files
10599
10600 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10601
10602         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10603         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10604         Address Record is not correctly generated for DS390."
10605
10606 2003-02-02  Borut Razem <borut.razem AT siol.net>
10607
10608         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10609         * as/mcs51/asm.h: fixed compilation with Borland C
10610         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10611         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10612         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10613         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10614         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10615         src/z80/Makefile.bcc: delete $(LIB) only if exist
10616         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10617
10618 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10619
10620         * device/include/malloc.h: introduced NULL
10621         * device/include/string.h: introduced NULL
10622         * device/include/stdlib.h: introduced NULL
10623         * device/lib/_memcpy.c: removed NULL
10624         * device/lib/_strcat.c: removed NULL
10625         * device/lib/_strchr.c: removed NULL
10626         * device/lib/_strcmp.c: removed NULL
10627         * device/lib/_strcpy.c: removed NULL
10628         * device/lib/_strcspn.c: removed NULL
10629         * device/lib/_strlen.c: removed NULL
10630         * device/lib/_strncat.c: removed NULL
10631         * device/lib/_strncmp.c: removed NULL
10632         * device/lib/_strncpy.c: removed NULL
10633         * device/lib/_strpbrk.c: removed NULL
10634         * device/lib/_strrchr.c: removed NULL
10635         * device/lib/_strspn.c: removed NULL
10636         * device/lib/_strstr.c: removed NULL
10637         * device/lib/_strtok.c: removed NULL
10638         * device/lib/malloc.c: removed NULL, include own header
10639
10640 2003-02-02    <johan AT balder>
10641
10642         * 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
10643         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10644         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10645         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10646         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10647         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10648
10649 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10650
10651         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10652         area 'DATA'"
10653
10654 2003-02-01    <johan AT balder>
10655
10656         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10657
10658 2003-01-31    <johan AT CP255758-A>
10659
10660         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10661
10662 2003-01-30    <johan AT balder>
10663
10664         * src/SDCCBBlock.c: automatic bug detection
10665         * src/SDCCicode.c: automatic bug detection
10666
10667 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10668
10669         * src/SDCCglobl.h:   now --xram-size 0 works
10670         * src/SDCCmain.c:    now --xram-size 0 works
10671
10672 2003-01-29    <johan AT balder>
10673
10674         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10675
10676 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10677
10678         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10679         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10680         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10681         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10682         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10683         * src/SDCCmain.c:    Added options --xram-size and --code-size
10684
10685 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10686
10687         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10688         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10689
10690 2003-01-27    <johan AT balder>
10691
10692         * src/SDCC.y: fixed bug #613764
10693
10694 2003-01-26    <johan AT balder>
10695
10696         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10697         * src/SDCCsymt.h: fixed bug #673374
10698         * src/SDCCglue.c: fixed bug #661910
10699         * src/SDCCast.c: fixed bug #458099 and 673374
10700
10701 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10702
10703         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10704         * as/mcs51/strcmpi.h: added
10705         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10706         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10707         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10708         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10709         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10710         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10711         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10712         * as/mcs51/Makefile.aslink: new module strcmpi
10713         * as/mcs51/Makefile.asx8051: new module strcmpi
10714         * as/mcs51/Makefil.bcc: new module strcmpi
10715         * as/mcs51/Makefile.in: new module strcmpi
10716         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10717
10718 2003-01-26    <johan AT balder>
10719
10720         * src/SDCCglue.c: reverted back to 1.124
10721         * src/SDCCast.c: reverted back to 1.156
10722         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10723
10724 2003-01-25    <johan AT balder>
10725
10726         * src/SDCCglue.c: A better fix for bug #661910
10727         * src/SDCCast.c: A better fix for bug #661910
10728         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10729
10730 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10731
10732         * src/Makefile.in: remove spawn.o
10733         * src/SDCCmain.c: remove spawn.h
10734         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10735         * src/spawn.c: removed
10736         * src/spawn.h: removed
10737         * support/regression/ports/ds390/spec.mk: link with -r
10738
10739 2003-01-24    <johan AT CP255758-A>
10740
10741         * src/ds390/gen.c (aopOp): fixed bug #667458
10742         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10743         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10744         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10745
10746 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10747
10748         * src/mcs51/peeph.def: better assembler identation by Frieder
10749         * src/mcs51/gen.c: better assembler identation by Frieder
10750
10751 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10752
10753         * as/z80/string.h: removed for gcc 3.2
10754         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10755         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10756
10757 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10758
10759         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10760         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10761         * support/regression/Makefile: separate temp files for ports
10762         * support/regression/generate-cases.py: separate temp files for ports
10763         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10764         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10765
10766 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10767
10768         * moved tinitalk to device/examples/ds390
10769
10770 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10771
10772         * as/mcs51/lkmem.c: rflag is for DS390
10773         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10774         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10775                          (linkEdit): move mem- and map-files the same way as ihx-files
10776         * src/z80/main.c (_setDefaultOptions): removed --generic
10777         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10778         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10779         * src/pic/glue.c (picglue): --c1mode works again
10780         * src/pic16/glue.c (pic16glue): --c1mode works again
10781         * src/asm.c (printCLine): fix #660034
10782
10783 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10784
10785         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10786         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10787         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10788         * as/mcs51/lkmem (summary): better fix for sp problem
10789         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10790         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10791         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10792                                               remove --stack-after-data
10793
10794 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10795
10796         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10797         * src/SDCCutil.c (join): ugly bug: missing '\0'
10798         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10799
10800 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10801
10802         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10803         * src/port.h: typo
10804         * src/pic/main.c (_asmCmd): gpasm supports -o
10805         * src/z80/main.c: more general macros
10806         * device/lib/Makefile.in: remove intermediate files
10807
10808 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10809
10810         * .version: Bumped version number to 2.3.3
10811         * src/SDCCBBlock.c: new option -o
10812         * src/SDCCglobl.h: new option -o
10813         * src/SDCCglue.c: new option -o
10814         * src/SDCCmain.c: new option -o
10815         * src/asm.c: new option -o
10816         * src/ds390/main.c: new option -o
10817         * src/pic/glue.c: new option -o
10818         * src/pic/pcode.c: new option -o
10819         * src/pic/ralloc.c: new option -o
10820         * src/pic16/glue.c: new option -o
10821         * src/pic16/pcode.c: new option -o
10822         * src/pic16/ralloc.c: new option -o
10823         * src/z80/main.c: new option -o
10824         * device/lib/Makefile.in: use -o
10825         * support/regression/ports/ds390/spec.mk: use -o
10826         * support/regression/ports/gbz80/spec.mk: use -o
10827         * support/regression/ports/mcs51/spec.mk: use -o
10828         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10829         * support/regression/ports/z80/spec.mk: use -o
10830         * support/regression/ports/ucz80/spec.mk: use -o
10831         * support/regression/ports/xa51/spec.mk: use -o
10832         * support/regression/fwk/lib/timeout.c: fix usage string
10833
10834 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10835         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10836
10837 2003-01-07    <johan AT balder>
10838
10839         * src/SDCCast.c (decorateType): fixed bug #600035
10840
10841 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10842         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10843         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10844         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10845         * src/pic/pcode.c: outcommented unused variable to remove warnings
10846         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10847
10848 2003-01-06    <karl AT turbobit.com>
10849         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10850    regression tests.
10851
10852 2003-01-06    <johan AT balder>
10853
10854         * src/SDCCicode.c: fixed array add
10855
10856 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10857         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10858         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10859
10860 2003-01-04    <johan AT balder>
10861
10862         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10863
10864 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10865         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10866
10867 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10868         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10869         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10870
10871 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10872         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10873
10874 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10875         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10876
10877 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10878         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10879
10880 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10881
10882     * in /sdcc/as/mcs51/ changed these files in order to create an
10883     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10884     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10885     following files to include the previous two files: aslink.dsp,
10886     Makefile.aslink, Makefile.bcc, and Makefile.in.
10887
10888     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
10889     .adb instead of .cdb
10890
10891 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10892
10893         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
10894         value from option --iram-size.
10895
10896 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10897
10898         * /sdcc/as/mcs51/lklist.c: added boundary check before using
10899         dram[] array.
10900
10901 2002-09-18    <wiml AT hhhh.org>
10902
10903         * SDCClrange.h: exposed setFromRange() and setToRange()
10904         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10905           packRegsForAccUse() (bug 542397)
10906         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10907           multiple times and emitting the fetch operations more than once
10908           added aopGetUsesAcc() function to allow binary operators to
10909           fetch their operands in the correct order; made genMinus() emit
10910           compact code for X = LITERAL - Y
10911
10912 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10913         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
10914         sprintf() in line 1267.
10915
10916 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10917         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10918         like ports.
10919
10920 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10921         Changes to aslink (All the changes are marked with 'JCF'):
10922
10923         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
10924         summary().
10925
10926         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
10927         area BSEG.  Also moves, if possible, the DATA area down into the internal
10928         ram so more space is available.
10929
10930         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
10931         sflag.
10932
10933         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
10934         not bytes.  Function summary() which creates a memory usage summary
10935         file with extension .mem.  Reports of overlaping stack and small stack
10936         size.  If the space for the stack is less than 16 bytes aslink trows a
10937         warning.
10938
10939         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
10940         the 8051.  Option 'y' for memory summary output file.
10941
10942         Changes to sdcc (All the changes are marked with 'JCF'):
10943
10944         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
10945
10946         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
10947         overlaying area for it (uses RegBankUsed[4]).
10948
10949         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
10950         bank zero as used by default.  By default aslink locates the stack
10951         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10952         the creation of the .mem file.  Delegates the allocation of data area
10953         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10954         the begining of the stack area to aslink.
10955
10956         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
10957         glue() in SDCCglue.c creates an area for it.
10958
10959 2002-09-03  Borut Razem <borut.razem AT siol.net>
10960         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10961         sdcc/src/pic/glue.c:
10962         introduced atexit() handler for teporay files removal in case of
10963         errors, assertions, ...
10964
10965 2002-08-29  Borut Razem <borut.razem AT siol.net>
10966         * sdcc/support/cpp2/auto-host_vc_in.h:
10967         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10968         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10969         Maybe there is a similar problem with BORLANDC? It should be checked!
10970
10971         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10972         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10973         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10974         was not executed, and the compiler (cl) launched a warning:
10975         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10976
10977 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10978         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10979
10980 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10981         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10982
10983         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10984           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10985           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10986           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10987           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10988           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10989           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10990         - added Release configuration in VS projects
10991         - review of compiler an linker options
10992         - VC .exe files are generated in bin_vc directory, not to interfere
10993           with binaries generated from other projects (cygwin, mingw, bcc ...)
10994
10995         * sdcc/src/yacc.dsp: added
10996
10997         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10998         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10999         and insert the version number definitions from .version
11000
11001         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
11002
11003         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
11004         added - genarate auto-host.h using auto-host_vc_in.h as template
11005
11006         * sdcc/sdcc_vc.h,
11007         removed from CVS, generated automatically
11008
11009 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
11010         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
11011
11012 2002-08-11  Borut Razem <borut.razem AT siol.net>
11013         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
11014
11015 2002-08-10  Borut Razem <borut.razem AT siol.net>
11016         * src/SDCCmain.c (main):
11017         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
11018         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
11019         The consequence was that some temporary files were not removed.
11020
11021         * src/SDCCglue.c:
11022         unification of code in functions tempfilename() and tempfile():
11023         function tempnam() is defined in Visual Studio 6.0 and .NET
11024
11025         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
11026
11027         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
11028           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
11029         - removed compiler command line option /WX: Treats all warnings as errors
11030         - update a list of source files, included into the project
11031
11032         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
11033           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
11034         changed project type to Generic Project so that can be correcly converted to VS.NET project
11035
11036         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
11037
11038         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
11039
11040         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
11041
11042         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
11043         added return 0 statements after assert() to make compiler happy
11044
11045         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
11046         added newline in the def file to keep MSC compiler satisfied
11047
11048         * sdcc/src/z80/gen.c:
11049         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
11050           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
11051         - solved MSC error in function aopDump()
11052
11053         * sdcc_vc.h: define PREFIX as "\\sdcc"
11054
11055 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
11056         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
11057
11058 2002-06-22  Scott Dattalo <scott AT dattalo.com>
11059         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
11060         - Rewrote the register banking algorithm.
11061         - Added pCode live-range analysis to registers (for now, only non-used and
11062         singly-used registers optimized away)
11063
11064         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
11065
11066         * 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.
11067
11068 2002-05-10  Scott Dattalo <scott AT dattalo.com>
11069         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
11070
11071 2002-04-22  Michael Hope  <michaelh AT vroom>
11072
11073         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
11074
11075         * configure.in (DD_COPT): Added include support required for gbdk.
11076
11077         * .version: Bumped version number just to increase it.
11078
11079         * src/SDCCmain.c: Added -nostdinc to the default options.
11080
11081 2002-04-15  Michael Hope  <michaelh AT vroom>
11082
11083         * device/lib/z80/printf.c (sprintf): Added.
11084
11085         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
11086
11087         * src/z80/peeph.def: Added transpose redundent load rule.
11088
11089         * src/z80/main.c: Added force callee saves for jaune.
11090
11091         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11092
11093         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11094
11095 2002-03-28  Johan Knol  <johan AT balder>
11096
11097         * src/SDCCval.c: fixed bug #532436
11098
11099 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11100         * /src/port.h:
11101         Added "char *Processor" field to the port structure.
11102
11103         * /src/SDCCmain.c:
11104         Added -p option. Allows port dependent processor to be specified.
11105
11106         * all ports:
11107         Initialized the new field char *Processor field to NULL in all ports
11108
11109         * /src/pic/*:
11110         Compiler generated registers for interrupt context saving
11111         were not getting allocated.
11112
11113 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11114
11115         * /src/SDCCast.c:
11116         Fixed left shift. Will promote the left side of a left shift
11117         if a) left shifting more than size of operand or b) when assigned
11118         to something size > size of left side
11119
11120 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11121         * src/pic/*
11122         tons of changes. Register allocation has been
11123         rewritten. Added customization for the various PICs. Flow
11124         analysis is restructured. ...
11125
11126         * src/pic/device.h:
11127         Added
11128
11129         * src/pic/device.c:
11130         Added. device.c is a PIC port hack to accomodate variations
11131         in PIC devices.
11132
11133 2002-03-13  Michael Hope  <michaelh AT vroom>
11134
11135         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11136
11137 2002-03-04  johanknol  <johanknol AT manik>
11138
11139         * /src/SDCCval.c: fixed
11140
11141         const unsigned char arr[][2] = { { 0, 1 } };
11142         t18.c:1: error: Initializer element is not constant
11143
11144 2002-03-04  bela  <bela AT manik>
11145
11146         * /device/include/mcs51reg.h:
11147         ds89c420 register definition update
11148
11149 2002-03-03    <johan AT FRIJA>
11150
11151         * support/Util/SDCCerr.c: did something, but don't no why anymore
11152
11153         * support/regression/tests/bug-524691.c: made it a little less shy
11154
11155         * src/SDCCast.c (decorateType): fixed bug #524697
11156
11157         * src/SDCCast.c: made some lineno improvements
11158
11159         * src/SDCCval.c (getNelements): changed warning to error
11160
11161         * src/SDCCglue.c (printIvalArray): changed warning to error
11162
11163         * src/SDCCicode.c: fixed a warning for mingw
11164
11165         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11166
11167         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11168
11169 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11170
11171         * src/ds390/peeph.def:
11172         Added some more peephole rules
11173
11174         * src/ds390/gen.c: Various fixes & enhancements
11175
11176         * src/SDCClrange.c, src/SDCClrange.h:
11177         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11178
11179         * src/ds390/ralloc.c:
11180         various fixes & enhancements (ds390) specific
11181
11182         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11183         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11184         from rallocs.
11185
11186         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11187
11188 2002-03-02    <johan AT FRIJA>
11189
11190         * src/SDCCast.c (decorateType): fixed bug #524708
11191
11192         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11193
11194         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11195
11196 2002-03-01  Michael Hope  <michaelh AT vroom>
11197
11198         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11199
11200         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11201
11202 2002-03-01    <johan AT FRIJA>
11203
11204         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11205
11206         * src/SDCCast.c (decorateType): fixed bug #524209
11207
11208         * src/SDCCval.c (valNot): fixed bug #524195
11209
11210 2002-02-26    <johan AT balder>
11211
11212         * src/xa51/gen.c: fixed a warning
11213
11214         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11215
11216         * src/SDCCast.c (decorateType): fixed bug #522534
11217
11218 2002-02-23    <johan AT balder>
11219
11220         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11221
11222 2002-02-22    <johan AT balder>
11223
11224         * src/SDCCast.c: fixed bug #514865
11225
11226         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11227
11228 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11229
11230         * sdcc/src/SDCCloop.c:
11231         Previous fix was not good. basic blocks that have "break" or "return" are
11232         not really partof a loop , but live ranges used in these blocks should
11233         be live thru the entire loop, so set partOfLoop but don't add them to
11234         loop region
11235
11236 2002-02-21    <johan AT FRIJA>
11237
11238         * src/SDCCcse.c: fixed bug #514308
11239
11240 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11241
11242         * src/SDCCloop.c:
11243         Fixed BUG #519583. If a conditional block ended in a return/break
11244         statement inside a loop, it was not being considered part of the loop.
11245
11246         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11247
11248 2002-02-10  Karl Bongers <karl AT turbobit.com>
11249
11250         * debugger/*:
11251         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11252         with lots of comments and notes.
11253
11254         * device/examples/test2.c:
11255         Fix bug, "red" variable not being initialized(compiler complained).
11256
11257         * device/examples/Makefile, examples/test3.c:
11258         Add Makefile in device/examples folder, compiles test3.c
11259         for use as a multiple module SDCDB test case.
11260
11261         * sim/ucsim/cmd.src/cmdset.cc:
11262         Took out debug printfs in ucsim "next" command.
11263
11264         * sim/ucsim/xa.src:
11265         Karl and Johan start ucsim XA support.  Most dissassembly working,
11266         about 75% emulation done(plenty of work remaining).
11267
11268         * sim/ucsim/z80.src:
11269         Add Z80 support to ucsim, add test-ucz80 regression test,
11270         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11271         Notice z80 compiler fails on examples/test3.c/crc code.
11272
11273 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11274
11275         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11276         Added support for --parms-in-bank1
11277
11278         * src/ds390/peeph.def:
11279         added a few more peephole optimzations
11280
11281         * src/ds390/main.c:
11282         1) added __builtin_inp & __builtin_outp used to read in data of given length
11283            from a memory mapped port
11284         2) added __builtin_memcmp
11285         3) added __builtin_swapw swap bytes of a short
11286
11287         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11288         1) handle multiple send & receives from register bank1
11289         2) ralloc can now allocate DPTR1 to some liveRanges
11290
11291         * src/SDCCsymt.c, src/SDCCsymt.h:
11292         changes to handle multiple sends & receives
11293
11294         * src/SDCCptropt.h:
11295         added some pointer arithmetic optimization
11296
11297         * src/SDCCptropt.c:
11298         added some pointer arithmetic optimizations but not stable yet so not
11299         called from anywhere (will get this working shortly)
11300
11301         * src/SDCCopt.c: fixed for multiple sends & receives
11302
11303         * src/SDCCmain.c:
11304         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11305         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11306            set preprocessor defines (depending on options)
11307
11308         * src/SDCCicode.c, src/SDCCicode.h:
11309         changes made to handle multiple sends & receives
11310
11311         * src/SDCCglobl.h:
11312         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11313
11314         * src/SDCCcse.c, src/SDCCcse.h:
11315         added function findbackward def (to be used in upcoming optimization)
11316
11317         * src/SDCCcflow.c, src/SDCCcflow.h:
11318         added function returnAtEnd - to determine if a basic block terminates with
11319         a RETURN iCode
11320
11321         * src/SDCCast.c, src/SDCCast.h:
11322         added option parms-in-bank1
11323
11324         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11325         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11326         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11327         adjusted for --parms-in-bank1 option
11328
11329         * device/include/string.h:
11330         donot redefine "reentrant" keyword
11331
11332         * device/include/ds80c390.h: Added some more SFRs
11333
11334 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11335
11336         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11337
11338 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11339
11340         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11341
11342 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11343
11344         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11345
11346 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11347
11348         * Added --xram-movc option
11349
11350 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11351
11352         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11353
11354 2002-01-11  Johan Knol
11355
11356         * Added math lib of Jesus Calvino-Fraga
11357
11358 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11359
11360         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11361         * support/regression/Makefile: new target test-mcs51-stack-auto
11362         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11363
11364 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11365
11366         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11367
11368 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11369
11370         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11371
11372 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11373
11374         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11375
11376         * src/SDCCglue.h: add definition for printIvalChar()
11377
11378 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11379
11380         * src/SDCCast.c: fix #498138 by Johan
11381
11382         * src/SDCCglue.c: fix #498138 by Johan
11383
11384 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11385
11386         * support/regression/Makefile: fix clean
11387
11388         * support/regression/ports/ds390/support.c: fix transmission of last character
11389
11390 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11391
11392         * /sdcc/src/ds390/gen.c:
11393         a) improved computing address of stack variable
11394         b) took out some #if 0 code
11395         c) improved parmBytes adjustment
11396         d) improved genPlusIncr & genMinusIncr
11397         e) genCmp could generate bad code (when left assigned to DPTR)
11398         f) Fixed bug in hasInc
11399
11400         * /sdcc/src/ds390/ralloc.c:
11401         a) packRegsForSupport could mess up live information (Fixed)
11402         b) packRegsDPTRuse could be incorrect for left & right shift
11403
11404         * /sdcc/src/mcs51/ralloc.c:
11405         packRegsForSupport could mess up the live information (Fixed)
11406
11407         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11408
11409         * /sdcc/src/SDCCast.c:
11410         can reverse a loop even if function call is present as long
11411         as the loop control variable is local & is not passed as parameter
11412
11413 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11414
11415         * /sdcc/ChangeLog: *** empty log message ***
11416
11417         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11418         More builtin function additions for TININative
11419
11420         * /sdcc/src/ds390/ralloc.c:
11421         Had broken the regression testsuite
11422
11423         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11424
11425         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11426         Added funcattr hasStackParms will be set for reentrant functions when there
11427         are paramteres on the stack, this helps in minimizing frame pointer generation
11428         typeFromStr can handle function pointers now
11429
11430         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11431         *** empty log message ***
11432
11433 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11434
11435         * /src/ds390/gen.c, /src/ds390/main.c:
11436         More builtin function additions for TININative
11437
11438         * /src/ds390/ralloc.c:
11439         Had broken the regression testsuite
11440
11441         * /src/SDCCast.c: Fixed a bug in dumptree
11442
11443         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11444         Added funcattr hasStackParms will be set for reentrant functions when there
11445         are paramteres on the stack, this helps in minimizing frame pointer generation
11446         typeFromStr can handle function pointers now
11447
11448         * /doc/builtins.txt, /doc/TININative.txt:
11449         *** empty log message ***
11450
11451
11452 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11453
11454         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11455         ALPHA version for -mTININative
11456
11457         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11458         updated to reflect changes in the port structure
11459
11460         * /src/port.h:
11461         added function do_assemble (similar to do_link) if non-null this function
11462         will be called to do assembly (-mTININative) requires a multi command
11463         assembly
11464         added function genAssemblerEnd will be called to generate assembler Epilogue
11465
11466         * /src/SDCCsymt.c:
11467         added _JavaNative to debug info printing
11468
11469         * /src/SDCCmain.c: added option --tini-libid
11470         added port->do_assemble function (-mTININative) has a multi command assemble
11471
11472         * /src/SDCCglue.c: Disabled "constExpr" check
11473         added port->genAssemblerEnd function
11474
11475         * /src/SDCCglobl.h: Added option --tini-libid value
11476
11477         * /src/SDCCast.h:
11478         tookout optimizeCompare from the header (has no external references)
11479
11480         * /src/SDCCast.c: made one more function "static"
11481
11482 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11483
11484         * src/z80/mappings.i: Added z80asm support.
11485
11486         * src/z80/main.c: Added z80asm support on --asm=z80asm
11487
11488         * src/z80/gen.c: Fixed asm portability issues.
11489
11490         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11491
11492         * src/SDCCglue.c (printExterns): Added global/extern split.
11493
11494 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11495
11496         * support/regression/Makefile: added test for mcs51 model large
11497
11498         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11499
11500         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11501
11502 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11503
11504         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11505
11506 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11507
11508         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11509
11510         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11511
11512 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11513
11514         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11515
11516         * support/regression/tests/simplefloat.c: Port to mcs51.
11517
11518 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11519         * support/regression/tests/bug-485362.c: Added.
11520
11521         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11522
11523         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11524
11525         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11526
11527         * src/z80/gen.c (aopDump): Added a dump function.
11528
11529 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11530         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11531
11532         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11533
11534         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11535
11536         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11537
11538         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11539
11540         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11541
11542         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11543
11544         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11545
11546         * support/regression/ports/ds390/support.c: Use tinibios.
11547
11548         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11549
11550 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11551
11552         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11553         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11554
11555         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11556
11557         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11558
11559 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11560
11561         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11562
11563         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11564         (packRegsForIYUse): Created and optimised.
11565
11566 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11567
11568         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11569 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11570
11571         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11572
11573         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11574
11575         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11576
11577 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11578
11579         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11580
11581         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11582
11583 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11584
11585         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11586
11587         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11588
11589         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11590
11591 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11592
11593         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11594         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11595         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11596
11597         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11598
11599         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11600         (genNotFloat): Added.
11601         (genUminusFloat): Added.
11602
11603         * device/lib/z80/Makefile: Added floating pt stubs.
11604
11605         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11606
11607         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11608
11609         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11610
11611 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11612
11613         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11614
11615         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11616
11617         * sdcc/support/regression/Makefile: Add port ds390.
11618
11619         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11620
11621         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11622
11623         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11624
11625         * sdcc/support/regression/ports/ds390/support.c: Added.
11626
11627         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11628
11629         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11630
11631         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11632
11633 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11634
11635         * device/include/malloc.h: Added z80 and gbz80 support.
11636
11637         * device/lib/gbz80/heap.s: Added.
11638
11639         * device/lib/z80/heap.s: Added.
11640
11641         * device/lib/malloc.c: Added z80 and gbz80 support.
11642
11643         * support/regression/tests/malloc.c (testMalloc): Added.
11644
11645         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11646
11647         * support/regression/tests/bug-478094.c: Added.
11648
11649         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11650
11651 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11652
11653         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11654
11655         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11656
11657         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11658
11659         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11660
11661         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11662
11663 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11664
11665         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11666
11667 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11668
11669         * support/regression/tests/bug-477927.c: Added.
11670
11671         * src/z80/peeph.def: Added minor rules.
11672
11673         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11674
11675         * src/z80/peeph.def: Added jump optimisation modification.
11676
11677 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11678
11679         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11680
11681 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11682
11683         * support/regression/tests/funptrs.c: Added.
11684
11685 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11686
11687         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11688
11689 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11690
11691         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11692
11693         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11694
11695         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11696         (movLeft2ResultLong): Created.
11697
11698         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11699         (joinPushes): Added.  Joins two char pushes into a word push.
11700
11701 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11702
11703         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11704
11705         * support/makebin/Makefile (install): Added creation of dest dir.
11706
11707 2001-10-24 Karl Bongers <karl AT turbobit.com>
11708
11709         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11710
11711 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11712
11713         * src/z80/ralloc.c: Turned off faulty pack for one use.
11714
11715         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11716
11717         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11718
11719 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11720
11721         * support/regression/Makefile: Improved clean
11722
11723         * support/regression/ports/gbz80/spec.mk: Added clean
11724
11725         * support/regression/ports/host/spec.mk: Added clean
11726
11727         * support/regression/ports/z80/spec.mk: Added clean
11728
11729         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11730
11731         * support/regression/ports/mcs51/timeout.c: little improvements
11732
11733 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11734
11735         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11736
11737         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11738
11739         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11740
11741 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11742
11743         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11744
11745         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11746
11747 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11748         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11749
11750         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11751
11752         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11753
11754         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11755
11756         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11757
11758         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11759
11760         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11761
11762         * support/regression/tests/longor.c: Added.
11763
11764 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11765
11766         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11767
11768         * as/mcs51/aslink.h: define PATH_MAX
11769
11770         * as/mcs51/asm.h: define PATH_MAX
11771
11772         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11773
11774         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11775
11776         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11777
11778         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11779
11780         * src/SDCCglobl.h: define PATH_MAX
11781
11782         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11783
11784         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11785
11786 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11787
11788         * src/z80/gen.c (gencjneshort): Fixed
11789
11790         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11791
11792 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11793
11794         * support/regression/tests/bug-469671.c: Added.
11795
11796         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11797
11798 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11799
11800         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11801
11802         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11803
11804 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11805
11806         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11807
11808         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11809
11810         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11811
11812         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11813
11814         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11815
11816         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11817
11818         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11819
11820 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11821
11822         * 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.
11823
11824         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11825
11826         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11827
11828 2001-10-07    <johan AT FRIJA>
11829
11830         * device/lib/gets.c (gets): fixed the return value.
11831
11832 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11833         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11834
11835         * 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.
11836
11837         * 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.
11838
11839         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11840
11841         * src/pic/gen.c: Removed Safe_strdup.
11842
11843         * configure.in: Added option to enable libgc support.
11844
11845         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11846         (bitVectUnion): Optimised.
11847         (bitVectIntersect): Optimised.
11848         (bitVectBitsInCommon): Optimised.
11849         (bitVectCplAnd): Optimised.
11850
11851         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11852
11853 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11854
11855         * src/SDCCmain.c: distinguish between assembler debug and plain options
11856
11857         * src/avr/main.c:   remove standard assembler options
11858
11859         * src/ds390/main.c: remove standard assembler options
11860
11861         * src/mcs51/main.c: remove standard assembler options
11862
11863         * src/port.h: removed "PENDING" comment
11864
11865 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11866
11867         * src/device/lib/_mulint.c  : new, with assember functions
11868
11869         * src/device/lib/_mullong.c : new, with assember functions
11870
11871         * src/device/lib/_divuint.c : with assember functions
11872
11873         * src/device/lib/_divsint.c : with assember functions
11874
11875         * src/device/lib/_divulong.c: with assember functions
11876
11877         * src/device/lib/_divslong.c: with assember functions
11878
11879         * src/device/lib/_moduint.c : with assember functions
11880
11881         * src/device/lib/_modsint.c : with assember functions
11882
11883         * src/device/lib/_modulong.c: with assember functions
11884
11885         * src/device/lib/_modslong.c: with assember functions
11886
11887         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11888
11889         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11890
11891         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11892                                       replaced _mululong.c and _mulslong.c by _mullong.c
11893
11894 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11895
11896         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11897
11898 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11899
11900         * src/SDCCglue.c: test, if win32api is available for MINGW
11901
11902 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11903
11904         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11905         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11906         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11907         * support/regression/ports/host/spec.mk: removed GENERIC
11908         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11909         * support/regression/ports/z80/spec.mk: removed GENERIC
11910
11911 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11912
11913         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11914
11915         * support/regression/tests/bug-467035.c: Created.
11916
11917 2001-10-01    <johan AT FRIJA>
11918
11919         * src/SDCC.y: fixed bug #466586 part 1
11920
11921 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11922
11923         * SDCCicode.c: z80 has no generic pointers
11924         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11925
11926 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11927
11928         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11929
11930 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11931
11932         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11933
11934         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11935
11936 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11937
11938         * configure.in: Fixed up so that ucsim is only configured once.
11939
11940         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11941
11942         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11943         (getPathDifference): As above.
11944
11945         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11946
11947         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11948
11949 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11950         * .version: Updated to 2.3.1
11951
11952         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11953         Added copyright header.
11954
11955         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11956         (assemble): Added support for macro based assembler commands.
11957         (linkEdit): Added support for macro based linker commands.
11958         (preProcess): Changed the pre-processor to use macros.
11959         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11960         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11961
11962         * device/lib/z80/crt0.s: Added module name for debugging.
11963
11964 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11965
11966         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11967
11968         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11969
11970         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11971
11972         * src/Makefile.in: Added SDCCmacro and SDCCutil
11973
11974 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11975
11976         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11977
11978 2001-09-16    <johan AT FRIJA>
11979
11980         * 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.
11981
11982 2001-09-15    <johan AT FRIJA>
11983
11984         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11985         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11986
11987 2001-09-11    <johan AT FRIJA>
11988
11989         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11990
11991 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11992
11993         * support/regression/tests/bug-460444.c: Added test case.
11994
11995         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11996         (genCast): Added justification for all of the asserts.
11997
11998 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11999
12000         * support/regression/support.c: _xdata replaced by xdata
12001
12002         * support/regression/spec.mk: removed _generic
12003
12004 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
12005
12006         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
12007
12008         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
12009         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
12010
12011         * src/z80/peeph.def: Added a rule to optimise shift then compare.
12012
12013         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
12014
12015         * support/regression/tests/bug-460010.c: Added test case.
12016
12017         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
12018
12019 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
12020
12021         * support/regression/Makefile: inter-port-clean adjusted for mcs51
12022
12023         * support/regression/testfwk.c: removed workaround for bug #436344
12024
12025         * support/regression/tests/bp.c: use less memory with mcs51
12026
12027         * support/regression/tests/bug-441448.c: use less memory
12028
12029         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
12030
12031         * support/regression/collate-results.py: typo
12032
12033 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
12034
12035         * support/regression/tests/fetchoverlap.c: Added new test case.
12036
12037         * support/regression/tests/bp.c: Added new test case.
12038
12039         * support/regression/tests/bug-448984.c: Added new test case.
12040
12041         * support/regression/tests/pow2shifts.c: Added new test case.
12042
12043         * src/z80/gen.c: Turned off the noise it normally generates for the release.
12044         (genlshTwo): Fixed right shift for count > 8.
12045
12046         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
12047
12048 2001-09-08    <johan AT FRIJA>
12049
12050         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
12051
12052 2001-09-07    <johan AT FRIJA>
12053
12054         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
12055
12056         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
12057
12058 2001-09-06    <johan AT FRIJA>
12059
12060         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
12061         * bernhard noted me at this: "() equals to (void)" (1.38)
12062
12063 2001-09-05    <johan AT FRIJA>
12064
12065         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
12066
12067 2001-09-04    <johan AT FRIJA>
12068
12069         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
12070
12071
12072 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
12073
12074         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
12075
12076 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
12077
12078         * link/z80/aslink.h: Fixed path for PATH_MAX
12079
12080 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
12081
12082         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
12083
12084         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
12085
12086         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
12087
12088         * 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.
12089
12090 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12091
12092         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12093         (genCmp): Fixed up genCmp for the GB with longs.
12094
12095         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12096
12097         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12098
12099         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12100
12101         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12102
12103 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12104
12105         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12106
12107 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12108
12109         * 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.
12110
12111         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12112
12113 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12114
12115         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12116
12117         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12118
12119 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12120
12121   * sim/ucsim/configure:    little improvement of Cygwin-detection
12122   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12123   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12124   * support/regression/tests/bug-221100.c: small changes for mcs51
12125   * support/regression/tests/bug-221168.c: small changes for mcs51
12126   * support/regression/tests/bug-227710.c: small changes for mcs51
12127   * support/regression/tests/staticinit.c: small changes for mcs51
12128   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12129   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12130   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12131
12132 $Revision$