a367e2b980d85d0e449e36b18ad9d41465def1d9
[fw/sdcc] / ChangeLog
1 2006-08-01 Borut Razem <borut.razem AT siol.net>
2
3         * src/mcs51/gen.c, src/dc390/gen.c: fixed warning:
4           comparison is always false due to limited range of data type
5           on PPC64 machine (openpower-linux1) where "char = unsigned char"
6
7 2006-08-01 Maarten Brock <sourceforge.brock AT dse.nl>
8
9         * sim/ucsim/hc08.src/hc08mac.h: removed faulty and unused add_u16_disp
10         * sim/ucsim/hc08.src/hc08.cc: removed faulty and unused int8
11         * sim/ucsim/z80.src/z80mac.h (add_u16_disp): use explicit signed char cast
12         * sim/ucsim/z80.src/z80.cc: removed faulty and unused int8
13
14 2006-07-31 Borut Razem <borut.razem AT siol.net>
15
16         * sim/ucsim/configure, sim/ucsim/cmd.src/newcmdcl.h,
17           sim/ucsim/cmd.src/newcmd.cc, sim/ucsim/cmd.src/cmdutil.cc,
18           sim/ucsim/z80.src/Makefile.in, sim/ucsim/configure.in,
19           sim/ucsim/hc08.src/Makefile.in, sim/ucsim/hc08.src/hc08.cc,
20           sim/ucsim/ddconfig_in.h, sim/ucsim/s51.src/Makefile.in,
21           sim/ucsim/s51.src/uc51cl.h, sim/ucsim/s51.src/serialcl.h,
22           sim/ucsim/s51.src/uc51.cc, sim/ucsim/s51.src/serial.cc,
23           sim/ucsim/app.cc, sim/ucsim/avr.src/Makefile.in:
24           enable ucsim mingw compilation. Serial port is disabled,
25           since it uses termios.h API, which is not available on native
26           WIN32
27
28 2006-07-31 Borut Razem <borut.razem AT siol.net>
29
30         * Small Device C Compiler 2.6.0 released
31         * support/scripts/sdcc.nsi: added FULL_DOC option
32         * .version, doc/sdccman.lyx: changed sdcc version to 2.6.1
33
34 2006-07-28 Borut Razem <borut.razem AT siol.net>
35
36         * support/scripts/sdcc.nsi: remove $INSTDIR/include/asm/pic16/*.h
37         * doc/INSTALL.txt: updated
38
39 2006-07-27 Borut Razem <borut.razem AT siol.net>
40
41         * device/lib/pic/Makefile.in, device/lib/pic/Makefile.subdir,
42           device/lib/pic/libdev/Makefile.in: fixed bug
43           [ 1438354 ] pic libsdcc: distclean doesn't work
44         * device/lib/pic16/Makefile.in, device/lib/pic16/Makefile.subdir,
45           device/lib/pic16/libio/Makefile.in: fixed bug
46           [ 1438344 ] pic16 lib: clean doesn't work properly
47         * doc/knownbugs.html removed [ 1438354 ] and [ 1438344 ] from the list
48
49 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
50
51         * device/lib/pic/libsdcc/fsdiv.c,
52         * device/lib/pic/libsdcc/fsmul.c,
53         * device/lib/pic16/libsdcc/float/fsdiv.c,
54         * device/lib/pic16/libsdcc/float/fsmul.c,
55         * device/lib/_fsdiv.c,
56         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
57         * support/regression/tests/bug1520966.c: added
58         * doc/knownbugs.html: removed [ 1520966 ] from the list
59
60 2006-07-25 Borut Razem <borut.razem AT siol.net>
61
62         * configure.in, configure, sdccconf_in.h: fixed bug
63           [ 1519095 ] regression test onebyte.c fails on ppc64 host
64         * doc/knownbugs.html: removed [ 1519095 ] from the list
65
66 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
67
68         * doc/knownbugs.html: added, contains list of known bugs at release
69         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
70
71 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
72
73         * device/include/mcs51/compiler.h: added SFRX for xdata based special
74           function registers and corrected defaults with additional warning
75         * device/lib/malloc.c: cosmetic changes
76         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
77         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
78           (fillGaps): and used it
79
80 2006-07-20 Raphael Neider <rneider AT web.de>
81
82         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
83           output unless SDCCPICDEBUG is set
84         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
85           output if SILENT is set
86
87 2006-07-11 Borut Razem <borut.razem AT siol.net>
88
89         * doc/README.txt: updated
90
91 2006-07-10 Borut Razem <borut.razem AT siol.net>
92
93         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
94           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
95           in WIN32 installation
96         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
97           release candidate 1
98
99 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
100
101         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
102         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
103
104 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
105
106         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
107
108 2006-07-06 Borut Razem <borut.razem AT siol.net>
109
110         * support/regression/tests/bitfields.c:
111           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
112         * support/regression/tests/constantRange.c:
113           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
114
115 2006-07-04 Borut Razem <borut.razem AT siol.net>
116
117         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
118           src/port.mk,
119           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
120           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
121           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
122           reverted changes from 2006-07-03
123         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
124         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
125           added CPPFLAGS, used by the host port
126
127 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
128
129         * support/regression/valdiag/tests/switch.c,
130         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
131         * support/regression/tests/libmullong.c: fixed for host
132         * support/regression/ports/host/spec.mk: disable all warnings for host,
133         SDCC runs with --less-pedantic too
134
135 2006-07-03 Borut Razem <borut.razem AT siol.net>
136
137         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
138           defined CPPFLAGS
139         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
140         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
141           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
142           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
143           include ../port.mk
144         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
145           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
146           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
147           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
148
149 2006-07-02 Raphael Neider <rneider AT web.de>
150
151         * src/pic16/devices.inc,
152         * device/include/pic16/pic18fregs.h,
153         * device/include/pic16/pic18f4550.h,
154         * device/lib/pic16/pics.all,
155         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
156
157 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
158
159         * as/hc08/lkaomf51.c (OutputName),
160         * as/mcs51/lkaomf51.c (OutputName),
161         * as/z80/asmain.c (asmbl),
162         * src/ds390/main.c (asmLineNodeFromLineNode),
163         * src/hc08/ralloc.c (hc08_assignRegisters),
164         * src/mcs51/main.c (asmLineNodeFromLineNode),
165         * src/xa51/ralloc.c (checkRegMask),
166         * src/xa51/gen.c (emitcode),
167         * src/z80/gen.c (_emit2),
168         * src/SDCCast.c (searchLitOp),
169         * src/SDCCglobl.h,
170         * support/packihx/packihx.c,
171         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
172         * src/ds390/gen.c (aopPutUsesAcc),
173         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
174         * support/regression/tests/libmullong.c (mullong_wrapper),
175         * src/SDCCsymt.c (powof2),
176         * src/SDCCast.c,
177         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
178         * src/SDCCsymt.h: added TYPE_TARGET_*
179         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
180         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
181         SDCCast because 1) header problems 2) this is the right place
182         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
183         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
184         prototype
185
186 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
187
188         * src/SDCCicode.h: removed buggy semicolon in unused macro
189         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
190         search for previous definiton of auto symbols too,
191         (findPrevUse): fixed logic of emitWarnings
192
193 2006-06-26 Raphael Neider <rneider AT web.de>
194
195         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
196           PCLATH and PCLATU on interrupts, potentially fixes #1505141
197
198 2006-06-25 Raphael Neider <rneider AT web.de>
199
200         * device/lib/pic/libm: NEW, added math library functions
201         * device/lib/pic/libsdcc: NEW; added float support functions
202         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
203         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
204           NEW, added math related headers
205         * device/include/asm/pic/features.h: NEW
206         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
207           (popGet): allow larger offsets for AOP_PCODE,
208           (genDataPointerSet): handle literals explicitly, more debug output,
209           (genAssign): fixed for float using aopLiteral ;-)
210         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
211           GOTO initialisation routine
212         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
213           flag on registers, fixes #1469043 (local variables do not work)
214         * src/pic/main.c (_pic14_do_link),
215         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
216           available
217
218 2006-06-25 Borut Razem <borut.razem AT siol.net>
219
220         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
221           characters printed (not including the trailing '\0' used to end
222           output to strings). Problem detected in regression test bug-927659.c.
223           NOTE: printf() family functions should return int instead
224           unsigned int!
225         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
226           specifier are printed as themselves
227         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
228           support flags, width and precision specifiers
229
230 2006-06-24 Borut Razem <borut.razem AT siol.net>
231
232         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
233           to the list of sdcc tagrets not supporting bit type
234         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
235           testfor pic16 due to bug:
236           [ 1511794 ] pic16: regression test bug-895992.c fails
237
238 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
239
240         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
241         * src/SDCCglue.c (initPointer), fixed bug 1496419
242         * support/regression/tests/bug1496419.c: new, added
243
244 2006-06-22 Borut Razem <borut.razem AT siol.net>
245
246         * support/regression/ports/pic16/support.c: use gpsim usart module from
247           libgpsim_modules library
248
249 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
250
251         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
252         IP0H to IPH0.
253
254 2006-06-19 Raphael Neider <rneider AT web.de>
255
256         * src/pic/glue.h,src/pic16/glue.h: added prototypes
257         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
258           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
259           (pic14printExterns,pic14printPublics,pic16printPublics,
260           pic16_printExterns): use new functions to emit symbols
261           (picglue,pic16glue): emit publics before emitting externs
262         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
263           locally defined functions to avoid bug #1443651
264         * support/regression/tests/bug-716242.c: removed pic16 workaround
265         * support/regression/ports/pic16/spec.mk: ignore errors during build
266
267 2006-06-19 Raphael Neider <rneider AT web.de>
268
269         * src/pic/glue.h: added pic14aopLiteral prototype
270         * src/pic/glue.c (pic14aopLiteral): return unsigned int
271         * src/pic/gen.c: removed stdint.h dependency
272           (aopGet): use Safe_strdup()
273           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
274           (genDataPointerSet): use pic14aopLiteral()
275         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
276           for pic16; thanks to Bernhard and Maarten
277
278 2006-06-18 Borut Razem <borut.razem AT siol.net>
279
280         * support/regression/tests/structflexarray.c: flexible array members
281           not supported by gcc < 3
282         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
283           GUI tool by default
284         * src/pic/gen.c: don't include [p]strdin.h on solaris
285         * support/Util/pstdint.h: addad svn attributes
286         * support/regression/tests/constantRange.c,
287           support/regression/tests/rotate.c: include inttypes.h instead
288           stdint.h on solaris, addad svn attributes
289
290 2006-06-18 Raphael Neider <rneider AT web.de>
291
292         * src/SDCCsymt.c (initCSupport): change return type of divschar to
293           int for PIC16
294         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
295           (pic16_genMinusBits): simplified sign-extension
296           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
297             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
298             adjusted to correctly handle mixed-signed operands, disabled
299             now unused multiplciation routines
300         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
301           (assignResultValue): added argument denoting the size of the result
302             as returned by the function (fixes upcasts in assigning from
303             function calls: char foo(); int i = foo();)
304           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
305             function result to assignResultValue
306           (genMult): disabled inlined multiplication code
307           (genDiv): augmented to also handle the modulus operator, fixed to
308             handle mixed-signed operands correctly
309           (genMod): simply call genDiv, disabled unused code
310           (genAssign): fixed missing (sign-)extension on result
311         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
312             valid char operands, allow signed operands for native code, added
313             division and modulo operator handling
314         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
315
316         As a consequence, onebyte.c (if split into two files) and muldiv.c
317         pass regression tests.
318
319 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
320
321         * doc/Makefile.in: two runs of makeindex seem needed to get
322         correct page references in the index of sdccman.pdf
323         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
324
325 2006-06-17 Borut Razem <borut.razem AT siol.net>
326
327         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
328
329 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
330
331         * doc/sdccman.lyx: updated, added (porting source code, debugging),
332         mentioned ec2drv and paulmon
333
334 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
335
336         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
337           consecutive abs areas
338           (find_empty_space, allocate_space): added map to handle codemap or
339            xdatamap,
340           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
341            absolute idata and xdata
342         * as/mcs51/lkmem.c (summary2): updated legend
343
344 2006-06-16 Raphael Neider <rneider AT web.de>
345
346         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
347
348 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
349
350         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
351           1208515
352         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
353
354 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
355
356         * src/port.h (struct PORT): added field gp_tags, to hold the tag
357         value of generic pointers,
358         * src/avr/main.c,
359           src/ds390/main.c,
360           src/hc08/main.c,
361           src/izt/i186.c,
362           src/izt/tlcs900h.c,
363           src/mcs51/main.c,
364           src/pic/main.c,
365           src/pic16/main.c,
366           src/xa51/main.c,
367           src/z80/main.c: PORT structure, added elements for gp_tags field,
368         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
369         fields in the PORT structure of each port,
370         * src/SDCCast.c (decorateType): allow processing of generic pointers
371         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
372         S_FIXED symbols
373
374 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
375
376         * link/z80/lkgb.c,
377         * link/z80/lkgg.c,
378         * src/pic16/gen.c,
379         * src/pic16/main.c,
380         * src/pic16/pcode.c,
381         * src/pic/main.c,
382         * src/pic/pcoderegs.c,
383         * src/SDCCicode.c,
384         * src/SDCCmain.c,
385         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
386           bug 1504689 on minGW
387
388 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
389
390         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
391
392 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
393
394         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
395
396 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
397
398         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
399           for optimization
400
401 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
402
403         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
404         to a char variable. Fixed bug #1504211
405         * device/include/pic16/adc.h,
406         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
407         and fixed bug #1364390
408
409 2006-06-10 Borut Razem <borut.razem AT siol.net>
410
411         * CVSROOT: removed the CVS left-over
412
413 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
414
415         * as/hc08/asmain.c (asexit),
416         * as/hc08/lkmain.c (lkexit),
417         * as/mcs51/asmain.c (asexit),
418         * as/mcs51/lkmain.c (lkexit),
419         * src/SDCCglue.c (DEFSETFUNC),
420         * src/SDCCmain.c (linkEdit, assemble),
421         * support/librarian/sdcclib.c (AddRel),
422           replaced unlink() by standard C remove()
423         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
424         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
425           gatherImplicitVariables): new, added to fix bug 608752,
426           (createFunction): added gatherImplicitVariables()
427         * src/SDCCast.h: added createRMW prototype
428         * src/SDCCsymt.h (struct symbol): added infertype
429         * support/regression/tests/bug608752.c: new, added
430
431 2006-06-10 Raphael Neider <rneider AT web.de>
432
433         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
434           multibyte dummy reads (fixes #1503234)
435
436 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
437
438         * device/include/mcs51/compiler.h: new, added header file to enable
439           creating common sfr definition header files for different compilers
440
441 2006-06-05 Raphael Neider <rneider AT web.de>
442
443         * src/pic16/{pcode.h,genarith.c}:
444           introduced pCodeOp combining any two pCodeOps (previously only
445           two register operands could be combined), removed pcop2 from
446           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
447         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
448         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
449           rewritten to use new PO_TWO_OPS
450         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
451         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
452           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
453           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
454           (pic16_get_op): embraced return arg to allow #define return(x),
455             added new case for combined opcodes
456           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
457           (pic16_pCode2str,pic16_getRegFrompCodeOp,
458            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
459
460 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
461
462         * src/SDCCval.c (checkConstantRange): added
463         * src/SDCCval.h: added checkConstantRange
464         * support/Util/SDCCerr.c,
465         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
466         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
467         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
468         * src/SDCCast.c (decorateType): added checkConstantRange,
469         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
470         can be emitted with the correct always true/false warning,
471         added optimization for double '!';
472         result of decorateType() must be assigned back to the tree, because
473         decorateType() can change the tree
474         * src/SDCCicode.c (geniCodeLogic),
475         (geniCodeAssign): replaced new checkConstantRange, added warnings,
476         (checkConstantRange): removed, it was only a fragment which never
477         emitted a warning
478         * src/SDCCsymt.c (computeType): fixed promotion for
479         "-1 < (unsigned bit) b"
480         * src/pic/ralloc.c (packRegsForAssign),
481         * src/pic16/ralloc.c (packRegsForAssign),
482         * src/hc08/ralloc.c (packRegsForAssign),
483         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
484         from mcs51
485         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
486         * support/regression/tests/constantRange.c: added
487         * support/valdiag/tests/constantRange.c: added
488         * support/valdiag/valdiag.py: added -DPORT_HOST=1
489
490 2006-06-02 Borut Razem <borut.razem AT siol.net>
491
492         * support/regression/ports/pic16/support.c: increase stack size
493           to 255 bytes
494         * support/regression/Makefile.in: sort tests by name so that the
495           resutlts can be compared on different machines / platforms
496
497 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
498
499         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
500         * src/ds390/gen.c (emitLabel): new, added,
501           (genDjnz): fixed stack overflow bug,
502           (throughout): cosmetic changes to sync with mcs51/gen.c,
503           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
504         * src/mcs51/gen.c (genEndFunction): small optimization,
505           (throughout): cosmetic changes to sync with ds390/gen.c
506
507 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
508
509         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
510           (_print_format): fixed printing pointers
511         * src/mcs51/gen.c (emitLabel, movb): new, added,
512           (genAssign): small optimization,
513           (genDjnz): fixed stack overflow bug,
514           (throughout): replaced sprintf with SNPRINTF,
515           replaced mcs51_regWithIdx with REG_WITH_INDEX,
516           replaced emitcode("mov", "b,...") with MOVB(...),
517           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
518           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
519         * src/mcs51/peeph.def: added rules 140 and 264
520         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
521           so they may get optimized into registers
522
523 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
524
525         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
526           immediately when encountered,
527           (printUsage): always use stderr even on windows
528
529 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
530
531         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
532         (processParms): fixed bug #1247551
533         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
534         parseCmdLine, main): print '--version' to stdout,
535         print 'help' to stdout if --help is given,
536         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
537         arguments are given; fixed --help
538
539 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
540
541         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
542         * support/regression/tests/bug-1493710.c: added
543
544 2006-05-27 Borut Razem <borut.razem AT siol.net>
545
546         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
547           static instead auto
548         * support/regression/ports/pic16/support.c: increase stack size
549           from default 64 bytes to 128 bytes
550         * support/regression/tests/staticinit.c,
551           support/regression/tests/float.c: regression tests fully enabled
552           for pic16 port by putting the initialized data arrays into the code
553           section
554         * support/regression/ports/pic16/spec.mk: don't link default libraries.
555           This was changed by mistake in the previous version.
556
557 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
558
559         * src/pic16/gen.c (genFunction, genEndFunction): some
560         beautifications, fixed bug with falsely restoring FSR2 in large
561         stack model, thanks to Beau E. Cox for reporting the bug
562
563 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
564
565         * debugger/mcs51/break.c,
566         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
567           use %p to print pointers, made address variables unsigned
568         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
569         * debugger/mcs51/symtab.c (parseSymbol): must return something
570         * src/mcs51/gen.c (aopForSym): small optimization,
571            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
572           (freeAsmop): added missing break,
573           (aopPut): removed parameter bvolatile, determine it inside the function,
574           (saveRegisters, unsaveRegisters): small optimization,
575           (genIpush): removed pointless check,
576           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
577           replaced sprintf with SNPRINTF,
578           replaced strcpy with strncpyz,
579           updated aopPut calls,
580           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
581         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
582
583 2006-05-24 Borut Razem <borut.razem AT siol.net>
584
585         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
586           modification of test for the pic16 port, put the array to the code
587           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
588
589 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
590
591         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
592         * support/Util/pstdint.h: added
593
594 2006-05-22 Borut Razem <borut.razem AT siol.net>
595
596         * src/regression/Makefile: removed bool2.c test, added -q linker option
597         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
598           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
599           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
600           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
601           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
602           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
603           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
604           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
605           define SUPPORT_BIT_TYPES 0, removed unused bit variables
606
607 2006-05-22 Raphael Neider <rneider AT web.de>
608
609         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
610           bug #1492360 (problematic due to generic pointers, see code)
611
612 2006-05-22 Borut Razem <borut.razem AT siol.net>
613
614         * support/regression/ports/pic16/specs.mk: removed stack size linker
615           directive
616         * support/regression/tests/array.c,
617           support/regression/tests/bitopcse.c,
618           support/regression/tests/bug-908454.c,
619           support/regression/tests/malloc.c: modified for pic16 regression test
620         * support/regression/tests/bitfields.c:
621           pic16 - excluded bitfileds of size > 8
622         * support/regression/tests/bp.c: pic16 - reduced data size
623         * support/regression/tests/bug-221100.c: pic16 - reduced data size
624         * support/regression/tests/bug-460010.c:
625           pic16 - used the absolute address the fits in memory
626         * support/regression/tests/bug-716242.c:
627           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
628         * support/regression/tests/float.c:
629           pic16 - excluded - data size too big
630         * support/regression/tests/onebyte.c:
631           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
632         * support/regression/tests/shifts.c:
633           pic16 - function names probably have to differ in first X characters
634           (gpasm limitation?)
635         * support/regression/tests/staticinit.c:
636           pic16 - excluded some tests due error: no target memory available for
637           section ".idata"
638
639 2006-05-22 Borut Razem <borut.razem AT siol.net>
640
641         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
642           second try. Thanks Stas Sergeev once more.
643
644 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
645
646         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
647           (genLeftShift, genRightShift): fixed bug 1491627
648         * src/hc08/peeph.def (rules 7, 8.x): added
649         * support/regression/tests/shifts.c (ShiftLeftByParam,
650           ShiftRightByParam, testShiftByParam): added to test variable shifting
651
652 2006-05-20 Raphael Neider <rneider AT web.de>
653
654         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
655         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
656           (allocReg): add only new registers to dynAllocRegs,
657           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
658             #1489055, #1445850, and probably #1483693
659
660 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
661
662         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
663         bug in for-loop that didn't emit the last of CONFIG and ID registers
664
665 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
666
667         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
668           with offset
669         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
670           1489016, 1434401 and 1490124
671         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
672           1489016, 1434401 and 1490124
673
674 2006-05-17 Borut Razem <borut.razem AT siol.net>
675
676         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
677           thanks Stas Sergeev
678
679 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
680
681         * device/include/mcs51/P89c51RD2.h,
682         * device/include/mcs51/P89LPC901.h,
683         * device/include/mcs51/P89LPC922.h,
684         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
685
686 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
687
688         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
689         to fix missing stack pragma in compiled binary object file,
690
691 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
692
693         * support/packihx/configure.in,
694         * support/packihx/configure: removed warning, autoconf >= 2.5x can
695         determine sizeof basic types even while cross compiling
696
697 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
698
699         * src/avr/gen.c (aopop),
700         * src/ds390/gen.c (aopOp),
701         * src/hc08/gen.c (aopOp),
702         * src/mcs51/gen.c (aopop),
703         * src/pic16/gen.c (pic16_aopOp),
704         * src/pic/gen.c (aopOp),
705         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
706         if size of operand is smaller than spill location
707
708 2006-05-12 Borut Razem <borut.razem AT siol.net>
709
710         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
711           have to have CR/LF line endings even if they are checked out on *nix
712           or on WIN32 in cygwin binmode
713
714 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
715
716         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
717         * device/include/ds80c390.h: added sfr16 definitions
718         * src/ds390/gen.c,
719         * src/ds390/gen.h,
720         * src/ds390/main.c,
721         * src/ds390/ralloc.c,
722         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
723           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
724           bit returning functions
725         * support/regression/tests/sfr16.c: enabled test on ds390
726
727 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
728
729         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
730         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
731
732 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
733
734         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
735         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
736           (cl_address_space constructor): removed expensive initialization,
737           (cl_address_space::get_cell): extended for late initialization,
738           (cl_address_space::*): use late initialization,
739           (cl_address_decoder::activate): removed expensive initialization,
740           This reduced regression test running time by 25%
741
742 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
743
744         * packihx/,
745         * configure.in,
746         * configure,
747         * sdcc.dsw,
748         * Makefile.bcc,
749         * Makefile.in,
750         * support/packihx/Makefile.in,
751         * support/packihx/clean.mk,
752         * support/packihx/Makefile.bcc,
753         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
754
755 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
756
757         * src/SDCCval.c (valNot): fix for regression test failure
758           of not.c on big endian hosts
759
760 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
761
762         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
763
764 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
765
766         * device/lib/mcs51/Makefile.in: changed string comparison operator
767           to = for POSIX compliance; == is bash extension
768
769 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
770
771         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
772           kosmonaut_pirx
773
774 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
775
776         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
777         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
778         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
779         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
780         bug report #1478657,
781
782 2006-05-05 Borut Razem <borut.razem AT siol.net>
783
784         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
785           making the html
786
787 2006-05-02 Borut Razem <borut.razem AT siol.net>
788
789         * doc/Makefile.in: removed *.ind dependency since there is no rule to
790           create *.ind, which made make to fail if invoked with -j 2
791
792 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
793
794         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
795           Hubert Sack for patch 1479782
796
797 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
798
799         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
800
801 2006-05-01 Raphael Neider <rneider AT web.de>
802
803         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
804           (create_pic): store only prefix-free device name,
805           (init_pic): check for device names with "16" prefix,
806           (list_valid_pics),
807         * src/pic/device.h (struct PIC_device),
808         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
809             stored device name,
810         * device/include/pic/pic12f{635,675,629,683}.h,
811         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
812         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
813         * device/include/pic/pic16f505.h,
814         * device/lib/pic/libdev/pic16f505.c: removed
815         * device/include/pic/pic14devices.txt: added support for pic12f
816             devices, removed unsupported non 16-bit devices
817             [above changes provided by patch from Zik Saleeba]
818         * src/pic/*, src/pic16/*, device/include/pic16/*,
819           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
820
821 2006-05-01 Borut Razem <borut.razem AT siol.net>
822
823         * configure.in, configure, doc/Makefile.in:
824           sync with nightly build makefile - latex, dvipdf and dvips
825           not needed any more
826
827 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
828
829         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
830         in the library source
831
832 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
833
834         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
835
836 2006-04-28 Raphael Neider <rneider AT web.de>
837
838         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
839         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
840           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
841         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
842
843 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
844
845         * device/lib/pic/libdev/Makefile.in,
846         * device/lib/hc08/Makefile.in,
847         * device/lib/gbz80/Makefile.in,
848         * device/lib/z80/Makefile.in,
849         * device/lib/ds390/Makefile.in,
850         * device/lib/ds400/Makefile.in: added srcdir to include search path,
851         thanks to Borut for the bug report
852         * configure.in,
853         * configure: always create doc/Makefile independent from --enable-doc
854         * Makefile.in: always install from directory doc independent from
855         --enable-doc
856         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
857         removed
858         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
859         * doc/Makefile.in: install *.txt if present
860         * device/include/Makefile.in (install): added installation of pic/*.inc
861         and pic/*.txt files again, they were erroneously removed
862
863 2006-04-28 Raphael Neider <rneider AT web.de>
864
865         * src/pic/{gen.c,main.h,pcode.c},
866         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
867             concerning signedness with casts
868
869 2006-04-28 Raphael Neider <rneider AT web.de>
870
871         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
872             definition of an interrupt handler,
873         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
874             interrupt handler stuff from picglue() to separate routine,
875           (picglue): enabled definition of intr handlers in files w/o main()
876
877 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
878
879         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
880           compilation with MSVC 2005 Express Edition (VC8)
881
882 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
883
884         * device/lib/Makefile: fixed build of gbz80 lib
885
886 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
887
888         * support/regression/tests/bug-460010.c,
889         * support/regression/tests/bug-524691.c,
890         * support/regression/tests/bug-716242.c: removed conditional defines
891           that are already in testfwk.h
892
893 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
894
895         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
896           (AccAXRsh1): added, shift right by 1,
897           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
898            AccAXLrl1
899         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
900
901 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
902
903         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
904         remove cast to same type
905         * src/SDCCast.c (decorateType): fix for RFE 1475742,
906         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
907         * as/z80/Makefile,
908         * link/z80/Makefile: removed, they have moved to
909         Makefile.in files
910         * configure,
911         * configure.in: replaced duplicate message about ucsim by missing sdcpp
912         * install-sh: fix bug #1204398 by setting umask 0022
913         * device/lib/Makefile: separate build of z80 and gbz80 lib
914
915 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
916
917         Enabled VPATH feature: changed nearly all Makefiles (149 files).
918         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
919
920         One basic decision: e.g. src/clean.mk includes further files. In order
921         to make this work there are two solutions:
922         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
923           run configure on them. This way they can use
924           'include $(srcdir)/port-clean.mk'
925         - always include clean.mk by the Makefile at the same level. To avoid
926           that `make clean` tries to include and build Makefile.dep the
927           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
928           implemented, because now even `make uninstall` doesn't create
929           Makefile.in. clean.mk could be eliminated by pasting it in
930           Makefile.in.
931
932         * debugger/mcs51/Makefile.in: build own objects from library sources
933         (SLIB, SDCC) in current directory
934
935         * configure, configure.in: renamed --disable-device-lib-build in
936         --disable-device-lib; added --enable-doc, the required tools are
937         searched by configure; added result message; the toolchain for the
938         belonging ports are now only built, if the port is enabled.
939
940         * support/regression/*: all output is written in directory gen, because
941         the fwk and ports directories don't livet in the build tree using vpath
942
943         * doc/sdccman.lyx: renamed --disable-device-lib-build to
944         --disable-device-lib, added --enable-doc, added section VPATH
945
946         * sim/ucsim/configure.in,
947         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
948         z80 are enabled by default
949
950 2006-04-24 Raphael Neider <rneider AT web.de>
951
952         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
953             to config word, "pic14_"-prefixed some extern functions
954           (pic14_emitConfigWord): emit __config directive(s) if assignment to
955             config word has been found
956         * src/pic/device.h: added prototypes
957         * src/pic/pcode.c: added "pic14_"-prefix where needed
958         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
959             fixup
960         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
961             words,
962           (pic14emitRegularMap): ignore config words,
963           (pic14createInterruptVect): moved generating __config directives away
964           (picglue): have __config directives emitted
965
966 2006-04-24 Borut Razem <borut.razem AT siol.net>
967
968         * doc/Makefile: sync with nightly build makefile
969
970 2006-04-24 Raphael Neider <rneider AT web.de>
971
972         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
973             registers that have not been assigned proper liveranges,
974             fixes #1469504 and #1474602,
975           (pCodeRegOptimizeRegUsage): fixed typo in comment
976
977 2006-04-24 Borut Razem <borut.razem AT siol.net>
978
979         * device/examples/main8051.c: deleted - it was removed from CVS
980           24.mar.2000 and after that modified 18.feb.2001, so it reappered
981           after the transition to Subversion
982         * src/SDCCalloc.h: deleted - it was removed  from CVS
983           3.feb.2001 and after that modified 18.feb.2001, so it reappered
984           after the transition to Subversion
985         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
986           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
987           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
988           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
989
990 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
991
992         * as/asx8051.dsp: added mcs51/strcmpi.h
993         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
994         * as/hc08/aslink.h: updated lnksect prototype
995         * as/hc08/asm.h,
996         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
997         * as/hc08/asmain.c,
998         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
999           (newdot): handle A_ABS
1000         * as/hc08/asout.c,
1001         * as/mcs51/asout.c (outarea): output address
1002         * as/hc08/lkaomf51.c,
1003         * as/mcs51/lkaomf51.c: disabled unused array UsageType
1004         * as/hc08/m08pst.c,
1005         * as/mcs51/i51pst.c,
1006         * as/z80/z80pst.c: "ABS" is not A_OVR
1007         * as/hc08/lkarea.c (newarea): read a_addr,
1008           (lnkarea): added codemap array, sort absolute areas to the front,
1009            combine all GSINITx/GSFINAL,
1010           (find_empty_space, allocate_space): new functions,
1011           (lnksect): return next address, handle absolute sections
1012         * as/mcs51/lkarea.c (newarea): read a_addr,
1013           lnksect2 prototype changed,
1014           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
1015           (find_empty_space, allocate_space): new, factored out of lnksect2,
1016           (lnksect2): return next address, handle absolute sections
1017         * as/hc08/lkhead.c,
1018         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
1019         * as/hc08/lklibr.c (addfile, fndsym),
1020         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
1021           index out of range and detect both '\' and '/'
1022         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
1023         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
1024           regression tests (ds390 cannot return bool yet)
1025         * doc/sdccman.lyx: changed version number, document changed --no-peep,
1026           document critical interrupts on z80, document changed SDCC define
1027         * src/asm.c (_asxxxx_mapping): fixed .org directive,
1028           (_a390_mapping): added .org directive
1029         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
1030           (genMultOneByte): fixed warnings
1031         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
1032           ones
1033         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
1034         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
1035           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
1036         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
1037         * src/pic16/main.c: removed newReg prototype
1038         * src/pic16/pcode.c,
1039         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
1040           warnings
1041         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
1042           ones
1043         * src/pic16/ralloc.c
1044         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
1045           to fix warnings
1046         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
1047           from short to PIC_OPTYPE
1048         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1049         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1050           optype from short to PIC_OPTYPE
1051         * src/port.h: made int_size unsigned to fix warnings
1052         * src/SDCC.y: fixed warning on MSVC
1053         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1054         * src/SDCCopt.c (convertToFcall): fixed warnings
1055         * src/SDCCsymt.h: removed double prototype for genSymName
1056         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1057           offset int to fix warnings
1058
1059 2006-04-22 Borut Razem <borut.razem AT siol.net>
1060
1061         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1062           references to CVS replaced with Subversion
1063
1064 2006-04-21 Borut Razem <borut.razem AT siol.net>
1065
1066         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1067           references to CVS replaced with Subversion
1068
1069 2006-04-19 Borut Razem <borut.razem AT siol.net>
1070
1071         * src/version.awk: adapted for svn
1072         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1073           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1074           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1075           /binutils-avr/etc/*.vi, *.jin: removed all properties
1076           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1077
1078 2006-04-19 Borut Razem <borut.razem AT siol.net>
1079
1080         * CVS to Subversion migration completed
1081
1082 2006-04-18 Borut Razem <borut.razem AT siol.net>
1083
1084         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1085           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1086
1087 2006-04-17 Borut Razem <borut.razem AT siol.net>
1088
1089         * device/include/Makefile.in: added pic/*.inc to the installation
1090
1091 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1092
1093         * support/regression/collate-results.py: fixed output in case of
1094         a valdiag error
1095         * support/regression/generate-cases.py: fixed splitting of pathnames
1096         with dots
1097         * as/hc08/lklibr.c (addfile),
1098         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1099
1100 2006-04-11 Raphael Neider <rneider AT web.de>
1101
1102         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1103         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1104         * src/pic16/pcode.c (assignValnums): fixed #1460578
1105
1106 2006-04-11 Raphael Neider <rneider AT web.de>
1107
1108         * device/lib/pic/libdev/*.c,
1109         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1110           fixes #1468739, enables compilation in --std-c99 mode
1111         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1112
1113 2006-04-11 Raphael Neider <rneider AT web.de>
1114
1115         * src/pic/device.c (find_device): removed debug output
1116           (list_valid_pics): enabled verbose listing of supported devices
1117         * device/include/stdbool.h: define bool as char for pic14/16 as well
1118
1119 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1120
1121         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1122
1123 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1124
1125         * .version: bumped version to 2.5.6
1126         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1127
1128 2006-04-06 Raphael Neider <rneider AT web.de>
1129
1130         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1131         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1132         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1133           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1134             pic14_constructAbsMap
1135           (pic14printPublics): declare absolute global symbols as global
1136           (pic14createInterruptVect),
1137         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1138           (newReg): assume new registers unused, use correct name in
1139             hashtable (reg->name instead of name), more debugLog output
1140         * src/pic/device.h (PIC_device): added fields for verbose output
1141         * src/pic/device.c: moved device definition to pic14devices.txt,
1142             added routines for runtime parsing of pic14devices.txt,
1143             added support for second config word
1144         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1145           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1146           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1147           (_pic14_parseOptions): moved pCodeInitRegisters here
1148           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1149         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1150           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1151             handling the pseudo stack
1152         * device/lib/Makefile.in: ignore failures in objects-pic16,
1153         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1154         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1155         * device/lib/pic/Makefile.subdir,
1156         * device/lib/pic16/Makefile.subdir: improved clean rules
1157         * device/lib/pic/libdev/: NEW, pic14 device libraries
1158         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1159         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1160         * device/include/Makefile.in: create subdir and install pic14 headers
1161         * device/include/pic/p16f_common.inc: removed unused declarations
1162         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1163             PICs from inc2h.pl v1.6,
1164             replaced BIT_AT macros with struct declarations
1165         * device/include/pic/pic14devices.txt: definition of supported devices,
1166             all above improvements contributed by Zik Saleeba, thanks
1167         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1168         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1169             headers
1170
1171 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1172
1173         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1174         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1175           thanks to Charles Olds
1176
1177 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1178
1179         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1180
1181 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1182
1183         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1184         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1185         * support/regression/bug1464657.c: added, new test
1186
1187 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1188
1189         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1190           version number
1191
1192 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1193
1194         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1195           --no-peep and --peep-file <file> are used don't use default rules but
1196           do use the <file>
1197
1198 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1199
1200         * src/mcs51/gen.c (genCall): fixed bug 1457608
1201
1202 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1203
1204         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1205         changes seem to cause (trigger?) problems with the build system.
1206
1207 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1208
1209         * src/SDCCpeeph.c (operandsLiteral): new, added,
1210           (callFuncByName): inserted operandsLiteral
1211         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1212
1213 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1214
1215         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1216         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1217
1218 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1219
1220         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1221           implemented patch 1120823 Thanks to Willy De la Court (normal
1222           interrupts need an interrupt number now if they are made critical),
1223           and enabled nesting of critical functions though not for gbz80
1224           (genCritical, genEndCritical): added functions
1225           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1226         * src/z80/mappings.i: added "ei" to all mappings
1227
1228 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1229
1230         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1231         submitted by the Debian SDCC maintainer Aurelien Jarno:
1232         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1233         archive with gcc 4.1 on mips and wrote the patch"
1234
1235 2006-03-16 Raphael Neider <rneider AT web.de>
1236
1237         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1238           the left operand is shorter than the result (c* = lit-c* + int),
1239           fixes bug #1450796
1240         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1241           OP_SYMBOL
1242
1243 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1244
1245         * src/.version: increased version number to 2.5.5
1246         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1247         linking is done manually in pic16 port's _linkEdit,
1248         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1249         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1250         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1251         allocate asmop as AOP_ACC,
1252         (aopForRemat): added parameter 'bool result' in function declaration,
1253         (pic16_aopGet): return AOP_ACC when accessing WREG,
1254         (pic16_popGetTempReg): minor modification,
1255         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1256         'pic16_allocWithIdx',
1257         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1258         calling function in absolute addresses,
1259         (genAssign): take into account AOP_ACC asmop,
1260         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1261         * src/pic16/pcoderegs.c: some debug functions and lines added,
1262         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1263         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1264         register too,
1265         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1266         call to allocReg, not by manually allocating a new one,
1267         (pic16_assignRegisters): now before going through the register
1268         allocating functions mark all registers as free. This eliminates some
1269         side effects resulting from peephole parser done earlier in the backbone
1270
1271 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1272
1273         * src/SDCCicode.c (geniCodeLogic),
1274         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1275
1276 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1277
1278         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1279           (genSend): bugfix, do not allocate and free twice,
1280           (shiftRLong): handle partially overlapping aops
1281         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1282
1283 2006-03-08 Borut Razem <borut.razem AT siol.net>
1284
1285         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1286           for pic16
1287
1288 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1289
1290         * support/regression/tests/bug1409955.c: new, added
1291         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1292         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1293           (aopForSym, aopOp): increment asmop.allocated if reused,
1294           (freeAsmop): decrement asmop.allocated and check for zero instead of
1295           using asmop.freed,
1296           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1297           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1298            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1299            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1300            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1301            genSignedRightShift, genRightShift, genDataPointerGet,
1302            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1303            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1304             in reverse order from allocation,
1305           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1306             added swappedLR to keep track
1307         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1308           pdata & code for GCC, z80, gbz80 & hc08
1309         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1310
1311 2006-03-08 Raphael Neider <rneider AT web.de>
1312
1313         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1314
1315 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1316
1317         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1318         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1319         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1320
1321 2006-03-06 Borut Razem <borut.razem AT siol.net>
1322
1323         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1324           made the linker quiet
1325
1326 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1327
1328         * src/pic16/gen.c (genPcall): fixed bug #1443644
1329         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1330         which dumps before the function entry point a data byte which represents
1331         the number of the local variables used by the specified function, added
1332         'xinst' for initial support for Extended Instruction Support,
1333         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1334         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1335         port->fun_prefix anymore (may change later),
1336         (genFunction, genEndFunction): do not store/restore local registers for
1337         _main (this should take care the --main-return command line option in
1338         the future),
1339         (genOr): removed some legacy pic-port instructions,
1340         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1341         performing operations with SFR's causes data to be written more than
1342         once to each SFR. Perhaps SFRs should be handled in special cases...
1343         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1344         pcode.h
1345         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1346         into account for stack starting position,
1347         (struct OPTIONS pic16_optionsTable): added command line argument
1348         --extended or -y for Extended Instruction Support,
1349         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1350         (deassignLRs): *** perhaps the most important change, old 'for' code
1351         (commented out for reference), didn't account for some registers which
1352         were left marked 'not free' after a pointer operation. The change
1353         reduces register usage a lot in some cases
1354
1355 2006-03-04 Borut Razem <borut.razem AT siol.net>
1356
1357         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1358           _clean
1359         * support/regression/tests/bug-524697.c: decreased array size for
1360           mcs51 to fit into the internal RAM
1361         * support/regression/Makefile.in: a little bit more verbose
1362
1363 2006-03-03 Borut Razem <borut.razem AT siol.net>
1364
1365         * support/regression/fwk/lib/testfwk.c,
1366           support/regression/fwk/include/testfwk.h: introduced function
1367           _prints(), nonrecursive _printn(), call _initEmu() from main()
1368         * support/regression/ports/gbz80/support.asm,
1369           support/regression/ports/ucz80/support.asm,
1370           support/regression/ports/z80/support.asm,
1371           support/regression/ports/ds390/support.c,
1372           support/regression/ports/hc08/support.c,
1373           support/regression/ports/host/support.c,
1374           support/regression/ports/mcs51/support.c,
1375           support/regression/ports/xa51/support.c: added empty _initEmu()
1376           function
1377         * support/regression/ports/pic16/gpsim.cmd,
1378           support/regression/ports/pic16/spec.mk,
1379           support/regression/ports/pic16/support.c,
1380           support/regression/Makefile.in: added pic16 regression test
1381
1382 2006-03-01 Raphael Neider <rneider AT web.de>
1383
1384         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1385           genConstPointerGet): use safe way of generating MOVFF to cover
1386             literals as well as registers, fixes bug #1440527
1387         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1388             dereference
1389           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1390             more correctly, fixes bug #1232186
1391           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1392         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1393             gplink guess the correct processor in more cases, applied patch
1394             from Till Riedel attached to and fixing bug #1436552
1395
1396 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1397
1398         * support/regression/tests/array.c: added, contains check for #1434401
1399         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1400
1401 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1402
1403         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1404         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1405         * device/include/mcs51/c8051f326.h,
1406         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1407         * device/include/mcs51/c8051f000.h,
1408         * device/include/mcs51/c8051f018.h,
1409         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1410           PCON_IDLE,PCON_STOP and added sfr16 definitions
1411
1412 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1413
1414         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1415           genGetWord): fixed bug 1409955
1416
1417 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * device/include/hc08/mc68hc908gp32.h,
1420         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1421
1422 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1423
1424         * src/SDCCast.c (constExprValue): return NULL if not a value
1425         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1426         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1427         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1428
1429 2006-02-13 Borut Razem <borut.razem AT siol.net>
1430
1431         * src/regression/ptrarg.c: added, fails due to bug #1430967
1432         * src/regression/Makefile: ptrarg.c added, ...
1433
1434 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1435
1436         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1437         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1438
1439 2006-02-11 Borut Razem <borut.razem AT siol.net>
1440
1441         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1442           print "Processor: xxx" message to stdout only if --verbose
1443
1444 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1445
1446         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1447         * support/regression/tests/bug1426356.c: added
1448         * support/regression/tests/bitfields.c: removed 2 tests
1449
1450 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1451
1452         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1453         * device/include/mcs51/c8051f330.h,
1454         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1455           PCON_IDLE,PCON_STOP and added sfr16 definitions
1456         * device/lib/_divsint.c,
1457         * device/lib/_divuint.c,
1458         * device/lib/_divulong.c,
1459         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1460           register bank bug for small stackauto
1461
1462 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1463
1464         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1465
1466 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1467
1468         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1469         * all.dsp: corrected several bin paths
1470         * device/include/mcs51/c8051f120.h,
1471         * device/include/mcs51/c8051f300.h,
1472         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1473           to PCON_IDLE,PCON_STOP
1474         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1475         * device/lib/printf_large.c (output_float): fixed bug 1388703
1476         * support/regression/tests/bug1057979.c: added test for bug 1388703
1477
1478 2006-02-08 Raphael Neider <rneider AT web.de>
1479
1480         * src/pic/pcode.c (pciTRIS): fixed typo,
1481           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1482           (LinkFlow): fixed handling of flows that end in a call,
1483           (ReuseReg): perform safety check earlier
1484         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1485             to work with flows at the beginning of a pBlock,
1486             fixes #1426557 (Symbol not previously defined),
1487           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1488             usage information
1489           (RemoveUnusedRegisters): update register usage info
1490         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1491             created, reuse existing ones instead
1492         * src/pic/gen.c (genPcall): fixed #1424719
1493
1494 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1495
1496         * link/z80/lkmain.c,
1497         * link/z80/lklex.c,
1498         * link/z80/lkdata.c,
1499         * link/z80/aslink.h: fixed build on current cygwin:
1500         replaced getline() by lk_getline()
1501
1502 2006-02-01 Borut Razem <borut.razem AT siol.net>
1503
1504         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1505           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1506           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1507           src/regression/bool1.c, src/regression/bool2.c,
1508           src/regression/bool3.c, src/regression/call1.c,
1509           src/regression/compare.c, src/regression/compare10.c,
1510           src/regression/compare2.c, src/regression/compare3.c,
1511           src/regression/compare4.c, src/regression/compare5.c,
1512           src/regression/compare6.c, src/regression/compare7.c,
1513           src/regression/compare8.c, src/regression/compare9.c,
1514           src/regression/configword.c, src/regression/for.c,
1515           src/regression/inline.c, src/regression/mult1.c,
1516           src/regression/nestfor.c, src/regression/or1.c,
1517           src/regression/pointer1.c, src/regression/ptrfunc.c,
1518           src/regression/rotate1.c, src/regression/rotate2.c,
1519           src/regression/rotate3.c, src/regression/rotate4.c,
1520           src/regression/rotate5.c, src/regression/rotate6.c,
1521           src/regression/rotate7.c, src/regression/string1.c,
1522           src/regression/struct1.c, src/regression/sub.c,
1523           src/regression/sub2.c, src/regression/switch1.c,
1524           src/regression/while.c, src/regression/xor.c,
1525           src/regression/create_stc, src/regression/simulate,
1526           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1527           regression tests
1528         * src/regression/gpsim_assert.h: added
1529
1530 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1531
1532         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1533         ((void (code *) (void)) 0) ();
1534         * as/hc08/aslex.c,
1535         * as/hc08/aslink.h,
1536         * as/hc08/asm.h,
1537         * as/hc08/asmain.c,
1538         * as/hc08/lkdata.c,
1539         * as/hc08/lklex.c,
1540         * as/hc08/lkmain.c,
1541         * as/mcs51/aslex.c,
1542         * as/mcs51/aslink.h,
1543         * as/mcs51/asm.h,
1544         * as/mcs51/asmain.c,
1545         * as/mcs51/lkdata.c,
1546         * as/mcs51/lklex.c,
1547         * as/mcs51/lkmain.c,
1548         * as/z80/aslex.c,
1549         * as/z80/asm.h,
1550         * as/z80/asmain.c: fixed build on current cygwin:
1551         replaced getline() by as_getline()
1552
1553 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1554
1555         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1556         declarator in the symbol chain
1557         * src/SDCCsymt.h,
1558         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1559         parameter list for function pointers
1560         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1561         * support/regression/tests/bug-716242.c: added
1562
1563 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1564
1565         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1566         offset if possible
1567         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1568
1569 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1570
1571         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1572         inifinitely recurseable, added static
1573         * support/regression/tests/bug-1408066.c: added
1574
1575 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1576
1577         * src/SDCCicode.h,
1578         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1579         renamed, added possibility to create "postLoopLbl"-labels
1580         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1581         newiTempLoopHeaderLabel
1582         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1583         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1584         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1585         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1586         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1587         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1588         (basicInduction): fixed bug #136564, made static,
1589         (loopInduction): changed parameter of basicInduction, made static,
1590         (addPostLoopBlock): added
1591         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1592         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1593         findLoopEndSeq
1594         * support/regression/tests/bug-136564.c: added
1595         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1596         --std-sdcc99 to LIBSDCCFLAGS
1597
1598 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1599
1600         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1601         while loop
1602         * support/regression/tests/bug-1406131.c: added
1603
1604 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1605
1606         * src/SDCCast.c (decorateType): fix promotion of unary minus
1607         * src/SDCCsymt.c (computeType): beautified
1608         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1609         (valUnaryPM, valComplement): fix sign and promotion,
1610         (valNot): ANSI: result type is int (SDCC: unsigned char)
1611         * support/regression/tests/uminus.c: speedup by removing superflous
1612         test case 'int'
1613         * support/regression/tests/onebyte.c: added promotion and signedness
1614         tests for unary minus
1615         * support/regressions/tests/bug-477927.c: disable warning about
1616         uninitialized variables
1617         * support/regression/tests/not.c: added
1618
1619 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1620
1621         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1622         * src/mcs51/gen.c (gen51Code): show final register usage after
1623         fillGaps in asm with --i-code-in-asm
1624         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1625         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1626         incUsed, rliveClear, adjustIChain): made static,
1627         (setFromRange): excluded because it's unused,
1628         (findPrevUseSym, markWholeLoop): added,
1629         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1630         through all branches of predecessors enables sdcc to emit the warning
1631         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1632         (rlivePoint): made static, added parameter emitWarnings which is only
1633         true during the first run out of two,
1634         (findRecursiveSucc, findRecursivePred): removed,
1635         (computeLiveRanges): made static, added parameter emitWarnings,
1636         (dumpIcRlive): added for debugging only
1637         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1638         removed prototype of setFromRange()
1639         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1640         in call of computeLiveRanges()
1641         * support/regression/tests/bug-895992.c: added
1642         * support/regression/tests/bug-971834.c: added
1643         * support/valdiag/tests/bug-895992.c: added
1644         * support/valdiag/tests/bug-971834.c: added
1645
1646 2005-12-18 Raphael Neider <rneider AT web.de>
1647
1648         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1649           (genUnpackBits): improved code for direct operands,
1650           (genPackBits): improved code for literal assignment to bitfields
1651             and for direct destination operands (no FSR indirection),
1652             prevented redundant AND, fixes #1362800,
1653           (AccLsh): added parameter to disable masking of the result
1654         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1655           skip instructions with side-effects (like incfsz),
1656           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1657         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1658         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1659           fixes #1375263
1660
1661 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1662
1663         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1664         volatile variables as spill location
1665
1666 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1667
1668         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1669         replacing literals
1670         * support/regression/tests/bug-1376320.c: added
1671
1672 2005-12-08 Raphael Neider <rneider AT web.de>
1673
1674         * src/pic/device.c: renamed is_shared to pic14_is_shared
1675         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1676         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1677           (is_valid_identifier): added for above workaround
1678
1679 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1680
1681         * device/lib/Makefile.in: fixed to enable port-specific-objects
1682         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1683           char, thanks Hubert Sack
1684         * doc/sdccman.lyx: documented --xstack-loc,
1685           elaborated a bit more on interrupts and pitfalls,
1686           removed "setjmp/longjmp unsupported",
1687           documented some unsupported C99 features
1688         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1689         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1690           if, thanks Hubert Sack
1691         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1692         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1693           make make_library
1694         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1695           regression tests can report resource usage (rfe 700441)
1696         * support/regression/collate-results.py: report resource usage
1697         * support/regression/ports/ds390/spec.mk,
1698         * support/regression/ports/hc08/spec.mk,
1699         * support/regression/ports/mcs51/spec.mk,
1700         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1701         * support/regression/ports/ds390/uCsim.cmd,
1702         * support/regression/ports/hc08/uCsim.cmd,
1703         * support/regression/ports/mcs51/uCsim.cmd,
1704         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1705         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1706           library, use the default one
1707         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1708           building the library
1709
1710 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1711
1712         * config.dsp: added dependency on .version and configure_vc.awk
1713         * device/include/setjmp.h: updated for --stack-auto and --xstack
1714         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1715         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1716         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1717         * device/lib/libsdcc.lib: added _setjmp
1718         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1719           (decorateType): fixed bug 1372851,
1720           (optimizeGetHbit): fixed warning
1721         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1722           array initialisation
1723         * support/regression/tests/bug1057979.c: added test for bug 1358192
1724         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1725
1726 2005-12-03 Borut Razem <borut.razem AT siol.net>
1727
1728         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1729           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1730
1731 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1732
1733         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1734         createIval): implement symbol independant "flexible array member",
1735         (createIvalCharPtr): implemented flexible array initialisation with a
1736         string
1737         * src/SDCCsymt.c (copyStruct): removed,
1738         (getSize): fixed misleading comment,
1739         (getAllocSize): removed, the additional allocation size is now in
1740         sym->flexArrayLength,
1741         (checkStructFlexArray): new, syntax checks for flexible array members,
1742         (compStructSize): added syntax checks for "flexible array members"
1743         (copyStruct): removed,
1744         (copyLinkChain): removed inefficient fix for bug 770487
1745         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1746         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1747         symbol->flexArrayLength
1748         * src/SDCCerr.c,
1749         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1750         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1751         * support/regression/tests/structflexarray.c: added
1752         * support/valdiag/tests/structflexiblearray.c: added
1753
1754 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1755
1756         * src/SDCCast.c (decorateType): fixed bug 1368489
1757         * support/Util/SDCCerr.c,
1758         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1759
1760 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1761
1762         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1763           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1764
1765 2005-11-27 Borut Razem <borut.razem AT siol.net>
1766
1767         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1768           support/cpp2/mkdeps.h: added command line option
1769           -obj-ext=<extension> to SDCPP to define object file externion, used
1770           for generation of make dependencies (-M)
1771         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1772
1773 2005-11-26 Borut Razem <borut.razem AT siol.net>
1774
1775         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1776           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1777           added pic and pic16 libraries
1778
1779 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1780
1781         * device/include/float.h: Corrected typo in prototype of __fsgt
1782
1783 2005-11-25 Borut Razem <borut.razem AT siol.net>
1784
1785         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1786           added creation of model-mcs51-stack-auto libraries
1787
1788 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1789
1790         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1791         and fields-list too
1792         * src/SDCCast.c (createIvalArray): removed obsolete comment
1793
1794 2005-11-24 Borut Razem <borut.razem AT siol.net>
1795
1796         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1797           added missing device/lib/mcs51/crt*.asm sources
1798
1799 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1800
1801         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1802
1803 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1804
1805         * device/lib/_fs2schar.c,
1806         * device/lib/_fs2sint.c,
1807         * device/lib/_fs2slong.c: optimized inline asm
1808
1809 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1810
1811         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1812           Better handling of floats between -1.0 and 0.0.
1813
1814 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1815
1816         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1817           (the missing "if"s prohibited removal of redundant labels)
1818
1819 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1820
1821         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1822           Properly convert floats between -1.0 and 0.0 to long, int, and char
1823           types (max integer value of negative floats tends to zero).
1824         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1825           Removed changes made so to work properly with floats between
1826           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1827           and _fs2char.c
1828
1829 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1830
1831         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1832         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1833         (genCast) cosmetic change
1834         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1835         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1836         from mcs51
1837         * support/regression/tests/bitfields (testSignedBitfields): added
1838
1839 2005-11-18 Borut Razem <borut.razem AT siol.net>
1840
1841         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1842         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1843           introduced SILENT option to make building of pic16 libraries less
1844
1845 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1846
1847         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1848           Now they work properly with floats between -1.0 and 0.0
1849         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1850
1851 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1852
1853         * src/SDCCicode.c (printOperand): added missing else
1854
1855 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1856
1857         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1858         reformatted for better readability
1859         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1860         signed bitfields
1861
1862 2005-11-17 Borut Razem <borut.razem AT siol.net>
1863
1864         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1865           introduced SILENT option to make building of pic16 libraries less
1866           verbose - used for nightly snapshot build
1867         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1868           available on Win32 platforms.
1869         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1870           medium, large, pic and pic16
1871
1872 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1873
1874         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1875           printf("%f"...) sets fraction to zero.
1876
1877 2005-11-16 Raphael Neider <rneider AT web.de>
1878
1879         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1880           fixes #1357221
1881         * src/pic/gen.c (genIfx): implemented for CARRY bit
1882         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1883           to generic pointers, fixes #1357332,
1884           (pic16_movLit2f): NEW,
1885           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1886
1887 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1888
1889         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1890
1891 2005-11-11 Raphael Neider <rneider AT web.de>
1892
1893         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1894         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1895           compute pointer's type from operand,
1896           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1897           improved single bit reads, fixes bug #1353379
1898
1899 2005-11-09 Borut Razem <borut.razem AT siol.net>
1900
1901         * support/scripts/sdcc.nsi: added lib/pic to the package
1902
1903 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1904
1905         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1906
1907 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1908
1909         * support/regression/tests/bug1348008.c: added
1910         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1911         * support/regression/tests/bug1337835.c: updated comment
1912
1913 2005-11-06 Borut Razem <borut.razem AT siol.net>
1914
1915         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1916           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1917           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1918           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1919           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1920           dynamic construction of cl_error_class and derivates - 2.nd try
1921
1922 2005-11-05 Borut Razem <borut.razem AT siol.net>
1923
1924         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1925           bug, which caused Bus Errors on sparc solaris
1926
1927 2005-11-04 Borut Razem <borut.razem AT siol.net>
1928
1929         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1930           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1931           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1932           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1933           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1934           and derivates to resolve the initialization problem on OSX
1935
1936 2005-11-02 Borut Razem <borut.razem AT siol.net>
1937
1938         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1939           corrected typo - #include <winsock2.h>
1940
1941 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1942
1943         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1944           (_asxxxx_mapping): added org directive for future enhancements
1945
1946 2005-11-01 Borut Razem <borut.razem AT siol.net>
1947
1948         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1949           enabled sockets on WIN32
1950         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1951
1952 2005-10-31 Borut Razem <borut.razem AT siol.net>
1953
1954         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1955           WIN32 backslash path delimiters should be escaped when used in C strings
1956         * support/regression/tests/bitfields.c: exclude failing assertions for
1957           __CYGWIN32__ and __MINGW32__ hosts
1958
1959 2005-10-30 Borut Razem <borut.razem AT siol.net>
1960
1961         * src/SDCCutil.c: corrected double comparison typo
1962
1963 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1964
1965         * device/lib/medium/Makefile: added for new memory model medium
1966         * device/include/asm/mcs51/features.h: updated for medium/pdata
1967         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1968           added Multiply & Accumulate sbit's and MAC0_PAGE define
1969         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1970         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1971         * device/lib/_mullong.c: update for medium model
1972         * device/lib/incl.mk: added medium model
1973         * doc/sdccman.lyx: documented medium model
1974         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1975         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1976         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1977         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1978           (allocParms): set SCLS and OCLS to pdata for medium model
1979         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1980           for pdata,
1981           (powof2): return <0 if not power of 2
1982         * src/avr/gen.c (genBitWise): use updated powof2
1983         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1984           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1985           (shiftLLeftOrResult): use B if necessary
1986         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1987         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1988         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1989         * support/regression/Makefile.in: added test-mcs51-medium
1990         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1991
1992 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1993
1994         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1995         specifier unsigned
1996         * device/lib/time.c (mktime): fixed bug 1334315
1997
1998 2005-10-28 Raphael Neider <rneider AT web.de>
1999
2000         * device/include/pic/p16f_common.inc: added common declarations
2001         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
2002
2003 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2004
2005         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
2006           (aopPutUsesAcc): added to predict accumulator use,
2007           (assignResultValue): save acc if necessary,
2008           (genMinusDec): store result if indirectly addressed,
2009           (genDivOneByte):  save acc if necessary,
2010           (movLeft2Result): bugfix if left already in acc,
2011           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
2012             attention to accumulator use (esp. pdata),
2013           (genReceive): receive pdata correctly
2014         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
2015         * src/SDCCicode.h: added isOperandInPagedSpace prototype
2016
2017 2005-10-27 Raphael Neider <rneider AT web.de>
2018
2019         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
2020
2021 2005-10-27 Raphael Neider <rneider AT web.de>
2022
2023         * .version: changed version to 2.5.4
2024         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
2025         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
2026           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
2027             arithmetics support routines
2028         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
2029         * device/lib/Makefile.in: also create installdir for pic
2030
2031         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
2032           pic14 port as well
2033         * src/pic/device.c (dump_sfr): rewritten to delegate register
2034           placement to the linker (use `extern sym' rather than sym EQU addr),
2035           (validAddress): fixed to check last specified address
2036         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
2037           (popGetLit): truncate literal value to 8 bit,
2038           (popGet): moved assert to more appropriate place
2039           (popGetExternal): create pCode operand from and mark the according
2040             symbol as being `extern'
2041           (popGetAddr): added sanity check on immediate's offset, provide
2042             GPOINTER tag on demand
2043           (aopPut): fixed for immediates,
2044           (mov2w_op): move operand's address or contents to WREG (depending on
2045             operand type), safer variant of mov2w,
2046           (movwf,call_libraryfunc): NEW, handy abbreviations,
2047           (get_argument_pcop,get_return_val_pcop,pass_argument,
2048           get_returnvalue): interface for accessing function parameters and
2049             return values,
2050           (assignResultValuei,genRet): use new parameter/return value interface
2051           (pic14_getDataSize): back to old version handling generic pointers,
2052           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2053             provided implementation and/or fixed old one,
2054           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2055             calls, removed legacy 8051 reference code
2056           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2057           (loadSignToC): NEW, move the operands sign bit to CARRY,
2058           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2059             genRightShiftSigned, accepts negative shift counts,
2060           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2061           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2062             generic pointers, __data pointers and __code pointers,
2063           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2064             and signed bitfields, limit bitfields to 8 bit,
2065           (genDataPointerGet): fixed number of bytes read,
2066           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2067           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2068             pointers to constant data are no longer assumed to point to __code
2069             space, removed invalid pointer types,
2070           (bitpatternFromVal): retrieve the PICs representation of an integer
2071             or float literal,
2072           (genDataPointerSet): fixed assigning to po_immediate operands,
2073           (genGenPointerSet): implemented as library call,
2074           (genIfx): fixed incorrect condition,
2075           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2076             provide GPOINTER tag according to destination's storage class,
2077           (genCast): added code to handle casting to generic pointers, added
2078             sign-/zero extension of the result
2079           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2080         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2081         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2082           extend the result
2083         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2084           address/register resides in the shared banks
2085           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2086             put all variables into separate sections (have the linker arrange
2087             them)
2088           (picglue): put init code and interrupt handlers in separate sections
2089         * src/pic/main.c: added port specific options table, modified to PORT
2090           structure to make GPOINTERs 3 byte, added pic14_options
2091           (_pic14_do_link): private linking routine (update paths to libraries,
2092             add libsdcc.lib by default)
2093         * src/pic/main.h: declare pic14_options
2094         * src/pic/pcode.c: fixed instructions i/o relations,
2095           (RegCond): reverted to correct version,
2096           (newpCodeOpLit): truncate literals to 8 bit,
2097           (genericPrint): added debug output,
2098           (getRegFromInstruction): fixed for various operand types, simplified
2099           (BuildFlow): fixed broken handling of isntructions with labels
2100           (LinkFlow): start at last instruction in flow (skip trailing comments),
2101             pass the flow on to the next instruction after CALL
2102           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2103           (insertPCodeInstruction): fixed inserting after a skip instruction,
2104           (DoBankSelect): fixed for labeled instructions
2105           (OptimizepBlock): honor --nopeep switch
2106           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2107         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2108         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2109           (pCodeOptime2pCodes): allow disabling this optimization via
2110             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2111             but is still buggy), started implementation of a dataflow based
2112             pCode optimization (CSE + dead code elimination)
2113           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2114         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2115           names are independant of the stack location and therefore portable across
2116           devices
2117
2118 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2119
2120         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2121           (selectSpil): fixed bug 1337835 by not spilling bit variables
2122         * support/regression/tests/bug1337835.c: added test for this bug
2123         * src/mcs51/peeph.def: restart after rule 3.c,
2124           addded rules 263.x to optimize loading constants
2125
2126 2005-10-26 Raphael Neider <rneider AT web.de>
2127
2128         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2129         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2130           (genAssign): emit warning when casting literals to generic pointer
2131             type, also applies when taking the address of a fixed variable,
2132           (genCast): improved casting to generic pointers
2133         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2134           extern variables, added verbose error message
2135         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2136
2137 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2138
2139         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2140         carry must be complemented too
2141         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2142         could be emitted by genMinus
2143         * src/SDCCval.c (constVal): fixed bug 1305065
2144
2145 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2146
2147         * src/SDCCast.c (addCast): added promotion for bit variables
2148         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2149         promotion casts + optimisation
2150         (optimizeGetWord): fix warning 'i' might be used uninitialized
2151         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2152         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2153
2154 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2155
2156         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2157         all chars are promoted to int; promotion should be handled in SDCCast.c
2158
2159 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2160
2161         * device/lib/_strcmp.c: Fixed bug 1326457
2162
2163 2005-10-11 Raphael Neider <rneider AT web.de>
2164
2165         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2166         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2167
2168 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2169
2170         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2171         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2172
2173 2005-10-04 Raphael Neider <rneider AT web.de>
2174
2175         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2176           device/lib/pic16/pics.all: added pic18f1320
2177         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2178
2179 2005-09-30 Raphael Neider <rneider AT web.de>
2180
2181         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2182         * src/pic16/devices.inc: NEW, provides device descriptions
2183         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2184
2185 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2186
2187         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2188           GETHBIT
2189
2190 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2191
2192         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2193           documented Any Order Bit, Higher Order Byte and Higher Order Word
2194         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2195         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2196           (optimizeGetAbit): new, to get any bit, not only the high bit,
2197           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2198           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2199           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2200           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2201             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2202             GETABIT, GETBYTE, GETWORD: decorate them,
2203           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2204           (ast_print): added GETABIT, GETBYTE, GETWORD
2205         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2206         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2207           (geniCodeBinary): new generic binary icode,
2208           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2209         * src/port.h: updated comment for PORT.hasExtBitOp
2210         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2211           (genGetByte): new, to get a single byte,
2212           (genGetWord): new, to get a word from a long,
2213           (gen51Code): added GETABIT, GETBYTE, GETWORD
2214         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2215
2216 2005-09-23 Raphael Neider <rneider AT web.de>
2217
2218         * configure.in, configure: have device/lib/pic configured
2219         * device/lib/Makefile.in: added model-pic14
2220         * device/lib/clean.mk: added pic/ to clean rule
2221         * device/lib/pic: added rudimentary pic14 library providing support
2222           functions for multiplication/division/generic pointer access
2223         * src/SDCCopt.c (convilong): mark support functions as extern
2224           for pic14 port as well
2225         * src/pic/gen.c (genMult): added assertions,
2226           (genpic14Code): emit warning on unhandled iCodes
2227         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2228         * src/pic/pcode.c (pCodeOpCopy),
2229         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2230           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2231           SFR_REGISTER}), made safe for future extensions
2232         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2233           instructions even if preceeded by SKIP instructions (also remove
2234           them); removed unused code
2235         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2236           prevents leaving parts of the structure uninitialized after copying
2237
2238 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2239
2240         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2241           ago by me
2242         * support/regression/tests/addsub.c: added test for the bug
2243
2244 2005-09-21 Raphael Neider <rneider AT web.de>
2245
2246         * device/include/pic16/pic18f1220.h,
2247           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2248         * device/lib/pic16/Makefile.rules: added missing opening paren
2249         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2250           are provided in genutils.c,
2251           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2252           operand/result sizes,
2253           (genCmp): assert on NULL pointers first, then check deref'ed values
2254         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2255           result size
2256
2257 2005-09-18 Raphael Neider <rneider AT web.de>
2258
2259         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2260           as these are now unused,
2261           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2262         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2263           local, avoids uninitialized pointer dereference on r->name
2264         * src/pic16/ralloc.c (newReg): fixed indentation
2265
2266 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2267
2268         * src/SDCCval.c (constVal): fixed bug 730366
2269         * support/Util/SDCCerr.c,
2270         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2271
2272 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2273
2274         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2275
2276 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2277
2278         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2279
2280 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2281
2282         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2283           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2284         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2285           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2286         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2287         * packihx/packihx.c (hexDigit): made c unsigned char
2288         * as/mcs51/lklibr.c (fndsym),
2289         * link/z80/lkgb.c (gb),
2290         * link/z80/lklibr.c (fndsym),
2291         * link/z80/lkrloc.c (relr),
2292         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2293         * src/SDCC.lex (checkCurrFile, process_pragma),
2294         * src/SDCCglue.c (spacesToUnderscores),
2295         * src/SDCCmain.c (setParseWithComma, processFile),
2296         * src/asm.c (tvsprintf, printCLine),
2297         * src/avr/gen.c (emitcode, aopPut),
2298         * src/ds390/gen.c (emitcode),
2299         * src/hc08/gen.c (emitcode, emitinline),
2300         * src/mcs51/gen.c (emitcode, genInline),
2301         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2302           tokenizeLineNode),
2303         * src/pic/ralloc.c (debugLog),
2304         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2305           tokenizeLineNode),
2306         * src/pic16/ralloc.c (debugLog),
2307         * src/z80/main.c (_process_pragma):
2308            made all ctype.h function calls safe
2309         * src/SDCCopt.c: include math.h for fabs
2310         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2311           and used them throughout the code to make ctype.h function calls safe
2312         * src/ds390/main.c (asmLineNodeFromLineNode),
2313         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2314         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2315            unsigned char*
2316         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2317           (newpCodeAsmDir): made ctype.h function calls safe
2318         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2319           pic16_emitcode):  made lbp unsigned char*
2320         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2321           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2322         * src/xa51/gen.c (emitcode),
2323         * src/z80/gen.c (_emit2): made lbp unsigned char*
2324         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2325            char*
2326
2327 2005-09-05 Raphael Neider <rneider AT web.de>
2328
2329         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2330           access bank splitpoint
2331
2332 2005-09-05 Raphael Neider <rneider AT web.de>
2333
2334         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2335
2336 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2337
2338         * .version: changed to version 2.5.3
2339         * doc/sdccman.lyx: changed version to 2.5.3,
2340           documented --codeseg and --constseg and pragma codeseg and constseg,
2341           documented bit parameters (reentrant) and bit returning
2342         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2343            currFunc->recvSize, but is this ok for all ports?
2344           (ast2iCode): result of ~ on unsigned char must be cast to int for
2345            bool to work
2346         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2347           function pointers in bit space
2348         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2349           (processFuncArgs): call port.reg_parm() with reentrancy info
2350         * src/port.h,
2351         * src/avr/main.c,
2352         * src/ds390/main.c,
2353         * src/hc08/main.c,
2354         * src/pic/main.c,
2355         * src/pic16/main.c,
2356         * src/xa51/main.c,
2357         * src/z80/main.c: port.reg_parm prototype extended with
2358           "bool reentrant" parameter
2359         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2360           options.stackAuto for allocating bit register parameters
2361         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2362           (genSend): set BitBankUsed if it is,
2363           (selectRegBank): factored out of genCall for use in genPcall,
2364           (genCall): removed redundant dtype assignmen, use selectRegBank,
2365           (genPcall): handle returning in Carry properly, save in F0 if needed,
2366           (genReceive): handle bit register parameters
2367         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2368           (mcs51_assignRegisters): enable bit registers for all reentrant
2369            functions and don't set BitBankUsed unconditionally
2370         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2371         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2372         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2373
2374 2005-08-27 Borut Razem <borut.razem AT siol.net>
2375
2376         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2377         ppc-osx (Darwin) does not support -u option. It seems that it is
2378         supported only on Linux - GNU cp
2379
2380 2005-08-25 Borut Razem <borut.razem AT siol.net>
2381
2382         * sim/ucsim/gui.src/serio.src/Makefile.in,
2383           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2384           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2385           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2386           install and strip, since the strip at /usr/ccs/bin should be used
2387           on solaris
2388
2389 2005-08-24 Borut Razem <borut.razem AT siol.net>
2390
2391         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2392
2393 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2394
2395         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2396         ffffffffu
2397
2398 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2399
2400         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2401         * as/mcs51/lkmain.c (link_main): fixed warning
2402         * device/include/stdbool.h: ds390 has no advanced bit support yet
2403         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2404         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2405         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2406           and updated their macros
2407         * src/SDCCval.c (constVal): updated comment for renamed b_long
2408
2409 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2410
2411         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2412         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2413           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2414           (oprio): set priority for '['
2415         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2416            and adb_24_bit
2417         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2418         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2419         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2420         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2421           added overlayable BIT_BANK area
2422         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2423           (summary2): explain 'T' in legenda
2424         * as/mcs51/lkrloc.c: replaced old K&R style,
2425           (relr): added R_BIT processing,
2426           (errmsg): added "Bit-addressable relocation error",
2427           (adb_bit): added for converting from byte- to bit-addressable space,
2428           (adb_24_bit): added for converting from byte- to bit-addressable space
2429         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2430            used in reentrant functions now even as return value
2431         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2432         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2433           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2434         * src/SDCCglobl.h: added indicator BitBankUsed
2435         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2436            the bit registers b0-b7
2437         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2438           (geniCodeCast): fixed bug 1263853,
2439           (geniCodeLogicAndOr): put result in bool or char,
2440           (geniCodeReceive): added parameter func for accessing the return type,
2441           (geniCodeFunctionBody): pass func to geniCodeReceive
2442         * src/SDCCmain.c: added indicator BitBankUsed
2443         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2444         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2445           (checkSClass): don't put automatic bool/bit on stack,
2446           (checkFunction): removed check on function cannot return bit
2447         * src/SDCCsymt.h: added newBoolLink prototype
2448         * src/mcs51/gen.c (rb1regs): added bit registers,
2449           (movc): created for assigning to carry,
2450           (pushReg, popReg): created for pushing registers,
2451           (sameRegs): check both AOP_REG and AOP_CRY types,
2452           (aopOp): handle bit registers,
2453           (aopPut): optimization no self-assign,
2454           (saveRegisters): push reg->base (bits) only once for bit registers,
2455            and use pushReg,
2456           (unsaveRegisters): pop reg->base only once and use popReg,
2457           (assignResultValue): added parameter func and return in carry for bits,
2458           (genIpush): optimization no reload in A if not changed,
2459           (genSend): bit parameters in reentrant functions are passed in bit
2460            registers by first assigning to bits in B, then save registers and
2461            copy B to bits,
2462           (genCall): handle returning in Carry properly, save it in F0 if needed,
2463           (genPcall): updated assignResultValue call, this is not safe yet for bit
2464            returning function !!!
2465           (genFunction): don't generate equ's for bit registers and use pushReg,
2466           (genEndFunction): take care of bit returning functions and use popReg,
2467           (genRet): return bit in Carry,
2468           (genIfx): optimize bit registers and other directly addressable bits,
2469           (genReceive): updated assignResultValue call
2470         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2471           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2472            registers when using stack-auto
2473         * src/mcs51/ralloc.c (_G): added allBitregs,
2474           (regs8051): added the bit registers,
2475           (createStackSpil): use macro IS_BIT,
2476           (getRegBit): added to allocate a bit register, else spill,
2477           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2478           (updateRegUsage): factored out to ease stepping while debugging,
2479           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2480            also allocate bit registers,
2481           (fillGaps): handle bit registers,
2482           (findAllBitregs): added to create bit vector with all bit registers,
2483           (mcs51_allBitregs): returns this bit vector,
2484           (mcs51_assignRegisters): when using stack-auto use bit registers for
2485            passing parameters and creating local variables
2486         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2487
2488 2005-08-22 Borut Razem <borut.razem AT siol.net>
2489
2490         * device/lib/Makefile.in: replaced find option -or with -o
2491           to make it run on solaris
2492
2493 2005-08-22 Raphael Neider <rneider AT web.de>
2494
2495         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2496           fixes #1265442 (crash on Solaris)
2497
2498 2005-08-20 Borut Razem <borut.razem AT siol.net>
2499
2500         * configure, configure.in: added tests for libsocket and libnsl libraries,
2501           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2502           from support/regression/Makefile.in
2503         * support/regression/Makefile.in: added
2504         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2505         * sim/ucsim/libtool: regenerated on sparc-solaris
2506         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2507           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2508           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2509           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2510           sparc-solaris, which doesn't use GNU ld linker
2511         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2512         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2513
2514 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2515
2516         * src/mcs51/peeph.def: updated comments
2517
2518 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2519
2520         * device/lib/_gptrget.c,
2521         * device/lib/_gptrput.c: slightly shorter
2522         * doc/sdccman.lyx: incremented version
2523         * src/mcs51/peeph.def: moved peephole comments to the line of first
2524           change to better keep line correlation, reanimated 186.e
2525         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2526
2527 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2528
2529         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2530           David Saxton with quotes around file name.
2531
2532 2005-08-15 Borut Razem <borut.razem AT siol.net>
2533
2534         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2535           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2536           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2537           make tests run on x86_64 platform
2538
2539 2005-08-13 Raphael Neider <rneider AT web.de>
2540
2541         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2542           as it might be executed DURING a build (parallel make is wonderful)
2543
2544 2005-08-13 Raphael Neider <rneider AT web.de>
2545
2546         * device/lib/Makefile.in (port-specific-objects-pic16):
2547           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2548         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2549           dependency
2550         * device/lib/pic16/Makefile.rules: build subdirs before creating
2551           the library, removed builddir rule, create $(builddir) early in
2552           recurse rule, use empty recurse rule for leaf directories
2553         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2554           mkdir errors (race condition), removed duplicate suffix "hex"
2555           from clean rules
2556         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2557         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2558           prevents mkdir -p from aborting on Alpha
2559
2560 2005-08-12 Raphael Neider <rneider AT web.de>
2561
2562         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2563           db-statements in order to allow for arrays of pointers in code
2564           sections to be placed without interspersed 0-padding, fixes
2565           bug #1256215
2566         * (emitStatistics): fixed division by zero for pic18f1220
2567         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2568           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2569         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2570         * (pic16_pCodeConstString): keep track of already emitted string
2571           literals to prevent "duplicate definitions of symbol _str_NR"
2572         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2573           debug message
2574         * device/lib/Makefile.in: ignore failing PIC16 library builds
2575         * device/lib/pic16/Makefile: do not build if gputils are missing
2576         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2577
2578 2005-08-10 Raphael Neider <rneider AT web.de>
2579
2580         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2581           my last commit)
2582
2583 2005-08-10 Raphael Neider <rneider AT web.de>
2584
2585         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2586           Rokas' patch to add the new fixed point type "__fixed16x16"
2587         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2588           functions for __fixed16x16 arithmetics
2589         * device/lib/pic16: reimplemented the build system to support
2590           a separate build directory, better handling of libio (create
2591           the library in a separate subdir for each architecture) and
2592           easier configuration (centralized in Makefile.common)
2593
2594 2005-08-07 Raphael Neider <rneider AT web.de>
2595
2596         * src/pic16/gen.c (genrshTwo): fixed sign extension
2597         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2598         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2599           added T0CONbits
2600         * device/include/pic16/pic18f4220.h: NEW, header for
2601           pic18f4220 and pic18f4320
2602         * device/include/pic16/pic18fregs.h: added new devices,
2603           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2604         * device/include/pic16/signal.h: resolved name clashes
2605           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2606           to also allow testing for interrupt enable bits, added
2607           comments on how to use the macros
2608         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2609         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2610           register definitions for the devices
2611         * device/lib/pic16/pics.all: added new devices
2612         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2613           allocated memory
2614         * device/lib/pic16/libc/stdlib/memfree: do not count
2615           the block header as free memory
2616         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2617           simplified and added missing end-of-blocklist-marker
2618           (reported by Peter Onion, fixes #1252814)
2619         * (_mergeHeapBlock): fixed loop condition
2620         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2621           len==0, restructured code
2622         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2623           up a bit, reduced bitfield accesses, prevent endless loops
2624           in case of heap corruption
2625         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2626           "unreferenced arguments/must return a value" warnings
2627         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2628           replaced BAUDREG with SPBRG
2629         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2630           device/lib/pic16/debug/gstack/gstack.c: replaced
2631           _naked, _asm, _endasm with __naked, __asm, __endasm
2632
2633 2005-08-05 Raphael Neider <rneider AT web.de>
2634
2635         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2636           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2637
2638 2005-08-05 Borut Razem <borut.razem AT siol.net>
2639
2640         * device/lib/Makefile.in: added missing ';'
2641         * configure: removed ^M characters
2642
2643 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2644
2645         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2646           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2647           License
2648
2649 2005-08-04 Borut Razem <borut.razem AT siol.net>
2650
2651         * configure.in: pic16 libraries build 2nd try - enable running
2652           configure in device/lib/pic16
2653         * configure: regenerated from configure.in
2654         * device/lib/Makefile.in: create $(PORT)/bin directory
2655
2656 2005-08-03 Raphael Neider <rneider AT web.de>
2657
2658         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2659           to get/set values via pointers
2660         * (genUnpackBits,genPackBits): changed detection of
2661           ptr->bitfield vs. sym.bitfield, fixed access via generic
2662           pointers, removed dead (wrong) code for multibyte bitfields
2663         * (genNearPointerGet, genGenPointerGet): removed useless code,
2664           fixed bitfield detection, fixes #1250594
2665         * (genNearPointerSet): removed useless code
2666         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2667           and introduced macro pic16_emitpcode that conditionally emits
2668           the origin of the following pCode (useful for debugging SDCC)
2669         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2670         * (createDefmap): fixed handling of LFSR for --optimize-df
2671
2672 2005-08-02 Borut Razem <borut.razem AT siol.net>
2673
2674         * device/lib/Makefile.in: pic16 libraries build enabled since
2675           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2676
2677 2005-08-02 Raphael Neider <rneider AT web.de>
2678
2679         * src/pic16/gen.c (genPackBits): removed deprecated warning
2680         * (genGenPointerSet): fixed bitfield detection
2681
2682 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2683
2684         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2685
2686 2005-07-31 Raphael Neider <rneider AT web.de>
2687
2688         * device/lib/pic16/libdev/pic18f458.c,
2689           device/include/pic16/pic18f458.h: added missing T0CONbits
2690
2691 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2692
2693         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2694
2695 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2696
2697         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2698
2699 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2700
2701         * device/include/mcs51/at89c51ed2.h: added.
2702
2703 2005-07-23 Raphael Neider <rneider AT web.de>
2704
2705         * src/pic/gen.h: added emitpcode macro for debugging
2706         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2707           and replace by macro adding debug information on demand
2708         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2709         * (gencjne): tried to fix; replaced with correct (slower) code
2710         * (gen{Unp,P}ackBits): fixed single bit access
2711         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2712         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2713           previous instruction
2714         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2715           register has to be handled with care (forbidding movement
2716           of assignments/uses, removing assignments completely, ...)
2717         * (pCodeOptime2pCodes): make use of regIsSpecial
2718         * added lots of debugging output (commented out)
2719         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2720           from being reused as result UNLESS it is known to work
2721
2722 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2723
2724         * support/Util/dbuf.h: include <stddef.h> for size_t
2725         * .version: changed to version 2.5.2
2726
2727 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2728
2729         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2730
2731 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2732
2733         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2734           (genModOneByte): removed needless psha/pula
2735
2736 2005-07-22 Raphael Neider <rneider AT web.de>
2737
2738         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2739           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2740         * src/pic/gen.c (resolveIfx): do not "invent" labels
2741         * (genSkipc): changed to positive logic
2742         * (genSkipCond): removed as no longer needed
2743         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2744           backport from PIC16
2745         * (genLeftShift): check operands are in different registers
2746         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2747           INCF does not update CARRY...
2748         * src/pic/main.c: fixed _linkCmd
2749         * src/pic/pcode.c (unlinkpCode): added inactive code
2750         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2751           alive (do not assign result and operand overlapping registers)
2752
2753 2005-07-22 Raphael Neider <rneider AT web.de>
2754
2755         * src/pic/device.c (dump_sfr): replaced register declaration with
2756           call to emitSymbolToFile() to avoid duplicate symbols
2757         * (assignRelocatableRegisters): do not declare external symbols
2758         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2759           right (take size of type, not etype)
2760         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2761         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2762         * (packRegsForAccUse): disabled assignment of WREG as
2763           the result reg to prevent occurence of just fixed #1235003,
2764           fixes #1242954
2765         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2766           symbols (avoids duplicate symbols in .asm file)
2767         * (pic14emitRegularMap): use emitSymbolToFile()
2768         * src/pic/gen.c (aopOp): fixed spillLocation handling
2769         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2770         * (genDataPointerSet): removed unneccessary variables/output
2771
2772 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2773
2774         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2775         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2776
2777 2005-07-21 Raphael Neider <rneider AT web.de>
2778
2779         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2780           architecture cannot handle them efficiently, fixes bug #1235003
2781         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2782           check for empty sets before using them (fixes bug #1232190)
2783
2784 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2785
2786         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2787           (lnksect2): generate warnings for memory overlap
2788         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2789           constseg to set the name of these segments so you can instruct the linker
2790           to place them in banks
2791         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2792         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2793           added code_seg and const_seg to options
2794         * src/SDCCglue.c (emitMaps): use options.const_seg,
2795           (createInterruptVect): put interrupt vectors in segment HOME,
2796           (glue): put HOME before static segment and put the main glue in HOME,
2797           (glue): use options.code_seg
2798         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2799         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2800           these segments so you can instruct the linker to place them in banks
2801           (linkEdit): use code_loc for HOME segment which should be the first
2802           segment in code memory now
2803         * src/SDCCmem.c: fixed more stuff like bug 1238386
2804         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2805           (changePointer): don't change function pointers to code pointers for
2806           banked functions,
2807           (compareType): added exceptional check for banked function pointers
2808         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2809         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2810           after static in code memory
2811         * src/mcs51/gen.c: added aopLiteralLong prototype,
2812           (aopForSym): use getSize for functions,
2813           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2814           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2815           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2816           the segment,
2817           (genPcall): use call for literal function pointers and generate banked
2818           calls over the one trampoline so there's only one place for the user to
2819           modify according to his/hers hardware,
2820           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2821           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2822         * src/mcs51/main.c: added keyword banked,
2823           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2824         * support/Util/SDCCerr.c,
2825         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2826           needed for passing the bank and address to the trampoline
2827         * device/lib/mcs51/crtbank.asm: added for bankswitching
2828         * device/lib/mcs51/Makefile: added crtbank
2829
2830 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2831
2832         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2833           for fields at offset 0 of a struct or union as reported
2834           on 2005-07-07 in the developer mailing list.
2835
2836 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2837
2838         * src/SDCCmem.c: fixed bug 1238386
2839
2840 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2841
2842         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2843           (patch #1144962), added peephole 300, enabled 259.x
2844         * doc/sdccman.lyx: removed screenshot and provided link instead
2845
2846 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2847
2848         * doc/sdccman.lyx: added section about debugging with ddd
2849         * doc/figures/ddd_example.eps: screenshot of debugging session
2850
2851 2005-07-04 Raphael Neider <rneider AT web.de>
2852
2853         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2854           like CODE pointers, fixes #1115683
2855         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2856           call, fixes bugs #1232211, #1228110,
2857           fixed wrong casts to pCodeFlow from pCodeInstructions
2858
2859 2005-07-04 Raphael Neider <rneider AT web.de>
2860
2861         * src/pic/gen.c (popGet): changed assert to allow for
2862           bit operands
2863         * (popGetAddr): changed signature to provide
2864           an additional index, patched all call sites
2865         * (genCmpEq): handle literal-like operands correctly
2866         * (genAddrOf): added sanity checks on __code/__data pointers
2867         * (genAssign): added handling of symbols from __code section
2868         * (gencjne): do not generate code for comparisons whose result
2869           is neither stored nor used, fixes bug #1171114
2870         * (AccLsh, AccRsh): operate on operand instead of WREG
2871         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2872           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2873           by known count
2874         * rewrote complete shift-by-literal logic, commented unused
2875           functions out
2876         * (genConstPointerGet): get multiple bytes (if result size > 1),
2877           fixed handling of non-immediate addresses
2878         * (genPointerGet): handle CODE pointers like CONST pointers
2879         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2880         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2881           operand is to be treated as a literal or not
2882         * (mov2w,genPcall,genCmpEq),
2883           src/pic/genarith.c: use aop_isLitLike() to decide between
2884           literal/register contents
2885         * (addSign): added missing offset
2886         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2887           only emit comment in debug-mode,
2888           use {aop,op}_isLitLike throughout the file
2889         * src/pic/glue.c: fix initializers for pointers (work in progress)
2890         * src/pic/pcode.c (get_op): honor index on _const symbols
2891         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2892         * (dumppBlock): added pCode size estimation
2893         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2894           check for IS_SYMOP before OP_SYMBOL'ing
2895         * fixed indentation, compacted switch-statements
2896         * (allocReg): find free register and allocate it instead of
2897           allocating new registers all the time
2898         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2899           registers as its operands (necessary only for multibyte GETs)
2900
2901 2005-07-01 Raphael Neider <rneider AT web.de>
2902
2903         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2904           debugging .asm-output macros FENTRY + FEXIT
2905         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2906           way... I wonder...
2907         * (emitpComment): NEW, printf to pCode
2908         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2909           offset handling
2910         * (popGetAddr): NEW, variant of popGet to access an immediates
2911           high(er) bytes instead of the n'th byte of memory they reference,
2912           replaced popGet with popGetAddr where neccessary
2913         * (genDataPointerGet): reactivated and fixed implementation
2914         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2915           accesses
2916         * (genDataPointerSet): fixed multibyte assignments
2917         * (genpic14Code): fixed --i-code-in-asm handling
2918         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2919         * (genPlus): fixed index-out-of-bounds error
2920         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2921         * src/pic/ralloc.c: added debugging output macro FENTRY2
2922         * (spillThis): fixed indentation, enbraced for-body for clarity
2923         * (rematStr): commented out as now unused
2924         * (regTypeNum): commented out special spill case (overwrites
2925           arbitrary values)
2926         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2927
2928 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2929
2930         * doc/sdccman.lyx: documented sfr16/sfr32,
2931           added example for using storage class with function pointers
2932         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2933
2934 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2935
2936         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2937         * device/lib/_itoa.c,
2938         * device/lib/_ltoa.c: optimized codesize
2939         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2940           but don't know how to suppress the double warning.
2941         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2942         * support/Util/SDCCerr.c,
2943         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2944
2945 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2946
2947         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2948           fixed old K&R prototypes
2949         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2950         * device/lib/_gptrget.c,
2951         * device/lib/_gptrgetc.c,
2952         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2953           also new versions for small generic pointers and banked generic pointers
2954         * src/port.h: added const_name
2955         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2956         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2957         * src/SDCCcse.c (findPrevIc): check all associative operators
2958         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2959         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2960         * src/SDCCmem.c: updated comments,
2961           set far-space to 0 for pdata, results in optimized code
2962         * src/SDCCmem.h: added macro CONST_NAME
2963         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2964           moving the info into the highest bits, see also gptrget/gptrput
2965         * src/src.dsp: added sdcc.ico to project files
2966         * src/avr/gen.c (genCast): fixed bug 0x%d
2967         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2968         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2969           relation between ptr_type and DCL_TYPE,
2970           (genCast): fixed bug 0x%d
2971         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2972           (CODE)" for const_name
2973         * src/hc08/gen.c (genCast): fixed bug 0x%d
2974         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2975           (hc08_port): added "CONST (CODE)" for const_name
2976         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2977           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2978           between ptr_type and DCL_TYPE,
2979           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2980           operand* and took AOP() inside function so sfr-ness can be checked,
2981           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2982           new prototype,
2983           (genFunction, genEndFunction): optimized stack setup,
2984           (genMinus): optimized for literals with ending zeroes (in bytes),
2985           (genCast): fixed bug 0x%d
2986         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2987           (mcs51_port): added "CONST (CODE)" for const_name
2988         * src/mcs51/peeph.def: made rule 226 more generic
2989         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2990         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2991         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2992         * src/z80/main.c (z80_port): added NULL for const_name,
2993           (gbz80_port): added NULL for const_name
2994         * support/regression/tests/bug663539.c,
2995         * support/regression/tests/sfr16.c: new tests
2996
2997 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2998
2999         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
3000
3001 2005-06-24 Raphael Neider <rneider AT web.de>
3002
3003         * device/lib/pic16/libdev/pic18f[68][567]20.c:
3004           corrected typos...
3005         * device/include/pic16/signal.h: added USBIF
3006           and SIG_USB
3007
3008 2005-06-24 Raphael Neider <rneider AT web.de>
3009
3010         * device/lib/pic16/libdev/pic18f2455.c,
3011           device/include/pic16/pic18f2455.h: NEW
3012         * device/include/pic16/pic18fregs.h,
3013           device/lib/pic16/pics.all,
3014           src/pic16/device.c: added 18f2455
3015         * device/lib/pic16/libdev/pic18f[68][567]20.c,
3016           device/include/pic16/{pic18f[68][567].h,usart.h}:
3017           replaced MULTIPLE_USARTS define with more relaible
3018           compatibility sfrs (for USART access)
3019
3020 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
3021
3022         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
3023           and the output asm file line is printed on two lines.
3024
3025 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3026
3027         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
3028           BGT, BLE, BHI, and BLS instructions
3029         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
3030           genCmpEq): removed
3031         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
3032           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
3033           fixes bug #1216342
3034         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
3035
3036 2005-06-15 Raphael Neider <rneider AT web.de>
3037
3038         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
3039         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
3040         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
3041           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
3042           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
3043
3044 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3045
3046         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
3047           Marcel Telka in bug #1215704
3048
3049 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3050
3051         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3052           located in shared memory bank.
3053
3054 2005-05-31 Raphael Neider <rneider AT web.de>
3055
3056         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3057           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3058           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3059
3060 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3061
3062         * device/lib/_strncpy.c: fixed the fix
3063
3064 2005-05-26 Raphael Neider <rneider AT web.de>
3065
3066         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3067           initializers with \0, bug #1208187
3068         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3069           intializers with \0, bug #1208187
3070
3071 2005-05-26 Raphael Neider <rneider AT web.de>
3072
3073         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3074           initializers with \0, bug #1208187
3075         * src/pic16/main.c (_process_pragma): added sanity checks
3076           for stack position and size, emit warnings when appropriate
3077
3078 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3079
3080         * device/lib/_strncpy.c: fixed not filling with \0
3081
3082 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3083
3084         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3085           createFunction),
3086         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3087           compound_statement),
3088         * src/SDCCsymt.h,
3089         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3090
3091 2005-05-24 Raphael Neider <rneider AT web.de>
3092
3093         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3094
3095 2005-05-24 Raphael Neider <rneider AT web.de>
3096
3097         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3098           TRISE definitions, closes bug #1162453
3099
3100 2005-05-22 Raphael Neider <rneider AT web.de>
3101
3102         * src/pic16/main.c (_process_pragma): check for missing
3103           arguments to pragmas code and udata
3104         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3105           consistency fixes to match other headers (thanks to Jim Paris)
3106         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3107
3108 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3109
3110         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3111
3112 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3113
3114         * support/regression/tests/bug1198642.c: new test
3115         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3116         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3117         * support/scripts/resource.h,
3118         * support/scripts/resource.rc,
3119         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3120         * support/scripts/sdcc.ico: added 32x32 icon
3121
3122 2005-05-18 Raphael Neider <rneider AT web.de>
3123
3124         * device/lib/pic16/libdev/pic18f*.c,
3125         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3126           keywords to "__sfr" and "__at (X)"
3127         * device/include/pic16/pic18fregs.h: added pic18f4520
3128         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3129           #1203088 (MPLAB compatibility)
3130
3131 2005-05-17 Raphael Neider <rneider AT web.de>
3132
3133         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3134         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3135         * device/lib/pic16/pics.all: added new devices
3136         * src/pic16/device.c: added support for pic18f4520
3137
3138 2005-05-16 Raphael Neider <rneider AT web.de>
3139         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3140         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3141         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3142           convenience function for bit access
3143
3144 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3145
3146         * device/lib/printf_large.c: fixed bug 1193299
3147         * support/regression/tests/bug1057979.c: added test %3.3s
3148
3149 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3150
3151         * device/include/mcs51/8051.h,
3152         * device/include/mcs51/8052.h: made parseable with lint
3153         * device/include/mcs51/lint.h: added include file for (sp)lint
3154         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3155         * doc/cdbfileformat.lyx,
3156         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3157
3158 2005-05-14 Raphael Neider <rneider AT web.de>
3159
3160         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3161         * device/lib/pic16/libc/stdlib/itoa.c (new)
3162         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3163         * device/lib/pic16/libio/Makefile: exclude subdir according to
3164           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3165         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3166         * src/pic16/gen.c (genFunction): prevent annoying warning
3167         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3168           nameclashes on BeOS
3169         * support/cpp2/cppmain.c (cpp_output_string): new
3170         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3171           fixes bug 1116802
3172
3173 2005-05-13 Borut Razem <borut.razem AT siol.net>
3174
3175         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3176
3177 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3178
3179         * .version: changed to version 2.5.1; back to bleeding edge development
3180
3181 2005-05-11 Borut Razem <borut.razem AT siol.net>
3182
3183         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3184           generate PDF version 1.3 documents
3185
3186 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3187
3188         * .version: changed to version 2.5.0
3189
3190 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3191
3192         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3193
3194 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3195
3196         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3197         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3198         well as many smaller updates.
3199         * .version: changed to version 2.5.0-pre1
3200
3201 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3202
3203         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3204
3205 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3206
3207         * support/regression/tests/bug1185672.c: added
3208         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3209           bug 1185672
3210         * src/mcs51/gen.c (genCall): added comments, made it look safer
3211         * src/mcs51/gen.c (genEndFunction): simplified
3212
3213 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3214
3215         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3216
3217 2005-04-14 Borut Razem <borut.razem AT siol.net>
3218
3219         * fixed bug 1045046 - SIGSEGV with really simple code?:
3220           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3221           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3222
3223 2005-04-14 Borut Razem <borut.razem AT siol.net>
3224
3225         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3226           src/pic16/device.h: temporarily disabled experimental #inline pragma
3227           for 2.5.0 release
3228
3229 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3230
3231         * device/include/z80/stdio.h,
3232         * device/include/z80/string.h: removed these highly incomplete files so
3233           SDCC can use the default ones in device/include/
3234
3235 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3236
3237         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3238         gcc warning.
3239         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3240         fix sdcpp warnings.
3241
3242 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3243
3244         * device/include/malloc.h: removed redundant __reentrant prototypes
3245         * device/lib/_mullong.c: added working xstack variant in asm (C version
3246           doesn't pass regression tests)
3247         * device/lib/bpx.c: used __data and made bpx char for mcs51
3248         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3249           (createFunction): fixed bug with xstackPtr
3250         * src/SDCCcse.c: corrected comments
3251         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3252           (killDeadCode, eBBlockFromiCode): removed unused code
3253         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3254           corrected comments
3255         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3256           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3257           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3258           (genModOneByte): fixed warning in MSVC
3259         * src/mcs51/main.c (): added comments
3260         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3261
3262 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3263
3264         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3265
3266 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3267
3268         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3269
3270 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3271
3272         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3273         characters arrays of larger size than the declared one.
3274
3275 2005-04-10 Borut Razem <borut.razem AT siol.net>
3276
3277         * src/pic/gen.c (genInline),
3278           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3279           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3280           (findNextInstruction), (findPrevInstruction),
3281           (findInstructionUsingLabel),
3282           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3283         * src/pic/pcode.c (findLabel): added missing '\n'
3284         * src/src.dsp: added SDCCdwarf2.c to the project
3285
3286 2005-04-09 Borut Razem <borut.razem AT siol.net>
3287
3288         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3289
3290 2005-04-08 Raphael Neider <rneider AT web.de>
3291
3292         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3293           into the chain after a given one) and mergeDefmapSymbols (combine
3294           defmap entries for each symbol per pcode)
3295         * (createDefmap): have defmap entries merged in the end
3296         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3297           a symbol before replacing one access type's symbol, merge symbols in
3298           the end (replacement symbol might already have an entry)
3299         * (assignValnums): keep reference to written WREG intact
3300
3301 2005-04-08 Raphael Neider <rneider AT web.de>
3302
3303         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3304           Alpha)
3305
3306 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3307
3308         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3309         bytes
3310
3311 2005-04-07 Raphael Neider <rneider AT web.de>
3312
3313         * device/include/pic16/usart.h: added compatibility defines for
3314           devices with more than one USART
3315         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3316
3317 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3318
3319         * device/lib/Makefile.in: updated for port specific include
3320
3321 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3322
3323         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3324
3325 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3326
3327         * device/include/8051.h,
3328         * device/include/8052.h,
3329         * device/include/at89S8252.h,
3330         * device/include/at89c55.h,
3331         * device/include/at89x051.h,
3332         * device/include/at89x51.h,
3333         * device/include/at89x52.h,
3334         * device/include/mcs51reg.h,
3335         * device/include/reg51.h,
3336         * device/include/reg764.h,
3337         * device/include/regc515c.h,
3338         * device/include/sab80515.h: (re)moved these 12 files
3339         * device/include/mcs51/8051.h,
3340         * device/include/mcs51/8052.h,
3341         * device/include/mcs51/at89S8252.h,
3342         * device/include/mcs51/at89c55.h,
3343         * device/include/mcs51/at89x051.h,
3344         * device/include/mcs51/at89x51.h,
3345         * device/include/mcs51/at89x52.h,
3346         * device/include/mcs51/mcs51reg.h,
3347         * device/include/mcs51/reg51.h,
3348         * device/include/mcs51/reg764.h,
3349         * device/include/mcs51/regc515c.h,
3350         * device/include/mcs51/sab80515.h: and added them here
3351
3352 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3353
3354         * device/include/stdarg.h: changed SDCC specific keywords to double
3355           underlined form.
3356         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3357           mcs51 and ds390.
3358         * device/include/hc08/mc68hc908gp32.h,
3359         * device/include/hc08/mc68hc908jb8.h,
3360         * device/include/hc08/mc68hc908jkjl.h,
3361         * device/include/hc08/mc68hc908qy.h: fixed comments
3362         * device/include/mcs51/README: updated
3363         * device/include/mcs51/c8051f120.h: added PINRSF
3364         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3365         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3366           amidst code. Also inline is not supported.
3367
3368 2005-04-06 Raphael Neider <rneider AT web.de>
3369
3370         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3371         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3372           callers stack/frame pointers
3373
3374 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3375
3376         * device/include/pic16/usart.h: added, missing in previous commit,
3377         * device/include/pic16/adc.h: fixed typo,
3378         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3379         commit,
3380         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3381         <p18fxxx.inc>
3382         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3383         uninitialized because a bug appears with gplink
3384         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3385         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3386         complains for unrecognised option
3387
3388 2005-04-05 Raphael Neider <rneider AT web.de>
3389
3390         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3391           structs as well (using memcpy)
3392         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3393           on ISRs (GOTO has no label)
3394         * src/pic16/device.h: added OF_OPTIMIZE_DF
3395         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3396           new data flow analysis/optimization
3397         * src/pic16/pcode.c: added (prototypes for and implementation of)
3398           dataflow analysis functions, fixed pCodeInstructions' inCond and
3399           outCond values, made RCALL a branch instruction
3400         * (pic16_unlinkpCode): keep C line if possible
3401         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3402           C line moved if possible
3403         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3404         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3405           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3406         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3407           new flow)
3408         * (pic16_getJumptabpCode): NEW, needed in...
3409         * (LinkFlow): fixed handling of jumptables, calls and conditional
3410           branches
3411         * (pic16_InsertCommentAfter): NEW
3412         * (pic16_pCodeReplace): made verbose and flow preserving
3413         * (AnalyzeFlow): added call to data flow analysis
3414         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3415         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3416         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3417
3418 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3419
3420         * src/SDCCast.c (decorateType): fixed bug #1105626
3421
3422 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3423
3424         * device/include/asm/pic16/features.h,
3425         * pic18f*.h headers,
3426         * device/include/pic16/adc.h,
3427         * device/include/pic16/delay.h,
3428         * device/include/pic16/i2c.h,
3429         * device/include/pic16/malloc.h,
3430         * device/include/pic16/stdio.h,
3431         * device/include/pic16/stdlib.h,
3432         * device/include/pic16/string.h,
3433         * device/lib/pic16/libc/stdio/printf_tiny.c,
3434         * device/lib/pic16/libc/stdio/printf_small.c,
3435         * device/lib/pic16/libc/stdio/strmgpsim.c,
3436         * device/lib/pic16/libc/stdio/strmmssp.c,
3437         * device/lib/pic16/libc/stdio/strmusart.c,
3438         * device/lib/pic16/libc/stdio/vfprintf.c,
3439         * device/lib/pic16/libc/stdlib/ltoa.c,
3440         * device/lib/pic16/libc/stdlib/putchar.c,
3441         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3442         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3443         * device/lib/pic16/libc/stdlib/memchrram.c,
3444         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3445         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3446         * device/lib/pic16/libio/adc/adcbusy.c,
3447         * device/lib/pic16/libio/adc/adcread.c,
3448         * device/lib/pic16/libio/adc/adcsetch.c,
3449         * device/lib/pic16/libio/usart/ubaud.c,
3450         * device/lib/pic16/libio/usart/ubusy.c,
3451         * device/lib/pic16/libio/usart/udrdy.c,
3452         * device/lib/pic16/libio/usart/uopen.c,
3453         * device/lib/pic16/libio/usart/uputc.c,
3454         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3455         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3456         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3457         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3458         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3459         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3460         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3461         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3462         specific keywords to double underlined form,
3463         * device/lib/pic16/libc/Makefile.rules,
3464         * device/lib/pic16/libsdcc/Makefile.rules,
3465         * device/lib/pic16/libm/Makefile,
3466         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3467         to compile with C standard set in Makefile.common
3468         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3469         rand.c and crc.c in compilation process,
3470         * device/lib/pic16/libsdcc/int/divuint.c,
3471         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3472         `c' from signed to unsigned,
3473         * device/lib/pic16/startup/crt0.c,
3474         * device/lib/pic16/startup/crt0i.c,
3475         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3476         keywords to double underlined form, bug fixes in _do_cinit function
3477         which prevented the correct initialization of the .idata segment,
3478         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3479         core to enter a infinite loop
3480         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3481
3482 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3483
3484         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3485
3486 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3487
3488         * device/include/Makefile.in: add support for hc08 subdirectory
3489         * device/include/hc08/: new subdirectory
3490         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3491         Lucas Loizaga, thanks!
3492         * device/include/hc08/mc68hc908qy.h,
3493         * device/include/hc08/mc68hc908gp32.h,
3494         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3495         their own directory. Changed internal macro names to use the compiler
3496         reserved namespace. Changed SDCC specific keywords to double
3497         underlined form.
3498         * device/include/math.h,
3499         * device/include/malloc.h,
3500         * device/include/stdarg.h,
3501         * device/include/stdbool.h
3502         * device/include/string.h,
3503         * device/include/tinibios.h,
3504         * device/include/ds400rom.h,
3505         * device/include/8051.h,
3506         * device/include/8052.h,
3507         * device/include/80c51xa.h,
3508         * device/include/at89c55.h,
3509         * device/include/at89S8252.h,
3510         * device/include/at89x51.h,
3511         * device/include/at89x52.h,
3512         * device/include/ds80c390.h,
3513         * device/include/reg764.h,
3514         * device/include/regc515c.h,
3515         * device/include/sab80515.h,
3516         * device/include/mcs51/c8051f000.h,
3517         * device/include/mcs51/c8051f018.h,
3518         * device/include/mcs51/c8051f020.h,
3519         * device/include/mcs51/c8051f040.h,
3520         * device/include/mcs51/c8051f060.h,
3521         * device/include/mcs51/c8051f120.h,
3522         * device/include/mcs51/c8051f300.h,
3523         * device/include/mcs51/c8051f310.h,
3524         * device/include/mcs51/c8051f320.h,
3525         * device/include/mcs51/c8051f330.h,
3526         * device/include/mcs51/c8051f350.h,
3527         * device/include/z180.h: Changed SDCC specific keywords to double
3528         underlined form.
3529
3530 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3531
3532         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3533         18F4455,
3534         * (pic16_assignConfigWordValue): disable testing of configuration
3535         register value with config mask,
3536         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3537         function with port->fun_prefix,
3538         * (genFunction): when generating a naked interrupt function never
3539         create an absolute segment placed in interrupt vector address, place
3540         the actual interrupt function at IVA instead, when an interrupt
3541         function is generated with unspecified interrupt then do not create
3542         the absolute section,
3543         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3544         code for generating a call to generic pointer get/put function with
3545         a call to function pic16_callGenericPointer(),
3546         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3547         the call to the generic pointer get/put functions with prefixing the
3548         function name with port->fun_prefix,
3549         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3550         * src/pic16/main.c (_process_pragma): prefix function with
3551         port->fun_prefix,
3552         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3553         calling assembler, old 18Fxxxx macro is deprecated,
3554         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3555         PC_ASMDIR in while condition,
3556         * (findInstruction): add PC_ASMDIR in while condition,
3557         * (buildCallTree): prefix main with port->fun_prefix,
3558         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3559         identifier for variable with banked access in instructions BTFSS,
3560         BTFSC, BCF, BSF, BTG
3561         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3562         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3563         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3564         perform optimization when enviroment variable NO_REG_OPT is set,
3565         * (insideLRBlock): NEW, return 1 if register is inside an
3566         INF_LOCALREGS block,
3567         * (RemoveRegFromLRBlock): remove a register that is completely
3568         eliminated by register optimization, but it is still left in local
3569         register store/restore in/from stack block,
3570         * (Remove2pcodes): after removing register, check to see if it
3571         should be removed from local register store/restore in/from stack
3572         block,
3573         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3574         DUMMY_READ_VOLATILE,
3575
3576         * device/include/pic16/adc.h: minor prototype modifications and
3577         update,
3578         * device/include/pic16/malloc.h: added GPL notice various
3579         modifications,
3580         * device/include/pic16/stdint.h: NEW, standard header for ints
3581         * device/include/pic16/delay.h: NEW, header for delay functions,
3582         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3583         delay1mtcy,
3584         * device/include/pic16/signal.h: NEW, header providing helper macros
3585         for implementing signal handlers,
3586         * device/include/pic16/stdio.h: added prototypes for functions,
3587         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3588         prototypes for stdin and stdout, added macro PUTCHAR to
3589         automatically implement putchar function prototype,
3590         * device/include/pic16/usart.h: modified and updated USART library,
3591         * device/lib/pic16/libio/adc/,
3592         * device/lib/pic16/libio/i2c: some modifications to improve library
3593         performance,
3594         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3595         family of functions,
3596         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3597         family of functions and other sources,
3598         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3599         of the PIC18Fxx[28] devices,
3600         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3601         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3602         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3603         _do_cinit function, because the previous failed when local variables
3604         where not placed in the same memory bank,
3605         * device/lib/pic16/libsdcc/char/: various modifications to improve
3606         library performance,
3607         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3608         information on the new functions of the c library and more...
3609
3610 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3611
3612         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3613
3614 2005-03-26 Raphael Neider <rneider AT web.de>
3615
3616         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3617           if condition == CARRY)
3618         * (genCmp): adapted to new genSkipc semantics
3619         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3620           on rIfx (genCmp was broken)
3621
3622 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3623
3624         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3625         * src/z80/main.c (_keywords[]),
3626         * src/SDCCglobal.h (struct options),
3627         * src/SDCC.y,
3628         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3629         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3630         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3631         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3632         always available in leading double underscore form. The C99 support is
3633         mostly missing, but it's a start.
3634         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3635         reserved identifier "__data".
3636
3637 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3638
3639         * src/mcs51/peeph.def: fixed bug 1170013
3640
3641 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3642
3643         * device/include/mcs51reg.h: fixed bug 842007
3644
3645 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3646
3647         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3648         last time.
3649
3650 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3651
3652         * src/port.h (struct PORT),
3653         * src/avr/ralloc.c (avr_assignRegisters),
3654         * src/avr/main.c,
3655         * src/ds390/ralloc.c (ds390_assignRegisters),
3656         * src/ds390/main.c,
3657         * src/hc08/ralloc.c (hc08_assignRegisters),
3658         * src/hc08/main.c,
3659         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3660         * src/mcs51/main.c,
3661         * src/pic/ralloc.c (pic14_assignRegisters),
3662         * src/pic/main.c,
3663         * src/pic16/ralloc.c (pic16_assignRegisters),
3664         * src/pic16/main.c,
3665         * src/xa51/ralloc.c (xa51_assignRegisters),
3666         * src/xa51/main.c,
3667         * src/z80/ralloc.c (z80_assignRegisters),
3668         * src/z80/ralloc.h,
3669         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3670         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3671         * src/SDCCcse.h,
3672         * src/SDCCdflow.c (computeDataFlow),
3673         * src/SDCCdflow.h,
3674         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3675         * src/SDCCloop.h,
3676         * src/SDCCcflow.c (*),
3677         * src/SDCCcflow.h,
3678         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3679         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3680         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3681         immedDom() returning wrong block; probably fixes bug #1160833)
3682
3683 2005-03-20 Borut Razem <borut.razem AT siol.net>
3684
3685         * support/scripts/inc2h.pl: WIN32 port
3686
3687 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3688
3689         * device/lib/makefile.in: added abs.c and labs.c
3690
3691 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3692
3693         * device/include/stdint.h: added
3694         * device/lib/abs.c: added
3695         * device/lib/labs.c: added
3696         * device/include/stdlib.h: added abs() and labs() prototypes
3697         * device/lib/libsdcc.lib: added abs and labs
3698         * device/include/float.h,
3699         * device/lib/_fsmul.c,
3700         * device/lib/printf_fast.c,
3701         * device/lib/printf_tiny.c: updated comments
3702
3703 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3704
3705         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3706         bug #1164313
3707
3708 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3709
3710         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3711         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3712
3713 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3714
3715         * device/lib/printf_large.c: removed inline assembly for portability and
3716           readability. Use printf_fast if speed or size are more important.
3717         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3718         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3719
3720 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3721
3722         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3723         prevent compiler warning
3724
3725 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3726
3727         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3728         moved to level 0 and declared as static. Also they are explicit
3729         placed in access bank. This was necessery because some times they
3730         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3731         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3732         optimizations. Currently only compare to unsigned char is implemented,
3733         * src/pic16/gen.c: added fReturnIdx array,
3734         * (struct resolvedIfx) is moved to gen.h and made public,
3735         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3736         * (aopForSym): added an optimization to directly store in stack of
3737         the operand of a SEND iCode,
3738         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3739         but as registers instead (AOP_REG) using the fReturnIdx array,
3740         * (pic16_freeAsmop): remove the freed register from the
3741         _G.sregsAlloc field,
3742         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3743         a compare of 'WREG',
3744         * (pic16_popGetTempRegCond): changed function prototype, now
3745         function takes also a bitVector argument v which holds the current
3746         set of registers that are allocated for stack access by aopForSym,
3747         registers allocated in aopForSym for accessing stack symbols are not
3748         any more part of the functions usedRegs field,
3749         * (genCall): some times aopOp is called for a stack variable to be
3750         send, aopForSym might perform the push, if this is true make sure
3751         that genCall doesn't push the variable twice by testing _G.resDirect,
3752         * (genFunction): changed testing for unspecified interrupt number
3753         from 256 to INTNO_UNSPEC,
3754         * modified selection scheme of frame pointer generation. Previously
3755         if function did use local registers a frame pointer was generated,
3756         now a frame pointer is generated only if function has arguments
3757         (that need PLUSW2 register access), or has stack arguments, or the
3758         compiler is not instructed to omit the frame pointer,
3759         * (genEndFunction): before restoring local registers that were saved
3760         in the function preamble, also restore the registers that *might*
3761         have been allocated for stack access,
3762         * (genRet): removed some old comments,
3763         * (genCmp, the active (RN's) version): added a call to the
3764         pic16_genCmp_special function to perform the compare with a more
3765         robust and optimized way,
3766         * (genInline): a feature has been added in inline code generation,
3767         which allows a wildcard variable substitution when writing inline
3768         assembly. Code is incomplete and experimental therefore undocumented,
3769         * (genCast): changed order of aopOp for result and right to allow
3770         aopForSym to directly load the result if possible,
3771         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3772         perform an optimized compare on some selected special occasions,
3773         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3774         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3775         generate an IVT any more,
3776         * src/pic16/main.c (pic16_optionsTable): added command line option
3777         --optimize-cmp,
3778         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3779         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3780         macros,
3781         * src/pic16/NOTES: Raphael Neider added in list of active developers
3782         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3783         jumptable_end to prevent bug #,
3784         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3785         inCond and outCond fields,
3786         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3787         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3788         turn off register spilling,
3789         * (packRegsForOneUse): synced with other ports' versions although it
3790         is not used currently,
3791         * (pic16_packRegisters): added an optimization while reading
3792         structure bitfields, some registers may be saved (malloc code is
3793         decreased by 80 bytes)
3794
3795 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3796
3797         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3798         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3799         this can be optimized more?
3800
3801 2005-03-10 Raphael Neider <rneider AT web.de>
3802
3803         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3804           genNearPointerGet): (hopefully) fixed access to bitfields via
3805           pointers (p->bitN = x; and x = p->bitN; failed)
3806
3807 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3808
3809         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3810
3811 2005-03-09 Raphael Neider <rneider AT web.de>
3812
3813         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3814
3815 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3816
3817         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3818         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3819           (regTypeNum): set REG_BIT type if necessary
3820         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3821         * support/regression/tests/critical.c: check bug 1144613
3822
3823 2005-03-02 Raphael Neider <rneider AT web.de>
3824
3825         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3826
3827 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3828
3829         * src/avr/ralloc.c (serialRegAssign),
3830         * src/ds390/ralloc.c (serialRegAssign),
3831         * src/hc08/ralloc.c (serialRegAssign),
3832         * src/mcs51/ralloc.c (serialRegAssign),
3833         * src/pic/ralloc.c (serialRegAssign),
3834         * src/pic16/ralloc.c (serialRegAssign),
3835         * src/xa51/ralloc.c (serialRegAssign),
3836         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3837
3838 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3839
3840         * src/SDCCast.c (decorateType): fixed bug 1124787
3841
3842 2005-02-20 Hubert Sack <sack AT digiplan.de>
3843         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3844
3845         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3846         patch #1121755
3847
3848 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3849
3850         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3851         to keep the correct label reference count when adding/removing references
3852         to labels. A peephole file using this is appended to patch #1144962.
3853
3854 2005-02-14 Raphael Neider <rneider AT web.de>
3855
3856         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3857         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3858         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3859           retrievals of result operand's value on assignment
3860
3861 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3862
3863         * device/include/pic16/string.h: modified prototype for memccpy()
3864         to memccpy(void *, void *, char, size_t)
3865         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3866         check whether to omit frame pointer or not,
3867         * (genInline): convert all occurences of "\n" to LF in inline
3868         assembler blocks, this helps formatting the inline text,
3869         * (pic16_loadFSR0): modified prototype,
3870         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3871         removed some 8051 legacy code,
3872         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3873         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3874         before allocating temporary registers in functions,
3875
3876 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3877
3878         * support/regression/tests/bitvars.c: corrected the "fix"
3879
3880 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3881
3882         * support/regression/tests/bitvars.c,
3883         * support/regression/tests/bitwise.c,
3884         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3885
3886 2005-02-10 Raphael Neider <rneider AT web.de>
3887
3888         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3889           different size for Alpha
3890         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3891
3892 2005-02-09 Raphael Neider <rneider AT web.de>
3893
3894         * src/SDCC.lex(doPragma) : save and restore warning options as well
3895           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3896         * have #pragma less_pedantic set the errorlevel to WARNING
3897           (fixes #1117001)
3898         * (cloneOptimize) : fixed wrong malloc's size
3899         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3900           facilitate correct handling of #pragma (save|restore)
3901
3902 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3903
3904         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3905
3906 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3907
3908         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3909
3910 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3911
3912         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3913
3914 2005-02-02 Raphael Neider <rneider AT web.de>
3915
3916         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3917         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3918         * (pic16_storeForReturn): fixed to allow returning function pointers
3919         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3920         * device/include/pic16/{stddef.h,stdbool.h}: added
3921
3922 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3923
3924         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3925
3926 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3927
3928         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3929         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3930          appeared to be required
3931
3932 2005-01-31 Borut Razem <borut.razem AT siol.net>
3933
3934         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3935           include/mcs51 and include/z80 directories to the package
3936
3937 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3938
3939         * src/hc08/gen.c (genFunction): fixed bug #1112752
3940
3941 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3942
3943         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3944
3945 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3946
3947         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3948
3949 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3950
3951         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3952
3953 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3954
3955         * device/include/c8051fxxx.h: removed these 6 files
3956         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3957
3958 2005-01-26 Raphael Neider <rneider AT web.de>
3959
3960         * src/pic16/gen.c (genAssign): fixed assignment from longs
3961           in codespace (were cut to three bytes)
3962         * (genDummyRead): implemented (except for CODESPACE...),
3963           fixed bug #1108575
3964         * src/pic16/glue.c (emitStatistics): beautified
3965         * device/lib/pic16/libm/Makefile: added include path
3966
3967 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3968
3969         * src/z80/gen.c (aopPut): fixed bug #1103902
3970
3971 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3972
3973         * device/lib/expf.c: fixed bug #1095792
3974
3975 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3976
3977         * device/lib/pic16/libm: added Math library sources
3978
3979 2005-01-24 Raphael Neider <rneider AT web.de>
3980
3981         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3982           to enable upcast to pCodeOpReg2 (there is no type tag to
3983           differenciate the two and pic16_popGet2p cast into PCOR2)
3984         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3985           (sizeof(sectNames) changed to sizeof(sectName))
3986           Both patches fix segfaults under MinGW.
3987
3988 2005-01-23 Raphael Neider <rneider AT web.de>
3989
3990         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3991           Safe_[mc]?alloc()'ed variables
3992         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3993           of (byte sized) temporaries (assign them to WREG for now)
3994         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3995           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3996           this might fix SIGSEGVs on MinGW...
3997         * src/SDCCopt.c (killDeadCode): restored original behaviour
3998           (volatile operands might get thrown away though)
3999
4000 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
4001
4002         * src/pic16/gen.c: fixed bug #1106975,
4003         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
4004         pointer update, INTCON is saved, global interrupts are disabled and
4005         restored after updateing TOS.
4006         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
4007         * added function attribute 'shadowregs' to take advantage of shadow
4008         registers,
4009         * added function attribute 'wparam' as an alternative to the wparam
4010         pragma,
4011         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
4012         user declares a non-ISR function as 'shadowregs',
4013         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
4014
4015 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
4016
4017         * .version: bumped version number to 2.4.8
4018         * device/lib/pic16/pics.all: list of PIC18F devices supported by
4019         pic16 port,
4020         * device/lib/pic16/libio/i2c/: I2C module support library,
4021         * device/include/pic16/i2c.h: I2C support library header,
4022         * device/lib/pic16/libc/stdio/: standard IO support sources,
4023         * (printf_small.c): printf_small() source, supports float print,
4024         * (printf_tiny.c): printf_tiny() source, does not support floats,
4025         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
4026         enable global optimizations for entire library source, other
4027         Makefiles in the source tree are also modified to reflect this,
4028         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
4029         function,
4030         * doc/sdccman.lyx: updated to reflect new changes,
4031         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
4032         sym->onStack if-case,
4033         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
4034         sbit, idata, _idata, xdata, _xdata,
4035         * added pragma library, to link an external library, (see doc),
4036         * removed command line options, --pomit-config-words, --pomit-ivt,
4037         --pleave-reset-vector,
4038         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
4039         when calling assembler to reflect memory model used, also define
4040         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
4041         reflect stack model used,
4042         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
4043         on stack return NULL,
4044
4045 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4046
4047         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
4048           of the operands is volatile. Fixes #1020220
4049
4050 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4051
4052         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4053         * (OptimizeRegUsage): make sure that there is really no other flow where
4054           the first pCode is used
4055
4056 2005-01-22 Raphael Neider <rneider AT web.de>
4057
4058         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4059           to fix #1106967 (pCode->seq are not set up correctly)
4060
4061 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4062
4063         * src/SDCCglue.c (glue): make sure code area is declared before the
4064         static initialization area.
4065
4066 2005-01-21 Raphael Neider <rneider AT web.de>
4067
4068         * device/lib/Makefile.in: fixed test for pic16 install dir
4069         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4070           optimizations
4071         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4072           added --optimize-goto compiler switch and pragma wparam documentation
4073         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4074         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4075           and PRODH closing bug #1071770 (peephole optimizer)
4076
4077 2005-01-19 Raphael Neider <rneider AT web.de>
4078
4079         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4080           cmdLine buffers (used when calling sdcpp...) are large enough
4081           (MAX_PATH=256 truncates arguments leading to system halts when
4082           used in MinGW...)
4083         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4084         * (genUminus): rewritten to for efficiency
4085         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4086           used uninitialized in some cases)
4087         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4088           copy the third byte from the int -- now assumes 0x80 (data memory)
4089         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4090           operands (genAddLit expects the iCode's operands to swapped as
4091           well), fixed leftover bytes (crashed for short left operands)
4092         * (pic16_genMinusDec): performance improvements, removed false
4093           PIC14 emitSKPNCs
4094         * (pic16_genMinus): fixed to cope with differently sized operands
4095         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4096           for --obanksel > 1
4097         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4098         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4099           new banksel optimization
4100         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4101           analysis for temporary registers (segfaults...)
4102         * src/pic16/peeph.def: added rule
4103
4104 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4105
4106         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4107         which converts a float number to its ASCII representation
4108         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4109         functions to convert the fractional and integer part of a float to ASCII,
4110         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4111         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4112         ram
4113         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4114         _STATMEM macros,
4115         * device/include/pic16/adc.h: added GPL info,
4116         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4117         a pCodeOp as tested operand,
4118         * (genNearPointerGet): optimized bit testing, does not use
4119         intermediate register for bit value, test directly instead with
4120         BTFSS, BTFSC, works only for single bits,
4121         * (genpic16Code): dump the name of the iCode in the asm,
4122         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4123         renamed to pic16_decodeOp,
4124         * (serialRegAssign): do not allocate a temporary register for iCode
4125         sequences that test a single bit for 1/0
4126
4127 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4128
4129         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4130         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4131         access stack and frame pointers. They are initially assigned to
4132         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4133         accessing SFRs. Updated all occurences of modification of stack or
4134         frame pointer in gen.c and pcode.c,
4135         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4136         assigning of a literal value to pointers,
4137         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4138         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4139         selected
4140
4141 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4142
4143         * doc/sdccman.lyx: update documentation about stack pragma, added
4144         some info for stack memory models
4145
4146 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4147
4148         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4149
4150 2005-01-08 Raphael Neider <rneider AT web.de>
4151
4152         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4153           udata sections to fix bug #1097823
4154
4155 2005-01-05 Raphael Neider <rneider AT web.de>
4156
4157         * src/pic16/gen.c (genGenericShift): added handling of differently
4158           sized left operand and result
4159
4160 2005-01-04 Raphael Neider <rneider AT web.de>
4161
4162         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4163         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4164           to hold the condition bit)
4165         * added new version of genCmp (old code available via #define)
4166         * added new version of genShiftLeft/genShiftRight in a generic
4167           way, now supports shifting by negative values
4168         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4169           shiftCount (expected by genGenericShift)
4170         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4171         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4172           dump
4173         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4174           is an invalid literal too...)
4175
4176 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4177
4178         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4179         from Raphael Neider,
4180         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4181         for 8-bit literals. This fixes some literal operands which are sign
4182         extended to 16-bits ints when instruction needs only 8-bits.
4183
4184 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4185
4186         * device/lib/logf.c: added mcs51 assembly version
4187         * device/lib/expf.c: added mcs51 assembly version
4188         * device/lib/_logexpf.c: new shared asm code for expf and logf
4189         * device/include/math.h: add defines for assembly math library
4190         * device/lib/Makefile.in: build new _logexpf.c
4191         * device/lib/libfloat.lib: use new _logexpf.c
4192
4193 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4194
4195         * src/pic/device.c
4196         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4197           device types which have less than 0x7f registers.
4198
4199 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4200
4201         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4202
4203 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4204
4205         * device/lib/printf_fast.c: only build on supported arch.
4206         * device/lib/printf_tiny.c: only build on supported arch.
4207         * device/lib/printf_fast_f.c: only build if asm float lib
4208         * device/lib/_fsget1arg.c: only build if asm float lib
4209         * device/lib/_fsget2args.c: only build if asm float lib
4210         * device/lib/_fsnormalize.c: only build if asm float lib
4211         * device/lib/_fsreturnval.c: only build if asm float lib
4212         * device/lib/_fsrshift.c: only build if asm float lib
4213         * device/lib/_fsswapargs.c: only build if asm float lib
4214         * device/include/stdio.h: don't provide print_fast,
4215           print_fast_f, print_tiny prototypes if --xstack used
4216
4217 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4218
4219         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4220         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4221           to the SOURCES
4222
4223 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4224
4225         * device/lib/printf_fast_f.c: same as printf_fast, but
4226           with floating point enabled
4227         * device/lib/printf_fast.c: minor tweaks
4228         * device/include/stdio.h: add printf_fast_f
4229
4230 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4231
4232         * src/SDCCmain.c: make --float-reent default for mcs51
4233         * device/lib/_fsadd.c: added mcs51 assembly version
4234         * device/lib/_fssub.c: added mcs51 assembly version
4235         * device/lib/_fsmul.c: added mcs51 assembly version
4236         * device/lib/_fsdiv.c: added mcs51 assembly version
4237         * device/lib/_fseq.c: added mcs51 assembly version
4238         * device/lib/_fsneq.c: added mcs51 assembly version
4239         * device/lib/_fsgt.c: added mcs51 assembly version
4240         * device/lib/_fslt.c: added mcs51 assembly version
4241         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4242         * device/lib/Makefile.in: add _fscmp to build
4243         * device/lib/libfloat.lib: add _fscmp to build
4244
4245 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4246
4247         * device/lib/_fs2slong.c: added mcs51 assembly version
4248         * device/lib/_fs2sint.c: added mcs51 assembly version
4249         * device/lib/_fs2schar.c: added mcs51 assembly version
4250         * device/lib/_fs2ulong.c: added mcs51 assembly version
4251         * device/lib/_fs2uint.c: added mcs51 assembly version
4252         * device/lib/_fs2uchar.c: added mcs51 assembly version
4253         * device/lib/_slong2fs.c: added mcs51 assembly version
4254         * device/lib/_sint2fs.c: added mcs51 assembly version
4255         * device/lib/_schar2fs.c: added mcs51 assembly version
4256         * device/lib/_ulong2fs.c: added mcs51 assembly version
4257         * device/lib/_uint2fs.c: added mcs51 assembly version
4258         * device/lib/_uchar2fs.c: added mcs51 assembly version
4259         * device/include/float.h: added #define to select asm vs c
4260
4261 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4262
4263         * device/lib/printf_fast.c: improvements to float output
4264         * device/include/float.h: add defines for assembly float library
4265         * device/lib/_fsget1arg.c: receive 1 float arg
4266         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4267         * device/lib/_fsnormalize.c: normalize a float
4268         * device/lib/_fsreturnval.c: return float, various helper routines
4269         * device/lib/_fsrshift.c: right shift a float's mantissa
4270         * device/lib/_fsswapargs.c: swap 2 floats
4271         * device/lib/Makefile.in: build these 6 new files for mcs51
4272         * device/lib/libfloat.lib: add these 6 files to the library
4273
4274 2004-12-26 Borut Razem <borut.razem AT siol.net>
4275
4276         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4277           built by gcc 3.4.2
4278
4279 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4280
4281         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4282           and fully reentrant and register bank neutral.
4283         * device/lib/printf_fast.c: added float (not enabled by default),
4284           added compact/slower integer (also not enabled by default),
4285           improved size/speed of fast integer code, other minor changes
4286         * device/include/stdio.h, device/lib/Makefile.in,
4287           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4288
4289 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4290
4291         * src/pic16/pcode.c: declaring variables other than at the start of a
4292           block is not supported in C by VC6.
4293
4294 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4295
4296         * applied a previous patch from Raphael Neider that wasn't included
4297         in the previous commits, which fixes infinite loops within jumptable
4298         improvements,
4299         * made some fixes that previous patches introduced
4300
4301 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4302
4303         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4304         that fixes an issue with AOP_PCODE asmop's offset,
4305         * (pic16_popCopyReg): update instance field too,
4306         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4307         function of pic port,
4308         * (genCmp, genAnd, genAssign),
4309         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4310
4311 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4312
4313         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4314         variables initial values to idata section,
4315         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4316         variables in some functions. This utilizes parmBytes field of iCode
4317         structure to hold the offset of the variable in stack. (might be
4318         able to use the stack field too?)
4319         * applied patch from Raphael Neider # ### , # ###
4320         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4321         variable initial values in idata section,
4322         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4323         for static variables with initial value
4324         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4325         applied fix in while loop from Raphael Neider.
4326
4327 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4328
4329         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4330         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4331         * src/ds390/ralloc.c (serialRegAssign): spill bits
4332         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4333         * support/Util/SDCCerr.c,
4334         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4335         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4336         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4337
4338 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4339
4340         * device/include/sdcc-lib.h: inserted LGPL, added includes
4341           asm/ds390/features.h and asm/mcs51/features.h
4342         * device/include/asm/default/features.h,
4343         * device/include/asm/gbz80/features.h,
4344         * device/include/asm/z80/features.h: added empty _AUTOMEM
4345           and _STATMEM
4346         * device/include/asm/ds390/features.h,
4347         * device/include/asm/mcs51/features.h: added files with defines for
4348           _AUTOMEM and _STATMEM indicating automatic and static storage class
4349         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4350         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4351         * src/SDCCicode.c (geniCodeCast),
4352         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4353         * src/SDCCloop.c (loopInduction): removed unused variable lr
4354         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4355           to convertToFcall to include char modulo (RFE 1065037), added check
4356           if left operand is unsigned and use abs of literal value
4357         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4358           as it doesn't work after conversion from peephole.def to peephole.rul
4359         * src/mcs51/gen.c (toBoolean): added check for size,
4360           (genModOneByte): optimized code for signed char modulo a literal
4361           power of 2 (thanks to Hubert Sack),
4362           (genRRC): removed unnecessary "clr c",
4363           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4364         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4365           jump optimization,
4366           swapped rules 256.c and 256.d,
4367           extended 256.d by using new multiple checks (thanks Erik),
4368           added rules 256.e and 256.f,
4369           updated rule 261.a and 261.b to new generated code
4370         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4371
4372 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4373
4374         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4375           induction related bugs, including first part of bug #1074377
4376
4377 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4378
4379         * applied patch from bug-report #1076292,
4380         * applied patches for genAnd and Goto-optimizations for Raphael
4381         Neider,
4382         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4383         dump a less iCode information,
4384         * src/pic16/device.h (pic16_options_t): added field debgen,
4385         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4386         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4387         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4388         puclic,
4389         * (various functions): added macros FENTRY and FENTRY2 to functions,
4390         to emit function prologue,
4391         * (various functions): fixed indentation,
4392         * (genNearPointerGet): fixed loading of FSR0,
4393         * (genPackBits): applied patch from Raphael Neider to fix updating
4394         of FSR0 and touching only the modified bits,
4395         * src/pic16/genarith.c (various functions): added macros FENTRY to
4396         emit function prologue in comments,
4397         * src/pic16/pcode.h: added functions debugf2, debugf3,
4398         * src/pic16/ralloc.c: partial fix for packForPush caused
4399         segmentation fault,
4400
4401 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4402
4403         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4404           <stsp AT users.sourceforge.net> with reversed byte order
4405         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4406
4407 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4408
4409         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4410           bug #1074377
4411         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4412         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4413
4414 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4415
4416         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4417
4418 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4419
4420         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4421           conditions,
4422           (setFromConditionArgs): friendly operand parser for peephole rules,
4423           (operandBaseName, operandsNotRelated): new peephole condition
4424           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4425           architecture specific register naming into account, handles n-way
4426           comparisons, and supports quoted literals
4427         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4428
4429 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4430
4431         * src/mcs51/peeph.def: fixed bug #1076940
4432
4433 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4434
4435         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4436
4437 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4438
4439         Adding support for replacing ljmps with sjmps in jumptables
4440         generated for switch statements. For now you need to set the
4441         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4442         Now 4 algorithms for mcs51 jumptable generation are used:
4443         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4444         addresses loaded pc-relative for up to 112 cases and stack-pushing
4445         target addresses loaded with offset from dptr for up to 256 cases.
4446
4447         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4448         * src/mcs51/main.c: adapted constants for switch table generation
4449         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4450
4451 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4452
4453         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4454         * support/regression/tests/bug1057979.c: added test for bug 1073386
4455
4456 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4457
4458         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4459         compilers
4460
4461 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4462
4463         * src/pic16/device.h,
4464         * src/pic16/genarith.c,
4465         * src/pic16/glue.c,
4466         * src/pic16/main.c,
4467         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4468
4469 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4470
4471         Large cummulative patch for pic16 port.
4472         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4473         to call when a stack overflow occurs,
4474         * (malloc.h): added CVS Id tag,
4475         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4476         variable,
4477         * added libc directory. The current version of LibC contains string
4478         functions, ctype functions and macros and some functions of the
4479         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4480         be extensively tested in the future. Standard disclaimer here.
4481         Library is not automatically build yet. But one can build it by
4482         invoking 'make' inside the libc directory.
4483         * added ADC library under libio. Preliminary version yet.
4484
4485         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4486         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4487         aopForRemat() now and not by pic16_aopOp(),
4488         * (pic16_popGetTempReg): removed warning messgae when allocating
4489         temporary registers, its a buggy feature and will be removed,
4490         * (pic16_popGet): set register instance field in AOP_CRY,
4491         * (pic16_outBitC): fixed for results in size greater than 1,
4492         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4493         * (pic16_storeForReturn): optimized return of 0,
4494         * (genCmp): experimental code for new genCmp which uses PIC18's
4495         special compare&skip instructions. Initial tests fail some times
4496         with variables grater than 1 byte in size, so new code is disabled,
4497         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4498         a single bit,
4499         * (genCast): began a fix to optimize the casting of a bit to another
4500         bit, now assigning a bitfield to another bitfield will fail, sorry,
4501         * src/pic16/main.c: disabled the use of lr-support feature,
4502         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4503         * added some function prototypes, added function _debugf prototype,
4504         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4505         bits with offset (case PO_GPR_BIT),
4506         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4507         command line,
4508         * (isBankInstruction): modified to return 0 for no banking instruction,
4509         and 1 for banking instruction,
4510         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4511         caused stop processing pCodes after a inline assembly block,
4512         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4513         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4514         registers when it shouldn't,
4515         * src/pic16/ralloc.c (allocReg): add preliminary support for
4516         supporting a limited set of temporary registers,
4517
4518 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4519
4520         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4521           genDataPointerSet): ensure assignments always copy in MSB to LSB
4522           order,
4523           (loadRegFromAop): recognize CLRH optimization,
4524           (genFunction): optimize RECEIVE iCodes in reentrant functions
4525
4526 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4527
4528         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4529           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4530           selected.
4531         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4532         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4533           contiguous with data
4534
4535 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4536
4537         * device/lib/_gptrget.c (_gptrget),
4538         * device/lib/_gptrgetc.c (_gptrgetc),
4539         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4540           instead of sjmp to ret
4541         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4542           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4543
4544 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4545
4546         * .version: bumped version to 2.4.7
4547         * device/lib/_gptrget.c (_gptrget): is now _naked
4548         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4549         * device/lib/_gptrput.c (_gptrput): is now _naked
4550         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4551           (createFunction): fixed xstack
4552         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4553         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4554           or bit either,
4555           (geniCodeCritical): store original interrupt state in an iTemp bit
4556           var unless stack-auto
4557         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4558         * src/SDCCmain.c (setIncludePath): added include/target to search path
4559         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4560         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4561           prototype,
4562           (processFuncArgs): put bit vars in bit area
4563         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4564           unsaveRBank): fixed xstack,
4565           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4566           (genFunction, genEndFunction): fixed xstack,
4567           (genAssign): optimization don't walk backwards through mem
4568         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4569         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4570         * support/regression/Makefile: also make library (for stack-auto) when
4571           making "all" and added "test-mcs51-xstack-auto"
4572         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4573         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4574         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4575         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4576         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4577           make-library by MAKE_LIBRARY
4578         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4579           regression tests for xstack
4580         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4581         * support/regression/tests/critical.c: test for critical on mcs51
4582
4583 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4584
4585         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4586           built version of sdcc instead of installed version
4587
4588 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4589
4590         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4591         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4592           vprintf.c now
4593         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4594         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4595           WARNING: remove device/lib/build/z80/printf.o by hand when
4596           updating from previous build!
4597         * device/lib/z80/printf.c: updated comment
4598         * support/regression/tests/bug1057979.c: test all ports now
4599         * support/regression/tests/bug1065458.c: file added
4600
4601 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4602
4603         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4604           *_start and *_end symbols for static functions
4605
4606 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4607
4608         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4609           and search crt0.o in all library paths,
4610           (setIncludePath): proper handling of --nostdinc,
4611           (setLibPath): proper handling of --nostdlib
4612         * support/regression/Makefile,
4613         * support/regression/ports/ds390/spec.mk,
4614         * support/regression/ports/gbz80/spec.mk,
4615         * support/regression/ports/hc08/spec.mk,
4616         * support/regression/ports/mcs51/spec.mk,
4617         * support/regression/ports/mcs51-large/spec.mk,
4618         * support/regression/ports/mcs51-stack-auto/spec.mk,
4619         * support/regression/ports/z80/spec.mk: use include and lib files from
4620           built version of sdcc instead of installed version
4621         * doc/sdccman.lyx: fixed typo in --nostdinc
4622
4623 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4624
4625         * src/pic/pcode.c,
4626         * src/pic/device.c,
4627         * src/pic/ralloc.c,
4628         * src/pic/gen.c : added support to generate code for struct bit fields.
4629
4630 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4631
4632         * as/xa51/xa_version.h,
4633         * device/include/errno.h,
4634         * device/include/regc515c.h,
4635         * device/lib/_itoa.c,
4636         * device/lib/_ltoa.c,
4637         * device/lib/ser_ir_cts_rts.c,
4638         * sim/ucsim/xa.src/glob.cc,
4639         * sim/ucsim/xa.src/inst_gen.cc,
4640         * sim/ucsim/xa.src/xa_bit.cc,
4641         * sim/ucsim/xa.src/xa_sfr.cc,
4642         * sim/ucsim/z80.src/inst_dd.cc,
4643         * sim/ucsim/z80.src/inst_fdcb.cc,
4644         * support/scripts/keil2sdcc.pl,
4645         * src/pic16/pic16.dsp,
4646         * src/pic16/pic16a.dsp: corrected cvs line endings
4647         * device/lib/printf_large.c: fixed bug 1057979
4648         * src/pic16/gen.c: fixed non-C standard code
4649         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4650         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4651         * support/regression/ports/mcs51/support.c: reload T1 asap
4652         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4653           pdata use and clear idata startup behaviour
4654         * support/regression/tests/bug1057979.c: added
4655
4656 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4657
4658         * device/examples/ds390/ow390/ad26.h,
4659         * device/examples/ds390/ow390/cnt1d.h,
4660         * device/examples/ds390/ow390/crcutil.c,
4661         * device/examples/ds390/ow390/ownet.h,
4662         * device/examples/ds390/ow390/owsesu.c,
4663         * device/examples/ds390/ow390/swt12.h,
4664         * device/examples/ds390/ow390/swtoper.c,
4665         * device/examples/ds390/ow390/temp10.h,
4666         * device/examples/ds390/ow390/thermodl.c,
4667         * device/examples/ds390/tinitalk/tinitalk.dsp,
4668         * device/examples/ds390/tinitalk/tinitalk.dsw,
4669         * device/examples/mcs51/clock/hw.h,
4670         * device/examples/mcs51/simple2/go.bat,
4671         * device/examples/serialcomm/windows/serial.h,
4672         * device/examples/xa51/dummy.c,
4673         * device/examples/xa51/hello.c,
4674         * device/include/80c51xa.h,
4675         * device/include/at89x051.h: corrected cvs line endings
4676
4677 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4678
4679         * src/pic16/main.c (options): added command line --gstack, to trace
4680         stack over/under flows,
4681         * added pragma 'wparam' to allow passing first byte of function
4682         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4683         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4684         call to __gstack_test function and sets up the symbol as extern,
4685         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4686         * popaop): added call to pic16_testStackOverflow,
4687         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4688         wparamList list,
4689         * (genCall, genPcall): now all parameters are passed via stack
4690         except in functions that are pass to wparam pragma in which WREG is
4691         used too,
4692         * (genPcall): REENTRANT flag is checked to see if variable prototype
4693         contains reentrant keyword, don't call a non-reentrant function, via
4694         a reentrant function pointer or vice versa, functions are never
4695         passed via WREG,
4696         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4697         D.Winkler,
4698         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4699         SIGSEGV when accessing a NULL register stucture,
4700         * (pic16_printGPointerType): modified to handle UPPER modifier for
4701         function initializers, changed prototype of function to simpler one,
4702         * (pic16_printIvalFuncPtr): check to see if function is already
4703         added in externs list,
4704         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4705         optimized a move from W to SFR with a move to the same register
4706         later after a CALL,
4707         * device/lib/pic16/debug: NEW directory, contains debug features
4708         which are enabled when linking with libdebug.lib, currently command
4709         line option --gstack enables stack pointer tracing for over/under
4710         flow, corresponding sources are in debug/gstack
4711
4712 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4713
4714         * doc/sdccman.lyx: updated SDCC version,
4715         * (PIC16 port): update list of command line options,
4716         * src/pic16/device.h (structure pic16_options_t): added field gstack
4717         to enable stack overflow tracing on push/pops,
4718         * src/pic16/device.c (statistics structure): added statistics
4719         structure,
4720         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4721         pic16_dump_int_registers): increase statistics counters for each
4722         * variable which is encountered
4723         * (pic16_dump_usection): emit each .udata variable to its own udata
4724         section,
4725         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4726         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4727         parameters via stack, otherwise use old scheme,
4728         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4729         assembler output file,
4730         * src/pic16/main.c: added command line options --gstack to enable
4731         push/pop tracing for stack overflow,
4732         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4733         instructions): added size of each instruction,
4734         * (pic16_countInstruction): estimate size of instructions in
4735         the_pFile list, inline assembly blocks are not counted,
4736         * (pic16_FixRegisterBanking): trace previous register usage, when
4737         banksel optimizations is greater than 0, don't emit a redudant
4738         banksel directive,
4739
4740 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4741
4742         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4743         * src/pic16/ralloc.c : applied same fix for pic16.
4744         * src/pic/gen.c : tidied it up a little.
4745
4746 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4747
4748         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4749         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4750
4751 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4752
4753         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4754
4755 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4756
4757         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4758         non-reentrant function __modsint in the interrupt function (thus
4759         corrupting math operations during serial I/O)
4760         * device/lib/ser_ir.c: as above, changed buffersize
4761         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4762         256.c,d for zeroing
4763         * doc/Makefile: added option -t for rsync
4764
4765 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4766
4767         * src/SDCCast.h (struct ast),
4768         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4769
4770 2004-10-20 Borut Razem <borut.razem AT siol.net>
4771
4772         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4773         package
4774
4775 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4776
4777         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4778         makefile targets,
4779         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4780         support functions to replace long sequences of MOVFF's from access
4781         bank registers to stack and vice versa,
4782         * src/pic16/device.h: added new field opt_flags, where optimization
4783         flags can be set to enable certain features,
4784         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4785         * pBlock, (genFunction, genEndFunction): surroung loop for
4786         saving/loading used registers in stack with PC_INFO pCodes,
4787         INF_LREGS. Code in between can then be optimized by pCode optimizer
4788         to support function calls,
4789         * (genDataPointerSet): fixed bug which loaded float fields in
4790         structures with corrupt data,
4791         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4792         in a standard way debug info on stderr. Feature used for developing
4793         and debugging only,
4794         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4795         obsolete chunks of code,
4796         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4797         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4798         * pic16/src/pcode.c (pic16_newpCodeInfo,
4799         * (pic16_newpCodeOpLocalRegs),
4800         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4801         feature,
4802         * (pic16_pCodeConstString): printing of the initial value of a
4803         symbol as a comment is inhibited since parsing was already done by
4804         copyStr and output is corrupt,
4805         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4806
4807 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4808
4809         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4810
4811 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4812
4813         * as/mcs51/lkarea.c: removed old K&R style,
4814           (lnksect): changed check on boundary error,
4815           (lnksect2): changed check on boundary error,
4816           (lnksect2): extend XSTK to end of page if size = 1
4817         * as/mcs51/lkmain.c: removed old K&R style,
4818           (Areas51): create l_IRAM symbol
4819         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4820         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4821           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4822         * device/lib/_mullong.c: added version to be compiled with xstack
4823         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4824         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4825         * device/lib/mcs51/crtxstack.asm: fixed comment
4826         * src/SDCCglue.c: maxInterrupts defaults to 0,
4827           (emitMaps): added pdata,
4828           (createInterruptVect): (re)moved default,
4829           (glue): added pdata,
4830           (glue): moved __start__xstack to XSTK with default size 1
4831         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4832           and options.float_rent when options.stackAuto is set,
4833           (linkEdit): only write XDATA_NAME if provided on command line
4834         * src/SDCCmem.h,
4835         * src/SDCCmem.c: added pdata
4836         * src/port.h: added pdata_name to PORT
4837         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4838           (saveRegisters, unsaveRegisters): removed usage of B,
4839           (genMinus): fixed accumulator clash,
4840           (genJumpTab): added comment, this needs another look
4841         * src/mcs51/gen.c: added check for "B in use" paranoia,
4842           added pushB() and popB()
4843         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4844           chance
4845         * src/avr/main.c,
4846         * src/ds390/main.c,
4847         * src/hc08/main.c,
4848         * src/mcs51/main.c,
4849         * src/pic/main.c,
4850         * src/pic16/main.c,
4851         * src/xa51/main.c,
4852         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4853           added PSEG (PAG,XDATA) or NULL to port specifier
4854         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4855         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4856           (_mcs51_genInitStartup): removed __start__xstack equ,
4857           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4858         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4859         * src/z80/gen.c (_rleAppend): fixed warnings
4860         * support/regression/tests/zeropad.c: added pdata test
4861         * .version: bumped to 2.4.6
4862
4863 2004-10-17 Borut Razem <borut.razem AT siol.net>
4864
4865         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4866         as a part of nightly build
4867
4868 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4869
4870         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4871         WREG holds the first byte function parameters,
4872         * (aopForSym): take special case for symbols which are in FARSPACE
4873         but in CODESPACE too,
4874         * (assignResultValue): modified to take into account _G.useWreg,
4875         * (genCall): don't use wreg for parameter passing when function is
4876         declared as reentrant, too, added optimization INCF to stack
4877         pointer when stack parameter count is 1,
4878         * (genFunction, genEndFunction): refurnished and fixed to not using
4879         wreg for passing parameters when function has varargs or is
4880         reentrant, fixed bug with symbol name compare for generating
4881         functions in absolute address,
4882         * (pic16_storeForReturn): refurnished,
4883         * (genCmp): began writing a new version of the function, not ready
4884         yet, therefore it is disabled,
4885         * (genAssign): do not read code memory when assigning a function to
4886         a pointer function,
4887         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4888         array of characters, not pointer,
4889         * (pic16initialComments): in debug mode emit an .ident directive for
4890         the assembler,
4891         * (_process_pragma): emit a new warning type (internal to pic16)
4892         when setting stack to default length, emit a similar warning when
4893         placing a function at absolute address and address is not word aligned
4894         * (_pic16_parseOptions): added 'return TRUE' statement,
4895         * (_pic16_linkEdit): if compiling a source, then add the source's
4896         file object, first in the list of objects to link,
4897
4898 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4899
4900         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4901         * src/pic/main.c : removed VC warning.
4902         * src/pic/gen.c : changed comment.
4903
4904 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4905
4906         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4907         reference to a deprecated symbol _GPTRREG was causing failure to
4908         link. Thanks G. M. Gallant for the info.
4909
4910 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4911
4912         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4913         comments for Bugs item #954788.
4914
4915 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4916
4917         * src/pic16/device.c (pic16_dump_gsection,
4918         * pic16_groupRegistersInSection): handle symbols declared to be in
4919         access bank differently,
4920         * src/pic16/gen.c (struct _G): added field resDirect,
4921         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4922         send values read from stack directly to result and don't allocate
4923         temporary values,
4924         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4925         same registers,
4926         * (pic16_sameRegsOfs): NEW,
4927         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4928         free because they were not allocated from temporary pool,
4929         * pic16_popRegFromString): workaround to fix a problem with
4930         allocating variables twice or never,
4931         * (genGenPointerGet): using PRODL instead of FSR0H,
4932         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4933         instead of FSR0H,
4934         * (genAssign): take advantage of the _G.resDirect flag,
4935         * (genCast): around line 11844, use mov2f instead of directly
4936         MOVFF'ing between operands to account for literal values,
4937         * src/pic16/genutils.c: some new debug functions for gpsim have been
4938         added,
4939         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4940         float with integer part only,
4941         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4942         place variables in access bank
4943         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4944         updated sources to reflect recent changes in gen.c
4945
4946 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4947
4948         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4949         sources that searched for headers in installation path, now the
4950         device/include/pic16 is used,
4951         * src/pic16/glue.c (pic16glue),
4952         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4953         .line directives if not in debug mode, this suppresses assembler's
4954         warnings for ignored directives
4955
4956 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4957
4958         * src/port.h: made reset_regparms prototype void parameter explicit.
4959         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4960         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4961         * doc/sdccman.lyx: documented warning disabling and how to use
4962           printf_large to make it print floats.
4963         * device/include/stdbool.h: NEW
4964         * device/lib/_atof.c,
4965         * device/lib/_divuint.c,
4966         * device/lib/_divulong.c,
4967         * device/lib/expf.c,
4968         * device/lib/printf_large.c,
4969         * device/lib/sincosf.c,
4970         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4971         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4972           a completely reentrant lib.
4973
4974 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4975
4976         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4977         * device/include/pic16/stdio.h: fixed bug with colon
4978
4979 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4980
4981         * device/include/pic16/stdio.h,
4982         * device/include/pic16/stdlib.h,
4983         * device/include/pic16/math.h: NEW
4984         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4985         declared as _naked to reduce overhead
4986         * device/lib/Makefile.in (target port-specific-objects-pic16):
4987         changed * to *.* so to ignore the CVS directory,
4988         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4989         stacked variables back in stack,
4990         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4991         corruption
4992
4993 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4994
4995         * .version: bumped version number to 2.4.5
4996         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4997         * support/Util/SDCCerr.c (messages structure): added entry for
4998         W_POSSBUG2
4999
5000         Large cumulative patch for pic16 port and libraries.
5001         * device/include/pic16/sdcc-lib.h,
5002         * device/include/pic16/stdarg.h,
5003         * device/include/asm/pic16/features.h,
5004         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
5005         * device/include/pic16/float.h: changes reentrant keyword with
5006         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
5007         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
5008         updated target build-libraries to include objects from gptr,
5009         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
5010         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
5011         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
5012         all function headings,
5013         * src/SDCCmain.c: added global parameter userIncDirsSet,
5014         * (parseCmdLine): when option -I is encountered add directory to
5015         userIncDirsSet too,
5016         * src/version.awk: added space between control and long,
5017         * src/pic16/NOTES: added some notes for the port,
5018         * src/pic16/gen.c: added prototype for mov2fp function,
5019         * (fReturnpic16[]): properly named return value registers,
5020         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
5021         * (aopForSym): added code to handle symbols with onStack flag set,
5022         symbols onStack are allocated PTRSIZE bytes,
5023         * (aopFreeAsmop): handles special case where asmops are stack objects,
5024         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
5025         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
5026         added argument lock to trace flaws in allocating temporary registers
5027         when developing port,
5028         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
5029         * (pic16_popRegFromString): reenabled allocating a direct register
5030         from string,
5031         * (assignResultValue): various beautifications,
5032         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
5033         referenced function argument,
5034         * (genIpush): reenabled to allow stacked arguments, handles only
5035         ic->parmPush iCodes,
5036         * (genCall, genPcall): major changes to allow for variable argument
5037         functions, fixed a bug with falsely restoring stack pointer after
5038         returning from call,
5039         * (genFunction): pending code for critical function,
5040         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
5041         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
5042         * (genNearPointerGet): fixed bug with indirect reading, was always
5043         reading from INDF0
5044         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
5045         pointers,
5046         * (genAddrOf): rewrote code to take address of a stacked function parameter
5047         * (genCast): fixed casting to generic pointer type,
5048         * src/pic16/gen.h: added AOP_STA,
5049         * (struct asmop): added field stk,
5050         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5051         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5052         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5053         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5054         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5055         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5056         generic pointers,
5057         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5058         and library paths,
5059         * (pic16_port structure): generic pointer size is set to 3,
5060         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5061         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5062         compiler warning,
5063         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5064         operand is an iTemp,
5065
5066 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5067
5068         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5069         * debugger/mcs51/simi.c: addapt new syntax of s51
5070
5071 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5072
5073         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5074         * src/pic16/pcode.c: commented out some calls to free() in order to
5075         fix bug #989576,
5076
5077 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5078
5079         * src/SDCCicode.h,
5080         * src/SDCCicode.c (isiCodeInFunctionCall),
5081         * src/avr/ralloc.c (selectSpil),
5082         * src/pic/ralloc.c (selectSpil),
5083         * src/pic16/ralloc.c (selectSpil),
5084         * src/ds390/ralloc.c (selectSpil),
5085         * src/hc08/ralloc.c (selectSpil),
5086         * src/xa51/ralloc.c (selectSpil),
5087         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5088         stack in the middle of a function call sequence (fixes bug #1020268)
5089         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5090         costs associated with the minimum switch case.
5091
5092 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5093
5094         * src/SDCC.lex: fixed bug #1030549
5095
5096 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5097
5098         * src/SDCCcse.h (struct cseDef),
5099         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5100         over a function call if the CSE is derived from a symbol whose
5101         address has been taken (fixes bug #1029883)
5102         * support/regression/tests/bug-1029883: a new regression test for
5103         this bug
5104
5105 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5106
5107         * src/hc08/gen.c (emitinline): fixed bug #1029778
5108         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5109         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5110         and starts toward RFE #905167)
5111
5112 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5113
5114         * src/pic16/gen.c (mov2f): New function to move an operand to
5115         another without considering if it is a literal or a register,
5116         * (pic16_sameRegs): don't check if they are both AOP_REG,
5117         * (AccRsh): removed andmask=0 lines,
5118         * (genLeftShift): duplicated to be improved in future versions,
5119         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5120         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5121         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5122         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5123         * (insertBankSwitch): fixed inserting banksel directives algorithm
5124         for instructions that follow a skip instruction, this fixes a report
5125         for broken subtraction code generation,
5126         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5127         iCode is a left op, just in case result and right share the same
5128         registers
5129
5130 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5131
5132         * src/hc08/main.c,
5133         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5134         preservation of HX
5135         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5136         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5137         on 2004-09-12; it was buggy
5138
5139 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5140
5141         * src/SDCCsymt.h: removed RESULT_CHECK
5142         * src/SDCCast.c,
5143         * src/SDCCglue.c,
5144         * src/SDCCval.c,
5145         * src/pic/glue.c,
5146         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5147
5148 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5149
5150         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5151         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5152         configuration values no more rejected by compiler, they are assigned
5153         to configuration registers with a warning message instead,
5154         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5155         the for-loop so last conf register is emitted too,
5156         * (_pic16_initPaths): link library libsdcc.lib by default,
5157         * (_hasNativeMulFor): modified test for multiplication according to
5158         Raphael Neider's remarks. Integer multiplication is also done with
5159         support functions,
5160         * device/include/pic16/pic18fregs.h: corrected type error in while
5161         testing and including 18f6720 header file
5162
5163 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5164
5165         * src/pic16/device.h (pic16_options): removed field use_crt,
5166         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5167         until an optimization to handle single bits is added,
5168         * (pic16_loadFSR0): moved before genUnpackBits,
5169         * (genAnd): some white lines removed,
5170         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5171         leave_reset flags in pic16_options when using crt modules,
5172
5173 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5174
5175         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5176           for bugs 898889 & 979599. Also used some safer print instructions.
5177
5178 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5179
5180         * src/pic16/device.h (pic16_options_t): added field use_crt,
5181         crt_name, no_crt,
5182         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5183         catch a probable future bug,
5184         * src/pic16/gen.c: aopIdx function commented out,
5185         * (genAssign): commented out old code which used aopIdx,
5186         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5187         code, added if conditionals to take into account the --use-crt
5188         command line options,
5189         * src/pic16/main.c (pic16_optionsTable): added new command line
5190         options, --use-crt= and --no-crt,
5191         * (_pic16_linkEdit): now the proper crt object is added in the
5192         linker command line except than when --no-crt is specified,
5193         * src/pic16/pcode.c,
5194         * src/pic16/pcode.h: added some structures and functions for a new
5195         optimization scheme to compansate for instruction overhead between
5196         same iCodes, this scheme is currently under development and is not
5197         working in any way,
5198         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5199         to && operator,
5200         * device/lib/pic16/startup/crt0i.c,
5201         * device/lib/pic16/startup/crt0iz.c: added global char variable
5202         __uflags to force the generation of an idata section
5203
5204 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5205
5206         * doc/Makefile,
5207         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5208         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5209
5210 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5211
5212         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5213         Frieder) and clarified the default code optimization mode
5214
5215 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5216
5217         * src/SDCC.lex (doPragma, process_pragma),
5218         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5219         "opt_code_size", and "opt_code_balanced"
5220         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5221         regrouped options by category, added support for category headers
5222         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5223         and "--opt-code-size"
5224         * doc/sdccman.lyx: documented these new options and pragmas
5225         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5226         preference into account
5227
5228 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5229
5230         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5231           geniCodePreDec): Fixed bug 904237 by generating a warning
5232         * src/SDCCerr.h,
5233         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5234
5235 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5236
5237         * src/pic/device.c : When no max ram set validate full memory range.
5238         * src/pic/pcode.c,
5239         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5240
5241 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5242
5243         * device/lib/_gptrget.c,
5244         * device/lib/_gptrput.c: updated comment
5245         * device/lib/calloc.c,
5246         * device/lib/free.c,
5247         * device/lib/malloc.c,
5248         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5249         * src/SDCCcse.c (cseBBlock),
5250         * src/SDCCicode.c (printOperand, geniCodeArray),
5251         * src/SDCCicode.h (struct operand): fixed bug 868103
5252         * support/regression/tests/bug-868103.c: added
5253         * src/SDCCast.c (searchLitOp),
5254         * src/SDCCcse.h (struct cseDef),
5255         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5256         * src/SDCCicode.h (struct operand),
5257         * src/SDCCsymt.h (struct sym_link),
5258         * src/avr/gen.c (hasInc),
5259         * src/ds390/gen.c (hasInc),
5260         * src/hc08/gen.c (genPlusIncr, hasInc),
5261         * src/mcs51/gen.c (hasInc),
5262         * src/pic16/glue.c (pic16_printIvalChar),
5263         * src/pic16/ralloc.c (regWithIdx),
5264         * src/xa51/gen.c (hasInc) : removed warnings
5265         * src/SDCCast.c (createBlock): added comment ???
5266         * src/hc08/ralloc.c: updated comments
5267
5268 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5269
5270         * doc/sdccman.lyx: updated section on switch statements, added
5271         section about semaphore locking
5272         * doc/Makefile: added option -info for latex2html
5273         * device/lib/_gptrget.c,
5274         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5275
5276 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5277
5278         * src/pic/device.h,
5279         * src/pic/device.c,
5280         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5281          maxram is less than 0x100.
5282
5283 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5284
5285         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5286
5287 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5288
5289         * src/port.h,
5290         * src/mcs51/main.c,
5291         * src/ds390/main.c,
5292         * src/z80/main.c,
5293         * src/hc08/main.c,
5294         * src/pic/main.c,
5295         * src/pic16/main.c,
5296         * src/avr/main.c,
5297         * src/xa51/main.c
5298         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5299         a jump table is the best form for a switch statement, including
5300         automatic insertion of missing cases to make the case range
5301         continuous. Developed in collaboration with Frieder Ferlemann.
5302
5303 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5304
5305         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5306         accumulator result if it needs sign extension
5307
5308 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5309
5310         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5311
5312 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5313
5314         * device/lib/gbz80/printf.c,
5315         * device/lib/z80/printf.c: removed define for NULL
5316
5317 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5318
5319         * as/xa51/xa_link.c,
5320         * device/examples/ds390/ow390/ad26.c,
5321         * device/examples/ds390/ow390/cnt1d.c,
5322         * device/examples/ds390/ow390/counter.c,
5323         * device/examples/ds390/ow390/ds2480.h,
5324         * device/examples/ds390/ow390/ds2480ut.c,
5325         * device/examples/ds390/ow390/findtype.c,
5326         * device/examples/ds390/ow390/gethumd.c,
5327         * device/examples/ds390/ow390/owllu.c,
5328         * device/examples/ds390/ow390/ownetu.c,
5329         * device/examples/ds390/ow390/swt12.c,
5330         * device/examples/ds390/ow390/swtloop.c,
5331         * device/examples/ds390/ow390/temp.c,
5332         * device/examples/ds390/ow390/temp10.c,
5333         * device/examples/ds390/ow390/thermo21.c,
5334         * device/examples/ds390/ow390/tinilnk.c,
5335         * device/examples/ds390/ow390/tstfind.c,
5336         * device/examples/serialcomm/windows/serial.cpp,
5337         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5338         * device/include/reg51.h: fixed line endings for cvs
5339
5340 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5341
5342         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5343         packRegsForAccUse, packRegisters): new accumulator register
5344         packing algorithm
5345         * support/regression/ports/hc08/support.c (_putchar): suppress
5346         warning of unused variable
5347         * src/SDCCicode.c: added SWAP entry to codeTable
5348
5349 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5350
5351         * device/lib/sprintf.c: forgot to add this file before previous commit
5352
5353 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5354
5355         * src/pic16/gen.c (genPackBits): added operand right in function
5356         parameters, load result directly if p_type is POINTER (that is
5357         called by genNearPointerSet)
5358         * (genUnPackBits): added operand left in function parameters,
5359         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5360         FSR0 if accessing bitfields,
5361
5362 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5363
5364         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5365           _print_format; updated printf, sprintf, vsprintf
5366         * device/include/asm/default/features.h: corrected comment/define
5367         * device/lib/Makefile.in: added sprintf.c
5368         * device/lib/libsdcc.lib: added sprintf module
5369         * device/lib/printf_large.c,
5370         * device/lib/vprintf.c,
5371         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5372           into these 3 files
5373         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5374         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5375         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5376           hc08 test
5377         * support/regression/tests/zeropad.c: define idata as data for hc08
5378
5379 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5380
5381         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5382         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5383         labels are referenced at least once (even if a reference is not found)
5384         * src/hc08/gen.c (emitcode): set isComment flag for comments
5385         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5386         loads), rules 6a..6b (optimize jumps to return)
5387
5388 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5389
5390         * device/lib/acosf.c (acosf),
5391         * device/lib/asinf.c (asinf),
5392         * device/lib/atanf.c (atanf),
5393         * device/lib/ceilf.c (ceilf),
5394         * device/lib/cosf.c (cosf),
5395         * device/lib/coshf.c (coshf),
5396         * device/lib/cotf.c (cotf),
5397         * device/lib/fabsf.c (fabsf),
5398         * device/lib/floorf.c (floorf),
5399         * device/lib/log10f.c (log10f),
5400         * device/lib/logf.c (logf),
5401         * device/lib/sinf.c (sinf),
5402         * device/lib/sinhf.c (sinhf),
5403         * device/lib/sqrtf.c (sqrtf),
5404         * device/lib/tanf.c (tanf),
5405         * device/lib/tanhf.c (tanhf),
5406         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5407         replaced all instances of "reentrant" in the library functions
5408         defined in math.h with this macro.
5409         * support/regression/tests/float_trans.c: reenabled test for hc08
5410
5411 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5412
5413         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5414         erroneously deleted
5415
5416 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5417
5418         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5419         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5420         multi-byte volatile operands are used
5421         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5422         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5423         initialization to area GSINIT0 so that it would always precede
5424         any static initializers in GSINIT
5425         * support/regression/tests/zeropad.c: fixed idata define for hc08
5426         * support/regression/tests/bug-927659.c,
5427         * support/regression/tests/float_trans.c: disabled tests for hc08
5428         pending missing library routines
5429         * .version: increased version number to 2.4.4 - hc08 port now passes
5430         regression tests
5431
5432
5433 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5434
5435         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5436         * Makefile.common.in,
5437         * as/Makefile,
5438         * as/hc08/Makefile.in,
5439         * as/mcs51/Makefile.in,
5440         * as/z80/Makefile.in,
5441         * debugger/mcs51/Makefile.in,
5442         * device/include/Makefile.in,
5443         * device/lib/Makefile.in,
5444         * doc/Makefile,
5445         * link/Makefile,
5446         * link/z80/Makefile.in,
5447         * packihx/Makefile.in,
5448         * sim/ucsim/main_in.mk,
5449         * sim/ucsim/avr.src/Makefile.in,
5450         * sim/ucsim/doc/Makefile.in,
5451         * sim/ucsim/gui.src/serio.src/Makefile.in,
5452         * sim/ucsim/hc08.src/Makefile.in,
5453         * sim/ucsim/s51.src/Makefile.in,
5454         * sim/ucsim/xa.src/Makefile.in,
5455         * sim/ucsim/z80.src/Makefile.in,
5456         * src/Makefile.in,
5457         * support/cpp2/Makefile.in,
5458         * support/librarian/Makefile,
5459         * support/makebin/Makefile: added DESTDIR to the install path proposed
5460         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5461         * doc/sdccman.lyx: added DESTDIR documentation
5462
5463 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5464
5465         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5466         instruction for interrupt handlers, use fast returns when returning
5467         from high priority interrupts
5468
5469 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5470
5471         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5472         code generation
5473         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5474         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5475         bugs, ported much of Bernhard's code from mcs51
5476         * src/mcs51/gen.c (genSend),
5477         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5478         than one when calling a reentrant function
5479         * device/lib/_mullong.c: defined an alternate struct layout for big
5480         endian ports (hc08)
5481
5482 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5483
5484         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5485         test
5486
5487 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5488
5489         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5490         are sane and complete before asking the port its prefered parameter
5491         passing method (fixes bug #1017633)
5492         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5493         and _ret3
5494
5495 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5496
5497         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5498         problem in bitfields >= 8 bits.
5499
5500 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5501
5502         * src/SDCCsymt.c: undid changes that were not meant to be committed
5503
5504 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5505
5506         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5507
5508 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5509
5510         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5511           copied and wrong bit got inverted
5512
5513 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5514
5515         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5516         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5517         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5518         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5519         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5520         assignments to bitfields at known addresses
5521         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5522         reads from bitfields at known addresses
5523         * src/hc08/ralloc.c (packRegisters),
5524         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5525         genhc08Code): optimize pointer get values used as conditionals
5526         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5527         and branch
5528
5529 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5530
5531         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5532         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5533         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5534         as conditionals
5535
5536 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5537
5538         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5539
5540 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5541
5542         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5543         related problems
5544
5545 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5546
5547         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5548
5549 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5550
5551         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5552         mcs51 port
5553
5554 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5555
5556         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5557
5558 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5559
5560         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5561         cases use more compact code.
5562
5563 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5564
5565         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5566
5567 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5568
5569         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5570
5571 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5572
5573         * src/SDCCsymt.h,
5574         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5575         parameter of changePointer() from symbol* to sym_link*
5576         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5577         * src/SDCCsymt.c (compareType): void* type is castable to other
5578         pointers, but not necesarily an exact match.
5579         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5580         is no longer blindly treated as an exact match.
5581         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5582
5583 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5584
5585         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5586
5587 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5588
5589         * src/pic/gen.c,
5590         * src/pic/pcode.c,
5591         * src/pic/ralloc.h,
5592         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5593
5594 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5595
5596         * src/pic/device.c,
5597         * src/pic/device.h,
5598         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5599
5600 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5601
5602         * src/mcs51/gen.c (emitcode): fixed bug #992819
5603
5604 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5605
5606         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5607           there's no need to make it worse
5608
5609 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5610
5611         * src/mcs51/ralloc.c (deassignLR),
5612         * src/ds390/ralloc.c (deassignLR),
5613         * src/hc08/ralloc.c (deassignLR),
5614         * src/z80/ralloc.c (deassignLR),
5615         * src/pic/ralloc.c (deassignLR),
5616         * src/pic16/ralloc.c (deassignLR),
5617         * src/avr/ralloc.c (deassignLR),
5618         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5619         rlivePoint): fixed another part of bug #971834
5620
5621 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5622
5623         * src/z80/main.c: enabled "critical" keyword
5624         * src/z80/mappings.i,
5625         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5626         functions (fixes bug #979646)
5627         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5628
5629 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5630
5631         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5632           such as c:\mydir.
5633
5634 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5635
5636         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5637           doesn't disable too much optimizations
5638
5639 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5640
5641         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5642
5643 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5644
5645         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5646
5647 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5648
5649         * src/pic/gen.c tidied up tabs
5650         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5651         * src/pic/main.c tidied up tabs
5652         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5653         * src/pic/pcoderegs.c tidied up tabs
5654         * src/pic/ralloc.c tidied up tabs
5655
5656 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5657
5658         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5659         to S_FIXED for pic16 port and when symbol is not in level 0,
5660         allocate for S_REGISTER storage class and pic16 port, too,
5661         * src/pic16/device.h: prototype for checkSym,
5662         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5663         * (pic16_assignConfigWordValue): test the value and the mask to
5664         validate that the value is suitable for the configuration word,
5665         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5666         collect extern declared symbols, don't emit symbol twice, check
5667         first if symbol is in publics set first,
5668         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5669         * added command line '--fstack' which enables an experimental
5670         feature for stack access, too buggy to be used yet...
5671         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5672         * (pic16_allocDirReg): when register has storage class S_REGISTER
5673         allocate in pic16_dynAccessRegs,
5674         * device/include/pic16/pic18f????.h: modified configuration word
5675         naming convention, words started as CONFIG0H but should be CONFIG1H
5676
5677 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5678
5679         * device/include/mcs51reg.h: fixed bug 970993
5680
5681 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5682
5683         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5684         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5685         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5686         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5687         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5688         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5689           error/warning numbers,
5690           added function setWarningDisabled()
5691         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5692         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5693           _memcmp.c _memmove.c calloc.c realloc.c free.c
5694         * support/regression/tests/malloc.c: added tests for new functionality
5695         * support/regression/tests/zeropad.c: added tests for truncated initializers
5696           and initialized char arrays starting with '\x0'
5697         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5698
5699 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5700
5701         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5702
5703 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5704
5705         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5706         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5707         peephole 177.e. Thanks to anonymous
5708
5709 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5710
5711         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5712         function isn't used in the source but referenced as a
5713         variable initializer then declare it as extern in .asm file
5714
5715 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5716
5717         * .version: increased version number to 2.4.3
5718
5719         Adding version extension according to ChangeLog CVS revision
5720         * src/Makefile.in (target all): added dependency 'version.h'
5721         * (rule version.h): added rule to create version.h from ChangeLog,
5722         * (rule dep): added dependency version.h,
5723         * src/version.awk: AWK script to create version.h
5724         * src/SDCCdwarf2.c (dwWriteModule),
5725         * src/SDCCglue.c (initialComments),
5726         * src/SDCCmain.c (printVersionInfo): modified to write after
5727         version string the version extension number,
5728         * src/SDCCutil.c: included "version.h"
5729         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5730         number,
5731         * src/SDCCutil.h: added prototype for getBuildNumber
5732
5733         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5734         includeDirsSet, too,
5735         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5736         const char [] is found in function prototype...
5737
5738         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5739         moving to WREG with source is already in WREG,
5740         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5741         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5742         * (aopForSym): stack'ed symbols are partially supported, added
5743         if-clause to support symbols in FARSPACE,
5744         * (sameRegs): added test for AOP_ACC to see if registers are same,
5745         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5746         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5747         * (pic16_popRegFromString): will not allocate a new register if it
5748         doesn't find one by name, bug may have introduced...
5749         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5750         * (genIpush): revived to use pic16 port's stack,
5751         * (genAddrOf): added incomplete case for stack'ed operand,
5752         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5753         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5754         can handle multibyte operands,
5755         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5756         * (pic16initialComments): added message for MPLAB compatibility
5757         mode enabled,
5758         * src/pic16/main.h: prototype for pic16_mplab_comp,
5759         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5760         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5761         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5762         because of increased complexity of procedure,
5763         * (_process_pragma): stack pragma changed to format 'stack pos len',
5764         emit symbol '_stack_end' to conform with gplink,
5765         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5766         to search for register,
5767         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5768         PO_GPR_REGISTER,
5769         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5770         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5771         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5772         case for PO_GPR_REGISTER,
5773         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5774         dies, the new era is ahead !...
5775         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5776         pic16_dynInternalRegs,
5777         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5778         * (pic16_allocDirReg): minor optimizations and bug fixes,
5779         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5780
5781         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5782         load stack and frame pointer with address of 'stack_end' symbol
5783
5784 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5785
5786         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5787         without source code but only variable initializers
5788
5789 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5790
5791         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5792         external are not declared as extern to reduce overhead while linking
5793
5794 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5795
5796         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5797
5798 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5799
5800         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5801           Yee Keat for the patch
5802         * src/SDCCast.c (decorateType): fixed bug #979599
5803         * src/ds390/gen.h: removed local fReturnSizeDS390
5804         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5805         * src/ds390/gen.c (genAnd, genOr, genXor),
5806         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5807
5808 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5809
5810         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5811         add relFilesSet to $3, manipulate $2 to handle linking of object
5812         files without source files in command line,
5813         * device/include/pic16 (all headers): added ID location macros,
5814         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5815         entries for ID location bytes,
5816         * (pic16_assignIdByteValue): NEW,
5817         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5818         added field dumpcalltree to pic16_options_t,
5819         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5820         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5821         emitting rFalseIfx label after check_carry label,
5822         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5823         pic16_emitDIRegs), NEW
5824         * (pic16glue): dump .calltree file when option --calltree found,
5825         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5826         * (_pic16_genAssemblerPreamble): emit ID locations after
5827         configuration registers,
5828         * (pic16_linkCmd): modifications of the link command,
5829         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5830         * (pic16_pCodeInitRegisters): don't init stack registers,
5831         * (pic16_findPrevInstruction): fixed bug,
5832         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5833         bug with immediate registers,
5834         * (buildCallTree): traces stack push and pop,
5835         * (pct2): dump also stack usage for each function,
5836         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5837         * (pic16_allocDirReg): various modifications,
5838         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5839         fixed to 1,
5840
5841 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5842
5843         * src/pic16/pcode.c: removed buggy double colon
5844
5845 2004-07-01 Borut Razem <borut.razem AT siol.net>
5846
5847         * support/scripts/sdcc.nsi: added include/pic16 to setup
5848
5849 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5850
5851         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5852         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5853         target 'clean',
5854         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5855         specific command line arguments. Also added sample lkr script
5856         for placing a variable at a specific memory bank.
5857         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5858         at a specific memory bank,
5859         * (pic16_dump_isection): fixed bug which caused string literals to
5860         be omitted when dumping idata section,
5861         * (pic16_groupRegistersInSection): added code to handle registers
5862         in specific memory banks,
5863         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5864         public, all references are renamed too,
5865         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5866         AOP_DPTR2,
5867         * (pic16_storeForReturn): added case to handle when dest is WREG,
5868         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5869         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5870         pic16_rel_udata, check to see if that register is marked as being
5871         a member of a specific memory bank,
5872         * (pic16_printIvalCharPtr): added code to add string literals either
5873         to code or the idata sections,
5874         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5875         also accept the 'udata' pragma,
5876         * src/pic16/main.h: new structure types sectName and sectSym
5877         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5878         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5879         * (pic16_findPrevInstruction): fixed, it returned nothing,
5880         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5881         instruction combinations,
5882         * (pic16_FixRegisterBanking): heavily reorganised,
5883         * (pic16_AnalyzeBanking): if generating banksel directives is
5884         disabled, then don't call FixRegisterBanking at all,
5885         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5886         completely removed,
5887         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5888
5889 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5890
5891         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5892         Phuah Yee Keat <yk.phuah AT nestac.com>
5893
5894 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5895
5896         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5897         correctly the IVT even if it is relocated to some other location
5898
5899 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5900
5901         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5902         * device/include/pic16/pic18f2220.h: NEW,
5903         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5904         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5905         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5906         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5907         nodefaultlibs, ivt_loc is the location of the interrupt vector
5908         table, and nodefaultlibs signs that default libraries should not be
5909         linked in link stage,
5910         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5911         according to --ivt-loc argument,
5912         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5913         when pragma stack is found,
5914
5915 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5916
5917         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5918         256 (range check), 257 (do while), 258.a-f (bit banging
5919         f.e. on 3-wire SPI bus)
5920
5921 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5922
5923         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5924         variables used exclusively within a loop
5925
5926 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5927
5928         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5929
5930 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5931
5932         * src/SDCClrange.c (computeClash): fixed bug #971834
5933
5934 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5935
5936         * src/mcs51/gen.c (genCmp): fixed bug #975903
5937         * src/hc08/gen.c (operandsEqu),
5938         * src/ds390/gen.c (operandsEqu),
5939         * src/z80/gen.c (operandsEqu),
5940         * src/pic/gen.c (operandsEqu),
5941         * src/pic16/gen.c (operandsEqu),
5942         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5943         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5944
5945 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5946
5947         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5948
5949 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5950
5951         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5952         default case in switch statement,
5953         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5954         to eliminate problem with initialisation of pointers, but problem
5955         still exists,
5956         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5957         * (emitStaticSegment): removed various lines emitting debug info,
5958         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5959         added processor registers for utilizing EEPROM,
5960         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5961         configurable and set 8
5962
5963 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5964
5965         * .version: increased version number to 2.4.2,
5966
5967         Cumulative patch for pic16 port
5968         * src/pic16/device.c: changed scheme to dump initial values for
5969         variables in idata segment, all print_idata* functions were removed,
5970         now the pic16_printIval* will be called,
5971         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5972         * _pic16_printPointerType, pic16_printPointerType,
5973         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5974         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5975         NEW, similar to the respective functions in SDCCglue.c,
5976         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5977         way, emitting hex bytes,
5978         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5979
5980 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5981
5982         * src/avr/ralloc.c (serialRegAssign),
5983         * src/xa51/ralloc.c (serialRegAssign),
5984         * src/pic/ralloc.c (serialRegAssign),
5985         * src/pic16/ralloc.c (serialRegAssign),
5986         * src/hc08/ralloc.c (serialRegAssign),
5987         * src/z80/ralloc.c (serialRegAssign),
5988         * src/ds390/ralloc.c (serialRegAssign),
5989         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5990
5991 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5992
5993         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5994         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5995
5996 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5997
5998         Cumulative patch for pic16 port:
5999         * src/pic16/device.h (typedef PIC16_device) modified fields for
6000         defining microcontrollers,
6001         * src/pic16/device.c: added new info for all devices in Pics16 array,
6002         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
6003         to be optimised out by the pCode optimiser,
6004         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
6005         specially, bug reported by G.M. Gallant,
6006         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
6007         as force'd so that cannot be optimised out by pCode optimiser,
6008         * src/pic16/pcode.c,
6009         * src/pic16/pcodepeeph.c,
6010         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
6011         they are disabled by default, but can be enabled explicit with
6012         command argument --denable-peeps, for testing,
6013         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
6014         --pomit-ivt in COMPILE_FLAGS
6015
6016 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6017
6018         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
6019           compilation on MSVC
6020
6021 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
6022
6023         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
6024
6025 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6026
6027         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
6028         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
6029
6030 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
6031
6032         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
6033         would only assign 0x300001 register.
6034
6035 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
6036
6037         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
6038         in COMPILE_FLAGS. Thanks to G. Gallant for report.
6039
6040 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6041
6042         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
6043         for ds80c400
6044         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
6045         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
6046         added peephole 254 (left shift), 255 (jump table)
6047
6048 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6049
6050         * device/lib/Makefile.in: removed comment line with model-pic16,
6051         * (target port-specific-objects-pic16): the libraries and objects
6052         are copied to the build directory form the device/lib/pic16/bin
6053         directory
6054
6055         Cumulative patch concerning pic16 port:
6056         * library directory has been re-organized,
6057         * added support for PIC18F1220,
6058         * added headers and library sources for chips 18f1220,18f6520,
6059         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6060
6061         * configuration registers setting has changed, now each supported
6062         device has a complete description of the registers it uses,
6063         * all initialisations are moved to idata sections, these section
6064         can be absolute or relocatable,
6065         * fixed initialisation of codespace variables,
6066         * fixed warning about PCLATU and gpsim,
6067         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6068         * (genAssign): use table reads when assigning from variables in codespace,
6069         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6070         char/int variables placed in codespace,
6071         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6072         registers set in .asm file, no need for --pomit-config-words anymore,
6073         * (pic16glue): some 8051 legacy segments are commented out
6074         (to be removed completely),
6075         * added support for alternative assembler and linker with --asm=
6076         and --link= command line arguments,
6077         * peepholes are disabled automatically in the port, no need to
6078         specify on command line,
6079         * port supports natively char/int/long multiplication, but converts
6080         all divisions to support functions,
6081         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6082         to the file set in variable $2,
6083         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6084         strings in ASCII format and not in hex,
6085         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6086         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6087         allocate proper register if iCodes aren't temporary,
6088
6089 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6090
6091         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6092
6093 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6094
6095         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6096         is commented out
6097
6098 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6099
6100         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6101         computed address is reused
6102         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6103         multi-byte bitfields
6104
6105 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6106
6107         * src/z80/gen.c: (genArrayInit): must check for pointers too
6108
6109 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6110
6111         * support/regression/tests/zeropad.c: never meant to commit the
6112           nestedstruct test: removed, added check for GCC version
6113
6114 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6115
6116         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6117         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6118         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6119           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6120           bugs 928906 and 954082 half-empty initializers
6121         * src/SDCCsymt.h,
6122         * src/SDCCsymt.c (getAllocSize): added for above fix
6123         * src/z80/gen.c (genArrayInit): fixed bug 741044
6124         * support/regression/tests/zeropad.c: added tests
6125
6126 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6127
6128         * src/pic16/device.c (pic16_dump_section): corrected bug which
6129         caused some symbols of the libraries to be misplaced
6130
6131 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6132
6133         * src/pic16/glue.c,
6134         * src/pic16/ralloc.h,
6135         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6136         to fix conflict with pic port
6137
6138 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6139
6140         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6141         externs configuration variables,
6142         * src/pic16/ralloc.h,
6143         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6144         prototype in header, commented out some debug messages
6145
6146 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6147
6148         * src/pic16/glue.c,
6149         * src/pic16/main.c,
6150         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6151         for gpasm COFF object generation. Thanks to D. Hawkins for
6152         his patch info
6153
6154 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6155
6156         * src/ds390/main.c,
6157         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6158         Brock for spotting this)
6159         * src/ds390/gen.c (genEndFunction),
6160         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6161         interrupt handler and critical. Disable push/pop optimizations when
6162         peephole optimizations disabled.
6163
6164 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6165
6166         Updated pic16 library sources and headers.
6167         * device/lib/pic16/pic18f*/ ,
6168         * device/include/pic16/*.h: modified to handle structured SFR
6169         definitions
6170
6171 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6172
6173         * src/port.h (PORT structure): added hook initPaths, now each
6174         port can declare its own default search paths,
6175         which can been seen with the --print-search-dirs option,
6176         see pic16 port for example,
6177         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6178         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6179         * (doPrintSearchDirs): NEW, replaces in a central manner the
6180         printing of search dirs which was split in set*Paths functions,
6181         * (main): added call to port->initPaths and doPrintSearchDirs,
6182         * src/avr/main.c,
6183         * src/ds390/main.c,
6184         * src/hc08/main.c,
6185         * src/izt/i186.c,
6186         * src/izt/tlcs900h.c,
6187         * src/mcs51/main.c,
6188         * src/pic/main.c,
6189         * src/pic16/main.c: modified port structures to reflect addition of
6190         initPaths hook,
6191
6192         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6193         * (pic16_dump_section): for registers in same address reserve memory once,
6194         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6195         to no_banksel,
6196         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6197         result is greater in size than right or left,
6198         * (pic16_genUMult8X8_8): there are some cases where the result can
6199         be 16 bits size, so handle these,
6200         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6201         * (pic16_outBitC): modified to emit pcodes,
6202         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6203         or not,
6204         * (genDivOneByte): implemented algorithm to divide 8-bits,
6205         * (genCmp): uncommented goto, but issues still exist,
6206         * (genAnd): fixed a bug with variables >8bits,
6207         * (genPackBits): optimization added that uses BCF/BSF to change a
6208         single bit,
6209         * (genAssign): fixed bug when assigning floating point literals,
6210         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6211         __sdcc_gsinit_startup label,
6212         * src/pic16/main.c (_pic16_init): removed search directory
6213         initialisations,
6214         * (_pic16_initPaths): NEW, used to initialise search directories,
6215         * (_hasNativeMulFor): support functions for all except char/int
6216         multiplication, and char division,
6217         * (PIC16_port struct): modified entry for native mul support,
6218         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6219         no_banksel option,
6220         * (buildCallTree): call to register_usage is ifdef'ed out,
6221
6222 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6223
6224         * device/include/string.h: applied Stas Sergeev's patch to make this
6225         header file compatible with the preprocessor -Wundef option
6226         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6227         failure (fixes bug #941458)
6228
6229 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6230
6231         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6232         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6233         that the variable, not the function, should be static
6234         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6235         to be consistent with non-literal case
6236
6237 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6238
6239         * src/SDCCast.c (isConformingBody): fixed bug #949967
6240         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6241         convilong): fixed bug #952086
6242
6243 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6244
6245         * src/SDCCmem.c (allocVariables): fixed bug #955321
6246
6247 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6248
6249         * src/hc08/main.c (_hc08_genAssemblerEnd),
6250         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6251         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6252         completely eliminated the use of a temporary file
6253         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6254         when more than one file linked
6255         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6256
6257 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6258
6259         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6260         which fixes bug #543481
6261         * support/regression/tests/bug-751703.c: fixed comments left from a
6262         cut and paste error
6263         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6264         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6265         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6266         scopes
6267         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6268         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6269         are now changed to underscores in moduleName
6270
6271 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6272
6273         * as/mcs51/lkmem.c: better fix for bug #954173
6274
6275 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6276         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6277
6278         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6279         * device/include/c8051f000.h,
6280         * device/include/c8051f120.h,
6281         * device/include/c8051f300.h,
6282         * device/include/c8051f310.h,
6283         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6284         PWM16) and detab'ed
6285
6286 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6287
6288         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6289         and mailing lists, doc'ed --no-peep-comments, removed reference
6290         to knoppix (newest version has no LyX/LaTeX), other minor changes
6291         * src/SDCCglue.c (glue): save 2 bytes stack space with
6292         option --main-return. The ljmp could probably be avoided too
6293
6294 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6295
6296         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6297
6298 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6299
6300         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6301         * src/SDCCopt.c (isLocalWithoutDef),
6302         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6303         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6304         (credit to Maarten Brock for patch #949363, on which this is based)
6305         * support/regression/tests/bug-751703.c: some test cases of extern used
6306         within inner scopes.
6307
6308 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6309
6310         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6311         SPEC_STRUCT
6312         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6313         struct definitions
6314         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6315         dwWriteLabel): fix to create valid debugger symbols even when
6316         the module name has non-alphanumeric symbols in it
6317         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6318         when a variable's allocation has been optimized away
6319
6320
6321 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6322
6323         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6324         * src/hc08/main.c,
6325         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6326         * src/mcs51/main.c,
6327         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6328         * src/ds390/main.c,
6329         * src/z80/gen.c (z80_emitDebuggerSymbol),
6330         * src/z80/main.c,
6331         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6332         * src/pic/main.c,
6333         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6334         * src/pic16/main.c,
6335         * src/avr/gen.c (avr_emitDebuggerSymbol),
6336         * src/avr/main.c,
6337         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6338         * src/xa51/main.c,
6339         * src/SDCCdebug.c (emitDebuggerSymbol),
6340         * src/SDCCdebug.h,
6341         * src/port.h: added a debugger struct to the port struct. Added a
6342         callback for defining debugger symbols
6343
6344         * src/SDCCast.c (createLabel),
6345         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6346         with isitmp = 1
6347         * src/SDCCicode.h,
6348         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6349         iCode back to the ast for the function
6350
6351         * src/hc08/ralloc.c (hc08_assignRegisters),
6352         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6353         unneeded fields from the regs struct.
6354         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6355         pushReg() & pullReg() functions instead of emitcode()
6356
6357         * src/hc08/gen.c (genLabel, genhc08Code),
6358         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6359
6360         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6361         debugger hooks
6362
6363         * src/hc08/gen.c (genEndFunction, genhc08Code),
6364         * src/hc08/gen.h,
6365         * src/mcs51/gen.c (genEndFunction, gen51Code),
6366         * src/mcs51/gen.h,
6367         * src/ds390/gen.c (genEndFunction, gen390Code),
6368         * src/ds390/gen.h,
6369         * src/z80/gen.c (genEndFunction, genZ80Code),
6370         * src/z80/gen.h,
6371         * src/z80/z80.h,
6372         * src/pic/gen.c (genEndFunction, genpic14Code),
6373         * src/pic/gen.h,
6374         * src/pic16/gen.c (genEndFunction, genpic16Code),
6375         * src/pic16/gen.h,
6376         * src/avr/gen.c (genEndFunction, genAVRCode),
6377         * src/avr/gen.h,
6378         * src/xa51/gen.c (genEndFunction, genXA51Code),
6379         * src/xa51/gen.h,
6380         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6381         specific code to cdbFile.c and out of the backend code generators
6382
6383         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6384         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6385         starting address is now 0
6386
6387         * as/hc08/asm.h,
6388         * as/hc08/m08pst.c,
6389         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6390         assembler directive for DWARF support
6391         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6392
6393         * src/src.dsp,
6394         * src/Makefile.in,
6395         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6396
6397 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6398
6399         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6400         and inappropriate peephole optimization in jump tables
6401
6402 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6403
6404         * as/hc08/m08pst.c,
6405         * src/SDCCglue.c: sdccopt works for the hc08 port now
6406
6407 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6408
6409         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6410
6411 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6412
6413         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6414
6415 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6416
6417         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6418         rules
6419         * src/SDCCmain.c,
6420         * src/SDCCglobl.h,
6421         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6422         comments from the peephole optimizer replacement rules
6423         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6424         symbols
6425         * src/SDCCcse.c (updateSpillLocation),
6426         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6427         equivalents
6428         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6429         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6430         objects far pointers
6431
6432 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6433
6434         * src/SDCCsymt.h: a missing part of my last change
6435         * src/pic/ralloc.c (regTypeNum),
6436         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6437
6438 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6439
6440         * src/SDCCicode.h,
6441         * src/SDCCicode.c (aggrToPtrDclType),
6442         * src/SDCCptropt.h,
6443         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6444         ptrPseudoSymConvert),
6445         * src/pic/ralloc.c (regTypeNum),
6446         * src/pic16/ralloc.c (regTypeNum),
6447         * src/hc08/ralloc.c (regTypeNum),
6448         * src/ds390/ralloc.c (regTypeNum),
6449         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6450         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6451
6452 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6453
6454         * link/z80/lkmain.c (afile),
6455         * as/hc08/lkmain.c (afile),
6456         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6457         prevent a pointer problem when a filename has no directory and
6458         no extension specified.
6459
6460 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6461
6462         * link/z80/lkmain.c (afile): allow periods in directory names
6463         * link/z80/lkmain.c (afile),
6464         * as/mcs51/lkmain.c (afile),
6465         * as/hc08/lkmain.c (afile): allow linker script file to have an
6466         extension other than ".lnk"
6467         * link/z80/lklex.c (getfid),
6468         * link/z80/lkmain.c (parse),
6469         * as/mcs51/lklex.c (getfid),
6470         * as/mcs51/lkmain.c (parse),
6471         * as/hc08/lklex.c (getfid),
6472         * as/hc08/lkmain.c (parse): Support comments in the linker script
6473         file on lines by themselves and after filenames
6474
6475 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6476
6477         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6478
6479 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6480
6481         * src/z80/peeph-z80.def: removed some peephole rules that don't
6482         work with multibyte arithmetic (fixed bug #937126)
6483         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6484         to registers and not global variables
6485         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6486         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6487         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6488         checking for assignments not internally generated (fixed bug #931895)
6489         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6490         structure member (fixed bug #930072)
6491
6492 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6493
6494         * src/SDCCmain.c (linkEdit),
6495         * src/hc08/main.c (_hc08_parseOptions),
6496         * as/hc08/Makefile.in,
6497         * as/hc08/aslink.h,
6498         * as/hc08/asm.h,
6499         * as/hc08/m08pst.c,
6500         * as/hc08/lkrloc.c (relr, rele),
6501         * as/hc08/lkarea.c (lnkarea)
6502         * as/hc08/lkmain.c (afile, parse),
6503         * as/hc08/lkelf.c: support for ELF output
6504         * as/hc08/lks19.c (s19),
6505         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6506
6507 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6508
6509         * as/mcs51/lkihx.c: Fixed bug #899105.
6510
6511 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6512
6513         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6514         .dsp files from Unix to DOS.
6515
6516 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6519         function pointers; we have been compliant for several months now.
6520         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6521         change that was accidently commented out
6522         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6523         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6524         bug #922319
6525
6526 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6527
6528         * src/hc08/gen.c: output of all of the internal debugging information
6529         is now controlled by the D() macro; it is disabled by default
6530
6531 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6532
6533         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6534         harder to keep the same registers during a CAST iCode
6535         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6536         long via int can be done in a single cast, if the signedness is
6537         correct.
6538         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6539         putchar() in tinibios.c in ds390's library
6540
6541 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6542
6543         * src/SDCCast.c (decorateType): fixed bug #898889,
6544         cast result of a literal complement too
6545         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6546         fixed check for bitfields
6547
6548 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6549
6550         * src/SDCCicode.c (geniCodeLogic): made it static,
6551         (geniCodeLogicAndOr): added in order to fix bug #905492,
6552         (ast2iCode): fixed bug #905492
6553         * support/regression/tests/bug-905492.c: added
6554         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6555         (processParms): fixed bug #927659: don't copy parms, this will clear
6556         decorated flag
6557         * support/regression/tests/bug-927659.c: added
6558
6559 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6560
6561         * src/SDCCast.c (addCast): don't cast float to char
6562         * device/lib/libsdcc.lib: added _memmove
6563
6564 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6565
6566         * device/lib/large/Makefile: fixed parallel execution by
6567         replacing `make` by `$(MAKE)`
6568
6569 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6570
6571         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6572         offsets (fixes bug #923936)
6573
6574 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6575
6576         * device/lib/small/Makefile: fixed parallel execution by
6577         replacing `make` by `$(MAKE)`
6578
6579 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6580
6581         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6582
6583 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6584
6585         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6586         * src/regression/Makefile: Regression test was not running.
6587
6588 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6589
6590         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6591         complement if possible
6592         * src/SDCCval.c (valComplement),
6593         * src/SDCCicode.c (operandOperation): fixed complement of literal
6594         * support/regression/tests/onebyte.c (testComplement): added
6595
6596 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6597
6598         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6599         return an optimized tree; actually replace actParm with the new tree
6600         * src/SDCCast.h: added some parantheses to remove side effects
6601         * support/regression/tests/bug-920866.c
6602
6603 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6604         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6605         Bit operands were not being handled properly in the pic14 port.
6606         (now src/regression/add.c passes again).
6607
6608 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6609
6610         * src/SDCC.y (labeled_statement): case and default no longer require
6611         a following statement (RFE #893037)
6612
6613 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6614
6615         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6616         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6617         disabled (fixes bug #916294)
6618         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6619         "mov a,acc"; patch provided by Lenny Story
6620         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6621
6622 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6623
6624         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6625         functions
6626         * src/ds390/gen.c (genFunction, genEndFunction),
6627         * src/ds390/ralloc.c (ds390_assignRegisters),
6628         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6629         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6630         pushed if there are parameters passed on the stack. Also, a cleaner
6631         way to decide if r0/r1 should be pushed/popped. (Together they fix
6632         bug #918693)
6633
6634 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6635
6636         * doc/sdccman.lyx,
6637         * device/lib/mcs51/crtpagesfr.asm,
6638         * device/lib/mcs51/crtxinit.asm,
6639         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6640         to avoid confusion with Si Lab's SFRPAGE register.
6641
6642 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6643
6644         * src/SDCCglue.c (emitMaps): allow public sfr variables
6645         * src/SDCCglue.c (initialComments): include compiler build date
6646         with compiler version and put the timestamp of the generated
6647         assembly file on a serperate line to be less confusing.
6648         * src/port.h: added genInitStartup hook
6649         * src/avr/main.c,
6650         * src/ds390/main.c,
6651         * src/hc08/main.c,
6652         * src/pic/main.c,
6653         * src/pic16/main.c,
6654         * src/xa51/main.c,
6655         * src/z80/main.c: genInitStartup initialize as NULL (default to
6656         historical behaviour)
6657         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6658         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6659         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6660         library instead of hard coding it into the compiler.
6661         * support/regression/ports/mcs51-stack-auto/spec.mk,
6662         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6663         * device/lib/mcs51/Makefile,
6664         * device/lib/small/Makefile,
6665         * device/lib/large/Makefile,
6666         * device/lib/mcs51/crtpagesfr.asm,
6667         * device/lib/mcs51/crtstart.asm,
6668         * device/lib/mcs51/crtxclear.asm,
6669         * device/lib/mcs51/crtxinit.asm,
6670         * device/lib/mcs51/crtclear.asm,
6671         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6672         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6673         and into user configurable files.
6674         * device/lib/clean.mk: clean mcs51 directory too
6675         * support/regression/tests/longlit.c: added static to T1 declaration
6676         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6677         accesses in the initialization code
6678
6679 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6680
6681         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6682         OSCTRIMVAL as noted in bug #916008
6683
6684 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6685
6686         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6687         in loops with multiple exits (reported as incorrect registers
6688         used by Martin Helmling in Sdcc-user list)
6689
6690 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6691
6692         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6693         made ds390 register extensions look less like error messages
6694
6695 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6696
6697         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6698         reported by Adam Wozniak in Sdcc-user list
6699
6700 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6701
6702         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6703         arithmetic optimizations, added debug output
6704
6705 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6706
6707         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6708         * sdcc.spec: updated and split sdcc into 3 rpms
6709         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6710         needed for literals of LEFT_OP and '+'
6711         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6712         introduced RESULT_TYPE_NOPROM
6713         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6714         left shift
6715         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6716         limited promotion to int only for '*'
6717         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6718
6719 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6720
6721         * src/pic16/gen.c (genSkip),
6722         (genc16bit2lit), (gencjneshort): commented out
6723         (is_LitOp): new helper function, checks operand type
6724         (genCmpEq): rewritten
6725
6726 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6727
6728         * support/regression/tests/bug-908454.c: added
6729
6730 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6731
6732         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6733         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6734         (geniCodeCast): cosmetic, don't preserve bit storage class
6735         (geniCodeLeftShift): added promotion
6736         (geniCodeLogic): fixed regression
6737         * src/SDCCsymt.c (computeTypeOr): accept bits too
6738         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6739
6740 2004-03-07  Borut Razem <borut.razem AT siol.net>
6741
6742         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6743
6744 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6745
6746         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6747         version of pic16_genPackRegisters which does not check if ic is a
6748         CAST operator,
6749         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6750         function cause string1.c regression test fails
6751
6752 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6753
6754         * sim/ucsim/configure.in,
6755         * sim/ucsim/configure,
6756         * sim/ucsim/doc/Makefile.in: use docdir
6757         * src/SDCC.y: fixed sbit atrributes
6758         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6759         * src/SDCCast.c (decorateType): |^& need special promotion handling
6760         * src/SDCCast.h,
6761         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6762         * src/SDCCsymt.h (computeType),
6763         * src/SDCCicode.c: computeType() needs op
6764         * src/SDCCsymt.c (checkTypeSanity),
6765         * doc/sddman.lyx: "plain" bitfields are unsigned
6766         * src/SDCCsymt.c (computeTypeOr): added
6767         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6768         |^& ops
6769         * src/SDCCval.c (val*): computeType() needs op
6770         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6771         * support/regression/tests/onebyte.c: added tests for |^&
6772
6773 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6774
6775         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6776         for writing icode into asm output.
6777
6778 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6779
6780         * src/pic16/device.c: added some debug lines enabled
6781         with macro DEBUG_CHECK,
6782         * src/pic16/genarith.c: more debug in genPlus,
6783         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6784         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6785         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6786         * (aopForSym): onStack symbols are re-placed in data memspace,
6787         and onStack flag is cleared,
6788         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6789         copy temporary pcodeop,
6790         * (genPcall): added warning for not updating PCLATU,
6791         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6792         always true for pic16 port,
6793         * (genMultOneWord): NEW, supports integer multiplication,
6794         * (genMult): modified to call genMultOneWord,
6795         * (ifxForOp): added warning when return NULL,
6796         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6797         flag is set before call to operandFromSymbol for implicit
6798         added structures,
6799         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6800         options.intlong_rent are set by default,
6801         * (_hasNativeMulFor): modified to allow port generation of integer
6802         multiplication,
6803         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6804         set regtype to REG_SFR for all registers, restricting seting the
6805         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6806
6807 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6808
6809         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6810         more than 500 times in the regression tests
6811
6812 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6813
6814         * support/Util/SDCCerr.h,
6815         * support/Util/SDCCerr.c,
6816         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6817         enumerator_list),
6818         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6819         for symbol conflicts.
6820         * support/valdiags/tests/enum.c,
6821         * support/valdiags/tests/tentdecl.c,
6822         * support/valdiags/tests/struct.c: expect possible error messages
6823         referring to original symbol definitions.
6824         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6825         * src/SDCCsymt.h,
6826         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6827
6828 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6829
6830         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6831
6832 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6833
6834         * src/pic16/ralloc.c (newReg): fixed bug #908929
6835
6836 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6837
6838         * src/ds390/gen.c: added missing #include "main.h"
6839
6840 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6841
6842         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6843         checking if symbol is already in set,
6844         * src/pic16/device.h: prototype for checkAddSym,
6845         * src/pic16/gen.c: (_G): added entry interruptvector,
6846         * (assignResultValue): removed some commented out lines,
6847         * (genFunction): check for ISR via sym->type, absolute section for
6848         interrupt code is created via a new pBlock, the goto instruction is
6849         placed now correctly at the interrupt vector position, changed all
6850         references from ivec to _G.interruptvector,
6851         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6852         is the interrupt is a high priority one, same for return from ISR,
6853         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6854         externs to calls of checkAddSym,
6855         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6856         pic16_pcode_verbose flag is set,
6857         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6858         * src/pic16/pcoderegs.c: message about how many registers are saved
6859         will only be emitted if pic16_pcode_verbose flag is set,
6860
6861 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6862
6863         * src/ds390/ralloc.h,
6864         * src/ds390/ralloc.c (ds390_regWithIdx),
6865         * src/ds390/gen.c (emitcode),
6866         * src/ds390/main.h,
6867         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6868         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6869         ds390operandCompare, getRegsRead, getRegsWritten,
6870         initializeAsmLineNode): customized instruction size calculation for
6871         ds390, started basis for some register optimizations
6872         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6873         corresponding assembly output
6874         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6875         missing push/pop of r0/r1. Optimized push/pops
6876
6877 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6878
6879         * src/mcs51/main.c (instructionSize): fixed ACALL size
6880         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6881
6882 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6883
6884         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6885         the sorting of rlist with NULL elements
6886         * (print_idataType, print_idata): NEW to create idata sections
6887         * src/pic16/device.h: idataSymSet new variable
6888         * src/pic16/gen.c (genFunction): fixed some bugs in string
6889         comparing, improved the absolute section creation for ISRs,
6890         added FSR0L/FSR0H in registers that are saved in an ISR,
6891         * (genInline): fixed the processing of inline snippets,
6892         now they undergo no process by the peephole optimizer
6893         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6894         are placed in idataSymSet,
6895         * (pic16emitStaticSeg): extern symbols are added in externs,
6896         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6897         switching when aboslute variables are placed in access bank memory
6898         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6899         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6900         commented out with #if,
6901         * (pic16_packRegisters): reintroduce the check for CAST because some
6902         symbols are not correctly handled,
6903         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6904         pCodeInstruction instead of pCode,
6905         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6906         pCodeAsmDir definition,
6907         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6908         directive, then the argument directive is emitted without the leading
6909         tab, hack for inline labels which must be in the first column,
6910         * (compareLabel,pic16_findNextInstruction),
6911         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6912         * (insertBankSwitch): modified for the new pCodeAsmDir,
6913
6914 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6915         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6916
6917         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6918         instance,
6919         * (pushSide): commented out with #if,
6920         * (assignResultValue): fixed some typos in saving
6921         registers,
6922         * (genPcall): FIXED and sync'ed with genCall,
6923         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6924         * (genNearPointerGet): fixed to handle some more cases,
6925         implementation scheme via table reads,
6926         * (genConstPointerGet): modified to access code memory correct,
6927         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6928         and improved to handle some cases
6929         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6930         instead of "RETLW" for init data
6931         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6932         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6933         variables are placed in access bank memory (<0x80 and >=0xf80),
6934         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6935         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6936         TBLWT_POSTDEC,TBLWT_PREINC
6937         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6938         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6939         directives
6940         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6941         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6942         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6943         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6944
6945 2004-02-29  Borut Razem <borut.razem AT siol.net>
6946
6947         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6948         support/Util/findme.h, support/Util/system.h: enhance binary relative
6949         search for lib and include by using findProgramPath()
6950
6951 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6952
6953         * src/SDCCpeeph.h,
6954         * src/SDCCpeeph.c (pcDistance),
6955         * src/port.h,
6956         * src/mcs51/ralloc.h,
6957         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6958         * src/mcs51/main.h,
6959         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6960         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6961         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6962         size calculation port specific, started basis for some register
6963         optimizations
6964         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6965         missing push/pop of r0/r1. Optimized push/pops
6966         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6967         * device/lib/_modsint.c (_modsint),
6968         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6969         and stack version so regression tests pass
6970
6971 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6972
6973         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6974         * src/SDCCast.c (decorateType): catch another small optimization
6975         with '?' operator
6976         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6977         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6978         modified to finally use computeType() all over SDCC,
6979         see Feature Request #877103
6980         * src/SDCCval.h: cosmetic
6981         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6982         valCompare(); regression tested in muldiv.c
6983         * support/regression/tests/muldiv.c (testMod): mod sign follows
6984         dividend only
6985
6986 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6987
6988         * src/SDCCast.c (decorateType): fixed bug #902362
6989         * doc/INSTALL.txt: fixed install instructions for win32
6990
6991 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6992
6993         * device/include/Makefile.in (install): fixed by replacing spaces
6994         by tabs
6995         * doc/README.txt,
6996         * doc/INSTALL.txt: updated for release
6997         * doc/sdccman.lyx: added warning for --xstack being buggy
6998
6999 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
7000
7001         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
7002         to eliminate build warnings.
7003         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
7004
7005 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
7006            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7007
7008         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
7009         removed -penable-stack, added comment for stack pragma, added
7010         warning for not initializing the stack/frame registers, removed
7011         comment at interrupts section
7012
7013         Stack is made permanent, there is no ability to disable stack usage.
7014         * src/pic16/device.h,
7015         * src/pic16/device.c: removed all references to USE_STACK macro,
7016         * src/pic16/device.c (pic16_dump_section): when no elements in
7017         rlist, free rlist before return,
7018         * (pic16_dump_int_registers): NEW, internal registers are a new set
7019         of general purpose registers reused by each function,
7020         * (checkAddReg): returns 1 if registers is added to set,
7021         * (pic16_groupRegistersInSection): when a registers is of type
7022         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
7023         * src/pic16/device.h: memRange and Assigned Memory are deleted,
7024         SRCASECMP macro is moved here from device.c
7025         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
7026         PO_PCLATU, PO_PRODL, PO_PRODH,
7027         * (pic16_pCodeOpType, genMinus,
7028         changed compares to "a" register, with AOP_ACC,
7029         * (pic16_genPlus): fixed some bugs and indented properly,
7030         * (pic16_addSign): changed size to size+offset in the MOVWF
7031         instruction,
7032         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
7033         multiply 8-bit operand by literal, result is 8-bit,
7034         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
7035         multiply 2 8-bit operand, result is 8-bit,
7036         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
7037         genUMult8X*_16,
7038         * src/pic16/gen.c: changed accUse to contain WREG only,
7039         * (pic16_emitcomment): renamed to pic16_emitpcomment,
7040         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
7041         true, do not use immediate addressing any more unless sym is a
7042         pointer in codespace,
7043         * (aopForRemat): do not use immediate addressing when symbol not in
7044         codespace and when symbol's address is requested,
7045         * (aopOp): for-loop in if(sym->accUse) is modified for the new
7046         accUse size (= 1),
7047         * (aopGet): added case for AOP_ACC and don't return "accumulator
7048         bug" but WREG instead,
7049         * (popGetTempReg): pushes contents of temporary register in stack,
7050         * (popReleaseTempReg): pops contents of temporary register from
7051         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7052         * (pic16_popGet): separated case AOP_ACC to return register WREG
7053         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7054         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7055         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7056         the use of immediate pointers to certain cases only.
7057
7058         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7059         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7060         * (assignResultValue, genCall, genRet): modified to use the new
7061         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7062         genPcall is still broken,
7063         * (genFunction): added code to create 'A' type pBlocks when
7064         interrupt functions are generated, code not extensively tested yet,
7065         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7066         * (genEndFunction): modified so ISRs pop stored registers from stack,
7067         * (genMultOneByte): cleanup,
7068         * (AccRsh): added flag andmask, to and result with appropriate mask,
7069         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7070         * (genDataPointerGet): fixed and reenabled its use,
7071         * (genNearDataPointerGet): bugs fixed,
7072         * (genDataPointerSet): bugs fixed,
7073         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7074         pic16_DumpSymbol, pic16_DumpOp,
7075         * src/pic16/genutils.h: function prototypes for the above functions,
7076         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7077         pointers,
7078         * (pic16emitRegularMap): many many many improvements, but needs a
7079         major cleanup,
7080         * src/pic16/main.c: enable_stack in pic16_options is removed,
7081         * (_pic16_parseOptions): removed command line options -penable-stack,
7082         * (_process_pragma): emit stack symbol only when stack pragma is
7083         processed,
7084         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7085         redirected to FSR0L/FSR0H pair,
7086         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7087         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7088         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7089         for immediates,
7090         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7091         * (dumpPicOptype): NEW,
7092         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7093         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7094         with movff instruction,
7095         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7096         added pic16_int_regs, some packRegsFor* functions are commented out,
7097         because produce errors,
7098         * src/pic16/NOTES: minor modifications
7099
7100 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7101
7102         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7103         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7104         --pack-iram.
7105         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7106         * as/mcs51/lkaomf51.c: fixed bug #895763
7107
7108 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7109
7110         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7111
7112 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7113
7114         * doc/sdccman.lyx: added details about the HC08 storage classes and
7115         interrupts, fixed the register usage info for z80 & gbz80
7116
7117 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7118
7119         * doc/sdccman.lyx: added more pic16 port documentation
7120         * device/include/pic16/: added header pic18fregs.h
7121
7122 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7123
7124         * doc/sdccman.lyx: added Vangelis' contribution
7125
7126 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7127
7128         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7129         extend to the next CALL or PCALL, not just to the next CALL.
7130
7131 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7132
7133         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7134
7135 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7136
7137         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7138         bug #895752 and a better fix for bug #716790
7139
7140 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7141
7142         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7143
7144 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7145
7146         * doc/sdccman.lyx: minor changes, minor changed
7147
7148 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7149
7150         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7151         which can't handle SDCC_NEWONEBYTEOPS,
7152         (geniCodeMultiply): removed conversion from mult to shift for pic14
7153         and pic16
7154
7155 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7156
7157         * src/hc08/gen.h,
7158         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7159         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7160         thus fixing bug #895406
7161
7162 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7163
7164         * device/lib/_modsint.c,
7165         * device/lib/_modslong.c: sign follows divisor only
7166         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7167         signs or signedness can be ignored
7168         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7169         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7170         added optimization for IFX,
7171         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7172         arguments;
7173         reenabled optimization for IFX, which was removed on 2004-01-11
7174         * src/SDCCast.h: added return type IFX
7175         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7176         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7177         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7178         SDCC_OLDONEBYTEOPS selects the old behaviour
7179         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7180         changed again and commented promotion rule
7181         * src/SDCCval.c (valDiv): promotion no longer necessary
7182         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7183         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7184         rewritten
7185         * support/regression/tests/onebyte.c: added
7186
7187 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7188
7189         * gen.c (genInline): reverted to old code for assemnling inline
7190         code because of bug reported James Chadd
7191
7192 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7193
7194         * ralloc.h: missing declarations from previous patch,
7195         seems that patch for ralloc.h was never applied, fixed
7196
7197 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7198            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7199
7200         * pcode.c,
7201         * pcode.h,
7202         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7203         indirect addressing. Marked FSR0 as deprecated
7204         * gen.c (pointerCode): commented out, not needed now
7205         (pic16_popGet2p): new MOVFF helper function
7206         (genGenPointerGet),
7207         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7208         (shiftRLong): removed duplicate debugging info
7209
7210 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7211
7212         * src/ds390/gen.c (genNearPointerGet),
7213         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7214         optimization with bits, but not bitfields.
7215         * src/ds390/ralloc.c (packRegisters),
7216         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7217
7218 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7219
7220         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7221
7222 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7223
7224         * src/SDCCsymt.h,
7225         * src/SDCCicode.c (operandFromSymbol),
7226         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7227         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7228         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7229         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7230         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7231         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7232         bug #892038
7233         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7234         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7235         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7236         * src/SDCCsymt.c (newSymbol),
7237         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7238         enumerator_list),
7239         * src/SDCCval.h,
7240         * src/SDCCval.c (newiList): fixed bug #885705
7241
7242 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7243
7244         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7245         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7246
7247 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7248
7249         * device/include/c8051f120.h,
7250         * device/include/c8051f300.h,
7251         * device/include/c8051f310.h: added/updated header files for Silicon
7252         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7253         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7254         in new section Submitting patches
7255
7256 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7257
7258         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7259         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7260         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7261         genGenPointerSet),
7262         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7263         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7264         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7265         genGenPointerSet),
7266         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7267         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7268         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7269         genGenPointerSet),
7270         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7271         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7272         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7273         genGenPointerSet): fixed bug #892400
7274         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7275         to eliminate build warnings.
7276         * src/SDCCast.c (processParms),
7277         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7278         fixed bug 751859
7279         * support/valdiag/valdiag.py: added GCC to the list of defines active
7280         when compiling with gcc
7281
7282 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7283
7284         * support/Util/SDCCerr.h,
7285         * support/Util/SDCCerr.c,
7286         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7287         with an incomplete type (fixed bug #883734)
7288         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7289
7290 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7291
7292         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7293
7294 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7295
7296         * src/SDCCast.c (decorateType),
7297         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7298         function pointer implementation
7299         * support/regression/tests/funptrs.c: added tests to verify both forms
7300         of function pointers work correctly. Added tests to verify parameters
7301         are passed in the correct order.
7302
7303 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7304
7305         * device.c (regCompare): registers are sorted by ascending
7306         address and increasing size,
7307         * main.c (_pic16_finaliseOptions): removed the declaration
7308         of compiler macro MCU. Now a macro of the format pic18fxxxx
7309         will be defined from the command line
7310
7311 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7312             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7313
7314         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7315         PCOP_RLCF was overwritten!
7316         * gen.c (genSkip): commented out calls to pic16_emitcode,
7317         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7318         * (genlshTwo),
7319         * (genRRC): added debugging info,
7320         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7321         overwritten while shifting,
7322         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7323         overwritten while shifting,
7324         * (AccLsh),
7325         * (AccRsh),
7326         * (shiftLLeftOrResult),
7327         * (shiftRLeftOrResult),
7328         * (shiftRLong),
7329         * (shiftLLong): Implemented with pic16_emitpcode
7330         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7331         * (genLeftShift): Fixed bug, operand for shift by variable always
7332         was "and"ed with 0x0f,
7333         * (genLeftShiftLiteral),
7334         * (genrshTwo),
7335         * (genRightShiftLiteral): added debugging info,
7336         * (genrshFour): added comment,
7337         * (genRightShift): determined signedness from operand "left"
7338         instead of "result"
7339
7340 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7341
7342         * src/SDCCicode.c (geniCodeParms),
7343         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7344         function pointers, fixed function pointer bugs #861242 and #861896
7345
7346 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7347
7348         * device/include/c8051f000.h,
7349         * device/include/c8051f120.h,
7350         * device/include/c8051f300.h: added header files for Silicon
7351         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7352
7353 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7354
7355         * src/SDCCast.c (processParams): added new type flow and restructured
7356         (gatherAutoInit): added new type flow
7357         (addCast): cosmetic changes
7358         (getLeftResultType): added new type flow for array indices, patch
7359         provided by Stas, see FR #877103
7360         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7361         array index patch by Stas
7362         * src/SDCCast.h: added prototype getResultTypeFromType()
7363         * src/SDCCval.h,
7364         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7365         * src/pic/glue.c (pic14emitStaticSeg),
7366         * src/pic16/glue.c (pic16emitStaticSeg),
7367         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7368         for initialization of symbols
7369         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7370         * support/Util/SDCCerr.h:
7371         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7372         * .version: bumped version number to 2.3.8
7373         * device/include/Makefile.in (install),
7374         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7375         avoid warnings
7376
7377 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7378
7379         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7380         Slade Rich fixed an optimization bug
7381         * src/pic/pcodepeep.c,
7382         * src/pic/pcoderegs.c
7383         * doc/Makefile (install): added test for directory
7384
7385 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7386
7387         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7388         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7389         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7390         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7391         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7392         * as/mcs51/asexpr.c (term),
7393         * as/hc08/asexpr.c (term): fixed bug #887146
7394
7395 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7396
7397         * src/z80/gen.c (genMult): handle single byte result product
7398         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7399         DUMMY_READ_VOLATILE (fixed bug #886367)
7400
7401 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7402
7403         * support/regression/tests/libmullong.c: fixed logic, on little endian
7404         hosts we ended without a mullong_wrapper()
7405
7406 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7407
7408         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7409         virus/worm forged address usage.
7410
7411 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7412
7413         Fixed promotion, it should be done on AST level:
7414         * src/SDCCast.c (addCast): added promotion to int
7415         (decorateType): updated call to upCast()
7416         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7417         usualUnaryConversions()
7418
7419 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7420
7421         * support/regression/tests/literalop.c (mulWrapper): Added a
7422         wrapper to remove integer overflow warnings.
7423
7424         * support/regression/tests/float_trans.c: Made work on host.
7425
7426         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7427         location of sz80.
7428
7429         * support/regression/generate-cases.py (main): Changed from inline
7430         to a main method.
7431
7432         * doc/Makefile (install): Changed to depth first to get rid of
7433         missing directory install warning.
7434
7435         * as/Makefile (install-doc): Made work on Mac.
7436
7437 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7438
7439         * src/SDCCast.c: added an additional type flow in decorateType() of
7440         opposite direction, see feature request #860006; it's enabled at runtime
7441         by setting the environment variable SDCC_NEWTYPEFLOW
7442         * src/SDCCast.h: changed prototype of decorateType()
7443         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7444         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7445         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7446         see feature request #877103
7447         * src/SDCCval.c: updated call of decorateType()
7448         (valBitwise): fixed bug #882876
7449         (valMinus): added promotion
7450         (valLogicAndOr): result is unsigned
7451         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7452         * src/SDCCsymt.c (computeType),
7453         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7454         must not cause an unsigned operation
7455         * src/pic/glue (pic14emitRegularMap),
7456         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7457
7458 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7459
7460         * src/pic/pcode.c (PCodeID): commented out left over debug code
7461
7462 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7463
7464         * support/valdiag/tests/overflow.c: added shift tests
7465         * src/pic/device.c,
7466         * src/pic/gen.c,
7467         * src/pic/gen.h,
7468         * src/pic/glue.c,
7469         * src/pic/main.c,
7470         * src/pic/pcode.c,
7471         * src/pic/pcode.h,
7472         * src/pic/pcodepeep.c,
7473         * src/pic/pcoderegs.c,
7474         * src/pic/ralloc.c,
7475         * src/pic/ralloc.h: applied patch from Slade Rich;
7476         added support for multiple code pages and multiple RAM banks on the
7477         PIC 14 port. The ASM files now no longer simply assume all the
7478         code / RAM are in the same page / bank. This means the linker can
7479         safely allocate code/RAM of separate ASM files to different pages/banks.
7480         * doc/sdccman.lyx: added Slade's tips
7481         * src/mcs51/peeph.def: fixed bug #880768
7482
7483 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7484
7485         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7486         * src/SDCCast.c (decorateType): fixed bug #880197
7487
7488 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7489
7490         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7491         getopt.h.
7492
7493         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7494         strtof is not part of C89 and isn't included with Mac OS X.
7495
7496 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7497
7498         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7499         shiftL2Left2Result): fixed bug #879326
7500         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7501         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7502         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7503         address fetch for clr instruction
7504         * device/lib/hc08/_mulint.c: created optimized assembly version
7505         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7506
7507 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7508
7509         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7510         proposed in FR #877103
7511
7512 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7513
7514         * src/SDCCval.c (cheapestVal): added missing checks
7515         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7516         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7517
7518 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7519
7520         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7521         equal operands
7522
7523 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7524
7525         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7526         loaded with the linker search paths (-L arguments) and the libraries
7527         to be linked with the current source (-l arguments). Changes
7528         currently will affect only the pic16 port.
7529         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7530         include path the port specific paths and port specific libraries,
7531         * gplink command now contains the $3 argument,
7532         * src/pic16/device.h,
7533         * src/pic16/device.c,: structure PIC_device is made public and
7534         renamed to PIC16_device, the same for variable Pics which is renamed
7535         to Pics16. Updated all references to them.
7536         * src/pic16/glue.c (pic16glue): corrected bug with code
7537         initialization which bypassed the variable initializations block.
7538
7539         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7540         COMPILE_FLAGS and added the --nostdinc option
7541
7542 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7543
7544         * device/include/mc68hc908jb8.h: Register defs for another member
7545         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7546
7547 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7548
7549         Documenting changes from previous commits.
7550         * configure.in (version 1.56),
7551         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7552         when generating output files to configure the pic16 library,
7553         but now I've commented it out, since gputils aren't installed in the
7554         SF compile farm, so library won't compile
7555
7556         * device/lib/Makefile.in (version 1.56): initially I've added in
7557         target 'all' the prerequestive 'model-pic16' so it compiled the
7558         pic16 library, but now I've commented it out for the same reasons
7559         above,
7560         * added targets 'model-pic16' and 'objects-pic16' to compile the
7561         library
7562         * added target 'port-specific-objects-pic16' to handle the
7563         generated libraries and copy them into the build/ directory
7564         * added target 'clean-intermediate-pic16' to clean intermediate
7565         files into pic16 directory
7566         * in target 'installdirs' added line to create directory pic16 in
7567         the installation path
7568
7569         * device/include/Makefile.in (version 1.11): in target 'install'
7570         added lines to copy all header files to installation path,
7571         * in target 'installdirs' added line create directory for pic16
7572         headers in the installation path
7573
7574 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7575
7576         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7577          a function call
7578
7579 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7580
7581         * configure,
7582         * device/lib/configure.in,
7583         * device/lib/configure: fixed for autoconf 2.57
7584
7585 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7586
7587         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7588         option so that it actually works. Made it specific to the z80, since
7589         the gbz80 doesn't have these kinds of I/O ports.
7590
7591 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7592
7593         * device/include/z180.h,
7594         * device/lib/_memcpy.c,
7595         * device/lib/_memmove.c,
7596         * device/lib/_mulint.c,
7597         * device/lib/ser_ir.c,
7598         * device/lib/ser_ir_cts_rts.c,
7599         * device/lib/_strcmp.c,
7600         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7601         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7602         portmode; added deprecation warning for bank= and protmode= forms.
7603         Also, guard against buffer overflow.
7604         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7605
7606 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7607
7608         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7609         changed interrupt vector table generation to only emit declared vectors.
7610         * device/include/Makefile.in: added missing backslash
7611         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7612
7613 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7614
7615         Mainly changes to support compilation of the device libraries
7616         * src/pic16/device.c: stack is allocated via symbol and not
7617         via literal number. The symbol is placed in the corresponding
7618         position of the data ram
7619         * (pic16_dump_section): relocatable and absolute uninitialized
7620         data are now emitted in sorted order to reduce section naming,
7621         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7622         weren't marked as being in the access bank,
7623
7624 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7625
7626         Added portion of GNU PIC Library under the directory
7627         device/include/pic16 and device/lib/pic16. These files
7628         contain the declarations of SFRs for the PIC18Fxx2 devices.
7629         The directory is initialized via configure from toplevel.
7630
7631 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7632
7633         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7634         the spilllocations to be compared correctly
7635
7636 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7637
7638         * src/SDCCast.c (decorateType): fixed bug introduced today
7639
7640 2004-01-12  Borut Razem <borut.razem AT siol.net>
7641
7642         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7643         doc/sdccman.lyx: upper case pragmas are deprecated
7644
7645 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7646
7647         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7648         in simpler and even better code
7649
7650 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7651
7652         * src/SDCCicode.c (operandOperation): fixed bug #874819
7653         * src/SDCCast.c (decorateType): fixed
7654         char foo (unsigned long ul) { return ul > 0; }
7655
7656 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7657
7658         * doc/sdccman.lyx: Moved and added some sections, small changes
7659         all over. Telling LaTeX to be less strict with word spacing
7660         to better keep the right margin. Changed some notes about
7661         maintainance of the ports in section 3.2.1 - is it OK like this?
7662
7663 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7664
7665         SDCC source changes:
7666         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7667         convilong): modified to inform the pic16 port that builtin functions
7668         are external
7669
7670         PIC16 PORT specific changes:
7671         * src/pic16/device.c pic16_dump_equates() added,
7672         processor registers declared internally by the port are emitted in
7673         the translation as equates,
7674         * src/pic16/gen.c: inline code is passed unprocessed to the
7675         translation,
7676         * (pic16_popGetLit2): fnuction modified to take second operand as
7677         pCodeOp pointer and not as literal,
7678         * (popRegFromIdx): prefixed with pic16_,
7679         * (pic16_popCombine2): modified to receive already allocated pCode
7680         operands,
7681         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7682         * (genFunction): initializes local stack frame and pushes on stack
7683         all the registers used by this function,
7684         * (genEndFunction): restores all registers from stack and restores
7685         stack frame,
7686         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7687         improvements,
7688         * (pic16glue): changed the program startup sequence,
7689         * added new dbName code 'A' for functions placed in absolute section
7690         * src/pic16/main.c: added function attribute _naked,
7691         * added pragma 'code' to place a fnuction at an absolute address,
7692         * added command line arguments --debug-ralloc and --pcode-verbose,
7693         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7694         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7695         * (pic16_newpCodeOpLit2): modified to take the second operand as
7696         pCodeOp pointer,
7697         * (pic16_printpBlock): modified to emit each function in a separate
7698         section,
7699         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7700         UPPER for immediate operands,
7701         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7702         instruction,
7703         * src/pic16/peeph.def: all peepholes with movff are commented out,
7704         because there is a problem in the pcode peep optimizer,
7705         * src/pic16/ralloc.c: the register allocator can now reuse local
7706         function symbols for another function. This saves register usage.
7707         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7708
7709         Added file src/pic16/NOTES with information about program writing on
7710         the current port version.
7711
7712 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7713
7714         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7715         and peephole 252 (array access)
7716
7717 2004-01-09  Borut Razem <borut.razem AT siol.net>
7718
7719         * src/SDCCmain.c : fixed #872250: -l command line defined library
7720           files are scanned before standard library files
7721
7722 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7723
7724         * src/SDCCast.c (decorateType): fixed bug #874046
7725
7726 2004-01-09  Borut Razem <borut.razem AT siol.net>
7727
7728         * support/scripts/sdcc.nsi: remove previous installation
7729
7730 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7731
7732         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7733         bytes for last interrupt vector (mcs51)
7734         * sdcc.spec: fixed typo
7735
7736 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7737
7738         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7739         gen51Code): more efficient parameter receive for --model-large
7740         ("bug" #845294)
7741
7742 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7743
7744         * src/ds390/main.c,
7745         * src/z80/main.c: added missed needLinkerScript flags (more than
7746         one port structure defined in these file)
7747         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7748         bug #795325
7749
7750 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7751
7752         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7753         * src/port.h: added flag needLinkerScript in port->linker
7754         structure to inform whether to create a .lnk file or not,
7755         * src/avr/main.c,
7756         * src/ds390/main.c,
7757         * src/hc08/main.c,
7758         * src/mcs51/main.c,
7759         * src/pic/main.c,
7760         * src/pic16/main.c,
7761         * src/xa51/main.c,
7762         * src/z80/main.c: changed appropriately to configure
7763         needLinkerScript flag
7764         * src/pic/gen.c,
7765         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7766         * src/pic/glue.c: added variable udata_section_name to
7767         override default uninitialized data segment definition for
7768         devices only with SHAREBANK memory (reported from Erik Epetrich)
7769         * (pic14emitOverlay): modified to emit a commented overlay segment
7770         directive when no overlay data exist
7771         * (picglue): modified to emit uninitialized data segment
7772         according to udata_section_name
7773         * src/pic/main.c (_pic14_parseOptions): added command line
7774         options --udata-section-name=[name] to override default
7775         udata definition name
7776         * modified _linkCmd and _asmCmd to include compiler passed
7777         arguments via -W option
7778         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7779         object file from '.rel' to '.o' in port->linker structure,
7780         changed size of fptr from 2 to 3 in port structure
7781
7782 2004-01-07  Borut Razem <borut.razem AT siol.net>
7783
7784         * support/scripts/sdcc.nsi: update PATH
7785         * support/scripts/sdcc.ico: craeted
7786
7787 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7788
7789         * device/include/Makefile.in: fix install
7790         * doc/Makefile: fix install
7791
7792 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7793
7794         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7795         in bug #860505
7796         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7797         how the function variable allocation summary is displayed; also
7798         include information about variables allocated to the overlay
7799         segment
7800
7801 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7802
7803         * as/mcs51/lkmain.c: Help about -Y option
7804         * as/mcs51/lkarea.c: Fixed gcc warnings
7805
7806 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7807
7808         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7809         fixed warning
7810         * support/valdiag/tests/overflow.c: added
7811         * src/SDCCast.c (decorateType),
7812         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7813         LEFT_OP (left shift)
7814
7815 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7816
7817         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7818         (default behaviour).
7819
7820 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7821
7822         A python script to validate compiler diagnostic messages. It can be
7823         used to verify that sdcc complains about bad c source code and
7824         gives a good location of the error.
7825         * support/valdiag/Makefile,
7826         * support/valdiag/valdiag.py,
7827         * support/valdiag/tests/*
7828
7829 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7830
7831         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7832         * src/SDCCsymt.c (newEnumType),
7833         * src/SDCCsymt.h
7834         * support/Util/SDCCerr.c,
7835         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7836         enum related bugs.
7837         * support/regression/tests/enum.c: added test for enum values that
7838         require at least 2 bytes of storage.
7839
7840 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7841
7842         * src/common.h: added ifndef/define/endif macros
7843         around the header file.
7844         Bug reported from Jesus Calvino-Fraga
7845
7846 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7847
7848         * sdcc.spec: updated
7849         * device/include/Makefile.in: don't install CVS directories
7850         * device/lib/Makefile.in: added removal of CVS directories after install
7851         * doc/Makefile: fixed install, added local_icons
7852         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7853         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7854         * src/ds390/gen.c (genRightShift): fixed bug #870788
7855         * src/SDCCast.c (decorateType): fixed bug #870781
7856
7857 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7858
7859         PIC16 port related changes:
7860         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7861         added variable stackPos,
7862
7863         * gen.c: genCall, assignResultValue: added support for
7864         pushing/retrieving function parameters to/from stack,
7865         genFunction,genEndFunction: setup stack frame for the
7866         generated function,
7867         genAddrOf: will be changed according to bug 863624
7868
7869         * added files genutils.c and genutils.h which contain gen*
7870         debugged and optimised functions extracted from gen.c
7871
7872         * glue.c: added variable 'externs' which holds extern symbols,
7873         pic16emitRegularMap: is modified to properly handle relocatable
7874          symbols under the new scheme,
7875         pic16createInterruptVect: is modified
7876         pic16printPublics: is modified to emit 'global' assembler directives,
7877         added pic16_printExterns to print extern symbols,
7878         pic16glue: initializes stack/frame pointer in the beginning of
7879         the assembly output. Temporary hack, will be corrected later,
7880         because gplink yet does not support stack and SDCC does not
7881         yet support a type of crt0.o object to create the final binary.
7882
7883         * Removed many lines that contain 8051 legacy code.
7884         * The code is finally placed under a 'code' directive.
7885         * Added port specific options.
7886
7887         * _process_pragma: simplified since now we do not need *special*
7888         include file to define SFR registers. But a separate header
7889         will be needed. This will be developed later.
7890         * _pic16_parseOptions: added, parses port specific options:
7891         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7892         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7893         --preplace-udata-with=
7894
7895         * _pic16_setDefaultOptions: modified to initialize section names,
7896         but hack is temporarly out of order since it needs improvement.
7897         * _pic16_genAssemblerPreamble: configuration words are emitted by
7898         their address instead of their name. This part is incomplete and
7899         supports only the 18Fxx2 devices. Other devices will emit an error
7900         during assembly since they do not contain the same set of config
7901         registers
7902         * _pic16_genIVT: is modified,
7903
7904         * pcode.c: added definitions for some hardware registers that are needed
7905         for stack support
7906         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7907         All PCI entries are updated. Now LFSR is supported.
7908         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7909         * added pic16_newpCodeOpLit2 to support instructions with
7910         two literal arguments
7911         * pic16_pCode2str: corrected code that emits assembler instructions
7912         with two literal operands and those that have an access bit modifier
7913         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7914         this fixes a bug which caused some labels to be lost, when an
7915         assembler directive was added, i.e. banksel,
7916         * pic16_FixRegisterBanking: improved logic that causes the insertion
7917         of bank switching,
7918         * InlineFunction: functions that are called once, are not any more
7919         inlined. This can be a port option in the future,
7920
7921         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7922
7923         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7924         hold the corresponding uninitialized symbols,
7925         * pic16_allocProcessorRegister: registers have explicit marked the
7926         accessBank field,
7927         * pic16_allocInternalRegister: registers are explicit marked as
7928         not used,
7929         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7930         processing list, so bit registers were lost,
7931         *
7932
7933         * ralloc.h: added field 'accessBank' and original symbol operand
7934         in register definition,
7935         * removed the field isMapped from register definition,
7936
7937         ** Several functions have been removed from various sources:
7938         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7939         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7940         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7941         pic16_assignRelocatableRegisters
7942
7943         ** others have been introduced:
7944         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7945         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7946
7947 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7948
7949         * support/scripts/inc2h.pl: changed definition of BIT_AT
7950         to emit 'sbit at' instead of 'bit at'. This was a request.
7951
7952         PIC16 port related preliminary changes:
7953         * gen.c: prefixed function popRegFromString with
7954         pic16_ and all references to it corrected
7955         * pcode.c: all pic16_pc_* hardware registers prefixed
7956         with underscore (_),
7957         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7958         * ralloc.c: newReg(): when register is REG_SFR then
7959         set address to rIdx,
7960         pic16_allocProcessorRegister(): marks register wasUsed=0
7961         pic16_writeUsedRegs(): added a call to assign processor
7962         registers via pic16_assignFixedRegisters
7963
7964 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7965
7966         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7967         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7968         variables in unused register banks.  Also the SSEG is placed
7969         wherever there is enough space for it, and IDATA can be anywhere
7970         in internal RAM.  For now compile using -Wl-Y[stack_size].
7971         The mem file is different for this option as well, since it
7972         makes no sense of talking about DSEG lenght.
7973
7974 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7975
7976         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7977         in certain cases, e.g. when ROM assignment, patch provided
7978         from Albert den Haan.
7979
7980 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7981
7982         Many signedness and type propagation fixes:
7983         * src/SDCCicode.c: made geniCodeCast() static
7984         replaced SPEC_ by IS_ (cosmetic)
7985         (operandOperation): fixed div and mod operation
7986         (usualBinaryConversions): added support for promotion of char
7987         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7988         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7989         (geniCodeAdd): an array index will stay unsigned, even if promoted
7990         from char to int
7991         (geniCodeArray): ditto
7992         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7993         * src/SDCCsymt.c (computeType): added more support for char;
7994         promotion of char is selectable by promoteCharToInt, fixed signedness
7995         for all cases
7996         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7997         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7998         * src/SDCCval (val*): replaced signedness calculation by
7999         computeType()
8000         rearranged if-branches (cosmetic)
8001         (valShift): added warning W_SHIFT_CHANGED
8002         (valCompare): fixed problem with different types
8003         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
8004         * support/regression/tests/literalop.c: added many cases
8005         * support/regression/tests/ast_constant_folding.c: changed finally to
8006         'unsigned int'
8007         * .version: new year, new version: 2.3.7
8008         * src/SDCCmain.c (main): applied patch #866468
8009         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
8010         provided by Scott Bronson
8011         * doc/sdccman.lyx: updated documentation for sdcdb
8012         updated and added chapter tips
8013
8014 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8015
8016         * src/SDCCsymt.h: missing from yesterday's commits
8017
8018 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8019
8020         * src/SDCC.y (struct_or_union_specifier),
8021         * support/Util/SDCCerr.c,
8022         * support/Util/SDCCerr.h: verify that struct & union tags are used
8023         as declared.
8024
8025 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8026
8027         * src/SDCCglobl.h: missing from yesterday's commits
8028
8029 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8030
8031         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
8032         sft_attributes, struct_declaration, parameter_declaration,
8033         type_name, start_block, declaration_list),
8034         * src/SDCC.lex (check_type): support redefinition of typedef names
8035
8036 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8037
8038         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
8039         aligned xdata arrays. Erik helped me with the if clause.
8040
8041 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8042
8043         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
8044         warning
8045
8046 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/SDCCast.h,
8049         * src/SDCCast.c (newAst_),
8050         * src/SDCCicode.h,
8051         * src/SDCCicode.c (ast2iCode, newiCode),
8052         * src/SDCCglobl.h,
8053         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8054         expr, statement, expression_statement, selection_statement,
8055         iteration_statement, expr_opt, jump_statement): foundation for tracking
8056         sequence points
8057         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8058         point code too)
8059
8060 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8061
8062         * support/Util/SDCCerr.c,
8063         * src/SDCCast.h,
8064         * src/SDCCast.c (createCase, createDefault, decorateType),
8065         * src/SDCClabel.c (labelUnreach),
8066         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8067         to error messages.
8068         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8069         (with thanks to Stas Sergeev)
8070         * device/include/time.h,
8071         * device/lib/time.c (CheckTime): suppress unreachable code warning
8072
8073 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8074
8075         * src/SDCCast.c (createIvalCharPtr),
8076         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8077         bug #753752)
8078         * support/regression/tests/nullstring.c: tests for these two bugs
8079
8080 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8081
8082         * support/Util/SDCCerr.h,
8083         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8084         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8085         about storage class and 'at' used inside struct or union
8086         * src/SDCCBBlock.c (iCodeFromeBBlock),
8087         * src/SDCCcse.c (ifxOptimize),
8088         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8089         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8090         printIval, emitStaticSeg, emitOverlay),
8091         * src/SDCClabel.c (deleteIfx),
8092         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8093         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8094         gatherAutoInit, processParms),
8095         * support/Util/SDCCerr.h,
8096         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8097         reporting for post-parse errors.
8098
8099 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8100
8101         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8102         implicit casts via union; they don't work on big endian systems
8103         (possible fix for bug #861138)
8104
8105 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8106
8107         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8108         * src/mcs51/main.c: fixed the fix for bug #737001
8109
8110 2003-12-15  Borut Razem <borut.razem AT siol.net>
8111
8112         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8113
8114 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8115
8116         * support/makebin/makebin.c: put output in binary mode
8117
8118 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8119
8120         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8121         xdata and data memory on startup. Set the environment variable
8122         SDCC_NOGENRAMCLEAR to disable this.
8123         * src/mcs51/peephole.def,
8124         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8125         (allows non-interrupt and interrupt code to safely compete for a resource
8126         without the non-interrupt code having to disable interrupts)
8127
8128 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8129
8130         * src/SDCCicode.c (geniCodeAdd),
8131         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8132         with valFromType if type might be a pointer and host is big endian).
8133         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8134         types, not just integer types.
8135         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8136         multiply defined with mismatching "at" address.
8137
8138 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8139
8140         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8141         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8142         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8143         with embedded nulls (fixed bug #753752)
8144
8145 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8146
8147         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8148         Apparently this did not see much testing (endless loop)
8149
8150 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8151
8152         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8153
8154 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8155
8156         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8157         gracefully handle NULL memmap pointers
8158
8159 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8160
8161         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8162         instead of deleting the iCode when an operand is volatile
8163         * src/z80/gen.c (genDummyRead),
8164         * src/mcs51/gen.c (genDummyRead),
8165         * src/ds390/gen.c (genDummyRead),
8166         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8167         not just IC_RIGHT
8168         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8169         * src/SDCC.y: fixed bug #850420
8170
8171 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8172
8173         Applied z80 i/o port patch from Peter Townson and fixed some operators
8174         to better handle operands in A register.
8175         * device/include/z180.h
8176         * src/SDCC.y
8177         * src/SDCCglue.c
8178         * src/z80/gen.c
8179         * src/z80/gen.h
8180         * src/z80/main.c
8181         * src/z80/peeph-z80.def
8182         * src/z80/peeph.def
8183         * src/z80/z80.h
8184
8185 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8186
8187         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8188
8189 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8190
8191         * device/lib/hc08/_mullong.c: Removed extra #endif
8192
8193 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8194
8195         * sim/ucsim/hc08.src/inst.cc,
8196         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8197         carries from x to h
8198         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8199         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8200         * device/include/stdarg.h: fixed varargs for hc08
8201         * device/lib/Makefile.in,
8202         * device/lib/hc08/Makefile,
8203         * device/lib/hc08/_mulint.c,
8204         * device/lib/hc08/_mullong.c: fixed some endian problems
8205
8206 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8207
8208         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8209         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8210         * device/lib/_gptrget.c,
8211         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8212
8213 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8214
8215         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8216         * src/SDCCast.c (astErrors): fixed bug #846007
8217         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8218
8219 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8220
8221         * src/SDCCast.c (decorateType): disabled a transformation I added in
8222         revision 1.188 (access to fields of a structure at an absolute address);
8223         it breaks with bitfields, extern declarations, and gcse analysis.
8224         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8225         could be assigned through a pointer, so don't complain.
8226         * src/SDCCast.c (astErrors),
8227         * src/SDCCast.h,
8228         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8229
8230 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8231
8232         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8233         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8234         output of __config directives, since gpasm now supports them
8235         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8236         pre-processor macro, i.e. -DMCU=p18f452
8237         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8238         and modified to handle 'cast' icode similarly to '=' icode
8239         * src/pic16/device.h (typedef struct PIC_device): added field
8240         'extMIface' to indicate that chip has external memory interface
8241         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8242         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8243         18F8720
8244
8245 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8246
8247         * src/SDCC.y (pointer): fixed bug #846006
8248         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8249         * src/SDCCast.c (decorateType): fixed bug #846009
8250         * src/ds390/peeph.def,
8251         * src/ds390/gen.c (genAnd, genOr),
8252         * src/mcs51/peeph.def,
8253         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8254
8255 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8256
8257         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8258         * src/SDCCdflow.c
8259         * src/SDCCcse.c
8260         * src/SDCCcse.h
8261         * src/SDCCBBlock.h
8262         * src/SDCCBBlock.c
8263
8264 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8265
8266         fixed bug #845089
8267         * src/SDCCbitv.h,
8268         * src/SDCCbitv.c: added function to free a bitvector
8269         * src/SDCClrange.h,
8270         * src/SDCClrange.c: added function to recompute the liveranges
8271         * src/avr/ralloc.c,
8272         * src/ds390/ralloc.c,
8273         * src/hc08/ralloc.c,
8274         * src/mcs51/ralloc.c,
8275         * src/pic/ralloc.c,
8276         * src/pic16/ralloc.c,
8277         * src/xa51/ralloc.c,
8278         * src/z80/ralloc.c: recompute the liveranges after register packing
8279
8280 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8281
8282         * src/SDCCloop.c (newInduction): fixed bug #845630
8283
8284 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8285
8286         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8287         inadvertantly left behind from my 2003-11-12 change
8288
8289 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8290
8291         Updated headers I neglected to commit yesterday.
8292         * src/SDCClrange.h,
8293         * src/SDCCicode.h
8294
8295 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8296
8297         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8298         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8299         * src/SDCCopt.c (eBBlockFromiCode),
8300         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8301         the creation of the key hash table from the sequencing so it can be used
8302         earlier (for some GCSE bug fixes still pending)
8303
8304 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8305
8306         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8307         * support/regression/tests/addsub.c: testing genPlus shortcut
8308
8309 2003-11-15  Borut Razem <borut.razem AT siol.net>
8310
8311         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8312
8313 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8314
8315         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8316         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8317         ordering is immaterial.
8318         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8319
8320 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8321
8322         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8323         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8324         (SIGSEV) of bug #840381
8325         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8326         unlink new file before rename if new and old filenames are the same)
8327
8328 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8329
8330         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8331         uninitialized variables) for the mcs51. Set environment variable
8332         SDCC_GENRAMCLEAR to test.
8333         xdata initialization slightly shorter
8334
8335 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * src/SDCCsymt.h,
8338         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8339         #838241 & 780691 (basicly the same bug)
8340         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8341         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8342
8343 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8344
8345         * src/SDCCmain.c (linkEdit): "fix" #834252
8346
8347 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8348
8349         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8350         * src/SDCCast.h,
8351         * src/SDCC.y: fixed bug #819403
8352
8353 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8354
8355         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8356         the reentrant attribute.
8357         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8358         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8359         simulation
8360         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8361         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8362         erroneously reduced to a literal.
8363         * src/hc08/ralloc.c (packRegisters, rematStr),
8364         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8365         some cases
8366
8367 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8368
8369         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8370         * doc/sdccman.lyx: changed from 'article' to 'book'
8371         * doc/Makefile: readded test_suite_spec and cdbfileformat
8372
8373 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8374
8375         * device/include/stdlib.h: include malloc.h to comply with ANSI
8376         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8377
8378 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8379
8380         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8381         * doc/clean.mk: also remove *.out files
8382         * doc/sdccman.lyx: some additions, larger top/bottom margins
8383
8384 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8385
8386         * src/SDCC.y: fixed bug #837365
8387         * support/regression/tests/bitopcse.c
8388         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8389         a symbol (might be valop instead)
8390         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8391         * device/lib/clean.mk: added hc08 to the cleaning list
8392
8393 2003-11-04  Borut Razem <borut.razem AT siol.net>
8394
8395         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8396           made 2003-11-04
8397         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8398           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8399           malloc is declared in standard stdlib.h
8400
8401 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8402
8403         * device/lib/hc08/Makefile: need to clean .rel not .o files
8404         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8405
8406 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8407
8408         * src/port.h,
8409         * src/hc08/main.c,
8410         * src/mcs51/main.c,
8411         * src/ds390/main.c,
8412         * src/z80/main.c,
8413         * src/avr/main.c,
8414         * src/pic/main.c,
8415         * src/pic16/main.c,
8416         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8417         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8418         tests (which uses the port's oclsExpense function)
8419         * src/SDCC.y,
8420         * src/SDCCast.c,
8421         * src/SDCCicode.c,
8422         * src/hc08/gen.c,
8423         * src/ds390/gen.c,
8424         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8425
8426 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8427
8428         * src/SDCCcse.c (ifxOptimize),
8429         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8430         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8431         deleting the IFX iCode.
8432         * src/hc08/ralloc.c: reduced unneeded slocs
8433         * src/hc08/gen.c: fixed bug in asmopToBoolean
8434
8435 2003-11-04  Borut Razem <borut.razem AT siol.net>
8436
8437         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8438           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8439           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8440           transferred to configure
8441
8442 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8443
8444         Use headers defined in the C[++] standards:
8445         * sim/ucsim/gui.src/serio.src/fileio.cc
8446         * sim/ucsim/gui.src/serio.src/frontend.cc
8447         * sim/ucsim/gui.src/serio.src/main.cc
8448         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8449         * support/Util/NewAlloc.c
8450         * as/hc08/lklibr.c
8451         * as/mcs51/lklibr.c
8452         * as/z80/aslist.c
8453         * as/z80/assym.c
8454
8455 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8456
8457         * Added MSVC projects for hc08 assembler and linker:
8458         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8459         /as/hc08/link_hc08.dsp
8460
8461 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8462
8463         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8464
8465 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8466
8467         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8468
8469 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8470
8471         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8472
8473 2003-10-31  Borut Razem <borut.razem AT siol.net>
8474
8475         * support/cpp2/cpplib.h,
8476           support/cpp2/cpplib.c,
8477           support/cpp2/cpplex.c,
8478           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8479           to switch _asm block preprocessing on / off. Default is
8480           #pragma preproc_asm +
8481
8482 2003-10-31  Borut Razem <borut.razem AT siol.net>
8483
8484         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8485           when outputting comment blocks (when executed with -C option) and
8486           _asm (SDCPP specific) blocks
8487
8488 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8489
8490         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8491
8492 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8493
8494         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8495
8496 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8497
8498         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8499         * src/SDCCast.c (decorateType): fixed bug #832664
8500
8501 2003-10-31  Borut Razem <borut.razem AT siol.net>
8502
8503         * support/cpp2/cpplex.c: fixed for SDCPP:
8504           comments(when executed with -C option) and _asm blocks
8505           were included even if they where in skipped #if block.
8506           Applied solution from GCC cpp 3.3.2
8507
8508 2003-10-31  Borut Razem <borut.razem AT siol.net>
8509
8510         * src/SDCC.lex: sdcc now understands both formats:
8511           '# <line_number> <file_name>' and
8512           '#line <line_number> <file_name>'
8513         * support/cpp2/cppmain.c: sdcpp now generates the standard
8514           '# <line_number> <file_name>' instead of former
8515           '#line <line_number> <file_name>'
8516
8517 2003-10-30  Borut Razem <borut.razem AT siol.net>
8518
8519         * support/cpp2/cpphash.h,
8520         * support/cpp2/cpplib.h
8521         * support/cpp2/cpplex.c,
8522         * support/cpp2/cppmain.c,
8523         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8524
8525 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8526
8527         Fixed a number of problems revealed by bug #827883.
8528         * src/SDCCloop.c (loopInvariants): Spill location of the
8529         result operand should be recomputed if extracted from
8530         a loop. Also, don't extract assignments of an iTemp
8531         from a literal.
8532         * src/SDCCast.c (isConformingBody): loop reversal should
8533         not occur if the control variable is involved with a
8534         relational operator.
8535
8536 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8537
8538         * .version: bumped to 2.3.6 to reflect the big improvements
8539         made by Erik and Klaus. Thanks!
8540
8541 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8542
8543         Replaced the livrange code.
8544         * src/SDCClrange.c: added new LR code
8545         * src/SDCCloop.c,
8546         * src/SDCCBBlock.h: removed remainig parts from old LR code
8547         * src/ds390/ralloc.c,
8548         * src/ds390/gen.c: minor fixes to make it work with new code
8549
8550 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8551
8552         * as/hc08/asm.h,
8553         * as/hc08/lkrloc.c,
8554         * src/hc08/gen.c,
8555         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8556         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8557         (tweaked fix for bug #818696)
8558
8559 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8560
8561         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8562
8563 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8564
8565         * src/SDCCmain.c,
8566         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8567         * src/mcs51/gen.c (gencjneshort),
8568         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8569         more efficient (per Scott Bronson's suggestion)
8570
8571 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8572
8573         Extended the semantics of the critical keyword to include
8574         individual statements. See RFE #827755 and #799831
8575         * src/SDCC.y
8576         * src/SDCCicode.c
8577         * src/SDCCopt.c
8578         * src/SDCCast.c
8579         * support/Util/SDCCerr.c
8580         * support/Util/SDCCerr.h
8581         * src/mcs51/gen.c
8582         * src/ds390/gen.c
8583         * src/hc08/gen.c
8584
8585 2003-10-19  Borut Razem <borut.razem AT siol.net>
8586
8587         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8588
8589 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8590
8591         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8592         Fixed bug #818696
8593         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8594         and predecrement operand is displayed
8595
8596 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8597
8598         * src/SDCCval.c (valMinus): fixed bug #826041
8599
8600 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8601
8602         Some hc08 related updates that I missed earlier
8603         * sim/ucsim/stypes.h
8604         * support/regression/ports/hc08/spec.mk
8605
8606 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8607
8608         New target "hc08" for the Motorola 68hc08 family of micros
8609
8610         * configure
8611         * configure.in
8612         * Makefile
8613         * src/hc08/*
8614         * src/SDCCmain.c
8615         * src/port.h
8616         * sim/ucsim/hc08.src/*
8617         * sim/ucsim/configure.in
8618         * src/ucsim/configure
8619         * sim/ucsim/packages_in.mk
8620         * as/hc08/*
8621         * as/Makefile
8622         * device/include/mc68hc908qy.h
8623         * device/lib/hc08/*
8624         * device/lib/Makefile.in
8625         * support/regression/ports/hc08/*
8626         * support/regression/Makefile
8627
8628 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8629
8630         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8631         regression test
8632         * src/ds390/gen.c (genCast): fixed bug #821957
8633
8634 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8635
8636         * device/lib/logf.c: "fixed" overlay bug
8637         * support/regression/ports/host/spec.mk: added m library
8638         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8639         * support/regression/tests/float_trans: added (for Eric)
8640
8641 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8642
8643         * src/mcs51/gen.c (genCpl): fixed bug
8644         http://sf.net/mailarchive/message.php?msg_id=6263915
8645
8646 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8647
8648         * src/SDCCast.c (decorateType): added extended constant folding
8649         * src/SDCCsymt.c (computeType): cleanup
8650         * src/SDCCval.c (valShift): minor optimization
8651         * support/regression/tests/ast_constant_folding.c: added
8652
8653 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8654
8655         * src/SDCCmain.c: removed some unintended changes
8656
8657 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8658
8659         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8660         * src/z80/gen.c: fixed part of bug #817589
8661         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8662
8663 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8664
8665         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8666         * src/SDCCcflow.c
8667         * src/SDCCcse.c
8668         * src/SDCCdflow.c
8669         * src/SDCClabel.c
8670         * src/SDCClrange.c
8671         * src/SDCCmem.c
8672         * src/SDCCopt.c
8673         * src/SDCCpeeph.c
8674         * src/SDCCset.c
8675         * src/avr/ralloc.c
8676         * src/ds390/ralloc.c
8677         * src/izt/ralloc.c
8678         * src/mcs51/ralloc.c
8679         * src/pic/ralloc.c
8680         * src/pic16/ralloc.c
8681         * src/xa51/ralloc.c
8682         * src/z80/ralloc.c
8683         * src/z80/gen.c: removed unused label "release:"
8684
8685 2003-10-06  Borut Razem <borut.razem AT siol.net>
8686
8687         * src/SDCC.lex: removed definition of unused variables
8688           save_optimize and save_options
8689
8690 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8691
8692         * clean.mk: removed '=' in "-maxdepth=1"
8693         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8694         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8695
8696 2003-10-06  Borut Razem <borut.razem AT siol.net>
8697
8698         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8699           my_unput() replaced by unput()
8700
8701 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8702
8703         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8704         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8705         type-punned pointer will break strict-aliasing rules"
8706         Old LR behaviour is again default; Klaus' LR can be choosen by
8707         defining the environment variable LRKLAUS
8708         * src/SDCCBBlock.h
8709         * src/SDCCloop.c
8710         * src/SDCClrange.c
8711         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8712         * clean.mk: fixed removal of files in bin/CVS/
8713         * device/lib/clean.mk: fixed removal of directories small and large
8714         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8715         * src/SDCCicode.c,
8716         * src/SDCCval.c: removed superflous test for pedantic
8717
8718 2003-10-05  Borut Razem <borut.razem AT siol.net>
8719
8720         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8721           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8722           message "unmatched #pragma SAVE and #pragma RESTORE"
8723
8724 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8725
8726         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8727           assembly, critical functions, atomic, nojtbound)
8728
8729 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8730
8731         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8732         * src/SDCCBBlock.h
8733         * src/SDCCloop.c
8734         * src/SDCCloop.h
8735         * src/SDCClrange.c
8736
8737 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8738
8739         * src/z80/gen.h,
8740         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8741         * src/mcs51/gen.h
8742         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8743         * src/ds390/gen.h
8744         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8745         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8746         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8747
8748 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8749
8750         * src/z80/gen.c (genRet): fixed bug #524753
8751         * src/z80/gen.c (genCast): fixed internal error on cast from
8752         pointer to long
8753         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8754         fix for bug #477835 to the z80
8755         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8756         for tracking iCodes in the peephole optimizer for z80
8757
8758 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8759
8760         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8761         the other part of bug #814548
8762         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8763
8764 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8765
8766         * src/SDCCcse.c: fixed part of bug #814548
8767
8768 2003-09-28  Borut Razem <borut.razem AT siol.net>
8769
8770         * src/asm.c: rewrite of printILine() to use temporary file instead
8771           a pipe
8772         * src/xa51/main.c: commented out declaration of int rewinds
8773
8774 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8775
8776         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8777
8778 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8779
8780         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8781         * src/asm.c (printILine): Fixed bug #811015
8782
8783 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8784
8785         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8786         freeing.
8787
8788 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8789
8790         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8791         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8792         to correctly handle general case of AOP_PAIRPTR
8793         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8794
8795 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8796
8797         * src/mcs51/ralloc.c (fillGaps),
8798         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8799         register positioning bug)
8800
8801 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8802
8803         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8804
8805 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8806
8807         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8808         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8809         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8810         (ralloc doesn't intentionally do this now, but perhaps later)
8811         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8812         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8813         register positioning bugs (Fixed bug #762602 and #795325)
8814         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8815         (Fixed bug #808779)
8816         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8817         lines that --i-code-in-asm generates
8818
8819 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8820
8821         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8822         trying to fclose a FILE* that was already closed.
8823
8824 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8825
8826         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8827         of const struct should be treated as if const themselves)
8828
8829 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8830
8831         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8832
8833 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8834
8835         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8836         Unix (/n) and DOS (/r/n) line terminations.
8837
8838 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8839
8840         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8841         bug #613775
8842
8843 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8844
8845         * src/mcs51/gen.c (genFunction, genEndFunction),
8846         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8847         and restore of EA so that stack offsets to parameters are
8848         correct when using both critical and reentrant/stack-auto.
8849         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8850         size (can be triggered in error if sloc is shared between
8851         different sized objects)
8852         * device/include/float.h: fixed macros to explicitly use
8853         unsigned long where needed
8854
8855 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8856
8857         Feature req. 799831: added code to allow nesting of critical functions
8858         * src/mcs51/gen.c (genFunction, genEndFunction)
8859         * src/ds390/gen.c (genFunction, genEndFunction)
8860
8861 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8862
8863         * src/SDCCsymt.c (sclsFromPtr),
8864         * src/SDCCsymt.h,
8865         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8866         support for standard C idiom of memory mapped variables; for
8867         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8868         to xdata int at 0x1234 tempvar = 1.
8869         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8870         provided by Akiya ISHIDA
8871
8872 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8873
8874         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8875         * src/SDCCval.c (constVal): added reduction from int to char
8876         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8877         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8878         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8879         to ignore the sign
8880         * support/regression/tests/shifts.c: fixed
8881
8882 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8883
8884         * src/z80/gen.c (genXor): Fixed bug #805445
8885
8886 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8887
8888         Fixed bug #621531 (const & volatile confusion in the type chain).
8889         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8890         refer to the const or volatile state of the pointer itself.
8891
8892         * src/SDCCast.c
8893         * src/SDCCglue.c
8894         * src/SDCCicode.c
8895         * src/SDCCsymt.c
8896         * src/SDCCval.c
8897         * src/SDCC.y
8898         * src/SDCCsymt.h
8899         * src/pic/gen.c
8900         * src/pic/ralloc.c
8901         * src/pic16/gen.c
8902         * src/pic16/ralloc.c
8903         * support/regression/tests/const.c
8904
8905 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8906
8907         When checking for duplicated modules, use absolute paths
8908         instead of relative paths.  Files changed:
8909
8910         * as/mcs51/lklib.c
8911         * link/z80/lklib.c
8912
8913 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8914
8915         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8916
8917 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8918
8919         * device/include/string.h: added size_t typedef, changed
8920         prototypes to use size_t, eliminated separate reentrant and
8921         non-reentrant declarations, added _memmove declaration
8922         * device/lib/_memcpy.c: changed to use size_t instead of int,
8923         changed /4 to >>2 to avoid division library call
8924         * device/lib/_memcmp.c,
8925         * device/lib/_memset.c,
8926         * device/lib/_strncat.c,
8927         * device/lib/_strncpy.c,
8928         * device/lib/_strncmp.c: changed to use size_t instead of int
8929         * device/lib/_memmove.c: new file (fixed bug #772294)
8930         * device/lib/Makefile.in: added _memmove.c
8931         * device/lib/z80/asm_strings.s: fixed bug #772290
8932         * support/regression/tests/bitfields.c: attempt to fix host assertion
8933         failure on amd64-unknown-linux2.2
8934
8935 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8936
8937         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8938         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8939         * as/z80/asmain.c (main): fixed bug #801766
8940
8941 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8942
8943         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8944         compilers
8945
8946 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8947
8948         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8949         reported in bug #800609
8950
8951 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8952
8953         * Top header beautifications in src/pic16 directory:
8954           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8955           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8956           pcoderegs.h, ralloc.c, ralloc.h
8957         * main.c: added top header and GPL license notice
8958         * pcode.c: fixed the if-conditional warning
8959
8960 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8961
8962         * device/lib/_mullong.c: replaced int by short for gcc
8963
8964 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8965
8966         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8967         and JUMPTABLE iCodes properly now (worked by accident before)
8968         * src/mcs51/gen.c (leftRightUseAcc),
8969         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8970         iCode properly now. Use getSize instead of nRegs since a & b
8971         aren't part of the nRegs tally.
8972
8973 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8974
8975         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8976         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8977           before instructions that use the _STATUS register
8978
8979 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8980
8981         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8982         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8983         fetching of the pointer
8984         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8985         copied from genNearPointerSet()
8986         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8987         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8988         If they pop r0/r1 they must be called in the opposite order than aopOp().
8989         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8990         (resp. --stack-auto), prepared for --xstack
8991
8992 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8993
8994         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8995
8996 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8997
8998         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8999         these ports have their own __sdcc_external_start()
9000
9001 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
9002
9003         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9004         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
9005         type for bits was changed. It resulted in bit variables becoming
9006         global, which is not permitted in PIC 14 assembly output.
9007
9008 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9009
9010         * doc/sdccman.lyx: various additions and updates. Rearranged sections
9011
9012 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9013
9014         Z80 and MCS51 linkers complaint if a public symbol is defined
9015         in more than one library module:
9016
9017         * as/mcs51/lklib.c
9018         * link/z80/lklib.c
9019         * as/mcs51/Makefile.in
9020
9021 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9022
9023         A few small changes that speed up the peephole optimizer.
9024
9025         * src/SDCCpeeph.c
9026
9027 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9028
9029         Try to make the peephole optimizer smarter by maintaining
9030         an association between the assembly source code and the
9031         iCodes that originated them. Put this information to use
9032         with a new peephole rule condition "notVolatile" so that
9033         the rules can be aggressive yet still safe.
9034
9035         * src/SDCCpeeph.c
9036         * src/SDCCpeeph.h
9037         * src/mcs51/gen.c
9038         * src/mcs51/peeph.def
9039
9040 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9041
9042         Fixed bug #741761
9043
9044         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
9045         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
9046         if the left or right operand symbols have the accuse flag set.
9047
9048 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9049
9050         Changed the type of the result of the ! (NOT) operator to char;
9051         previously it returned the same type as the source. This allows
9052         us to eliminate all the genFloatNot functions (all of its target
9053         implementations were very buggy) since !float can use the same
9054         code as !long now.
9055
9056         * src/SDCCicode.c (ast2iCode): ! returns char
9057         * src/mcs51/gen.c (genNot, genNotFloat),
9058         * src/ds390/gen.c (genNot, genNotFloat),
9059         * src/z80/gen.c (genNot, genNotFloat),
9060         * src/pic/gen.c (genNot, genNotFloat),
9061         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9062
9063 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9064
9065         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9066         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9067            during interrupts. Ensure WSAVE is located at a shared bank address.
9068         2. Fixed page selection in some places
9069         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9070            the registers name strings.
9071         4. Fixed "signed / unsigned compare" compiler warnings.
9072         5. The PIC port manages its own allocation of the general purpose
9073            registers, but makes no attempt to reuse them. As a result when
9074            compiling it soon runs out of general purpose registers. Some
9075            additional code was added to the files pcode.c and device.c to walk
9076            through the function call tree and rename the registers so that they
9077            get reused.
9078
9079         * src/pic/device.c
9080         * src/pic/gen.c
9081         * src/pic/glue.c
9082         * src/pic/pcode.c
9083         * src/pic/pcode.h
9084         * src/pic/ralloc.c
9085         * src/pic/ralloc.h
9086         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9087         genPlus() & genMinus() when the result is the same as left or right
9088
9089 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9090
9091         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9092
9093 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9094
9095         Made bitfield a distinct type from bit so that bitfields
9096         convert as per ANSI C and bits retain their traditional
9097         boolean style behaviour. Implemented bitfield support in
9098         the z80 port.
9099
9100         * src/SDCCsymt.h,
9101         * src/SDCCsymt.c,
9102         * src/SDCCast.c,
9103         * src/cdbFile.c,
9104         * src/mcs51/gen.c,
9105         * src/ds390/gen.c: bit v bitfield split
9106         * src/z80/gen.c: New support for bitfields
9107         * support/regression/tests/bitfields.c: reenabled z80,
9108         added more tests
9109
9110 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9111
9112         Rules 246.x, 247.x relate to bitfields, the others speed up
9113         access to xdata mapped I/O devices.
9114
9115         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9116
9117 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9118
9119         Cleaned up genPackBits and genUnpackBits and added two helper
9120         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9121         for literal assignments in genPackBits (thanks to Frieder for
9122         reminding me).
9123
9124         * src/mcs51/gen.c
9125         * src/ds390/gen.c
9126
9127 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9128
9129         Fixed bug #748310 (pointer to function type mishandled when the
9130         function name is omitted). Also fixed a SIGSEGV when a function
9131         attribute (reentrant, etc) is used on a non-function or on a
9132         function but misplaced before the parameter list.
9133
9134         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9135         bug #748310
9136         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9137         * support/Util/SDCCerr.h,
9138         * support/Util/SDCCerr.c: Added func attr misuse error msg
9139
9140 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9141
9142         Fixed bug #787649 by anonymous
9143         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9144         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9145
9146 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9147
9148         Fixed numerous bitfield problems.
9149
9150         * src/SDCC.y: More bitfield related error checking
9151         * src/SDCCsymt.h,
9152         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9153         * support/Util/SDCCerr.h,
9154         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9155         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9156         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9157         * support/regression/tests/bitfields.c: tests added
9158
9159 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9160
9161         Made the constant following the "interrupt" keyword optional. If
9162         omitted, the function will not automatically be given an entry
9163         in the interrupt vector table (similar to #pragma NOIV, but
9164         less syntacticly kludgy). The interrupt number is also now
9165         range checked. Also fixed a bug in the high order bit example
9166         in the manual.
9167
9168         * src/SDCC.y
9169         * src/SDCCmem.c
9170         * src/SDCCglue.c
9171         * src/SDCCsymt.h
9172         * support/Util/SDCCerr.c
9173         * support/Util/SDCCerr.h
9174         * doc/sdccman.lyx
9175
9176 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9177
9178         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9179         * src/SDCCicode.c (operandOperation): rewritten some ops
9180         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9181         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9182         other type
9183         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9184         be re-activated by defining REDUCE_LITERALS)
9185         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9186         unsigned, but are signed by default
9187         * src/SDCCval.c (constVal): rearranged
9188         * src/SDCCval.c (valMod): preliminary fix
9189         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9190         * support/regression/literalop.c: added, work in progress
9191
9192 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9193
9194         Generate warnings for useless declarations like "char data;"
9195         that don't do what new users expect.
9196
9197         * src/SDCC.y
9198         * support/Util/SDCCerr.h
9199         * support/Util/SDCCerr.c
9200
9201 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9202
9203         * src/SDCCval.c (valMult): fix overflow detection of negative int
9204
9205 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9206
9207         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9208
9209         Changes to support big endian targets:
9210
9211         * src/ports.h
9212         * src/SDCCglue.c
9213         * src/avr/main.c
9214         * src/ds390/main.c
9215         * src/izt/i186.c
9216         * src/mcs51/main.c
9217         * src/pic/main.c
9218         * src/pic16/main.c
9219         * src/xa51/main.c
9220         * src/z80/main.c
9221
9222 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9223
9224         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9225         * device/lib/time.c: fixed warning "integer overflow in expression"
9226
9227 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9228
9229         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9230         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9231         constants are unsigned; added recognition of "u" flag for unsigned
9232         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9233         * src/SDCCval.c (valDiv, valMod): fixed signdness
9234         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9235         signedness of modulo, left and right shift
9236         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9237         * support/Util/SDCCerr.h: added warning W_INT_OVL
9238         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9239         * src/SDCCast.c (ast_print): improved output of constants
9240
9241 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9242
9243         Fixed some warnings when building with MSVC:
9244
9245         * as/mcs51/asdata.c
9246         * as/z80/asdata.c
9247         * as/mcs51/asm.h
9248         * as/z80/asm.h
9249         * link/z80/aslink.h
9250         * link/z80/lkdata.c
9251         * link/z80/lkeval.c
9252         * link/z80/lkgb.c
9253         * link/z80/lkihx.c
9254         * link/z80/lks19.c
9255         * link/z80/lksym.c
9256         * support/cpp2/cpplib.c
9257         * src/ds390/gen.c
9258         * src/mcs51/gen.c
9259
9260 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9261
9262         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9263
9264 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9265
9266         * support/librarian/clean.mk: Do not remove Makefile.
9267         * support/librarian/Makefile: added.
9268
9269 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9270
9271         Added librarian to MSVC build:
9272         * all.dsp
9273         * sdcc.dsw
9274         * support/librarian/librarian.dsp
9275
9276         'configure' not needed for librarian, removed:
9277         * support/librarian/configure
9278         * support/librarian/configure.in
9279         * support/librarian/config_in.h
9280         * support/librarian/Makefile.in
9281
9282         Hopefully these ones built the librarian and the rest of sdcc properly:
9283         * Makefile
9284         * Makefile.common.in
9285
9286         Messed up 'configure', so revert to previous version:
9287         * configure
9288         * configure.in
9289
9290 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9291
9292         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9293         there, while the mantissa of a double is "only" 53 bits wide.
9294
9295 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9296
9297         Adding sdcclib to the build.  MSVC project coming soon.
9298         Files added/changed:
9299
9300         * support/librarian/clean.mk
9301         * support/librarian/configure
9302         * support/librarian/configure.in
9303         * support/librarian/config_in.h
9304         * support/librarian/Makefile.bcc
9305         * support/librarian/Makefile.in
9306         * support/librarian/sdcclib.c
9307         * Makefile.bcc
9308         * Makefile
9309         * Makefile.common.in
9310         * configure
9311         * configure.in
9312
9313 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9314
9315         Linker now complaints if linked modules have conflicting options, for
9316         example, one compiled using --model-large and another one compiled with
9317         --model-small.  The following files were modified:
9318
9319         * as/mcs51/asdata.c
9320         * as/mcs51/aslink.h
9321         * as/mcs51/asm.h
9322         * as/mcs51/asmain.c
9323         * as/mcs51/asout.c
9324         * as/mcs51/i51pst.c
9325         * as/mcs51/lkdata.c
9326         * as/mcs51/lklibr.c
9327         * as/mcs51/lkmain.c
9328         * as/z80/asdata.c
9329         * as/z80/asm.h
9330         * as/z80/asmain.c
9331         * as/z80/asout.c
9332         * as/z80/z80pst.c
9333         * link/z80/aslink.h
9334         * link/z80/lkdata.c
9335         * link/z80/lklibr.c
9336         * link/z80/lkmain.c
9337         * src/SDCCglue.c
9338
9339 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9340
9341         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9342         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9343
9344 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9345
9346         * src/z80/mappings.i: fix _mul[us][int,long] entries
9347
9348 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9349
9350         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9351
9352 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9355         * support/regression/tests/bitopcse.c: added
9356         fixed warning:
9357         * src/avr/gen.c:
9358         * src/pic/gen.c:
9359         * src/pic16/gen.c:
9360         * src/z80/gen.c:
9361         * src/xa51/gen.c:
9362
9363 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9364
9365         added support for new library format to z80, gbz80 linkers:
9366         *link/z80/aslink.h
9367         *link/z80/lklex.c
9368         *link/z80/lklib.c
9369         *link/z80/lklist.c
9370
9371 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9372
9373         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9374         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9375
9376 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9377
9378         added DUMMY_READ_VOLATILE:
9379         * src/SDCC.y:
9380         * src/avr/gen.c:
9381         * src/xa51/gen.c:
9382         * src/z80/gen.c:
9383         * src/pic/gen.c:
9384         * src/pic16/gen.c:
9385         * src/mcs51/gen.c:
9386         * src/ds390/gen.c:
9387         * src/SDCCcse.c (algebraicOpts): many improvements
9388         * src/SDCCcse.h: removed algebraicOpts()
9389         * src/SDCCicode.c (picDummyRead): added
9390
9391 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9392
9393         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9394         "Insufficient space in data memory".
9395
9396 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9397
9398         * src/mcs51/gen.c: fixed bug #771358
9399         * src/z80/gen.c: fixed bug #759087
9400
9401 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9402
9403         * src/pic16/glue.c: minor cleanup by Vangelis
9404
9405 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9406
9407         * device/include/regc515c.h: fixed #758477
9408         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9409         * device/lib/_gptrput.c: saved a few bytes
9410         * my tab spacing is 8, yours too?)
9411         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9412         * device/lib/serial.c: process RX bytes earlier than TX bytes
9413         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9414
9415 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9416
9417         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9418
9419 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9420
9421     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9422
9423 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9424
9425         * device/lib/Makefile.in: bad fix, reverted to 1.43
9426
9427 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9428
9429         * device/lib/Makefile.in: added missing z80 object files
9430
9431 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9432
9433         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9434         pic16 progress by Vangelis:
9435         * src/SDCCglobl.h:
9436         * src/SDCCmain.c:
9437         * src/pic/Makefile:
9438         * src/pic:
9439         * pic/Makefile:
9440         * pic16/device.c:
9441         * pic16/device.h:
9442         * pic16/gen.c:
9443         * pic16/gen.h:
9444         * pic16/genarith.c:
9445         * pic16/glue.c:
9446         * pic16/main.c:
9447         * pic16/pcode.c:
9448         * pic16/pcode.h:
9449         * pic16/pcodepeep.c:
9450         * pic16/peeph.def:
9451
9452 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9453
9454     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9455
9456 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9457
9458     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9459     added gbz80 build to MSVC project.
9460     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9461     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9462     from 8051 stuff and setup so it links using a .lnk file.
9463
9464 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9465
9466     * support/librarian/sdcclib.c: sdcc librarian.
9467     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9468     with sdcclib.
9469
9470 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9471
9472     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9473
9474 2003-07-02  Borut Razem <borut.razem AT siol.net>
9475
9476         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9477         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9478         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9479         src/xa51/main.c, src/z80/main.c:
9480         virtualization of glue() function: each port has it's own glue function,
9481         which is accessed by do_glue function pointer in PORT.general structure
9482
9483 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9484
9485         * DS800C400 fun, improved ROM interface and tinibios.
9486
9487 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9488
9489         * More support for DS80C400. Now includes beginning of interface to ROM.
9490
9491 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9492
9493         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9494
9495 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9496
9497         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9498
9499 2003-06-19  Borut Razem <borut.razem AT siol.net>
9500
9501         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9502
9503 2003-06-19  Borut Razem <borut.razem AT siol.net>
9504
9505         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9506         fixed Z80 port - crt0.o: cannot open.
9507
9508 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9509
9510         * support/Util/MySystem.c (merge_command): revert bad fix
9511
9512 2003-06-18  Borut Razem <borut.razem AT siol.net>
9513
9514         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9515
9516 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9517
9518         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9519         option --use-stdout sends errors to stdout instead of stderr.
9520
9521 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9524
9525 2003-06-15  Borut Razem <borut.razem AT siol.net>
9526
9527         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9528         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9529         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9530         fixed width array of pointers replaced with sets;
9531         multiple include and lib paths ared transferred to preprocessor and linker
9532         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9533         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9534         fixed width array of pointers
9535         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9536         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9537         fixupPath(), getPathDifference()
9538         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9539         fixed width array of pointers
9540
9541 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/pic16/ralloc.c: fix warnings
9544         * src/pic16/pcode.c: fix warning
9545
9546 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9547
9548          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9549         know all the details, but essentially this set of changes enable
9550         the pic16 port to generate movff instructions and generate assembler
9551         directives,
9552         * src/SDCCmain.c:
9553         * src/pic16/gen.c:
9554         * src/pic16/glue.c:
9555         * src/pic16/pcode.c:
9556         * src/pic16/device.c:
9557         * src/pic16/main.c:
9558         * src/pic16/pcode.h:
9559         * src/pic16/pcoderegs.c:
9560         * src/pic16/ralloc.c:
9561         * src/pic16/ralloc.h:
9562
9563 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9564
9565         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9566         added option --vc, so sdcc errors and warnings are compatible with
9567         Microsoft Visual Studio.
9568
9569 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9570
9571         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9572           device/lib/libfloat.lib: added atof function.
9573
9574 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9575
9576         * doc/sdccman.lyx: updated to Lyx 1.3
9577         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9578         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9579         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9580
9581 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9582
9583         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9584
9585 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9586
9587         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9588           additions to the "related tools/documentation" section
9589
9590 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9591
9592         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9593
9594 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9595
9596         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9597         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9598
9599 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9600
9601         * doc/sdccman.lyx: fix double dash and other minor things
9602         * doc/Makefile: fix double dash
9603
9604 2003-05-28  Karl Bongers(patches from Martin Helmling)
9605         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9606           condition and ignore commands.
9607
9608 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9609
9610         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9611           is in parts still quite out of date, I did changes as far as I felt makes sense
9612           for a non-native english speaker.
9613           Please feel free to add to the manual or to correct my changes.
9614         * doc/Makefile: undid touching the date of intermediate tex files.
9615
9616 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9617
9618         * doc/sdccman.lyx: Manual has an index now
9619
9620 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9621
9622         Finalize muluint/mulsint and mululong/mulslong merging:
9623         * device/lib/_mulint.c
9624         * device/lib/_mullong.c
9625         * device/lib/gbz80/mul.s
9626         * device/lib/gbz80/stubs.s
9627         * device/lib/z80/mul.s
9628         * device/lib/z80/stubs.s
9629         * src/SDCCsymt.c (initCSupport)
9630
9631 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9632
9633         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9634         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9635           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9636           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9637           instead of /Zm500.
9638
9639 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9640
9641         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9642           the regression tests I'm not brave enough to enable 245.b, 245.c
9643         * doc/sdccman.lyx: added latex preamble for hyperref package.
9644           Using pdflatex this will give you a hyperlinked pdf file with
9645           bookmarks. (prepend '%' before /usepackage if this breaks something)
9646
9647 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9648
9649          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9650
9651 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9652
9653         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9654
9655 2003-05-21    <johan AT balder>
9656
9657         * src/SDCCglue.c (printIval): fixed bug #739934
9658
9659 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9660
9661         Applied patch from bug 737905 (renamed yylineo to mylineno):
9662         * src/altlex.c
9663         * src/SDCCast.c
9664         * src/SDCglobl.h
9665         * src/SDCC.lex
9666         * src/SDCCsymt.c
9667         * src/SDCCval.c
9668         * src/pic16/pcode.c: Cleaned warnings
9669         * src/pic16/pcodeflow.c: Cleaned warnings
9670         * src/pic16/pcoderegs.c: Cleaned warnings
9671
9672 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9673
9674         * src/pic16/pcode.c: Cleaned warnings
9675         * src/pic16/pcodepeep.c: Cleaned warnings
9676         * src/pic16/ralloc.c: Cleaned warnings
9677
9678 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9679
9680         * doc/sdccman.lyx: fixed bug 739745
9681         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9682
9683 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9684
9685         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9686         it can be defined with CFLAGS when running configure
9687         * src/SDCCmain.c: fixed compiling + linking with object files
9688
9689 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9690
9691         * configure.in: configure for pic16 port,
9692             added --disable-pic16-port
9693         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9694         * src/SDCCmain.c: linkOptions is changed to set *,
9695             added if/endif conditional macros to remove options help
9696             messages from optionsTable when a port is not configured, added
9697             support for the PIc16 port in the ports table, when executing
9698             the compiler with no port specified on command line, a default
9699             port is selected with the new macro DEFAULT_PORT which is
9700             defined in port.h, in setDefaultOptions() linkOptions is removed
9701             from initialization assignment, since now it is a set,
9702             parseCmdLine uses setParseWithComma for linkOptions, in
9703             linkEdit() linkOptions are accessed with new function indexSet()
9704             which returns the i'th item of a set variable. See SDCCset.c, in
9705             linkEdit() when calling buildCmdLine(), added linkOptions as
9706             last argument. Now users can pass arguments to gplink via the
9707             -Wl option, main() uses pic16glue() to glue up pic16 programs
9708         * src/SDCCpeeph.c: various changes to support pic16
9709         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9710             return the i'th item of the set
9711         * src/SDCCset.h: added function prototype for indexSet()
9712         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9713         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9714         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9715             added macro DEFAULT_PORT
9716         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9717         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9718             generated
9719         * src/pic16/glue.c: commented out some error producing lines
9720         * src/pic16/main.c: __config directives are commented out to stop
9721             gpasm complaining and test the linkage with gplink, _linkCmd and
9722             _asmCmd changed to be more gplink and gpasm friendly
9723         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9724             produced an error when parsed, peep rule 12 is added to utilize
9725             movff, but it is commented out since the pCode does not support
9726             yet a command with 2 address arguments
9727
9728 2003-05-18    <johan AT balder>
9729
9730         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9731         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9732 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9733
9734         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9735   Added feature to script commands from file.
9736
9737 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9738
9739         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9740         * src/SDCCutil.c: include ctype.h for win32
9741
9742 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9743
9744         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9745
9746 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9747
9748         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9749   Fixed so you can set breakpoints prior to run, run does not stop
9750   on entry now.  Add tbreak.  Other enhancements and fixes for use
9751   with ddd.
9752
9753 2003-05-12  Borut Razem <borut.razem AT siol.net>
9754
9755         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9756
9757 2003-05-11  Borut Razem <borut.razem AT siol.net>
9758
9759         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9760         the path of bin directory, so that PATH is the only env. variable, which has to be set
9761         in case of standard installation.
9762         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9763         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9764         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9765
9766 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9767
9768         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9769         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9770         temp files are in the port dir; clean the gen/test directory when
9771         generating new test.c
9772         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9773         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9774         * support/regression/tests/zeropad.c: added
9775
9776 2003-05-09    <johan AT balder>
9777
9778         * src/SDCCglue.c: fixed bug #597940
9779
9780 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9781
9782         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9783   cache sfr, optimize next,step, fix off by one sourceline,
9784   support ddd list function.
9785         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9786
9787 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9788
9789         * support/regression/HTMLgen.py: added compare_s2f()
9790         * support/regression/Makefile: redo 1.27
9791         * support/regression/generate-cases.py: redo 1.5
9792
9793 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9794
9795         * support/regression/tests/float.c: workaround 33 bit hex constant
9796         * support/regression/tests/simplefloat.c: fix division for host
9797
9798 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9799
9800         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9801         that tame's the PIC's over-aggressive optimizer.
9802
9803 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9804
9805          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9806          support for MSVC.
9807
9808 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9809
9810         Initial support for DS80C400. "Hello world" runs on TINIm400
9811         (with polled I/O).
9812
9813 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9814
9815          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9816          * Some notes on ddd usage added in debugger/README
9817          Martin Helmling adding more features and fixes for ddd GUI debugger.
9818          Code added for nexti, stepi, up, down, and other adjustments.
9819
9820 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9821
9822         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9823         * src/pic/peeph.def Added two rules to optimize carry manipulation
9824         * src/pic/* removed debug printfs
9825
9826 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9827
9828         * debugger/mcs51/cmd.c: added header newalloc.h
9829
9830 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9831
9832         * as/Makefile: new EXEEXT
9833         * as/z80/Makefile: remove trailing slash of BUILDIR
9834         * as/z80/clean.mk: new EXEEXT
9835         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9836         * support/cpp2/Makefile.in: new EXEEXT
9837         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9838
9839 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9840
9841         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9842         EXEEXT was introduced to fix all related problems with targets
9843         "clean", "install" and "uninstall"; a couple of further flaws
9844         especially with "clean" have been fixed too
9845         * as/mcs51/Makefile.in
9846         * as/mcs51/clean.mk
9847         * as/z80/Makefile
9848         * Makefile
9849         * clean.mk
9850         * debugger/mcs51/Makefile.in
9851         * debugger/mcs51/clean.mk
9852         * link/z80/Makefile
9853         * link/z80/Makefile.in
9854         * link/z80/clean.mk
9855         * link/Makefile
9856         * packihx/Makefile.in
9857         * packihx/clean.mk
9858         * sim/ucsim/Makefile
9859         * sim/ucsim/clean.mk
9860         * sim/ucsim/avr.src/Makefile.in
9861         * sim/ucsim/avr.src/clean.mk
9862         * sim/ucsim/s51.src/Makefile.in
9863         * sim/ucsim/s51.src/clean.mk
9864         * sim/ucsim/xa.src/Makefile.in
9865         * sim/ucsim/xa.src/clean.mk
9866         * sim/ucsim/z80.src/Makefile.in
9867         * sim/ucsim/z80.src/clean.mk
9868         * sim/ucsim/main_in.mk
9869         * sim/ucsim/packages_in.mk
9870         * sim/ucsim/gui.src/Makefile.in
9871         * sim/ucsim/gui.src/serio.src/Makefile.in
9872         * sim/ucsim/gui.src/serio.src/clean.mk
9873         * src/Makefile.in
9874         * src/clean.mk
9875         * support/cpp2/Makefile.in
9876         * support/cpp2/clean.mk
9877         * support/makebin/Makefile
9878         * support/makebin/clean.mk
9879         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9880         * doc/sdccman.lyx: --program-suffix no longer needed
9881
9882 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9883
9884          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9885          Martin Helmling added support for ddd GUI debugger.
9886          Code added to display assembly, set variables, and other commands
9887          to interface to ddd.
9888
9889 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9890
9891         * as/Makefile: fix target clean
9892         * as/clean.mk: fix target clean
9893         * as/z80/clean.mk: fix target clean
9894
9895 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9896
9897         * Makefile.common.in: added  AT EXEEXT AT
9898         * configure.in: removed all mingw32 stuff
9899         * configure: rebuilt from configure.in
9900         * doc/sdccman.lyx: updated section "installation"
9901         * support/scripts/sdcc_mingw32: adapted to configure
9902         * support/scripts/sdcc_cygwin_mingw32: added
9903
9904 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9905
9906         * src/pic Added object file support for the PIC port
9907         * src/pic Applied patch from Craig Franklin (this started the object file support)
9908         * src/regression Updated the PIC regression tests for object files
9909
9910 2003-04-20  Borut Razem <borut.razem AT siol.net>
9911
9912         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9913           lklex.c: In function `getfid':
9914           lklex.c:203: warning: array subscript has type `char'
9915         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9916           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9917         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9918           stack handling macros
9919
9920 2003-04-19  Borut Razem <borut.razem AT siol.net>
9921
9922         * "handling space characters in file path" task:
9923         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9924         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9925         * support/Util/MySystem.h: make it self-sufficient
9926         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9927           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9928           handling space characters in file path
9929         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9930           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9931         * support/Util/MySystem.c: handling space characters in executable's path
9932
9933 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9934
9935         * as/z80/Makefile: fix permanent rebuild of z80
9936         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9937         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9938
9939 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9940
9941         * src/SDCCopt.c: add special case optimization to replace modulo by
9942           a power of two with a bitwise AND.
9943
9944 2003-04-18    <johan AT balder>
9945
9946         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9947
9948 2003-04-17    <johan AT balder>
9949
9950         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9951         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9952
9953 2003-04-13  Borut Razem <borut.razem AT siol.net>
9954
9955         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9956         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9957           fixed mingw problem in adl_NORMALIZE_PATH
9958
9959 2003-04-12  Borut Razem <borut.razem AT siol.net>
9960
9961         * fixed "#pragma SAVE/RESTORE can not be nested":
9962         * src/SDCC.lex: reworked pragma handling functions
9963         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9964         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9965
9966 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9967
9968         * src/SDCCutil.c (pathEquivalent): defined but not used
9969         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9970         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9971         * configure: rebuilt from configure.in
9972         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9973         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9974         * device/include/Makefile.in: replace sdcc_datadir
9975         * device/lib/Makefile.in: replace sdcc_datadir
9976         * Makefile.common.in: add LDFLAGS from configure
9977         * packihx/Makefile.in: use LDFLAGS
9978         * src/Makefile.in: use LDFLAGS
9979         * support/cpp2/Makefile.in: add LDFLAGS from configure
9980         * support/makebin/Makefile: use LDFLAGS
9981         * .version: bumped version number to 2.3.5
9982
9983 2003-04-12  Borut Razem <borut.razem AT siol.net>
9984
9985         * completed "different paths" task:
9986         * src/SDCCmacro.c: fixed bug in handling quotes
9987         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9988         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9989
9990 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9991
9992         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9993
9994 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9995
9996         * ds390/gen.c ds390/peeph.def: fix bug 706781
9997
9998 2003-04-11  Borut Razem <borut.razem AT siol.net>
9999
10000         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
10001
10002 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
10003
10004         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
10005         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
10006          set - this bit used to not be set...).
10007         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
10008           bad code in PIC Port
10009         * src/regression/and2.c added to test bug 609268
10010         * src/regression/Makefile added and2.c to regression test
10011
10012
10013 2003-04-08    <johan AT CP255758-A>
10014
10015         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
10016         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
10017         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
10018
10019 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
10020
10021         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
10022         fix bug #487815
10023         * support/cpp2/Makefile.in: fix bug #487815
10024         * configure: rebuilt from configure.in
10025         * Makefile.common.in: docdir changed, new path suffixes
10026         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10027         * sdcc_vc_in.h: reflect changes from sdccconf.h
10028         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
10029         * src/SDCCutil.h: remove BINDIR hack
10030         * doc/sdccman.lyx: update new path hierarchy
10031
10032 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10033
10034         * src/SDCCpeeph.c: added okToRemoveSLOC test
10035
10036 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10037
10038         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
10039
10040 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
10041
10042         * src/SDCCpeeph.c: added labelIsReturnOnly test
10043         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
10044
10045 2003-04-05    <johan AT balder>
10046
10047         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
10048         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10049         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10050         * src/SDCCast.c: fixed a warning
10051         * src/SDCCast.h: fixed a warning
10052         * src/SDCCicode.c (operandFromAst): fixed a warning
10053
10054 2003-04-04    <johan AT balder>
10055
10056         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10057         * src/SDCCast.c (decorateType): fixed bug #715076
10058         * src/SDCC.y: fixed bug #702907
10059
10060 2003-04-03    <johan AT balder>
10061
10062         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10063         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10064         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10065         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10066         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10067
10068 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10069
10070         * _decdptr.c: fix return values
10071         * _gptrget.c: fix return values
10072         * _gptrgetc.c: fix return values
10073         * _gptrput.c: fix return values
10074         * _mulint.c: fix return values
10075         * as/z80/Makefile: fix 'make -j' problem
10076
10077 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10078
10079         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10080         * configure.in: big cleanup, updated to autoconf 2.5x
10081         * configure: rebuilt from configure.in
10082         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10083         * sdcc_vc_in.h: reflect changes from sdccconf.h
10084         * doc/Makefile: fixed a flaw in "make install"
10085
10086 2003-04-02    <johan AT balder>
10087
10088         * src/ds390/gen.c (genCmp): no comments
10089         * src/mcs51/gen.c (genCmp): no comments
10090         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10091         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10092
10093 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10094
10095         * support/regression/generate-cases.py: place generated file in given sub directory
10096         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10097         * support/regression/Makefile: improvements for 'make -j';
10098         side effect: it's simpler and faster now
10099
10100 2003-03-31  Borut Razem <borut.razem AT siol.net>
10101
10102         * src/z80/main.c: link-{port} and as-{port} defined without path
10103         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10104
10105 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10106
10107         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10108
10109 2003-03-30  Borut Razem <borut.razem AT siol.net>
10110
10111         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10112           changed type of list parameter to set
10113         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10114         * src/port.h: changed type of do_assemble() parameter to set
10115         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10116           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10117           definition of "cppoutfilename" macro with NULL value in preProcess()
10118         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10119         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10120         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10121           replaced with set *binPathSet
10122         * shash_add() deallocates the item, if allready exsists, before adding the new one
10123         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10124
10125 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10126
10127         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10128           a nested for loop bug in the PIC port
10129         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10130           for loops
10131
10132 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10133
10134         * support/Util/dbuf.h: remove C++ stuff to make it portable
10135
10136 2003-03-28  Borut Razem <borut.razem AT siol.net>
10137
10138         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10139           literal strings in stringLiteral()
10140         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10141         * src/Makefile.bcc, src/Makefile.in, src/src.dsp: added support/Util/dbuf.c
10142           to the project
10143
10144 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10145
10146         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10147
10148 2003-03-26    <johan AT balder>
10149
10150         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10151         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10152         * src/SDCCast.c (decorateType): fixed " -v < 3"
10153
10154 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10155
10156         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10157         Added Lenny Story's debug infrastructure changes:
10158         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10159         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10160         * src/cdbFile.c: added
10161         * src/SDCCdebug.c: added
10162         * src/SDCCdebug.h: added
10163         * src/SDCCast.c (createFunction)
10164         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10165         * src/SDCCmain.c (parseCmdLine, main)
10166         * src/SDCCmem.c (redoStackOffsets)
10167         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10168         * src/SDCCsymt.h
10169         * src/common.h
10170         * src/avr/gen.c (genAVRCode)
10171         * src/ds390/gen.c (gen390Code)
10172         * src/mcs51/gen.c (gen51Code)
10173         * src/pic/gen.c (genpic14Code)
10174         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10175         * src/xa51/gen.c (genXA51Code)
10176         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10177
10178 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10179
10180         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10181         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10182
10183 2003-03-22    <johan AT balder>
10184
10185         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10186
10187 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10188
10189         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10190         * doc/cdbfileformat.lyx: added, written by Lenny Story
10191         * doc/Makefile: added cdbfileformat.lyx
10192         * doc/clean.mk: added cdbfileformat.lyx
10193
10194 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10195
10196         * src/mcs51/peeph.def: fix bug #705773
10197
10198 2003-03-20    <johan AT balder>
10199
10200         An sfr/sbit can have an "at #" AND an initializer
10201         * src/SDCCsymt.c (checkSClass):
10202         * src/SDCCmem.c (allocGlobal):
10203         * src/SDCCmem.c (allocLocal):
10204         * src/SDCCast.c (createBlock):
10205
10206 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10207
10208         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10209
10210 2003-03-16    <johan AT balder>
10211
10212         Undid the hackup of const and volatile, the problem is much bigger
10213         * src/SDCC.y:1.65
10214         * src/SDCCast.c:1.171
10215         * src/SDCCglue.c:1.138
10216         * src/SDCCicode.c:1.146
10217         * src/SDCCsymt.c:1.150
10218         * src/SDCCval.c:1.65
10219
10220 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10221
10222         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10223         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10224
10225 2003-03-13    <johan AT balder>
10226
10227         Hackup const and volatile modifiers in type chains a bit:
10228         * src/SDCC.y:1.63
10229         * src/SDCCast.c:1.169
10230         * src/SDCCglue.c:1.136
10231         * src/SDCCicode.c:1.143
10232         * src/SDCCsymt.c1.146
10233         * src/SDCCsymt.h1.59
10234         * src/SDCCval.c:1.63
10235
10236 2003-03-12    <johan AT balder>
10237
10238         * src/SDCCBBlock.h: more LRH debugging junk
10239         * src/SDCCcflow.h: more LRH debugging junk
10240         * src/SDCCloop.c: more LRH debugging junk
10241         * src/SDCC.y (struct_declaration): fixed bug #697590
10242         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10243         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10244         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10245
10246 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10247         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10248         test function names must now match exactly).
10249         * src/SDCCcse.c: added special case in findCheaperOp to allow
10250         extending a short integer. Makes less awful code for bug 700121 test case.
10251
10252 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10253
10254         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10255         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10256
10257 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10258
10259         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10260         actually called (operandsNotEqual() was called for all
10261         operandsNotEqualX tests).
10262
10263 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10264
10265         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10266         with shorter literals. Fixes bug 700121.
10267
10268 2003-03-11    <johan AT balder>
10269
10270         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10271
10272 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10273
10274         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10275         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10276
10277 2003-03-10  Borut Razem <borut.razem AT siol.net>
10278
10279         * src/SDCCmain.c: pipe preprocessor's output
10280         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10281         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10282         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10283         which closes all pipes in pipeSet set
10284         * src/SDCCset.c: free deleted item in function deleteSetItem()
10285         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10286         moved from z80 to src subproject
10287         * .version: increased version number to 2.3.4
10288
10289 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10290
10291         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10292         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10293         * support/regression/ports/xa51/spec.mk: fix typo
10294
10295 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10296
10297         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10298
10299 2003-03-09  Borut Razem <borut.razem AT siol.net>
10300
10301         * src/SDCCmain.c: pipe preprocessor's output
10302         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10303         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10304         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10305         which closes all pipes in pipeSet set
10306         * src/SDCCset.c: free deleted item in function deleteSetItem()
10307         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10308         moved from z80 to src subproject
10309
10310 2003-03-09  Borut Razem <borut.razem AT siol.net>
10311
10312         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10313         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10314         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10315         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10316         * src/SDCCglobl.h: unification of WIN32 native definitions
10317
10318 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10319
10320         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10321
10322 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10323
10324         * src/configure.in:   check for endianess (even while cross-compiling)
10325         * src/configure:      check for endianess (even while cross-compiling)
10326         * src/configure_in.h: check for endianess (even while cross-compiling)
10327         * src/avr/gen.c:        remove old endianess stuff
10328         * src/mcs51/gen.c:      remove old endianess stuff
10329         * src/ds390/gen.c:      remove old endianess stuff
10330         * src/pic/gen.c:        remove old endianess stuff
10331         * src/pic/genarith.c:   remove old endianess stuff
10332         * src/pic/glue.c:       fix endianess check
10333         * src/pic16/gen.c:      remove old endianess stuff
10334         * src/pic16/genarith.c: remove old endianess stuff
10335         * src/pic16/glue.c:     fix endianess check
10336         * src/xa51/gen.c:       remove old endianess stuff
10337         * src/z80/gen.c:        fix endianess check
10338         * src/SDCCglue.c:       fix endianess check
10339         * src/ds390/peeph.def: fix bug 700036
10340
10341 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10342
10343         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10344         * src/configure: find appropriate data-types on host for SDCC's int and long
10345         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10346         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10347         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10348
10349 2003-03-07    <johan AT balder>
10350
10351         Just a big NOOP:
10352                 some minor cleanups before the big shot
10353                 OP_DEFS and OP_USES now use Kevin's protection
10354                 new option --nolabelopt
10355
10356         * src/SDCCBBlock.c:
10357         * src/SDCCast.c,:
10358         * src/SDCCcflow.c:
10359         * src/SDCCcse.c:
10360         * src/SDCCicode.c:
10361         * src/SDCCicode.h:
10362         * src/SDCClabel.c:
10363         * src/SDCCloop.c:
10364         * src/SDCCmain.c:
10365         * src/ds390/ralloc.c:
10366         * src/mcs51/ralloc.c:
10367         * src/pic/ralloc.c:
10368         * src/xa51/ralloc.c:
10369         * src/z80/ralloc.c:
10370
10371 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10372
10373         * src/pic/pcode.c (get_op): fix 64 bit warnings
10374         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10375         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10376         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10377         * support/regression/tests/malloc.c: fix 64 bit warnings
10378
10379 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10380
10381         * src/mcs51/gen.c (genMinus): fixed bug 696436
10382
10383 2003-03-02  Borut Razem <borut.razem AT siol.net>
10384
10385         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10386
10387 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10388
10389         * configure.in: test for mkstemp
10390         * sdccconf_in.h: add HAVE_MKSTEMP
10391
10392 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10393
10394         * device/include/ctype.h: removed warning while using --stack-auto
10395         * device/include/malloc.h: removed warning while using --stack-auto
10396         * device/include/string.h: removed warning while using --stack-auto
10397
10398 2003-02-23  Borut Razem <borut.razem AT siol.net>
10399
10400         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10401         because NDEBUG is defined (see man assert)
10402         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10403
10404 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10405
10406         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10407         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10408
10409 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10410
10411         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10412         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10413
10414 2003-02-18    <johan AT balder>
10415
10416         * as/mcs51/asmain.c (asmbl): module can start with a digit
10417         * as/z80/asmain.c (asmbl): module can start with a digit
10418
10419 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10420
10421         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10422         * src/asm.c: fix pipe() for Mingw32
10423
10424 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10425
10426         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10427         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10428         make -V work again; --c1mode reads now from stdin
10429         * doc/sdccman.lyx: added --c1mode
10430         * support/Util/SDCCerr.c: new messages for c1 mode
10431         * support/Util/SDCCerr.h: new messages for c1 mode
10432         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10433
10434 2003-02-15    <johan AT balder>
10435
10436         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10437
10438 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10439
10440         * doc/sdccman.lyx: Environment variables, -o and other minor things
10441
10442 2003-02-14    <johan AT balder>
10443
10444         * src/xa51/main.c: before anyone really tries to use it :)
10445
10446         * Install doc's in share/sdcc/doc
10447         * removed some obsolete files
10448         * Do a proper make distclean and uninstall
10449         M Makefile.common.in
10450         R sdccbuild.sh
10451         M as/Makefile
10452         M device/include/Makefile.in
10453         M device/lib/Makefile.in
10454         M doc/sdccman.lyx
10455         M link/Makefile
10456         M sim/ucsim/doc/Makefile.in
10457         M src/clean.mk
10458         R src/avr/peeph.rul
10459         R src/xa51/peeph.rul
10460         M support/cpp2/Makefile.in
10461         M support/makebin/Makefile
10462
10463
10464 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10465
10466         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10467
10468 2003-02-10  Borut Razem <borut.razem AT siol.net>
10469
10470         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10471         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10472         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10473         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10474         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10475         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10476         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10477         src/z80/Makefile.bcc: Borland Makefile cleanup
10478         * as/z80/Makefile.bcc: Added Borland Makefile
10479         * support/cpp2/borland.h: Removed
10480
10481 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10482
10483         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10484         * src/SDCC.lex: new pragma NOIV
10485         * src/SDCCglobl.h: new pragma NOIV
10486         * src/SDCCmem.c: new pragma NOIV
10487
10488 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10489
10490         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10491
10492 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10493
10494         * src/SDCCmain.c: signal handling is switched off by --debug
10495         * doc/Makefile: small fix for install; use clean.mk again
10496         * doc/clean.mk: clean *.pdf and *.html too
10497
10498 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10499
10500         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10501         * device/lib/printfl.c: fix a ds390 bug by making it portable
10502         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10503         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10504         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10505         * debugger/mcs51/cmd.c: converted multi-line string literals
10506         * sim/ucsim/globals.cc: converted multi-line string literals
10507         * src/SDCCmain.c: introduced signal handler to remove temp files
10508         * doc/Makefile: small tweaks, implement clean
10509         * doc: removed generated files
10510
10511 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10512
10513         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10514         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10515         Address Record is not correctly generated for DS390."
10516
10517 2003-02-02  Borut Razem <borut.razem AT siol.net>
10518
10519         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10520         * as/mcs51/asm.h: fixed compilation with Borland C
10521         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10522         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10523         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10524         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10525         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10526         src/z80/Makefile.bcc: delete $(LIB) only if exist
10527         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10528
10529 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10530
10531         * device/include/malloc.h: introduced NULL
10532         * device/include/string.h: introduced NULL
10533         * device/include/stdlib.h: introduced NULL
10534         * device/lib/_memcpy.c: removed NULL
10535         * device/lib/_strcat.c: removed NULL
10536         * device/lib/_strchr.c: removed NULL
10537         * device/lib/_strcmp.c: removed NULL
10538         * device/lib/_strcpy.c: removed NULL
10539         * device/lib/_strcspn.c: removed NULL
10540         * device/lib/_strlen.c: removed NULL
10541         * device/lib/_strncat.c: removed NULL
10542         * device/lib/_strncmp.c: removed NULL
10543         * device/lib/_strncpy.c: removed NULL
10544         * device/lib/_strpbrk.c: removed NULL
10545         * device/lib/_strrchr.c: removed NULL
10546         * device/lib/_strspn.c: removed NULL
10547         * device/lib/_strstr.c: removed NULL
10548         * device/lib/_strtok.c: removed NULL
10549         * device/lib/malloc.c: removed NULL, include own header
10550
10551 2003-02-02    <johan AT balder>
10552
10553         * 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
10554         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10555         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10556         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10557         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10558         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10559
10560 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10561
10562         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10563         area 'DATA'"
10564
10565 2003-02-01    <johan AT balder>
10566
10567         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10568
10569 2003-01-31    <johan AT CP255758-A>
10570
10571         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10572
10573 2003-01-30    <johan AT balder>
10574
10575         * src/SDCCBBlock.c: automatic bug detection
10576         * src/SDCCicode.c: automatic bug detection
10577
10578 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10579
10580         * src/SDCCglobl.h:   now --xram-size 0 works
10581         * src/SDCCmain.c:    now --xram-size 0 works
10582
10583 2003-01-29    <johan AT balder>
10584
10585         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10586
10587 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10588
10589         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10590         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10591         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10592         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10593         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10594         * src/SDCCmain.c:    Added options --xram-size and --code-size
10595
10596 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10597
10598         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10599         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10600
10601 2003-01-27    <johan AT balder>
10602
10603         * src/SDCC.y: fixed bug #613764
10604
10605 2003-01-26    <johan AT balder>
10606
10607         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10608         * src/SDCCsymt.h: fixed bug #673374
10609         * src/SDCCglue.c: fixed bug #661910
10610         * src/SDCCast.c: fixed bug #458099 and 673374
10611
10612 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10613
10614         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10615         * as/mcs51/strcmpi.h: added
10616         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10617         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10618         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10619         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10620         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10621         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10622         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10623         * as/mcs51/Makefile.aslink: new module strcmpi
10624         * as/mcs51/Makefile.asx8051: new module strcmpi
10625         * as/mcs51/Makefil.bcc: new module strcmpi
10626         * as/mcs51/Makefile.in: new module strcmpi
10627         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10628
10629 2003-01-26    <johan AT balder>
10630
10631         * src/SDCCglue.c: reverted back to 1.124
10632         * src/SDCCast.c: reverted back to 1.156
10633         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10634
10635 2003-01-25    <johan AT balder>
10636
10637         * src/SDCCglue.c: A better fix for bug #661910
10638         * src/SDCCast.c: A better fix for bug #661910
10639         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10640
10641 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10642
10643         * src/Makefile.in: remove spawn.o
10644         * src/SDCCmain.c: remove spawn.h
10645         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10646         * src/spawn.c: removed
10647         * src/spawn.h: removed
10648         * support/regression/ports/ds390/spec.mk: link with -r
10649
10650 2003-01-24    <johan AT CP255758-A>
10651
10652         * src/ds390/gen.c (aopOp): fixed bug #667458
10653         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10654         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10655         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10656
10657 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10658
10659         * src/mcs51/peeph.def: better assembler identation by Frieder
10660         * src/mcs51/gen.c: better assembler identation by Frieder
10661
10662 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10663
10664         * as/z80/string.h: removed for gcc 3.2
10665         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10666         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10667
10668 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10669
10670         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10671         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10672         * support/regression/Makefile: separate temp files for ports
10673         * support/regression/generate-cases.py: separate temp files for ports
10674         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10675         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10676
10677 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10678
10679         * moved tinitalk to device/examples/ds390
10680
10681 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10682
10683         * as/mcs51/lkmem.c: rflag is for DS390
10684         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10685         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10686                          (linkEdit): move mem- and map-files the same way as ihx-files
10687         * src/z80/main.c (_setDefaultOptions): removed --generic
10688         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10689         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10690         * src/pic/glue.c (picglue): --c1mode works again
10691         * src/pic16/glue.c (pic16glue): --c1mode works again
10692         * src/asm.c (printCLine): fix #660034
10693
10694 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10695
10696         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10697         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10698         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10699         * as/mcs51/lkmem (summary): better fix for sp problem
10700         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10701         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10702         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10703                                               remove --stack-after-data
10704
10705 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10706
10707         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10708         * src/SDCCutil.c (join): ugly bug: missing '\0'
10709         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10710
10711 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10712
10713         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10714         * src/port.h: typo
10715         * src/pic/main.c (_asmCmd): gpasm supports -o
10716         * src/z80/main.c: more general macros
10717         * device/lib/Makefile.in: remove intermediate files
10718
10719 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10720
10721         * .version: Bumped version number to 2.3.3
10722         * src/SDCCBBlock.c: new option -o
10723         * src/SDCCglobl.h: new option -o
10724         * src/SDCCglue.c: new option -o
10725         * src/SDCCmain.c: new option -o
10726         * src/asm.c: new option -o
10727         * src/ds390/main.c: new option -o
10728         * src/pic/glue.c: new option -o
10729         * src/pic/pcode.c: new option -o
10730         * src/pic/ralloc.c: new option -o
10731         * src/pic16/glue.c: new option -o
10732         * src/pic16/pcode.c: new option -o
10733         * src/pic16/ralloc.c: new option -o
10734         * src/z80/main.c: new option -o
10735         * device/lib/Makefile.in: use -o
10736         * support/regression/ports/ds390/spec.mk: use -o
10737         * support/regression/ports/gbz80/spec.mk: use -o
10738         * support/regression/ports/mcs51/spec.mk: use -o
10739         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10740         * support/regression/ports/z80/spec.mk: use -o
10741         * support/regression/ports/ucz80/spec.mk: use -o
10742         * support/regression/ports/xa51/spec.mk: use -o
10743         * support/regression/fwk/lib/timeout.c: fix usage string
10744
10745 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10746         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10747
10748 2003-01-07    <johan AT balder>
10749
10750         * src/SDCCast.c (decorateType): fixed bug #600035
10751
10752 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10753         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10754         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10755         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10756         * src/pic/pcode.c: outcommented unused variable to remove warnings
10757         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10758
10759 2003-01-06    <karl AT turbobit.com>
10760         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10761    regression tests.
10762
10763 2003-01-06    <johan AT balder>
10764
10765         * src/SDCCicode.c: fixed array add
10766
10767 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10768         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10769         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10770
10771 2003-01-04    <johan AT balder>
10772
10773         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10774
10775 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10776         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10777
10778 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10779         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10780         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10781
10782 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10783         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10784
10785 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10786         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10787
10788 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10789         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10790
10791 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10792
10793     * in /sdcc/as/mcs51/ changed these files in order to create an
10794     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10795     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10796     following files to include the previous two files: aslink.dsp,
10797     Makefile.aslink, Makefile.bcc, and Makefile.in.
10798
10799     * Changed /sdcc/src/SDCCmain.c so it creates files with extension
10800     .adb instead of .cdb
10801
10802 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10803
10804         * /sdcc/as/mcs51/lklist.c: Now reports memory usage using the
10805         value from option --iram-size.
10806
10807 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10808
10809         * /sdcc/as/mcs51/lklist.c: added boundary check before using
10810         dram[] array.
10811
10812 2002-09-18    <wiml AT hhhh.org>
10813
10814         * SDCClrange.h: exposed setFromRange() and setToRange()
10815         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10816           packRegsForAccUse() (bug 542397)
10817         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10818           multiple times and emitting the fetch operations more than once
10819           added aopGetUsesAcc() function to allow binary operators to
10820           fetch their operands in the correct order; made genMinus() emit
10821           compact code for X = LITERAL - Y
10822
10823 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10824         * /sdcc/as/mcs51/lklist.c: Fixed incorrect number of parameters to
10825         sprintf() in line 1267.
10826
10827 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10828         * /sdcc/src/SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10829         like ports.
10830
10831 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10832         Changes to aslink (All the changes are marked with 'JCF'):
10833
10834         * /sdcc/as/mcs51/aslink.h: External definition of sflag and
10835         summary().
10836
10837         * /sdcc/as/mcs51/lkarea.c: Computes the size of area BSEG_BYTES from
10838         area BSEG.  Also moves, if possible, the DATA area down into the internal
10839         ram so more space is available.
10840
10841         * /sdcc/as/mcs51/lkdata.c: Definition of memory summary output flag
10842         sflag.
10843
10844         * /sdcc/as/mcs51/lklist.c: For the BSEG area report the size in bits,
10845         not bytes.  Function summary() which creates a memory usage summary
10846         file with extension .mem.  Reports of overlaping stack and small stack
10847         size.  If the space for the stack is less than 16 bytes aslink trows a
10848         warning.
10849
10850         * /sdcc/as/mcs51/lkmain.c: Creation of some of the default areas for
10851         the 8051.  Option 'y' for memory summary output file.
10852
10853         Changes to sdcc (All the changes are marked with 'JCF'):
10854
10855         * /sdcc/src/SDCCglobl.h: External definition of RegBankUsed[4].
10856
10857         * /sdcc/src/SDCCglue.c:  If a register bank is used, creates an
10858         overlaying area for it (uses RegBankUsed[4]).
10859
10860         * /sdcc/src/SDCCmain.c: Definition RegBankUsed[4]; marks register
10861         bank zero as used by default.  By default aslink locates the stack
10862         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10863         the creation of the .mem file.  Delegates the allocation of data area
10864         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10865         the begining of the stack area to aslink.
10866
10867         * /sdcc/src/SDCCmem.c:  If a register bank is used, marks it so
10868         glue() in SDCCglue.c creates an area for it.
10869
10870 2002-09-03  Borut Razem <borut.razem AT siol.net>
10871         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10872         sdcc/src/pic/glue.c:
10873         introduced atexit() handler for teporay files removal in case of
10874         errors, assertions, ...
10875
10876 2002-08-29  Borut Razem <borut.razem AT siol.net>
10877         * sdcc/support/cpp2/auto-host_vc_in.h:
10878         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10879         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10880         Maybe there is a similar problem with BORLANDC? It should be checked!
10881
10882         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10883         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10884         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10885         was not executed, and the compiler (cl) launched a warning:
10886         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10887
10888 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10889         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10890
10891 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10892         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10893
10894         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10895           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10896           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10897           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10898           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10899           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10900           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10901         - added Release configuration in VS projects
10902         - review of compiler an linker options
10903         - VC .exe files are generated in bin_vc directory, not to interfere
10904           with binaries generated from other projects (cygwin, mingw, bcc ...)
10905
10906         * sdcc/src/yacc.dsp: added
10907
10908         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10909         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10910         and insert the version number definitions from .version
10911
10912         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10913
10914         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10915         added - genarate auto-host.h using auto-host_vc_in.h as template
10916
10917         * sdcc/sdcc_vc.h,
10918         removed from CVS, generated automatically
10919
10920 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10921         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10922
10923 2002-08-11  Borut Razem <borut.razem AT siol.net>
10924         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10925
10926 2002-08-10  Borut Razem <borut.razem AT siol.net>
10927         * src/SDCCmain.c (main):
10928         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10929         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10930         The consequence was that some temporary files were not removed.
10931
10932         * src/SDCCglue.c:
10933         unification of code in functions tempfilename() and tempfile():
10934         function tempnam() is defined in Visual Studio 6.0 and .NET
10935
10936         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10937
10938         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10939           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10940         - removed compiler command line option /WX: Treats all warnings as errors
10941         - update a list of source files, included into the project
10942
10943         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10944           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10945         changed project type to Generic Project so that can be correcly converted to VS.NET project
10946
10947         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10948
10949         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10950
10951         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10952
10953         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10954         added return 0 statements after assert() to make compiler happy
10955
10956         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10957         added newline in the def file to keep MSC compiler satisfied
10958
10959         * sdcc/src/z80/gen.c:
10960         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10961           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10962         - solved MSC error in function aopDump()
10963
10964         * sdcc_vc.h: define PREFIX as "\\sdcc"
10965
10966 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10967         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10968
10969 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10970         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10971         - Rewrote the register banking algorithm.
10972         - Added pCode live-range analysis to registers (for now, only non-used and
10973         singly-used registers optimized away)
10974
10975         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10976
10977         * 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.
10978
10979 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10980         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10981
10982 2002-04-22  Michael Hope  <michaelh AT vroom>
10983
10984         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10985
10986         * configure.in (DD_COPT): Added include support required for gbdk.
10987
10988         * .version: Bumped version number just to increase it.
10989
10990         * src/SDCCmain.c: Added -nostdinc to the default options.
10991
10992 2002-04-15  Michael Hope  <michaelh AT vroom>
10993
10994         * device/lib/z80/printf.c (sprintf): Added.
10995
10996         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10997
10998         * src/z80/peeph.def: Added transpose redundent load rule.
10999
11000         * src/z80/main.c: Added force callee saves for jaune.
11001
11002         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
11003
11004         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
11005
11006 2002-03-28  Johan Knol  <johan AT balder>
11007
11008         * src/SDCCval.c: fixed bug #532436
11009
11010 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11011         * /src/port.h:
11012         Added "char *Processor" field to the port structure.
11013
11014         * /src/SDCCmain.c:
11015         Added -p option. Allows port dependent processor to be specified.
11016
11017         * all ports:
11018         Initialized the new field char *Processor field to NULL in all ports
11019
11020         * /src/pic/*:
11021         Compiler generated registers for interrupt context saving
11022         were not getting allocated.
11023
11024 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
11025
11026         * /src/SDCCast.c:
11027         Fixed left shift. Will promote the left side of a left shift
11028         if a) left shifting more than size of operand or b) when assigned
11029         to something size > size of left side
11030
11031 2002-03-14  Scott Dattalo <scott AT dattalo.com>
11032         * src/pic/*
11033         tons of changes. Register allocation has been
11034         rewritten. Added customization for the various PICs. Flow
11035         analysis is restructured. ...
11036
11037         * src/pic/device.h:
11038         Added
11039
11040         * src/pic/device.c:
11041         Added. device.c is a PIC port hack to accomodate variations
11042         in PIC devices.
11043
11044 2002-03-13  Michael Hope  <michaelh AT vroom>
11045
11046         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
11047
11048 2002-03-04  johanknol  <johanknol AT manik>
11049
11050         * /src/SDCCval.c: fixed
11051
11052         const unsigned char arr[][2] = { { 0, 1 } };
11053         t18.c:1: error: Initializer element is not constant
11054
11055 2002-03-04  bela  <bela AT manik>
11056
11057         * /device/include/mcs51reg.h:
11058         ds89c420 register definition update
11059
11060 2002-03-03    <johan AT FRIJA>
11061
11062         * support/Util/SDCCerr.c: did something, but don't no why anymore
11063
11064         * support/regression/tests/bug-524691.c: made it a little less shy
11065
11066         * src/SDCCast.c (decorateType): fixed bug #524697
11067
11068         * src/SDCCast.c: made some lineno improvements
11069
11070         * src/SDCCval.c (getNelements): changed warning to error
11071
11072         * src/SDCCglue.c (printIvalArray): changed warning to error
11073
11074         * src/SDCCicode.c: fixed a warning for mingw
11075
11076         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11077
11078         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11079
11080 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11081
11082         * src/ds390/peeph.def:
11083         Added some more peephole rules
11084
11085         * src/ds390/gen.c: Various fixes & enhancements
11086
11087         * src/SDCClrange.c, src/SDCClrange.h:
11088         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11089
11090         * src/ds390/ralloc.c:
11091         various fixes & enhancements (ds390) specific
11092
11093         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11094         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11095         from rallocs.
11096
11097         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11098
11099 2002-03-02    <johan AT FRIJA>
11100
11101         * src/SDCCast.c (decorateType): fixed bug #524708
11102
11103         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11104
11105         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11106
11107 2002-03-01  Michael Hope  <michaelh AT vroom>
11108
11109         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11110
11111         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11112
11113 2002-03-01    <johan AT FRIJA>
11114
11115         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11116
11117         * src/SDCCast.c (decorateType): fixed bug #524209
11118
11119         * src/SDCCval.c (valNot): fixed bug #524195
11120
11121 2002-02-26    <johan AT balder>
11122
11123         * src/xa51/gen.c: fixed a warning
11124
11125         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11126
11127         * src/SDCCast.c (decorateType): fixed bug #522534
11128
11129 2002-02-23    <johan AT balder>
11130
11131         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11132
11133 2002-02-22    <johan AT balder>
11134
11135         * src/SDCCast.c: fixed bug #514865
11136
11137         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11138
11139 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11140
11141         * sdcc/src/SDCCloop.c:
11142         Previous fix was not good. basic blocks that have "break" or "return" are
11143         not really partof a loop , but live ranges used in these blocks should
11144         be live thru the entire loop, so set partOfLoop but don't add them to
11145         loop region
11146
11147 2002-02-21    <johan AT FRIJA>
11148
11149         * src/SDCCcse.c: fixed bug #514308
11150
11151 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11152
11153         * src/SDCCloop.c:
11154         Fixed BUG #519583. If a conditional block ended in a return/break
11155         statement inside a loop, it was not being considered part of the loop.
11156
11157         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11158
11159 2002-02-10  Karl Bongers <karl AT turbobit.com>
11160
11161         * debugger/*:
11162         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11163         with lots of comments and notes.
11164
11165         * device/examples/test2.c:
11166         Fix bug, "red" variable not being initialized(compiler complained).
11167
11168         * device/examples/Makefile, examples/test3.c:
11169         Add Makefile in device/examples folder, compiles test3.c
11170         for use as a multiple module SDCDB test case.
11171
11172         * sim/ucsim/cmd.src/cmdset.cc:
11173         Took out debug printfs in ucsim "next" command.
11174
11175         * sim/ucsim/xa.src:
11176         Karl and Johan start ucsim XA support.  Most dissassembly working,
11177         about 75% emulation done(plenty of work remaining).
11178
11179         * sim/ucsim/z80.src:
11180         Add Z80 support to ucsim, add test-ucz80 regression test,
11181         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11182         Notice z80 compiler fails on examples/test3.c/crc code.
11183
11184 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11185
11186         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11187         Added support for --parms-in-bank1
11188
11189         * src/ds390/peeph.def:
11190         added a few more peephole optimzations
11191
11192         * src/ds390/main.c:
11193         1) added __builtin_inp & __builtin_outp used to read in data of given length
11194            from a memory mapped port
11195         2) added __builtin_memcmp
11196         3) added __builtin_swapw swap bytes of a short
11197
11198         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11199         1) handle multiple send & receives from register bank1
11200         2) ralloc can now allocate DPTR1 to some liveRanges
11201
11202         * src/SDCCsymt.c, src/SDCCsymt.h:
11203         changes to handle multiple sends & receives
11204
11205         * src/SDCCptropt.h:
11206         added some pointer arithmetic optimization
11207
11208         * src/SDCCptropt.c:
11209         added some pointer arithmetic optimizations but not stable yet so not
11210         called from anywhere (will get this working shortly)
11211
11212         * src/SDCCopt.c: fixed for multiple sends & receives
11213
11214         * src/SDCCmain.c:
11215         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11216         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11217            set preprocessor defines (depending on options)
11218
11219         * src/SDCCicode.c, src/SDCCicode.h:
11220         changes made to handle multiple sends & receives
11221
11222         * src/SDCCglobl.h:
11223         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11224
11225         * src/SDCCcse.c, src/SDCCcse.h:
11226         added function findbackward def (to be used in upcoming optimization)
11227
11228         * src/SDCCcflow.c, src/SDCCcflow.h:
11229         added function returnAtEnd - to determine if a basic block terminates with
11230         a RETURN iCode
11231
11232         * src/SDCCast.c, src/SDCCast.h:
11233         added option parms-in-bank1
11234
11235         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11236         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11237         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11238         adjusted for --parms-in-bank1 option
11239
11240         * device/include/string.h:
11241         donot redefine "reentrant" keyword
11242
11243         * device/include/ds80c390.h: Added some more SFRs
11244
11245 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11246
11247         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11248
11249 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11250
11251         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11252
11253 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11254
11255         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11256
11257 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11258
11259         * Added --xram-movc option
11260
11261 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11262
11263         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11264
11265 2002-01-11  Johan Knol
11266
11267         * Added math lib of Jesus Calvino-Fraga
11268
11269 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11270
11271         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11272         * support/regression/Makefile: new target test-mcs51-stack-auto
11273         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11274
11275 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11276
11277         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11278
11279 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11280
11281         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11282
11283 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11284
11285         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11286
11287         * src/SDCCglue.h: add definition for printIvalChar()
11288
11289 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11290
11291         * src/SDCCast.c: fix #498138 by Johan
11292
11293         * src/SDCCglue.c: fix #498138 by Johan
11294
11295 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11296
11297         * support/regression/Makefile: fix clean
11298
11299         * support/regression/ports/ds390/support.c: fix transmission of last character
11300
11301 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11302
11303         * /sdcc/src/ds390/gen.c:
11304         a) improved computing address of stack variable
11305         b) took out some #if 0 code
11306         c) improved parmBytes adjustment
11307         d) improved genPlusIncr & genMinusIncr
11308         e) genCmp could generate bad code (when left assigned to DPTR)
11309         f) Fixed bug in hasInc
11310
11311         * /sdcc/src/ds390/ralloc.c:
11312         a) packRegsForSupport could mess up live information (Fixed)
11313         b) packRegsDPTRuse could be incorrect for left & right shift
11314
11315         * /sdcc/src/mcs51/ralloc.c:
11316         packRegsForSupport could mess up the live information (Fixed)
11317
11318         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11319
11320         * /sdcc/src/SDCCast.c:
11321         can reverse a loop even if function call is present as long
11322         as the loop control variable is local & is not passed as parameter
11323
11324 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11325
11326         * /sdcc/ChangeLog: *** empty log message ***
11327
11328         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11329         More builtin function additions for TININative
11330
11331         * /sdcc/src/ds390/ralloc.c:
11332         Had broken the regression testsuite
11333
11334         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11335
11336         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11337         Added funcattr hasStackParms will be set for reentrant functions when there
11338         are paramteres on the stack, this helps in minimizing frame pointer generation
11339         typeFromStr can handle function pointers now
11340
11341         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11342         *** empty log message ***
11343
11344 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11345
11346         * /src/ds390/gen.c, /src/ds390/main.c:
11347         More builtin function additions for TININative
11348
11349         * /src/ds390/ralloc.c:
11350         Had broken the regression testsuite
11351
11352         * /src/SDCCast.c: Fixed a bug in dumptree
11353
11354         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11355         Added funcattr hasStackParms will be set for reentrant functions when there
11356         are paramteres on the stack, this helps in minimizing frame pointer generation
11357         typeFromStr can handle function pointers now
11358
11359         * /doc/builtins.txt, /doc/TININative.txt:
11360         *** empty log message ***
11361
11362
11363 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11364
11365         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11366         ALPHA version for -mTININative
11367
11368         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11369         updated to reflect changes in the port structure
11370
11371         * /src/port.h:
11372         added function do_assemble (similar to do_link) if non-null this function
11373         will be called to do assembly (-mTININative) requires a multi command
11374         assembly
11375         added function genAssemblerEnd will be called to generate assembler Epilogue
11376
11377         * /src/SDCCsymt.c:
11378         added _JavaNative to debug info printing
11379
11380         * /src/SDCCmain.c: added option --tini-libid
11381         added port->do_assemble function (-mTININative) has a multi command assemble
11382
11383         * /src/SDCCglue.c: Disabled "constExpr" check
11384         added port->genAssemblerEnd function
11385
11386         * /src/SDCCglobl.h: Added option --tini-libid value
11387
11388         * /src/SDCCast.h:
11389         tookout optimizeCompare from the header (has no external references)
11390
11391         * /src/SDCCast.c: made one more function "static"
11392
11393 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11394
11395         * src/z80/mappings.i: Added z80asm support.
11396
11397         * src/z80/main.c: Added z80asm support on --asm=z80asm
11398
11399         * src/z80/gen.c: Fixed asm portability issues.
11400
11401         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11402
11403         * src/SDCCglue.c (printExterns): Added global/extern split.
11404
11405 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11406
11407         * support/regression/Makefile: added test for mcs51 model large
11408
11409         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11410
11411         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11412
11413 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11414
11415         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11416
11417 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11418
11419         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11420
11421         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11422
11423 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11424
11425         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11426
11427         * support/regression/tests/simplefloat.c: Port to mcs51.
11428
11429 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11430         * support/regression/tests/bug-485362.c: Added.
11431
11432         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11433
11434         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11435
11436         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11437
11438         * src/z80/gen.c (aopDump): Added a dump function.
11439
11440 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11441         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11442
11443         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11444
11445         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11446
11447         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11448
11449         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11450
11451         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11452
11453         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11454
11455         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11456
11457         * support/regression/ports/ds390/support.c: Use tinibios.
11458
11459         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11460
11461 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11462
11463         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11464         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11465
11466         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11467
11468         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11469
11470 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11471
11472         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11473
11474         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11475         (packRegsForIYUse): Created and optimised.
11476
11477 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11478
11479         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11480 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11481
11482         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11483
11484         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11485
11486         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11487
11488 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11489
11490         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11491
11492         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11493
11494 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11495
11496         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11497
11498         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11499
11500         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11501
11502 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11503
11504         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11505         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11506         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11507
11508         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11509
11510         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11511         (genNotFloat): Added.
11512         (genUminusFloat): Added.
11513
11514         * device/lib/z80/Makefile: Added floating pt stubs.
11515
11516         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11517
11518         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11519
11520         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11521
11522 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11523
11524         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11525
11526         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11527
11528         * sdcc/support/regression/Makefile: Add port ds390.
11529
11530         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11531
11532         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11533
11534         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11535
11536         * sdcc/support/regression/ports/ds390/support.c: Added.
11537
11538         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11539
11540         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11541
11542         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11543
11544 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11545
11546         * device/include/malloc.h: Added z80 and gbz80 support.
11547
11548         * device/lib/gbz80/heap.s: Added.
11549
11550         * device/lib/z80/heap.s: Added.
11551
11552         * device/lib/malloc.c: Added z80 and gbz80 support.
11553
11554         * support/regression/tests/malloc.c (testMalloc): Added.
11555
11556         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11557
11558         * support/regression/tests/bug-478094.c: Added.
11559
11560         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11561
11562 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11563
11564         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11565
11566         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11567
11568         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11569
11570         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11571
11572         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11573
11574 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11575
11576         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11577
11578 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11579
11580         * support/regression/tests/bug-477927.c: Added.
11581
11582         * src/z80/peeph.def: Added minor rules.
11583
11584         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11585
11586         * src/z80/peeph.def: Added jump optimisation modification.
11587
11588 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11589
11590         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11591
11592 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11593
11594         * support/regression/tests/funptrs.c: Added.
11595
11596 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11597
11598         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11599
11600 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11601
11602         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11603
11604         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11605
11606         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11607         (movLeft2ResultLong): Created.
11608
11609         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11610         (joinPushes): Added.  Joins two char pushes into a word push.
11611
11612 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11613
11614         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11615
11616         * support/makebin/Makefile (install): Added creation of dest dir.
11617
11618 2001-10-24 Karl Bongers <karl AT turbobit.com>
11619
11620         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11621
11622 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11623
11624         * src/z80/ralloc.c: Turned off faulty pack for one use.
11625
11626         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11627
11628         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11629
11630 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11631
11632         * support/regression/Makefile: Improved clean
11633
11634         * support/regression/ports/gbz80/spec.mk: Added clean
11635
11636         * support/regression/ports/host/spec.mk: Added clean
11637
11638         * support/regression/ports/z80/spec.mk: Added clean
11639
11640         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11641
11642         * support/regression/ports/mcs51/timeout.c: little improvements
11643
11644 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11645
11646         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11647
11648         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11649
11650         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11651
11652 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11653
11654         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11655
11656         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11657
11658 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11659         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11660
11661         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11662
11663         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11664
11665         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11666
11667         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11668
11669         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11670
11671         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11672
11673         * support/regression/tests/longor.c: Added.
11674
11675 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11676
11677         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11678
11679         * as/mcs51/aslink.h: define PATH_MAX
11680
11681         * as/mcs51/asm.h: define PATH_MAX
11682
11683         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11684
11685         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11686
11687         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11688
11689         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11690
11691         * src/SDCCglobl.h: define PATH_MAX
11692
11693         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11694
11695         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11696
11697 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11698
11699         * src/z80/gen.c (gencjneshort): Fixed
11700
11701         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11702
11703 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11704
11705         * support/regression/tests/bug-469671.c: Added.
11706
11707         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11708
11709 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11710
11711         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11712
11713         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11714
11715 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11716
11717         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11718
11719         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11720
11721         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11722
11723         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11724
11725         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11726
11727         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11728
11729         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11730
11731 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11732
11733         * 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.
11734
11735         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11736
11737         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11738
11739 2001-10-07    <johan AT FRIJA>
11740
11741         * device/lib/gets.c (gets): fixed the return value.
11742
11743 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11744         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11745
11746         * 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.
11747
11748         * 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.
11749
11750         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11751
11752         * src/pic/gen.c: Removed Safe_strdup.
11753
11754         * configure.in: Added option to enable libgc support.
11755
11756         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11757         (bitVectUnion): Optimised.
11758         (bitVectIntersect): Optimised.
11759         (bitVectBitsInCommon): Optimised.
11760         (bitVectCplAnd): Optimised.
11761
11762         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11763
11764 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11765
11766         * src/SDCCmain.c: distinguish between assembler debug and plain options
11767
11768         * src/avr/main.c:   remove standard assembler options
11769
11770         * src/ds390/main.c: remove standard assembler options
11771
11772         * src/mcs51/main.c: remove standard assembler options
11773
11774         * src/port.h: removed "PENDING" comment
11775
11776 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11777
11778         * src/device/lib/_mulint.c  : new, with assember functions
11779
11780         * src/device/lib/_mullong.c : new, with assember functions
11781
11782         * src/device/lib/_divuint.c : with assember functions
11783
11784         * src/device/lib/_divsint.c : with assember functions
11785
11786         * src/device/lib/_divulong.c: with assember functions
11787
11788         * src/device/lib/_divslong.c: with assember functions
11789
11790         * src/device/lib/_moduint.c : with assember functions
11791
11792         * src/device/lib/_modsint.c : with assember functions
11793
11794         * src/device/lib/_modulong.c: with assember functions
11795
11796         * src/device/lib/_modslong.c: with assember functions
11797
11798         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11799
11800         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11801
11802         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11803                                       replaced _mululong.c and _mulslong.c by _mullong.c
11804
11805 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11806
11807         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11808
11809 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11810
11811         * src/SDCCglue.c: test, if win32api is available for MINGW
11812
11813 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11814
11815         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11816         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11817         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11818         * support/regression/ports/host/spec.mk: removed GENERIC
11819         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11820         * support/regression/ports/z80/spec.mk: removed GENERIC
11821
11822 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11823
11824         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11825
11826         * support/regression/tests/bug-467035.c: Created.
11827
11828 2001-10-01    <johan AT FRIJA>
11829
11830         * src/SDCC.y: fixed bug #466586 part 1
11831
11832 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11833
11834         * SDCCicode.c: z80 has no generic pointers
11835         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11836
11837 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11838
11839         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11840
11841 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11842
11843         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11844
11845         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11846
11847 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11848
11849         * configure.in: Fixed up so that ucsim is only configured once.
11850
11851         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11852
11853         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11854         (getPathDifference): As above.
11855
11856         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11857
11858         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11859
11860 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11861         * .version: Updated to 2.3.1
11862
11863         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11864         Added copyright header.
11865
11866         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11867         (assemble): Added support for macro based assembler commands.
11868         (linkEdit): Added support for macro based linker commands.
11869         (preProcess): Changed the pre-processor to use macros.
11870         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11871         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11872
11873         * device/lib/z80/crt0.s: Added module name for debugging.
11874
11875 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11876
11877         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11878
11879         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11880
11881         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11882
11883         * src/Makefile.in: Added SDCCmacro and SDCCutil
11884
11885 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11886
11887         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11888
11889 2001-09-16    <johan AT FRIJA>
11890
11891         * 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.
11892
11893 2001-09-15    <johan AT FRIJA>
11894
11895         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11896         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11897
11898 2001-09-11    <johan AT FRIJA>
11899
11900         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11901
11902 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11903
11904         * support/regression/tests/bug-460444.c: Added test case.
11905
11906         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11907         (genCast): Added justification for all of the asserts.
11908
11909 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11910
11911         * support/regression/support.c: _xdata replaced by xdata
11912
11913         * support/regression/spec.mk: removed _generic
11914
11915 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11916
11917         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11918
11919         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11920         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11921
11922         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11923
11924         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11925
11926         * support/regression/tests/bug-460010.c: Added test case.
11927
11928         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11929
11930 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11931
11932         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11933
11934         * support/regression/testfwk.c: removed workaround for bug #436344
11935
11936         * support/regression/tests/bp.c: use less memory with mcs51
11937
11938         * support/regression/tests/bug-441448.c: use less memory
11939
11940         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11941
11942         * support/regression/collate-results.py: typo
11943
11944 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11945
11946         * support/regression/tests/fetchoverlap.c: Added new test case.
11947
11948         * support/regression/tests/bp.c: Added new test case.
11949
11950         * support/regression/tests/bug-448984.c: Added new test case.
11951
11952         * support/regression/tests/pow2shifts.c: Added new test case.
11953
11954         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11955         (genlshTwo): Fixed right shift for count > 8.
11956
11957         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11958
11959 2001-09-08    <johan AT FRIJA>
11960
11961         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11962
11963 2001-09-07    <johan AT FRIJA>
11964
11965         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11966
11967         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11968
11969 2001-09-06    <johan AT FRIJA>
11970
11971         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11972         * bernhard noted me at this: "() equals to (void)" (1.38)
11973
11974 2001-09-05    <johan AT FRIJA>
11975
11976         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11977
11978 2001-09-04    <johan AT FRIJA>
11979
11980         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11981
11982
11983 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11984
11985         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11986
11987 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11988
11989         * link/z80/aslink.h: Fixed path for PATH_MAX
11990
11991 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11992
11993         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11994
11995         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11996
11997         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11998
11999         * 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.
12000
12001 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
12002
12003         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
12004         (genCmp): Fixed up genCmp for the GB with longs.
12005
12006         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
12007
12008         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
12009
12010         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
12011
12012         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
12013
12014 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
12015
12016         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
12017
12018 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
12019
12020         * 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.
12021
12022         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
12023
12024 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
12025
12026         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
12027
12028         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
12029
12030 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
12031
12032   * sim/ucsim/configure:    little improvement of Cygwin-detection
12033   * sim/ucsim/configure.in: little improvement of Cygwin-detection
12034   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
12035   * support/regression/tests/bug-221100.c: small changes for mcs51
12036   * support/regression/tests/bug-221168.c: small changes for mcs51
12037   * support/regression/tests/bug-227710.c: small changes for mcs51
12038   * support/regression/tests/staticinit.c: small changes for mcs51
12039   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
12040   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12041   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
12042
12043 $Revision$