* device/lib/pic/libsdcc/fsdiv.c,
[fw/sdcc] / ChangeLog
1 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/pic/libsdcc/fsdiv.c,
4         * device/lib/pic/libsdcc/fsmul.c,
5         * device/lib/pic16/libsdcc/float/fsdiv.c,
6         * device/lib/pic16/libsdcc/float/fsmul.c,
7         * device/lib/_fsdiv.c,
8         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
9         * support/regression/tests/bug1520966.c: added
10
11 2006-07-25 Borut Razem <borut.razem AT siol.net>
12
13         * configure.in, configure, sdccconf_in.h: fixed bug
14           [ 1519095 ] regression test onebyte.c fails on ppc64 host
15         * doc/knownbugs.html: removed [ 1519095 ] from the list
16
17 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
18
19         * doc/knownbugs.html: added, contains list of known bugs at release
20         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
21
22 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
23
24         * device/include/mcs51/compiler.h: added SFRX for xdata based special
25           function registers and corrected defaults with additional warning
26         * device/lib/malloc.c: cosmetic changes
27         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
28         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
29           (fillGaps): and used it
30
31 2006-07-20 Raphael Neider <rneider AT web.de>
32
33         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
34           output unless SDCCPICDEBUG is set
35         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
36           output if SILENT is set
37
38 2006-07-11 Borut Razem <borut.razem AT siol.net>
39
40         * doc/README.txt: updated
41
42 2006-07-10 Borut Razem <borut.razem AT siol.net>
43
44         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
45           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
46           in WIN32 installation
47         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
48           release candidate 1
49
50 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
51
52         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
53         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
54
55 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
56
57         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
58
59 2006-07-06 Borut Razem <borut.razem AT siol.net>
60
61         * support/regression/tests/bitfields.c:
62           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
63         * support/regression/tests/constantRange.c:
64           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
65
66 2006-07-04 Borut Razem <borut.razem AT siol.net>
67
68         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
69           src/port.mk,
70           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
71           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
72           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
73           reverted changes from 2006-07-03
74         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
75         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
76           added CPPFLAGS, used by the host port
77
78 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
79
80         * support/regression/valdiag/tests/switch.c,
81         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
82         * support/regression/tests/libmullong.c: fixed for host
83         * support/regression/ports/host/spec.mk: disable all warnings for host,
84         SDCC runs with --less-pedantic too
85
86 2006-07-03 Borut Razem <borut.razem AT siol.net>
87
88         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
89           defined CPPFLAGS
90         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
91         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
92           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
93           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
94           include ../port.mk
95         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
96           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
97           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
98           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
99
100 2006-07-02 Raphael Neider <rneider AT web.de>
101
102         * src/pic16/devices.inc,
103         * device/include/pic16/pic18fregs.h,
104         * device/include/pic16/pic18f4550.h,
105         * device/lib/pic16/pics.all,
106         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
107
108 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
109
110         * as/hc08/lkaomf51.c (OutputName),
111         * as/mcs51/lkaomf51.c (OutputName),
112         * as/z80/asmain.c (asmbl),
113         * src/ds390/main.c (asmLineNodeFromLineNode),
114         * src/hc08/ralloc.c (hc08_assignRegisters),
115         * src/mcs51/main.c (asmLineNodeFromLineNode),
116         * src/xa51/ralloc.c (checkRegMask),
117         * src/xa51/gen.c (emitcode),
118         * src/z80/gen.c (_emit2),
119         * src/SDCCast.c (searchLitOp),
120         * src/SDCCglobl.h,
121         * support/packihx/packihx.c,
122         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
123         * src/ds390/gen.c (aopPutUsesAcc),
124         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
125         * support/regression/tests/libmullong.c (mullong_wrapper),
126         * src/SDCCsymt.c (powof2),
127         * src/SDCCast.c,
128         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
129         * src/SDCCsymt.h: added TYPE_TARGET_*
130         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
131         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
132         SDCCast because 1) header problems 2) this is the right place
133         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
134         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
135         prototype
136
137 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
138
139         * src/SDCCicode.h: removed buggy semicolon in unused macro
140         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
141         search for previous definiton of auto symbols too,
142         (findPrevUse): fixed logic of emitWarnings
143
144 2006-06-26 Raphael Neider <rneider AT web.de>
145
146         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
147           PCLATH and PCLATU on interrupts, potentially fixes #1505141
148
149 2006-06-25 Raphael Neider <rneider AT web.de>
150
151         * device/lib/pic/libm: NEW, added math library functions
152         * device/lib/pic/libsdcc: NEW; added float support functions
153         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
154         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
155           NEW, added math related headers
156         * device/include/asm/pic/features.h: NEW
157         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
158           (popGet): allow larger offsets for AOP_PCODE,
159           (genDataPointerSet): handle literals explicitly, more debug output,
160           (genAssign): fixed for float using aopLiteral ;-)
161         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
162           GOTO initialisation routine
163         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
164           flag on registers, fixes #1469043 (local variables do not work)
165         * src/pic/main.c (_pic14_do_link),
166         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
167           available
168
169 2006-06-25 Borut Razem <borut.razem AT siol.net>
170
171         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
172           characters printed (not including the trailing '\0' used to end
173           output to strings). Problem detected in regression test bug-927659.c.
174           NOTE: printf() family functions should return int instead
175           unsigned int!
176         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
177           specifier are printed as themselves
178         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
179           support flags, width and precision specifiers
180
181 2006-06-24 Borut Razem <borut.razem AT siol.net>
182
183         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
184           to the list of sdcc tagrets not supporting bit type
185         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
186           testfor pic16 due to bug:
187           [ 1511794 ] pic16: regression test bug-895992.c fails
188
189 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
190
191         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
192         * src/SDCCglue.c (initPointer), fixed bug 1496419
193         * support/regression/tests/bug1496419.c: new, added
194
195 2006-06-22 Borut Razem <borut.razem AT siol.net>
196
197         * support/regression/ports/pic16/support.c: use gpsim usart module from
198           libgpsim_modules library
199
200 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
201
202         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
203         IP0H to IPH0.
204
205 2006-06-19 Raphael Neider <rneider AT web.de>
206
207         * src/pic/glue.h,src/pic16/glue.h: added prototypes
208         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
209           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
210           (pic14printExterns,pic14printPublics,pic16printPublics,
211           pic16_printExterns): use new functions to emit symbols
212           (picglue,pic16glue): emit publics before emitting externs
213         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
214           locally defined functions to avoid bug #1443651
215         * support/regression/tests/bug-716242.c: removed pic16 workaround
216         * support/regression/ports/pic16/spec.mk: ignore errors during build
217
218 2006-06-19 Raphael Neider <rneider AT web.de>
219
220         * src/pic/glue.h: added pic14aopLiteral prototype
221         * src/pic/glue.c (pic14aopLiteral): return unsigned int
222         * src/pic/gen.c: removed stdint.h dependency
223           (aopGet): use Safe_strdup()
224           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
225           (genDataPointerSet): use pic14aopLiteral()
226         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
227           for pic16; thanks to Bernhard and Maarten
228
229 2006-06-18 Borut Razem <borut.razem AT siol.net>
230
231         * support/regression/tests/structflexarray.c: flexible array members
232           not supported by gcc < 3
233         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
234           GUI tool by default
235         * src/pic/gen.c: don't include [p]strdin.h on solaris
236         * support/Util/pstdint.h: addad svn attributes
237         * support/regression/tests/constantRange.c,
238           support/regression/tests/rotate.c: include inttypes.h instead
239           stdint.h on solaris, addad svn attributes
240
241 2006-06-18 Raphael Neider <rneider AT web.de>
242
243         * src/SDCCsymt.c (initCSupport): change return type of divschar to
244           int for PIC16
245         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
246           (pic16_genMinusBits): simplified sign-extension
247           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
248             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
249             adjusted to correctly handle mixed-signed operands, disabled
250             now unused multiplciation routines
251         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
252           (assignResultValue): added argument denoting the size of the result
253             as returned by the function (fixes upcasts in assigning from
254             function calls: char foo(); int i = foo();)
255           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
256             function result to assignResultValue
257           (genMult): disabled inlined multiplication code
258           (genDiv): augmented to also handle the modulus operator, fixed to
259             handle mixed-signed operands correctly
260           (genMod): simply call genDiv, disabled unused code
261           (genAssign): fixed missing (sign-)extension on result
262         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
263             valid char operands, allow signed operands for native code, added
264             division and modulo operator handling
265         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
266
267         As a consequence, onebyte.c (if split into two files) and muldiv.c
268         pass regression tests.
269
270 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
271
272         * doc/Makefile.in: two runs of makeindex seem needed to get
273         correct page references in the index of sdccman.pdf
274         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
275
276 2006-06-17 Borut Razem <borut.razem AT siol.net>
277
278         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
279
280 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
281
282         * doc/sdccman.lyx: updated, added (porting source code, debugging),
283         mentioned ec2drv and paulmon
284
285 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
286
287         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
288           consecutive abs areas
289           (find_empty_space, allocate_space): added map to handle codemap or
290            xdatamap,
291           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
292            absolute idata and xdata
293         * as/mcs51/lkmem.c (summary2): updated legend
294
295 2006-06-16 Raphael Neider <rneider AT web.de>
296
297         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
298
299 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
300
301         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
302           1208515
303         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
304
305 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
306
307         * src/port.h (struct PORT): added field gp_tags, to hold the tag
308         value of generic pointers,
309         * src/avr/main.c,
310           src/ds390/main.c,
311           src/hc08/main.c,
312           src/izt/i186.c,
313           src/izt/tlcs900h.c,
314           src/mcs51/main.c,
315           src/pic/main.c,
316           src/pic16/main.c,
317           src/xa51/main.c,
318           src/z80/main.c: PORT structure, added elements for gp_tags field,
319         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
320         fields in the PORT structure of each port,
321         * src/SDCCast.c (decorateType): allow processing of generic pointers
322         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
323         S_FIXED symbols
324
325 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
326
327         * link/z80/lkgb.c,
328         * link/z80/lkgg.c,
329         * src/pic16/gen.c,
330         * src/pic16/main.c,
331         * src/pic16/pcode.c,
332         * src/pic/main.c,
333         * src/pic/pcoderegs.c,
334         * src/SDCCicode.c,
335         * src/SDCCmain.c,
336         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
337           bug 1504689 on minGW
338
339 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
340
341         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
342
343 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
344
345         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
346
347 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
348
349         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
350           for optimization
351
352 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
353
354         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
355         to a char variable. Fixed bug #1504211
356         * device/include/pic16/adc.h,
357         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
358         and fixed bug #1364390
359
360 2006-06-10 Borut Razem <borut.razem AT siol.net>
361
362         * CVSROOT: removed the CVS left-over
363
364 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
365
366         * as/hc08/asmain.c (asexit),
367         * as/hc08/lkmain.c (lkexit),
368         * as/mcs51/asmain.c (asexit),
369         * as/mcs51/lkmain.c (lkexit),
370         * src/SDCCglue.c (DEFSETFUNC),
371         * src/SDCCmain.c (linkEdit, assemble),
372         * support/librarian/sdcclib.c (AddRel),
373           replaced unlink() by standard C remove()
374         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
375         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
376           gatherImplicitVariables): new, added to fix bug 608752,
377           (createFunction): added gatherImplicitVariables()
378         * src/SDCCast.h: added createRMW prototype
379         * src/SDCCsymt.h (struct symbol): added infertype
380         * support/regression/tests/bug608752.c: new, added
381
382 2006-06-10 Raphael Neider <rneider AT web.de>
383
384         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
385           multibyte dummy reads (fixes #1503234)
386
387 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
388
389         * device/include/mcs51/compiler.h: new, added header file to enable
390           creating common sfr definition header files for different compilers
391
392 2006-06-05 Raphael Neider <rneider AT web.de>
393
394         * src/pic16/{pcode.h,genarith.c}:
395           introduced pCodeOp combining any two pCodeOps (previously only
396           two register operands could be combined), removed pcop2 from
397           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
398         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
399         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
400           rewritten to use new PO_TWO_OPS
401         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
402         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
403           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
404           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
405           (pic16_get_op): embraced return arg to allow #define return(x),
406             added new case for combined opcodes
407           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
408           (pic16_pCode2str,pic16_getRegFrompCodeOp,
409            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
410
411 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
412
413         * src/SDCCval.c (checkConstantRange): added
414         * src/SDCCval.h: added checkConstantRange
415         * support/Util/SDCCerr.c,
416         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
417         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
418         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
419         * src/SDCCast.c (decorateType): added checkConstantRange,
420         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
421         can be emitted with the correct always true/false warning,
422         added optimization for double '!';
423         result of decorateType() must be assigned back to the tree, because
424         decorateType() can change the tree
425         * src/SDCCicode.c (geniCodeLogic),
426         (geniCodeAssign): replaced new checkConstantRange, added warnings,
427         (checkConstantRange): removed, it was only a fragment which never
428         emitted a warning
429         * src/SDCCsymt.c (computeType): fixed promotion for
430         "-1 < (unsigned bit) b"
431         * src/pic/ralloc.c (packRegsForAssign),
432         * src/pic16/ralloc.c (packRegsForAssign),
433         * src/hc08/ralloc.c (packRegsForAssign),
434         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
435         from mcs51
436         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
437         * support/regression/tests/constantRange.c: added
438         * support/valdiag/tests/constantRange.c: added
439         * support/valdiag/valdiag.py: added -DPORT_HOST=1
440
441 2006-06-02 Borut Razem <borut.razem AT siol.net>
442
443         * support/regression/ports/pic16/support.c: increase stack size
444           to 255 bytes
445         * support/regression/Makefile.in: sort tests by name so that the
446           resutlts can be compared on different machines / platforms
447
448 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
449
450         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
451         * src/ds390/gen.c (emitLabel): new, added,
452           (genDjnz): fixed stack overflow bug,
453           (throughout): cosmetic changes to sync with mcs51/gen.c,
454           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
455         * src/mcs51/gen.c (genEndFunction): small optimization,
456           (throughout): cosmetic changes to sync with ds390/gen.c
457
458 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
459
460         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
461           (_print_format): fixed printing pointers
462         * src/mcs51/gen.c (emitLabel, movb): new, added,
463           (genAssign): small optimization,
464           (genDjnz): fixed stack overflow bug,
465           (throughout): replaced sprintf with SNPRINTF,
466           replaced mcs51_regWithIdx with REG_WITH_INDEX,
467           replaced emitcode("mov", "b,...") with MOVB(...),
468           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
469           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
470         * src/mcs51/peeph.def: added rules 140 and 264
471         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
472           so they may get optimized into registers
473
474 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
475
476         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
477           immediately when encountered,
478           (printUsage): always use stderr even on windows
479
480 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
481
482         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
483         (processParms): fixed bug #1247551
484         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
485         parseCmdLine, main): print '--version' to stdout,
486         print 'help' to stdout if --help is given,
487         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
488         arguments are given; fixed --help
489
490 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
491
492         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
493         * support/regression/tests/bug-1493710.c: added
494
495 2006-05-27 Borut Razem <borut.razem AT siol.net>
496
497         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
498           static instead auto
499         * support/regression/ports/pic16/support.c: increase stack size
500           from default 64 bytes to 128 bytes
501         * support/regression/tests/staticinit.c,
502           support/regression/tests/float.c: regression tests fully enabled
503           for pic16 port by putting the initialized data arrays into the code
504           section
505         * support/regression/ports/pic16/spec.mk: don't link default libraries.
506           This was changed by mistake in the previous version.
507
508 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
509
510         * src/pic16/gen.c (genFunction, genEndFunction): some
511         beautifications, fixed bug with falsely restoring FSR2 in large
512         stack model, thanks to Beau E. Cox for reporting the bug
513
514 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
515
516         * debugger/mcs51/break.c,
517         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
518           use %p to print pointers, made address variables unsigned
519         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
520         * debugger/mcs51/symtab.c (parseSymbol): must return something
521         * src/mcs51/gen.c (aopForSym): small optimization,
522            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
523           (freeAsmop): added missing break,
524           (aopPut): removed parameter bvolatile, determine it inside the function,
525           (saveRegisters, unsaveRegisters): small optimization,
526           (genIpush): removed pointless check,
527           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
528           replaced sprintf with SNPRINTF,
529           replaced strcpy with strncpyz,
530           updated aopPut calls,
531           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
532         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
533
534 2006-05-24 Borut Razem <borut.razem AT siol.net>
535
536         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
537           modification of test for the pic16 port, put the array to the code
538           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
539
540 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
541
542         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
543         * support/Util/pstdint.h: added
544
545 2006-05-22 Borut Razem <borut.razem AT siol.net>
546
547         * src/regression/Makefile: removed bool2.c test, added -q linker option
548         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
549           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
550           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
551           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
552           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
553           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
554           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
555           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
556           define SUPPORT_BIT_TYPES 0, removed unused bit variables
557
558 2006-05-22 Raphael Neider <rneider AT web.de>
559
560         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
561           bug #1492360 (problematic due to generic pointers, see code)
562
563 2006-05-22 Borut Razem <borut.razem AT siol.net>
564
565         * support/regression/ports/pic16/specs.mk: removed stack size linker
566           directive
567         * support/regression/tests/array.c,
568           support/regression/tests/bitopcse.c,
569           support/regression/tests/bug-908454.c,
570           support/regression/tests/malloc.c: modified for pic16 regression test
571         * support/regression/tests/bitfields.c:
572           pic16 - excluded bitfileds of size > 8
573         * support/regression/tests/bp.c: pic16 - reduced data size
574         * support/regression/tests/bug-221100.c: pic16 - reduced data size
575         * support/regression/tests/bug-460010.c:
576           pic16 - used the absolute address the fits in memory
577         * support/regression/tests/bug-716242.c:
578           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
579         * support/regression/tests/float.c:
580           pic16 - excluded - data size too big
581         * support/regression/tests/onebyte.c:
582           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
583         * support/regression/tests/shifts.c:
584           pic16 - function names probably have to differ in first X characters
585           (gpasm limitation?)
586         * support/regression/tests/staticinit.c:
587           pic16 - excluded some tests due error: no target memory available for
588           section ".idata"
589
590 2006-05-22 Borut Razem <borut.razem AT siol.net>
591
592         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
593           second try. Thanks Stas Sergeev once more.
594
595 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
596
597         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
598           (genLeftShift, genRightShift): fixed bug 1491627
599         * src/hc08/peeph.def (rules 7, 8.x): added
600         * support/regression/tests/shifts.c (ShiftLeftByParam,
601           ShiftRightByParam, testShiftByParam): added to test variable shifting
602
603 2006-05-20 Raphael Neider <rneider AT web.de>
604
605         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
606         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
607           (allocReg): add only new registers to dynAllocRegs,
608           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
609             #1489055, #1445850, and probably #1483693
610
611 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
612
613         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
614         bug in for-loop that didn't emit the last of CONFIG and ID registers
615
616 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
617
618         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
619           with offset
620         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
621           1489016, 1434401 and 1490124
622         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
623           1489016, 1434401 and 1490124
624
625 2006-05-17 Borut Razem <borut.razem AT siol.net>
626
627         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
628           thanks Stas Sergeev
629
630 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
631
632         * device/include/mcs51/P89c51RD2.h,
633         * device/include/mcs51/P89LPC901.h,
634         * device/include/mcs51/P89LPC922.h,
635         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
636
637 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
638
639         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
640         to fix missing stack pragma in compiled binary object file,
641
642 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
643
644         * support/packihx/configure.in,
645         * support/packihx/configure: removed warning, autoconf >= 2.5x can
646         determine sizeof basic types even while cross compiling
647
648 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
649
650         * src/avr/gen.c (aopop),
651         * src/ds390/gen.c (aopOp),
652         * src/hc08/gen.c (aopOp),
653         * src/mcs51/gen.c (aopop),
654         * src/pic16/gen.c (pic16_aopOp),
655         * src/pic/gen.c (aopOp),
656         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
657         if size of operand is smaller than spill location
658
659 2006-05-12 Borut Razem <borut.razem AT siol.net>
660
661         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
662           have to have CR/LF line endings even if they are checked out on *nix
663           or on WIN32 in cygwin binmode
664
665 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
666
667         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
668         * device/include/ds80c390.h: added sfr16 definitions
669         * src/ds390/gen.c,
670         * src/ds390/gen.h,
671         * src/ds390/main.c,
672         * src/ds390/ralloc.c,
673         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
674           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
675           bit returning functions
676         * support/regression/tests/sfr16.c: enabled test on ds390
677
678 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
679
680         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
681         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
682
683 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
684
685         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
686         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
687           (cl_address_space constructor): removed expensive initialization,
688           (cl_address_space::get_cell): extended for late initialization,
689           (cl_address_space::*): use late initialization,
690           (cl_address_decoder::activate): removed expensive initialization,
691           This reduced regression test running time by 25%
692
693 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
694
695         * packihx/,
696         * configure.in,
697         * configure,
698         * sdcc.dsw,
699         * Makefile.bcc,
700         * Makefile.in,
701         * support/packihx/Makefile.in,
702         * support/packihx/clean.mk,
703         * support/packihx/Makefile.bcc,
704         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
705
706 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
707
708         * src/SDCCval.c (valNot): fix for regression test failure
709           of not.c on big endian hosts
710
711 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
712
713         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
714
715 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
716
717         * device/lib/mcs51/Makefile.in: changed string comparison operator
718           to = for POSIX compliance; == is bash extension
719
720 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
721
722         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
723           kosmonaut_pirx
724
725 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
726
727         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
728         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
729         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
730         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
731         bug report #1478657,
732
733 2006-05-05 Borut Razem <borut.razem AT siol.net>
734
735         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
736           making the html
737
738 2006-05-02 Borut Razem <borut.razem AT siol.net>
739
740         * doc/Makefile.in: removed *.ind dependency since there is no rule to
741           create *.ind, which made make to fail if invoked with -j 2
742
743 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
744
745         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
746           Hubert Sack for patch 1479782
747
748 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
749
750         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
751
752 2006-05-01 Raphael Neider <rneider AT web.de>
753
754         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
755           (create_pic): store only prefix-free device name,
756           (init_pic): check for device names with "16" prefix,
757           (list_valid_pics),
758         * src/pic/device.h (struct PIC_device),
759         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
760             stored device name,
761         * device/include/pic/pic12f{635,675,629,683}.h,
762         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
763         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
764         * device/include/pic/pic16f505.h,
765         * device/lib/pic/libdev/pic16f505.c: removed
766         * device/include/pic/pic14devices.txt: added support for pic12f
767             devices, removed unsupported non 16-bit devices
768             [above changes provided by patch from Zik Saleeba]
769         * src/pic/*, src/pic16/*, device/include/pic16/*,
770           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
771
772 2006-05-01 Borut Razem <borut.razem AT siol.net>
773
774         * configure.in, configure, doc/Makefile.in:
775           sync with nightly build makefile - latex, dvipdf and dvips
776           not needed any more
777
778 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
779
780         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
781         in the library source
782
783 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
784
785         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
786
787 2006-04-28 Raphael Neider <rneider AT web.de>
788
789         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
790         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
791           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
792         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
793
794 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
795
796         * device/lib/pic/libdev/Makefile.in,
797         * device/lib/hc08/Makefile.in,
798         * device/lib/gbz80/Makefile.in,
799         * device/lib/z80/Makefile.in,
800         * device/lib/ds390/Makefile.in,
801         * device/lib/ds400/Makefile.in: added srcdir to include search path,
802         thanks to Borut for the bug report
803         * configure.in,
804         * configure: always create doc/Makefile independent from --enable-doc
805         * Makefile.in: always install from directory doc independent from
806         --enable-doc
807         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
808         removed
809         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
810         * doc/Makefile.in: install *.txt if present
811         * device/include/Makefile.in (install): added installation of pic/*.inc
812         and pic/*.txt files again, they were erroneously removed
813
814 2006-04-28 Raphael Neider <rneider AT web.de>
815
816         * src/pic/{gen.c,main.h,pcode.c},
817         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
818             concerning signedness with casts
819
820 2006-04-28 Raphael Neider <rneider AT web.de>
821
822         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
823             definition of an interrupt handler,
824         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
825             interrupt handler stuff from picglue() to separate routine,
826           (picglue): enabled definition of intr handlers in files w/o main()
827
828 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
829
830         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
831           compilation with MSVC 2005 Express Edition (VC8)
832
833 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
834
835         * device/lib/Makefile: fixed build of gbz80 lib
836
837 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
838
839         * support/regression/tests/bug-460010.c,
840         * support/regression/tests/bug-524691.c,
841         * support/regression/tests/bug-716242.c: removed conditional defines
842           that are already in testfwk.h
843
844 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
845
846         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
847           (AccAXRsh1): added, shift right by 1,
848           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
849            AccAXLrl1
850         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
851
852 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
853
854         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
855         remove cast to same type
856         * src/SDCCast.c (decorateType): fix for RFE 1475742,
857         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
858         * as/z80/Makefile,
859         * link/z80/Makefile: removed, they have moved to
860         Makefile.in files
861         * configure,
862         * configure.in: replaced duplicate message about ucsim by missing sdcpp
863         * install-sh: fix bug #1204398 by setting umask 0022
864         * device/lib/Makefile: separate build of z80 and gbz80 lib
865
866 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
867
868         Enabled VPATH feature: changed nearly all Makefiles (149 files).
869         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
870
871         One basic decision: e.g. src/clean.mk includes further files. In order
872         to make this work there are two solutions:
873         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
874           run configure on them. This way they can use
875           'include $(srcdir)/port-clean.mk'
876         - always include clean.mk by the Makefile at the same level. To avoid
877           that `make clean` tries to include and build Makefile.dep the
878           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
879           implemented, because now even `make uninstall` doesn't create
880           Makefile.in. clean.mk could be eliminated by pasting it in
881           Makefile.in.
882
883         * debugger/mcs51/Makefile.in: build own objects from library sources
884         (SLIB, SDCC) in current directory
885
886         * configure, configure.in: renamed --disable-device-lib-build in
887         --disable-device-lib; added --enable-doc, the required tools are
888         searched by configure; added result message; the toolchain for the
889         belonging ports are now only built, if the port is enabled.
890
891         * support/regression/*: all output is written in directory gen, because
892         the fwk and ports directories don't livet in the build tree using vpath
893
894         * doc/sdccman.lyx: renamed --disable-device-lib-build to
895         --disable-device-lib, added --enable-doc, added section VPATH
896
897         * sim/ucsim/configure.in,
898         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
899         z80 are enabled by default
900
901 2006-04-24 Raphael Neider <rneider AT web.de>
902
903         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
904             to config word, "pic14_"-prefixed some extern functions
905           (pic14_emitConfigWord): emit __config directive(s) if assignment to
906             config word has been found
907         * src/pic/device.h: added prototypes
908         * src/pic/pcode.c: added "pic14_"-prefix where needed
909         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
910             fixup
911         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
912             words,
913           (pic14emitRegularMap): ignore config words,
914           (pic14createInterruptVect): moved generating __config directives away
915           (picglue): have __config directives emitted
916
917 2006-04-24 Borut Razem <borut.razem AT siol.net>
918
919         * doc/Makefile: sync with nightly build makefile
920
921 2006-04-24 Raphael Neider <rneider AT web.de>
922
923         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
924             registers that have not been assigned proper liveranges,
925             fixes #1469504 and #1474602,
926           (pCodeRegOptimizeRegUsage): fixed typo in comment
927
928 2006-04-24 Borut Razem <borut.razem AT siol.net>
929
930         * device/examples/main8051.c: deleted - it was removed from CVS
931           24.mar.2000 and after that modified 18.feb.2001, so it reappered
932           after the transition to Subversion
933         * src/SDCCalloc.h: deleted - it was removed  from CVS
934           3.feb.2001 and after that modified 18.feb.2001, so it reappered
935           after the transition to Subversion
936         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
937           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
938           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
939           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
940
941 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
942
943         * as/asx8051.dsp: added mcs51/strcmpi.h
944         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
945         * as/hc08/aslink.h: updated lnksect prototype
946         * as/hc08/asm.h,
947         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
948         * as/hc08/asmain.c,
949         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
950           (newdot): handle A_ABS
951         * as/hc08/asout.c,
952         * as/mcs51/asout.c (outarea): output address
953         * as/hc08/lkaomf51.c,
954         * as/mcs51/lkaomf51.c: disabled unused array UsageType
955         * as/hc08/m08pst.c,
956         * as/mcs51/i51pst.c,
957         * as/z80/z80pst.c: "ABS" is not A_OVR
958         * as/hc08/lkarea.c (newarea): read a_addr,
959           (lnkarea): added codemap array, sort absolute areas to the front,
960            combine all GSINITx/GSFINAL,
961           (find_empty_space, allocate_space): new functions,
962           (lnksect): return next address, handle absolute sections
963         * as/mcs51/lkarea.c (newarea): read a_addr,
964           lnksect2 prototype changed,
965           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
966           (find_empty_space, allocate_space): new, factored out of lnksect2,
967           (lnksect2): return next address, handle absolute sections
968         * as/hc08/lkhead.c,
969         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
970         * as/hc08/lklibr.c (addfile, fndsym),
971         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
972           index out of range and detect both '\' and '/'
973         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
974         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
975           regression tests (ds390 cannot return bool yet)
976         * doc/sdccman.lyx: changed version number, document changed --no-peep,
977           document critical interrupts on z80, document changed SDCC define
978         * src/asm.c (_asxxxx_mapping): fixed .org directive,
979           (_a390_mapping): added .org directive
980         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
981           (genMultOneByte): fixed warnings
982         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
983           ones
984         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
985         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
986           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
987         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
988         * src/pic16/main.c: removed newReg prototype
989         * src/pic16/pcode.c,
990         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
991           warnings
992         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
993           ones
994         * src/pic16/ralloc.c
995         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
996           to fix warnings
997         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
998           from short to PIC_OPTYPE
999         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
1000         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
1001           optype from short to PIC_OPTYPE
1002         * src/port.h: made int_size unsigned to fix warnings
1003         * src/SDCC.y: fixed warning on MSVC
1004         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1005         * src/SDCCopt.c (convertToFcall): fixed warnings
1006         * src/SDCCsymt.h: removed double prototype for genSymName
1007         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1008           offset int to fix warnings
1009
1010 2006-04-22 Borut Razem <borut.razem AT siol.net>
1011
1012         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1013           references to CVS replaced with Subversion
1014
1015 2006-04-21 Borut Razem <borut.razem AT siol.net>
1016
1017         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1018           references to CVS replaced with Subversion
1019
1020 2006-04-19 Borut Razem <borut.razem AT siol.net>
1021
1022         * src/version.awk: adapted for svn
1023         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1024           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1025           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1026           /binutils-avr/etc/*.vi, *.jin: removed all properties
1027           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1028
1029 2006-04-19 Borut Razem <borut.razem AT siol.net>
1030
1031         * CVS to Subversion migration completed
1032
1033 2006-04-18 Borut Razem <borut.razem AT siol.net>
1034
1035         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1036           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1037
1038 2006-04-17 Borut Razem <borut.razem AT siol.net>
1039
1040         * device/include/Makefile.in: added pic/*.inc to the installation
1041
1042 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1043
1044         * support/regression/collate-results.py: fixed output in case of
1045         a valdiag error
1046         * support/regression/generate-cases.py: fixed splitting of pathnames
1047         with dots
1048         * as/hc08/lklibr.c (addfile),
1049         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1050
1051 2006-04-11 Raphael Neider <rneider AT web.de>
1052
1053         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1054         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1055         * src/pic16/pcode.c (assignValnums): fixed #1460578
1056
1057 2006-04-11 Raphael Neider <rneider AT web.de>
1058
1059         * device/lib/pic/libdev/*.c,
1060         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1061           fixes #1468739, enables compilation in --std-c99 mode
1062         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1063
1064 2006-04-11 Raphael Neider <rneider AT web.de>
1065
1066         * src/pic/device.c (find_device): removed debug output
1067           (list_valid_pics): enabled verbose listing of supported devices
1068         * device/include/stdbool.h: define bool as char for pic14/16 as well
1069
1070 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1071
1072         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1073
1074 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1075
1076         * .version: bumped version to 2.5.6
1077         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1078
1079 2006-04-06 Raphael Neider <rneider AT web.de>
1080
1081         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1082         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1083         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1084           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1085             pic14_constructAbsMap
1086           (pic14printPublics): declare absolute global symbols as global
1087           (pic14createInterruptVect),
1088         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1089           (newReg): assume new registers unused, use correct name in
1090             hashtable (reg->name instead of name), more debugLog output
1091         * src/pic/device.h (PIC_device): added fields for verbose output
1092         * src/pic/device.c: moved device definition to pic14devices.txt,
1093             added routines for runtime parsing of pic14devices.txt,
1094             added support for second config word
1095         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1096           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1097           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1098           (_pic14_parseOptions): moved pCodeInitRegisters here
1099           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1100         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1101           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1102             handling the pseudo stack
1103         * device/lib/Makefile.in: ignore failures in objects-pic16,
1104         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1105         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1106         * device/lib/pic/Makefile.subdir,
1107         * device/lib/pic16/Makefile.subdir: improved clean rules
1108         * device/lib/pic/libdev/: NEW, pic14 device libraries
1109         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1110         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1111         * device/include/Makefile.in: create subdir and install pic14 headers
1112         * device/include/pic/p16f_common.inc: removed unused declarations
1113         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1114             PICs from inc2h.pl v1.6,
1115             replaced BIT_AT macros with struct declarations
1116         * device/include/pic/pic14devices.txt: definition of supported devices,
1117             all above improvements contributed by Zik Saleeba, thanks
1118         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1119         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1120             headers
1121
1122 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1123
1124         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1125         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1126           thanks to Charles Olds
1127
1128 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1129
1130         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1131
1132 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1133
1134         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1135         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1136         * support/regression/bug1464657.c: added, new test
1137
1138 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1139
1140         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1141           version number
1142
1143 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1144
1145         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1146           --no-peep and --peep-file <file> are used don't use default rules but
1147           do use the <file>
1148
1149 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1150
1151         * src/mcs51/gen.c (genCall): fixed bug 1457608
1152
1153 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1154
1155         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1156         changes seem to cause (trigger?) problems with the build system.
1157
1158 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1159
1160         * src/SDCCpeeph.c (operandsLiteral): new, added,
1161           (callFuncByName): inserted operandsLiteral
1162         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1163
1164 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1165
1166         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1167         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1168
1169 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1170
1171         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1172           implemented patch 1120823 Thanks to Willy De la Court (normal
1173           interrupts need an interrupt number now if they are made critical),
1174           and enabled nesting of critical functions though not for gbz80
1175           (genCritical, genEndCritical): added functions
1176           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1177         * src/z80/mappings.i: added "ei" to all mappings
1178
1179 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1180
1181         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1182         submitted by the Debian SDCC maintainer Aurelien Jarno:
1183         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1184         archive with gcc 4.1 on mips and wrote the patch"
1185
1186 2006-03-16 Raphael Neider <rneider AT web.de>
1187
1188         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1189           the left operand is shorter than the result (c* = lit-c* + int),
1190           fixes bug #1450796
1191         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1192           OP_SYMBOL
1193
1194 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1195
1196         * src/.version: increased version number to 2.5.5
1197         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1198         linking is done manually in pic16 port's _linkEdit,
1199         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1200         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1201         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1202         allocate asmop as AOP_ACC,
1203         (aopForRemat): added parameter 'bool result' in function declaration,
1204         (pic16_aopGet): return AOP_ACC when accessing WREG,
1205         (pic16_popGetTempReg): minor modification,
1206         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1207         'pic16_allocWithIdx',
1208         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1209         calling function in absolute addresses,
1210         (genAssign): take into account AOP_ACC asmop,
1211         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1212         * src/pic16/pcoderegs.c: some debug functions and lines added,
1213         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1214         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1215         register too,
1216         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1217         call to allocReg, not by manually allocating a new one,
1218         (pic16_assignRegisters): now before going through the register
1219         allocating functions mark all registers as free. This eliminates some
1220         side effects resulting from peephole parser done earlier in the backbone
1221
1222 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1223
1224         * src/SDCCicode.c (geniCodeLogic),
1225         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1226
1227 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1228
1229         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1230           (genSend): bugfix, do not allocate and free twice,
1231           (shiftRLong): handle partially overlapping aops
1232         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1233
1234 2006-03-08 Borut Razem <borut.razem AT siol.net>
1235
1236         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1237           for pic16
1238
1239 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1240
1241         * support/regression/tests/bug1409955.c: new, added
1242         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1243         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1244           (aopForSym, aopOp): increment asmop.allocated if reused,
1245           (freeAsmop): decrement asmop.allocated and check for zero instead of
1246           using asmop.freed,
1247           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1248           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1249            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1250            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1251            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1252            genSignedRightShift, genRightShift, genDataPointerGet,
1253            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1254            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1255             in reverse order from allocation,
1256           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1257             added swappedLR to keep track
1258         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1259           pdata & code for GCC, z80, gbz80 & hc08
1260         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1261
1262 2006-03-08 Raphael Neider <rneider AT web.de>
1263
1264         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1265
1266 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1267
1268         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1269         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1270         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1271
1272 2006-03-06 Borut Razem <borut.razem AT siol.net>
1273
1274         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1275           made the linker quiet
1276
1277 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1278
1279         * src/pic16/gen.c (genPcall): fixed bug #1443644
1280         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1281         which dumps before the function entry point a data byte which represents
1282         the number of the local variables used by the specified function, added
1283         'xinst' for initial support for Extended Instruction Support,
1284         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1285         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1286         port->fun_prefix anymore (may change later),
1287         (genFunction, genEndFunction): do not store/restore local registers for
1288         _main (this should take care the --main-return command line option in
1289         the future),
1290         (genOr): removed some legacy pic-port instructions,
1291         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1292         performing operations with SFR's causes data to be written more than
1293         once to each SFR. Perhaps SFRs should be handled in special cases...
1294         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1295         pcode.h
1296         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1297         into account for stack starting position,
1298         (struct OPTIONS pic16_optionsTable): added command line argument
1299         --extended or -y for Extended Instruction Support,
1300         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1301         (deassignLRs): *** perhaps the most important change, old 'for' code
1302         (commented out for reference), didn't account for some registers which
1303         were left marked 'not free' after a pointer operation. The change
1304         reduces register usage a lot in some cases
1305
1306 2006-03-04 Borut Razem <borut.razem AT siol.net>
1307
1308         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1309           _clean
1310         * support/regression/tests/bug-524697.c: decreased array size for
1311           mcs51 to fit into the internal RAM
1312         * support/regression/Makefile.in: a little bit more verbose
1313
1314 2006-03-03 Borut Razem <borut.razem AT siol.net>
1315
1316         * support/regression/fwk/lib/testfwk.c,
1317           support/regression/fwk/include/testfwk.h: introduced function
1318           _prints(), nonrecursive _printn(), call _initEmu() from main()
1319         * support/regression/ports/gbz80/support.asm,
1320           support/regression/ports/ucz80/support.asm,
1321           support/regression/ports/z80/support.asm,
1322           support/regression/ports/ds390/support.c,
1323           support/regression/ports/hc08/support.c,
1324           support/regression/ports/host/support.c,
1325           support/regression/ports/mcs51/support.c,
1326           support/regression/ports/xa51/support.c: added empty _initEmu()
1327           function
1328         * support/regression/ports/pic16/gpsim.cmd,
1329           support/regression/ports/pic16/spec.mk,
1330           support/regression/ports/pic16/support.c,
1331           support/regression/Makefile.in: added pic16 regression test
1332
1333 2006-03-01 Raphael Neider <rneider AT web.de>
1334
1335         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1336           genConstPointerGet): use safe way of generating MOVFF to cover
1337             literals as well as registers, fixes bug #1440527
1338         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1339             dereference
1340           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1341             more correctly, fixes bug #1232186
1342           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1343         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1344             gplink guess the correct processor in more cases, applied patch
1345             from Till Riedel attached to and fixing bug #1436552
1346
1347 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1348
1349         * support/regression/tests/array.c: added, contains check for #1434401
1350         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1351
1352 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1353
1354         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1355         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1356         * device/include/mcs51/c8051f326.h,
1357         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1358         * device/include/mcs51/c8051f000.h,
1359         * device/include/mcs51/c8051f018.h,
1360         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1361           PCON_IDLE,PCON_STOP and added sfr16 definitions
1362
1363 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1364
1365         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1366           genGetWord): fixed bug 1409955
1367
1368 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1369
1370         * device/include/hc08/mc68hc908gp32.h,
1371         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1372
1373 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1374
1375         * src/SDCCast.c (constExprValue): return NULL if not a value
1376         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1377         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1378         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1379
1380 2006-02-13 Borut Razem <borut.razem AT siol.net>
1381
1382         * src/regression/ptrarg.c: added, fails due to bug #1430967
1383         * src/regression/Makefile: ptrarg.c added, ...
1384
1385 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1386
1387         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1388         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1389
1390 2006-02-11 Borut Razem <borut.razem AT siol.net>
1391
1392         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1393           print "Processor: xxx" message to stdout only if --verbose
1394
1395 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1396
1397         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1398         * support/regression/tests/bug1426356.c: added
1399         * support/regression/tests/bitfields.c: removed 2 tests
1400
1401 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1402
1403         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1404         * device/include/mcs51/c8051f330.h,
1405         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1406           PCON_IDLE,PCON_STOP and added sfr16 definitions
1407         * device/lib/_divsint.c,
1408         * device/lib/_divuint.c,
1409         * device/lib/_divulong.c,
1410         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1411           register bank bug for small stackauto
1412
1413 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1414
1415         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1416
1417 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1418
1419         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1420         * all.dsp: corrected several bin paths
1421         * device/include/mcs51/c8051f120.h,
1422         * device/include/mcs51/c8051f300.h,
1423         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1424           to PCON_IDLE,PCON_STOP
1425         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1426         * device/lib/printf_large.c (output_float): fixed bug 1388703
1427         * support/regression/tests/bug1057979.c: added test for bug 1388703
1428
1429 2006-02-08 Raphael Neider <rneider AT web.de>
1430
1431         * src/pic/pcode.c (pciTRIS): fixed typo,
1432           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1433           (LinkFlow): fixed handling of flows that end in a call,
1434           (ReuseReg): perform safety check earlier
1435         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1436             to work with flows at the beginning of a pBlock,
1437             fixes #1426557 (Symbol not previously defined),
1438           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1439             usage information
1440           (RemoveUnusedRegisters): update register usage info
1441         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1442             created, reuse existing ones instead
1443         * src/pic/gen.c (genPcall): fixed #1424719
1444
1445 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1446
1447         * link/z80/lkmain.c,
1448         * link/z80/lklex.c,
1449         * link/z80/lkdata.c,
1450         * link/z80/aslink.h: fixed build on current cygwin:
1451         replaced getline() by lk_getline()
1452
1453 2006-02-01 Borut Razem <borut.razem AT siol.net>
1454
1455         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1456           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1457           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1458           src/regression/bool1.c, src/regression/bool2.c,
1459           src/regression/bool3.c, src/regression/call1.c,
1460           src/regression/compare.c, src/regression/compare10.c,
1461           src/regression/compare2.c, src/regression/compare3.c,
1462           src/regression/compare4.c, src/regression/compare5.c,
1463           src/regression/compare6.c, src/regression/compare7.c,
1464           src/regression/compare8.c, src/regression/compare9.c,
1465           src/regression/configword.c, src/regression/for.c,
1466           src/regression/inline.c, src/regression/mult1.c,
1467           src/regression/nestfor.c, src/regression/or1.c,
1468           src/regression/pointer1.c, src/regression/ptrfunc.c,
1469           src/regression/rotate1.c, src/regression/rotate2.c,
1470           src/regression/rotate3.c, src/regression/rotate4.c,
1471           src/regression/rotate5.c, src/regression/rotate6.c,
1472           src/regression/rotate7.c, src/regression/string1.c,
1473           src/regression/struct1.c, src/regression/sub.c,
1474           src/regression/sub2.c, src/regression/switch1.c,
1475           src/regression/while.c, src/regression/xor.c,
1476           src/regression/create_stc, src/regression/simulate,
1477           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1478           regression tests
1479         * src/regression/gpsim_assert.h: added
1480
1481 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1482
1483         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1484         ((void (code *) (void)) 0) ();
1485         * as/hc08/aslex.c,
1486         * as/hc08/aslink.h,
1487         * as/hc08/asm.h,
1488         * as/hc08/asmain.c,
1489         * as/hc08/lkdata.c,
1490         * as/hc08/lklex.c,
1491         * as/hc08/lkmain.c,
1492         * as/mcs51/aslex.c,
1493         * as/mcs51/aslink.h,
1494         * as/mcs51/asm.h,
1495         * as/mcs51/asmain.c,
1496         * as/mcs51/lkdata.c,
1497         * as/mcs51/lklex.c,
1498         * as/mcs51/lkmain.c,
1499         * as/z80/aslex.c,
1500         * as/z80/asm.h,
1501         * as/z80/asmain.c: fixed build on current cygwin:
1502         replaced getline() by as_getline()
1503
1504 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1505
1506         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1507         declarator in the symbol chain
1508         * src/SDCCsymt.h,
1509         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1510         parameter list for function pointers
1511         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1512         * support/regression/tests/bug-716242.c: added
1513
1514 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1515
1516         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1517         offset if possible
1518         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1519
1520 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1521
1522         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1523         inifinitely recurseable, added static
1524         * support/regression/tests/bug-1408066.c: added
1525
1526 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1527
1528         * src/SDCCicode.h,
1529         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1530         renamed, added possibility to create "postLoopLbl"-labels
1531         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1532         newiTempLoopHeaderLabel
1533         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1534         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1535         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1536         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1537         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1538         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1539         (basicInduction): fixed bug #136564, made static,
1540         (loopInduction): changed parameter of basicInduction, made static,
1541         (addPostLoopBlock): added
1542         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1543         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1544         findLoopEndSeq
1545         * support/regression/tests/bug-136564.c: added
1546         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1547         --std-sdcc99 to LIBSDCCFLAGS
1548
1549 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1550
1551         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1552         while loop
1553         * support/regression/tests/bug-1406131.c: added
1554
1555 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1556
1557         * src/SDCCast.c (decorateType): fix promotion of unary minus
1558         * src/SDCCsymt.c (computeType): beautified
1559         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1560         (valUnaryPM, valComplement): fix sign and promotion,
1561         (valNot): ANSI: result type is int (SDCC: unsigned char)
1562         * support/regression/tests/uminus.c: speedup by removing superflous
1563         test case 'int'
1564         * support/regression/tests/onebyte.c: added promotion and signedness
1565         tests for unary minus
1566         * support/regressions/tests/bug-477927.c: disable warning about
1567         uninitialized variables
1568         * support/regression/tests/not.c: added
1569
1570 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1571
1572         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1573         * src/mcs51/gen.c (gen51Code): show final register usage after
1574         fillGaps in asm with --i-code-in-asm
1575         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1576         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1577         incUsed, rliveClear, adjustIChain): made static,
1578         (setFromRange): excluded because it's unused,
1579         (findPrevUseSym, markWholeLoop): added,
1580         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1581         through all branches of predecessors enables sdcc to emit the warning
1582         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1583         (rlivePoint): made static, added parameter emitWarnings which is only
1584         true during the first run out of two,
1585         (findRecursiveSucc, findRecursivePred): removed,
1586         (computeLiveRanges): made static, added parameter emitWarnings,
1587         (dumpIcRlive): added for debugging only
1588         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1589         removed prototype of setFromRange()
1590         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1591         in call of computeLiveRanges()
1592         * support/regression/tests/bug-895992.c: added
1593         * support/regression/tests/bug-971834.c: added
1594         * support/valdiag/tests/bug-895992.c: added
1595         * support/valdiag/tests/bug-971834.c: added
1596
1597 2005-12-18 Raphael Neider <rneider AT web.de>
1598
1599         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1600           (genUnpackBits): improved code for direct operands,
1601           (genPackBits): improved code for literal assignment to bitfields
1602             and for direct destination operands (no FSR indirection),
1603             prevented redundant AND, fixes #1362800,
1604           (AccLsh): added parameter to disable masking of the result
1605         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1606           skip instructions with side-effects (like incfsz),
1607           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1608         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1609         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1610           fixes #1375263
1611
1612 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1613
1614         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1615         volatile variables as spill location
1616
1617 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1618
1619         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1620         replacing literals
1621         * support/regression/tests/bug-1376320.c: added
1622
1623 2005-12-08 Raphael Neider <rneider AT web.de>
1624
1625         * src/pic/device.c: renamed is_shared to pic14_is_shared
1626         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1627         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1628           (is_valid_identifier): added for above workaround
1629
1630 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1631
1632         * device/lib/Makefile.in: fixed to enable port-specific-objects
1633         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1634           char, thanks Hubert Sack
1635         * doc/sdccman.lyx: documented --xstack-loc,
1636           elaborated a bit more on interrupts and pitfalls,
1637           removed "setjmp/longjmp unsupported",
1638           documented some unsupported C99 features
1639         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1640         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1641           if, thanks Hubert Sack
1642         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1643         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1644           make make_library
1645         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1646           regression tests can report resource usage (rfe 700441)
1647         * support/regression/collate-results.py: report resource usage
1648         * support/regression/ports/ds390/spec.mk,
1649         * support/regression/ports/hc08/spec.mk,
1650         * support/regression/ports/mcs51/spec.mk,
1651         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1652         * support/regression/ports/ds390/uCsim.cmd,
1653         * support/regression/ports/hc08/uCsim.cmd,
1654         * support/regression/ports/mcs51/uCsim.cmd,
1655         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1656         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1657           library, use the default one
1658         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1659           building the library
1660
1661 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1662
1663         * config.dsp: added dependency on .version and configure_vc.awk
1664         * device/include/setjmp.h: updated for --stack-auto and --xstack
1665         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1666         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1667         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1668         * device/lib/libsdcc.lib: added _setjmp
1669         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1670           (decorateType): fixed bug 1372851,
1671           (optimizeGetHbit): fixed warning
1672         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1673           array initialisation
1674         * support/regression/tests/bug1057979.c: added test for bug 1358192
1675         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1676
1677 2005-12-03 Borut Razem <borut.razem AT siol.net>
1678
1679         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1680           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1681
1682 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1683
1684         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1685         createIval): implement symbol independant "flexible array member",
1686         (createIvalCharPtr): implemented flexible array initialisation with a
1687         string
1688         * src/SDCCsymt.c (copyStruct): removed,
1689         (getSize): fixed misleading comment,
1690         (getAllocSize): removed, the additional allocation size is now in
1691         sym->flexArrayLength,
1692         (checkStructFlexArray): new, syntax checks for flexible array members,
1693         (compStructSize): added syntax checks for "flexible array members"
1694         (copyStruct): removed,
1695         (copyLinkChain): removed inefficient fix for bug 770487
1696         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1697         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1698         symbol->flexArrayLength
1699         * src/SDCCerr.c,
1700         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1701         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1702         * support/regression/tests/structflexarray.c: added
1703         * support/valdiag/tests/structflexiblearray.c: added
1704
1705 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1706
1707         * src/SDCCast.c (decorateType): fixed bug 1368489
1708         * support/Util/SDCCerr.c,
1709         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1710
1711 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1712
1713         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1714           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1715
1716 2005-11-27 Borut Razem <borut.razem AT siol.net>
1717
1718         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1719           support/cpp2/mkdeps.h: added command line option
1720           -obj-ext=<extension> to SDCPP to define object file externion, used
1721           for generation of make dependencies (-M)
1722         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1723
1724 2005-11-26 Borut Razem <borut.razem AT siol.net>
1725
1726         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1727           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1728           added pic and pic16 libraries
1729
1730 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1731
1732         * device/include/float.h: Corrected typo in prototype of __fsgt
1733
1734 2005-11-25 Borut Razem <borut.razem AT siol.net>
1735
1736         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1737           added creation of model-mcs51-stack-auto libraries
1738
1739 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1740
1741         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1742         and fields-list too
1743         * src/SDCCast.c (createIvalArray): removed obsolete comment
1744
1745 2005-11-24 Borut Razem <borut.razem AT siol.net>
1746
1747         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1748           added missing device/lib/mcs51/crt*.asm sources
1749
1750 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1751
1752         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1753
1754 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1755
1756         * device/lib/_fs2schar.c,
1757         * device/lib/_fs2sint.c,
1758         * device/lib/_fs2slong.c: optimized inline asm
1759
1760 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1761
1762         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1763           Better handling of floats between -1.0 and 0.0.
1764
1765 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1766
1767         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1768           (the missing "if"s prohibited removal of redundant labels)
1769
1770 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1771
1772         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1773           Properly convert floats between -1.0 and 0.0 to long, int, and char
1774           types (max integer value of negative floats tends to zero).
1775         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1776           Removed changes made so to work properly with floats between
1777           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1778           and _fs2char.c
1779
1780 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1781
1782         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1783         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1784         (genCast) cosmetic change
1785         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1786         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1787         from mcs51
1788         * support/regression/tests/bitfields (testSignedBitfields): added
1789
1790 2005-11-18 Borut Razem <borut.razem AT siol.net>
1791
1792         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1793         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1794           introduced SILENT option to make building of pic16 libraries less
1795
1796 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1797
1798         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1799           Now they work properly with floats between -1.0 and 0.0
1800         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1801
1802 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1803
1804         * src/SDCCicode.c (printOperand): added missing else
1805
1806 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1807
1808         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1809         reformatted for better readability
1810         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1811         signed bitfields
1812
1813 2005-11-17 Borut Razem <borut.razem AT siol.net>
1814
1815         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1816           introduced SILENT option to make building of pic16 libraries less
1817           verbose - used for nightly snapshot build
1818         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1819           available on Win32 platforms.
1820         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1821           medium, large, pic and pic16
1822
1823 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1824
1825         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1826           printf("%f"...) sets fraction to zero.
1827
1828 2005-11-16 Raphael Neider <rneider AT web.de>
1829
1830         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1831           fixes #1357221
1832         * src/pic/gen.c (genIfx): implemented for CARRY bit
1833         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1834           to generic pointers, fixes #1357332,
1835           (pic16_movLit2f): NEW,
1836           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1837
1838 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1839
1840         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1841
1842 2005-11-11 Raphael Neider <rneider AT web.de>
1843
1844         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1845         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1846           compute pointer's type from operand,
1847           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1848           improved single bit reads, fixes bug #1353379
1849
1850 2005-11-09 Borut Razem <borut.razem AT siol.net>
1851
1852         * support/scripts/sdcc.nsi: added lib/pic to the package
1853
1854 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1855
1856         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1857
1858 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1859
1860         * support/regression/tests/bug1348008.c: added
1861         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1862         * support/regression/tests/bug1337835.c: updated comment
1863
1864 2005-11-06 Borut Razem <borut.razem AT siol.net>
1865
1866         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1867           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1868           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1869           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1870           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1871           dynamic construction of cl_error_class and derivates - 2.nd try
1872
1873 2005-11-05 Borut Razem <borut.razem AT siol.net>
1874
1875         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1876           bug, which caused Bus Errors on sparc solaris
1877
1878 2005-11-04 Borut Razem <borut.razem AT siol.net>
1879
1880         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1881           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1882           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1883           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1884           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1885           and derivates to resolve the initialization problem on OSX
1886
1887 2005-11-02 Borut Razem <borut.razem AT siol.net>
1888
1889         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1890           corrected typo - #include <winsock2.h>
1891
1892 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1893
1894         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1895           (_asxxxx_mapping): added org directive for future enhancements
1896
1897 2005-11-01 Borut Razem <borut.razem AT siol.net>
1898
1899         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1900           enabled sockets on WIN32
1901         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1902
1903 2005-10-31 Borut Razem <borut.razem AT siol.net>
1904
1905         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1906           WIN32 backslash path delimiters should be escaped when used in C strings
1907         * support/regression/tests/bitfields.c: exclude failing assertions for
1908           __CYGWIN32__ and __MINGW32__ hosts
1909
1910 2005-10-30 Borut Razem <borut.razem AT siol.net>
1911
1912         * src/SDCCutil.c: corrected double comparison typo
1913
1914 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1915
1916         * device/lib/medium/Makefile: added for new memory model medium
1917         * device/include/asm/mcs51/features.h: updated for medium/pdata
1918         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1919           added Multiply & Accumulate sbit's and MAC0_PAGE define
1920         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1921         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1922         * device/lib/_mullong.c: update for medium model
1923         * device/lib/incl.mk: added medium model
1924         * doc/sdccman.lyx: documented medium model
1925         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1926         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1927         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1928         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1929           (allocParms): set SCLS and OCLS to pdata for medium model
1930         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1931           for pdata,
1932           (powof2): return <0 if not power of 2
1933         * src/avr/gen.c (genBitWise): use updated powof2
1934         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1935           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1936           (shiftLLeftOrResult): use B if necessary
1937         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1938         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1939         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1940         * support/regression/Makefile.in: added test-mcs51-medium
1941         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1942
1943 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1944
1945         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1946         specifier unsigned
1947         * device/lib/time.c (mktime): fixed bug 1334315
1948
1949 2005-10-28 Raphael Neider <rneider AT web.de>
1950
1951         * device/include/pic/p16f_common.inc: added common declarations
1952         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1953
1954 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1955
1956         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1957           (aopPutUsesAcc): added to predict accumulator use,
1958           (assignResultValue): save acc if necessary,
1959           (genMinusDec): store result if indirectly addressed,
1960           (genDivOneByte):  save acc if necessary,
1961           (movLeft2Result): bugfix if left already in acc,
1962           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1963             attention to accumulator use (esp. pdata),
1964           (genReceive): receive pdata correctly
1965         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1966         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1967
1968 2005-10-27 Raphael Neider <rneider AT web.de>
1969
1970         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1971
1972 2005-10-27 Raphael Neider <rneider AT web.de>
1973
1974         * .version: changed version to 2.5.4
1975         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1976         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1977           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1978             arithmetics support routines
1979         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1980         * device/lib/Makefile.in: also create installdir for pic
1981
1982         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1983           pic14 port as well
1984         * src/pic/device.c (dump_sfr): rewritten to delegate register
1985           placement to the linker (use `extern sym' rather than sym EQU addr),
1986           (validAddress): fixed to check last specified address
1987         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1988           (popGetLit): truncate literal value to 8 bit,
1989           (popGet): moved assert to more appropriate place
1990           (popGetExternal): create pCode operand from and mark the according
1991             symbol as being `extern'
1992           (popGetAddr): added sanity check on immediate's offset, provide
1993             GPOINTER tag on demand
1994           (aopPut): fixed for immediates,
1995           (mov2w_op): move operand's address or contents to WREG (depending on
1996             operand type), safer variant of mov2w,
1997           (movwf,call_libraryfunc): NEW, handy abbreviations,
1998           (get_argument_pcop,get_return_val_pcop,pass_argument,
1999           get_returnvalue): interface for accessing function parameters and
2000             return values,
2001           (assignResultValuei,genRet): use new parameter/return value interface
2002           (pic14_getDataSize): back to old version handling generic pointers,
2003           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2004             provided implementation and/or fixed old one,
2005           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2006             calls, removed legacy 8051 reference code
2007           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2008           (loadSignToC): NEW, move the operands sign bit to CARRY,
2009           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2010             genRightShiftSigned, accepts negative shift counts,
2011           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2012           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2013             generic pointers, __data pointers and __code pointers,
2014           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2015             and signed bitfields, limit bitfields to 8 bit,
2016           (genDataPointerGet): fixed number of bytes read,
2017           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2018           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2019             pointers to constant data are no longer assumed to point to __code
2020             space, removed invalid pointer types,
2021           (bitpatternFromVal): retrieve the PICs representation of an integer
2022             or float literal,
2023           (genDataPointerSet): fixed assigning to po_immediate operands,
2024           (genGenPointerSet): implemented as library call,
2025           (genIfx): fixed incorrect condition,
2026           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2027             provide GPOINTER tag according to destination's storage class,
2028           (genCast): added code to handle casting to generic pointers, added
2029             sign-/zero extension of the result
2030           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2031         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2032         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2033           extend the result
2034         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2035           address/register resides in the shared banks
2036           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2037             put all variables into separate sections (have the linker arrange
2038             them)
2039           (picglue): put init code and interrupt handlers in separate sections
2040         * src/pic/main.c: added port specific options table, modified to PORT
2041           structure to make GPOINTERs 3 byte, added pic14_options
2042           (_pic14_do_link): private linking routine (update paths to libraries,
2043             add libsdcc.lib by default)
2044         * src/pic/main.h: declare pic14_options
2045         * src/pic/pcode.c: fixed instructions i/o relations,
2046           (RegCond): reverted to correct version,
2047           (newpCodeOpLit): truncate literals to 8 bit,
2048           (genericPrint): added debug output,
2049           (getRegFromInstruction): fixed for various operand types, simplified
2050           (BuildFlow): fixed broken handling of isntructions with labels
2051           (LinkFlow): start at last instruction in flow (skip trailing comments),
2052             pass the flow on to the next instruction after CALL
2053           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2054           (insertPCodeInstruction): fixed inserting after a skip instruction,
2055           (DoBankSelect): fixed for labeled instructions
2056           (OptimizepBlock): honor --nopeep switch
2057           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2058         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2059         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2060           (pCodeOptime2pCodes): allow disabling this optimization via
2061             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2062             but is still buggy), started implementation of a dataflow based
2063             pCode optimization (CSE + dead code elimination)
2064           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2065         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2066           names are independant of the stack location and therefore portable across
2067           devices
2068
2069 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2070
2071         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2072           (selectSpil): fixed bug 1337835 by not spilling bit variables
2073         * support/regression/tests/bug1337835.c: added test for this bug
2074         * src/mcs51/peeph.def: restart after rule 3.c,
2075           addded rules 263.x to optimize loading constants
2076
2077 2005-10-26 Raphael Neider <rneider AT web.de>
2078
2079         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2080         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2081           (genAssign): emit warning when casting literals to generic pointer
2082             type, also applies when taking the address of a fixed variable,
2083           (genCast): improved casting to generic pointers
2084         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2085           extern variables, added verbose error message
2086         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2087
2088 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2089
2090         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2091         carry must be complemented too
2092         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2093         could be emitted by genMinus
2094         * src/SDCCval.c (constVal): fixed bug 1305065
2095
2096 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2097
2098         * src/SDCCast.c (addCast): added promotion for bit variables
2099         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2100         promotion casts + optimisation
2101         (optimizeGetWord): fix warning 'i' might be used uninitialized
2102         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2103         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2104
2105 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2106
2107         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2108         all chars are promoted to int; promotion should be handled in SDCCast.c
2109
2110 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2111
2112         * device/lib/_strcmp.c: Fixed bug 1326457
2113
2114 2005-10-11 Raphael Neider <rneider AT web.de>
2115
2116         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2117         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2118
2119 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2120
2121         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2122         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2123
2124 2005-10-04 Raphael Neider <rneider AT web.de>
2125
2126         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2127           device/lib/pic16/pics.all: added pic18f1320
2128         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2129
2130 2005-09-30 Raphael Neider <rneider AT web.de>
2131
2132         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2133         * src/pic16/devices.inc: NEW, provides device descriptions
2134         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2135
2136 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2137
2138         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2139           GETHBIT
2140
2141 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2142
2143         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2144           documented Any Order Bit, Higher Order Byte and Higher Order Word
2145         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2146         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2147           (optimizeGetAbit): new, to get any bit, not only the high bit,
2148           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2149           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2150           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2151           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2152             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2153             GETABIT, GETBYTE, GETWORD: decorate them,
2154           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2155           (ast_print): added GETABIT, GETBYTE, GETWORD
2156         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2157         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2158           (geniCodeBinary): new generic binary icode,
2159           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2160         * src/port.h: updated comment for PORT.hasExtBitOp
2161         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2162           (genGetByte): new, to get a single byte,
2163           (genGetWord): new, to get a word from a long,
2164           (gen51Code): added GETABIT, GETBYTE, GETWORD
2165         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2166
2167 2005-09-23 Raphael Neider <rneider AT web.de>
2168
2169         * configure.in, configure: have device/lib/pic configured
2170         * device/lib/Makefile.in: added model-pic14
2171         * device/lib/clean.mk: added pic/ to clean rule
2172         * device/lib/pic: added rudimentary pic14 library providing support
2173           functions for multiplication/division/generic pointer access
2174         * src/SDCCopt.c (convilong): mark support functions as extern
2175           for pic14 port as well
2176         * src/pic/gen.c (genMult): added assertions,
2177           (genpic14Code): emit warning on unhandled iCodes
2178         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2179         * src/pic/pcode.c (pCodeOpCopy),
2180         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2181           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2182           SFR_REGISTER}), made safe for future extensions
2183         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2184           instructions even if preceeded by SKIP instructions (also remove
2185           them); removed unused code
2186         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2187           prevents leaving parts of the structure uninitialized after copying
2188
2189 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2190
2191         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2192           ago by me
2193         * support/regression/tests/addsub.c: added test for the bug
2194
2195 2005-09-21 Raphael Neider <rneider AT web.de>
2196
2197         * device/include/pic16/pic18f1220.h,
2198           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2199         * device/lib/pic16/Makefile.rules: added missing opening paren
2200         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2201           are provided in genutils.c,
2202           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2203           operand/result sizes,
2204           (genCmp): assert on NULL pointers first, then check deref'ed values
2205         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2206           result size
2207
2208 2005-09-18 Raphael Neider <rneider AT web.de>
2209
2210         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2211           as these are now unused,
2212           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2213         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2214           local, avoids uninitialized pointer dereference on r->name
2215         * src/pic16/ralloc.c (newReg): fixed indentation
2216
2217 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2218
2219         * src/SDCCval.c (constVal): fixed bug 730366
2220         * support/Util/SDCCerr.c,
2221         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2222
2223 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2224
2225         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2226
2227 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2228
2229         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2230
2231 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2232
2233         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2234           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2235         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2236           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2237         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2238         * packihx/packihx.c (hexDigit): made c unsigned char
2239         * as/mcs51/lklibr.c (fndsym),
2240         * link/z80/lkgb.c (gb),
2241         * link/z80/lklibr.c (fndsym),
2242         * link/z80/lkrloc.c (relr),
2243         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2244         * src/SDCC.lex (checkCurrFile, process_pragma),
2245         * src/SDCCglue.c (spacesToUnderscores),
2246         * src/SDCCmain.c (setParseWithComma, processFile),
2247         * src/asm.c (tvsprintf, printCLine),
2248         * src/avr/gen.c (emitcode, aopPut),
2249         * src/ds390/gen.c (emitcode),
2250         * src/hc08/gen.c (emitcode, emitinline),
2251         * src/mcs51/gen.c (emitcode, genInline),
2252         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2253           tokenizeLineNode),
2254         * src/pic/ralloc.c (debugLog),
2255         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2256           tokenizeLineNode),
2257         * src/pic16/ralloc.c (debugLog),
2258         * src/z80/main.c (_process_pragma):
2259            made all ctype.h function calls safe
2260         * src/SDCCopt.c: include math.h for fabs
2261         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2262           and used them throughout the code to make ctype.h function calls safe
2263         * src/ds390/main.c (asmLineNodeFromLineNode),
2264         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2265         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2266            unsigned char*
2267         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2268           (newpCodeAsmDir): made ctype.h function calls safe
2269         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2270           pic16_emitcode):  made lbp unsigned char*
2271         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2272           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2273         * src/xa51/gen.c (emitcode),
2274         * src/z80/gen.c (_emit2): made lbp unsigned char*
2275         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2276            char*
2277
2278 2005-09-05 Raphael Neider <rneider AT web.de>
2279
2280         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2281           access bank splitpoint
2282
2283 2005-09-05 Raphael Neider <rneider AT web.de>
2284
2285         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2286
2287 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2288
2289         * .version: changed to version 2.5.3
2290         * doc/sdccman.lyx: changed version to 2.5.3,
2291           documented --codeseg and --constseg and pragma codeseg and constseg,
2292           documented bit parameters (reentrant) and bit returning
2293         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2294            currFunc->recvSize, but is this ok for all ports?
2295           (ast2iCode): result of ~ on unsigned char must be cast to int for
2296            bool to work
2297         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2298           function pointers in bit space
2299         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2300           (processFuncArgs): call port.reg_parm() with reentrancy info
2301         * src/port.h,
2302         * src/avr/main.c,
2303         * src/ds390/main.c,
2304         * src/hc08/main.c,
2305         * src/pic/main.c,
2306         * src/pic16/main.c,
2307         * src/xa51/main.c,
2308         * src/z80/main.c: port.reg_parm prototype extended with
2309           "bool reentrant" parameter
2310         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2311           options.stackAuto for allocating bit register parameters
2312         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2313           (genSend): set BitBankUsed if it is,
2314           (selectRegBank): factored out of genCall for use in genPcall,
2315           (genCall): removed redundant dtype assignmen, use selectRegBank,
2316           (genPcall): handle returning in Carry properly, save in F0 if needed,
2317           (genReceive): handle bit register parameters
2318         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2319           (mcs51_assignRegisters): enable bit registers for all reentrant
2320            functions and don't set BitBankUsed unconditionally
2321         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2322         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2323         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2324
2325 2005-08-27 Borut Razem <borut.razem AT siol.net>
2326
2327         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2328         ppc-osx (Darwin) does not support -u option. It seems that it is
2329         supported only on Linux - GNU cp
2330
2331 2005-08-25 Borut Razem <borut.razem AT siol.net>
2332
2333         * sim/ucsim/gui.src/serio.src/Makefile.in,
2334           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2335           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2336           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2337           install and strip, since the strip at /usr/ccs/bin should be used
2338           on solaris
2339
2340 2005-08-24 Borut Razem <borut.razem AT siol.net>
2341
2342         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2343
2344 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2345
2346         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2347         ffffffffu
2348
2349 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2350
2351         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2352         * as/mcs51/lkmain.c (link_main): fixed warning
2353         * device/include/stdbool.h: ds390 has no advanced bit support yet
2354         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2355         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2356         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2357           and updated their macros
2358         * src/SDCCval.c (constVal): updated comment for renamed b_long
2359
2360 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2361
2362         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2363         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2364           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2365           (oprio): set priority for '['
2366         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2367            and adb_24_bit
2368         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2369         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2370         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2371         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2372           added overlayable BIT_BANK area
2373         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2374           (summary2): explain 'T' in legenda
2375         * as/mcs51/lkrloc.c: replaced old K&R style,
2376           (relr): added R_BIT processing,
2377           (errmsg): added "Bit-addressable relocation error",
2378           (adb_bit): added for converting from byte- to bit-addressable space,
2379           (adb_24_bit): added for converting from byte- to bit-addressable space
2380         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2381            used in reentrant functions now even as return value
2382         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2383         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2384           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2385         * src/SDCCglobl.h: added indicator BitBankUsed
2386         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2387            the bit registers b0-b7
2388         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2389           (geniCodeCast): fixed bug 1263853,
2390           (geniCodeLogicAndOr): put result in bool or char,
2391           (geniCodeReceive): added parameter func for accessing the return type,
2392           (geniCodeFunctionBody): pass func to geniCodeReceive
2393         * src/SDCCmain.c: added indicator BitBankUsed
2394         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2395         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2396           (checkSClass): don't put automatic bool/bit on stack,
2397           (checkFunction): removed check on function cannot return bit
2398         * src/SDCCsymt.h: added newBoolLink prototype
2399         * src/mcs51/gen.c (rb1regs): added bit registers,
2400           (movc): created for assigning to carry,
2401           (pushReg, popReg): created for pushing registers,
2402           (sameRegs): check both AOP_REG and AOP_CRY types,
2403           (aopOp): handle bit registers,
2404           (aopPut): optimization no self-assign,
2405           (saveRegisters): push reg->base (bits) only once for bit registers,
2406            and use pushReg,
2407           (unsaveRegisters): pop reg->base only once and use popReg,
2408           (assignResultValue): added parameter func and return in carry for bits,
2409           (genIpush): optimization no reload in A if not changed,
2410           (genSend): bit parameters in reentrant functions are passed in bit
2411            registers by first assigning to bits in B, then save registers and
2412            copy B to bits,
2413           (genCall): handle returning in Carry properly, save it in F0 if needed,
2414           (genPcall): updated assignResultValue call, this is not safe yet for bit
2415            returning function !!!
2416           (genFunction): don't generate equ's for bit registers and use pushReg,
2417           (genEndFunction): take care of bit returning functions and use popReg,
2418           (genRet): return bit in Carry,
2419           (genIfx): optimize bit registers and other directly addressable bits,
2420           (genReceive): updated assignResultValue call
2421         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2422           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2423            registers when using stack-auto
2424         * src/mcs51/ralloc.c (_G): added allBitregs,
2425           (regs8051): added the bit registers,
2426           (createStackSpil): use macro IS_BIT,
2427           (getRegBit): added to allocate a bit register, else spill,
2428           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2429           (updateRegUsage): factored out to ease stepping while debugging,
2430           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2431            also allocate bit registers,
2432           (fillGaps): handle bit registers,
2433           (findAllBitregs): added to create bit vector with all bit registers,
2434           (mcs51_allBitregs): returns this bit vector,
2435           (mcs51_assignRegisters): when using stack-auto use bit registers for
2436            passing parameters and creating local variables
2437         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2438
2439 2005-08-22 Borut Razem <borut.razem AT siol.net>
2440
2441         * device/lib/Makefile.in: replaced find option -or with -o
2442           to make it run on solaris
2443
2444 2005-08-22 Raphael Neider <rneider AT web.de>
2445
2446         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2447           fixes #1265442 (crash on Solaris)
2448
2449 2005-08-20 Borut Razem <borut.razem AT siol.net>
2450
2451         * configure, configure.in: added tests for libsocket and libnsl libraries,
2452           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2453           from support/regression/Makefile.in
2454         * support/regression/Makefile.in: added
2455         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2456         * sim/ucsim/libtool: regenerated on sparc-solaris
2457         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2458           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2459           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2460           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2461           sparc-solaris, which doesn't use GNU ld linker
2462         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2463         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2464
2465 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2466
2467         * src/mcs51/peeph.def: updated comments
2468
2469 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2470
2471         * device/lib/_gptrget.c,
2472         * device/lib/_gptrput.c: slightly shorter
2473         * doc/sdccman.lyx: incremented version
2474         * src/mcs51/peeph.def: moved peephole comments to the line of first
2475           change to better keep line correlation, reanimated 186.e
2476         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2477
2478 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2479
2480         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2481           David Saxton with quotes around file name.
2482
2483 2005-08-15 Borut Razem <borut.razem AT siol.net>
2484
2485         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2486           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2487           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2488           make tests run on x86_64 platform
2489
2490 2005-08-13 Raphael Neider <rneider AT web.de>
2491
2492         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2493           as it might be executed DURING a build (parallel make is wonderful)
2494
2495 2005-08-13 Raphael Neider <rneider AT web.de>
2496
2497         * device/lib/Makefile.in (port-specific-objects-pic16):
2498           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2499         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2500           dependency
2501         * device/lib/pic16/Makefile.rules: build subdirs before creating
2502           the library, removed builddir rule, create $(builddir) early in
2503           recurse rule, use empty recurse rule for leaf directories
2504         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2505           mkdir errors (race condition), removed duplicate suffix "hex"
2506           from clean rules
2507         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2508         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2509           prevents mkdir -p from aborting on Alpha
2510
2511 2005-08-12 Raphael Neider <rneider AT web.de>
2512
2513         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2514           db-statements in order to allow for arrays of pointers in code
2515           sections to be placed without interspersed 0-padding, fixes
2516           bug #1256215
2517         * (emitStatistics): fixed division by zero for pic18f1220
2518         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2519           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2520         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2521         * (pic16_pCodeConstString): keep track of already emitted string
2522           literals to prevent "duplicate definitions of symbol _str_NR"
2523         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2524           debug message
2525         * device/lib/Makefile.in: ignore failing PIC16 library builds
2526         * device/lib/pic16/Makefile: do not build if gputils are missing
2527         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2528
2529 2005-08-10 Raphael Neider <rneider AT web.de>
2530
2531         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2532           my last commit)
2533
2534 2005-08-10 Raphael Neider <rneider AT web.de>
2535
2536         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2537           Rokas' patch to add the new fixed point type "__fixed16x16"
2538         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2539           functions for __fixed16x16 arithmetics
2540         * device/lib/pic16: reimplemented the build system to support
2541           a separate build directory, better handling of libio (create
2542           the library in a separate subdir for each architecture) and
2543           easier configuration (centralized in Makefile.common)
2544
2545 2005-08-07 Raphael Neider <rneider AT web.de>
2546
2547         * src/pic16/gen.c (genrshTwo): fixed sign extension
2548         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2549         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2550           added T0CONbits
2551         * device/include/pic16/pic18f4220.h: NEW, header for
2552           pic18f4220 and pic18f4320
2553         * device/include/pic16/pic18fregs.h: added new devices,
2554           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2555         * device/include/pic16/signal.h: resolved name clashes
2556           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2557           to also allow testing for interrupt enable bits, added
2558           comments on how to use the macros
2559         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2560         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2561           register definitions for the devices
2562         * device/lib/pic16/pics.all: added new devices
2563         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2564           allocated memory
2565         * device/lib/pic16/libc/stdlib/memfree: do not count
2566           the block header as free memory
2567         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2568           simplified and added missing end-of-blocklist-marker
2569           (reported by Peter Onion, fixes #1252814)
2570         * (_mergeHeapBlock): fixed loop condition
2571         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2572           len==0, restructured code
2573         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2574           up a bit, reduced bitfield accesses, prevent endless loops
2575           in case of heap corruption
2576         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2577           "unreferenced arguments/must return a value" warnings
2578         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2579           replaced BAUDREG with SPBRG
2580         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2581           device/lib/pic16/debug/gstack/gstack.c: replaced
2582           _naked, _asm, _endasm with __naked, __asm, __endasm
2583
2584 2005-08-05 Raphael Neider <rneider AT web.de>
2585
2586         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2587           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2588
2589 2005-08-05 Borut Razem <borut.razem AT siol.net>
2590
2591         * device/lib/Makefile.in: added missing ';'
2592         * configure: removed ^M characters
2593
2594 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2595
2596         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2597           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2598           License
2599
2600 2005-08-04 Borut Razem <borut.razem AT siol.net>
2601
2602         * configure.in: pic16 libraries build 2nd try - enable running
2603           configure in device/lib/pic16
2604         * configure: regenerated from configure.in
2605         * device/lib/Makefile.in: create $(PORT)/bin directory
2606
2607 2005-08-03 Raphael Neider <rneider AT web.de>
2608
2609         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2610           to get/set values via pointers
2611         * (genUnpackBits,genPackBits): changed detection of
2612           ptr->bitfield vs. sym.bitfield, fixed access via generic
2613           pointers, removed dead (wrong) code for multibyte bitfields
2614         * (genNearPointerGet, genGenPointerGet): removed useless code,
2615           fixed bitfield detection, fixes #1250594
2616         * (genNearPointerSet): removed useless code
2617         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2618           and introduced macro pic16_emitpcode that conditionally emits
2619           the origin of the following pCode (useful for debugging SDCC)
2620         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2621         * (createDefmap): fixed handling of LFSR for --optimize-df
2622
2623 2005-08-02 Borut Razem <borut.razem AT siol.net>
2624
2625         * device/lib/Makefile.in: pic16 libraries build enabled since
2626           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2627
2628 2005-08-02 Raphael Neider <rneider AT web.de>
2629
2630         * src/pic16/gen.c (genPackBits): removed deprecated warning
2631         * (genGenPointerSet): fixed bitfield detection
2632
2633 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2634
2635         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2636
2637 2005-07-31 Raphael Neider <rneider AT web.de>
2638
2639         * device/lib/pic16/libdev/pic18f458.c,
2640           device/include/pic16/pic18f458.h: added missing T0CONbits
2641
2642 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2643
2644         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2645
2646 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2647
2648         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2649
2650 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2651
2652         * device/include/mcs51/at89c51ed2.h: added.
2653
2654 2005-07-23 Raphael Neider <rneider AT web.de>
2655
2656         * src/pic/gen.h: added emitpcode macro for debugging
2657         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2658           and replace by macro adding debug information on demand
2659         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2660         * (gencjne): tried to fix; replaced with correct (slower) code
2661         * (gen{Unp,P}ackBits): fixed single bit access
2662         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2663         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2664           previous instruction
2665         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2666           register has to be handled with care (forbidding movement
2667           of assignments/uses, removing assignments completely, ...)
2668         * (pCodeOptime2pCodes): make use of regIsSpecial
2669         * added lots of debugging output (commented out)
2670         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2671           from being reused as result UNLESS it is known to work
2672
2673 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2674
2675         * support/Util/dbuf.h: include <stddef.h> for size_t
2676         * .version: changed to version 2.5.2
2677
2678 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2679
2680         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2681
2682 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2683
2684         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2685           (genModOneByte): removed needless psha/pula
2686
2687 2005-07-22 Raphael Neider <rneider AT web.de>
2688
2689         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2690           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2691         * src/pic/gen.c (resolveIfx): do not "invent" labels
2692         * (genSkipc): changed to positive logic
2693         * (genSkipCond): removed as no longer needed
2694         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2695           backport from PIC16
2696         * (genLeftShift): check operands are in different registers
2697         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2698           INCF does not update CARRY...
2699         * src/pic/main.c: fixed _linkCmd
2700         * src/pic/pcode.c (unlinkpCode): added inactive code
2701         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2702           alive (do not assign result and operand overlapping registers)
2703
2704 2005-07-22 Raphael Neider <rneider AT web.de>
2705
2706         * src/pic/device.c (dump_sfr): replaced register declaration with
2707           call to emitSymbolToFile() to avoid duplicate symbols
2708         * (assignRelocatableRegisters): do not declare external symbols
2709         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2710           right (take size of type, not etype)
2711         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2712         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2713         * (packRegsForAccUse): disabled assignment of WREG as
2714           the result reg to prevent occurence of just fixed #1235003,
2715           fixes #1242954
2716         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2717           symbols (avoids duplicate symbols in .asm file)
2718         * (pic14emitRegularMap): use emitSymbolToFile()
2719         * src/pic/gen.c (aopOp): fixed spillLocation handling
2720         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2721         * (genDataPointerSet): removed unneccessary variables/output
2722
2723 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2724
2725         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2726         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2727
2728 2005-07-21 Raphael Neider <rneider AT web.de>
2729
2730         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2731           architecture cannot handle them efficiently, fixes bug #1235003
2732         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2733           check for empty sets before using them (fixes bug #1232190)
2734
2735 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2736
2737         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2738           (lnksect2): generate warnings for memory overlap
2739         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2740           constseg to set the name of these segments so you can instruct the linker
2741           to place them in banks
2742         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2743         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2744           added code_seg and const_seg to options
2745         * src/SDCCglue.c (emitMaps): use options.const_seg,
2746           (createInterruptVect): put interrupt vectors in segment HOME,
2747           (glue): put HOME before static segment and put the main glue in HOME,
2748           (glue): use options.code_seg
2749         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2750         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2751           these segments so you can instruct the linker to place them in banks
2752           (linkEdit): use code_loc for HOME segment which should be the first
2753           segment in code memory now
2754         * src/SDCCmem.c: fixed more stuff like bug 1238386
2755         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2756           (changePointer): don't change function pointers to code pointers for
2757           banked functions,
2758           (compareType): added exceptional check for banked function pointers
2759         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2760         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2761           after static in code memory
2762         * src/mcs51/gen.c: added aopLiteralLong prototype,
2763           (aopForSym): use getSize for functions,
2764           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2765           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2766           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2767           the segment,
2768           (genPcall): use call for literal function pointers and generate banked
2769           calls over the one trampoline so there's only one place for the user to
2770           modify according to his/hers hardware,
2771           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2772           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2773         * src/mcs51/main.c: added keyword banked,
2774           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2775         * support/Util/SDCCerr.c,
2776         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2777           needed for passing the bank and address to the trampoline
2778         * device/lib/mcs51/crtbank.asm: added for bankswitching
2779         * device/lib/mcs51/Makefile: added crtbank
2780
2781 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2782
2783         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2784           for fields at offset 0 of a struct or union as reported
2785           on 2005-07-07 in the developer mailing list.
2786
2787 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2788
2789         * src/SDCCmem.c: fixed bug 1238386
2790
2791 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2792
2793         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2794           (patch #1144962), added peephole 300, enabled 259.x
2795         * doc/sdccman.lyx: removed screenshot and provided link instead
2796
2797 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2798
2799         * doc/sdccman.lyx: added section about debugging with ddd
2800         * doc/figures/ddd_example.eps: screenshot of debugging session
2801
2802 2005-07-04 Raphael Neider <rneider AT web.de>
2803
2804         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2805           like CODE pointers, fixes #1115683
2806         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2807           call, fixes bugs #1232211, #1228110,
2808           fixed wrong casts to pCodeFlow from pCodeInstructions
2809
2810 2005-07-04 Raphael Neider <rneider AT web.de>
2811
2812         * src/pic/gen.c (popGet): changed assert to allow for
2813           bit operands
2814         * (popGetAddr): changed signature to provide
2815           an additional index, patched all call sites
2816         * (genCmpEq): handle literal-like operands correctly
2817         * (genAddrOf): added sanity checks on __code/__data pointers
2818         * (genAssign): added handling of symbols from __code section
2819         * (gencjne): do not generate code for comparisons whose result
2820           is neither stored nor used, fixes bug #1171114
2821         * (AccLsh, AccRsh): operate on operand instead of WREG
2822         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2823           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2824           by known count
2825         * rewrote complete shift-by-literal logic, commented unused
2826           functions out
2827         * (genConstPointerGet): get multiple bytes (if result size > 1),
2828           fixed handling of non-immediate addresses
2829         * (genPointerGet): handle CODE pointers like CONST pointers
2830         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2831         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2832           operand is to be treated as a literal or not
2833         * (mov2w,genPcall,genCmpEq),
2834           src/pic/genarith.c: use aop_isLitLike() to decide between
2835           literal/register contents
2836         * (addSign): added missing offset
2837         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2838           only emit comment in debug-mode,
2839           use {aop,op}_isLitLike throughout the file
2840         * src/pic/glue.c: fix initializers for pointers (work in progress)
2841         * src/pic/pcode.c (get_op): honor index on _const symbols
2842         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2843         * (dumppBlock): added pCode size estimation
2844         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2845           check for IS_SYMOP before OP_SYMBOL'ing
2846         * fixed indentation, compacted switch-statements
2847         * (allocReg): find free register and allocate it instead of
2848           allocating new registers all the time
2849         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2850           registers as its operands (necessary only for multibyte GETs)
2851
2852 2005-07-01 Raphael Neider <rneider AT web.de>
2853
2854         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2855           debugging .asm-output macros FENTRY + FEXIT
2856         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2857           way... I wonder...
2858         * (emitpComment): NEW, printf to pCode
2859         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2860           offset handling
2861         * (popGetAddr): NEW, variant of popGet to access an immediates
2862           high(er) bytes instead of the n'th byte of memory they reference,
2863           replaced popGet with popGetAddr where neccessary
2864         * (genDataPointerGet): reactivated and fixed implementation
2865         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2866           accesses
2867         * (genDataPointerSet): fixed multibyte assignments
2868         * (genpic14Code): fixed --i-code-in-asm handling
2869         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2870         * (genPlus): fixed index-out-of-bounds error
2871         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2872         * src/pic/ralloc.c: added debugging output macro FENTRY2
2873         * (spillThis): fixed indentation, enbraced for-body for clarity
2874         * (rematStr): commented out as now unused
2875         * (regTypeNum): commented out special spill case (overwrites
2876           arbitrary values)
2877         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2878
2879 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2880
2881         * doc/sdccman.lyx: documented sfr16/sfr32,
2882           added example for using storage class with function pointers
2883         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2884
2885 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2886
2887         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2888         * device/lib/_itoa.c,
2889         * device/lib/_ltoa.c: optimized codesize
2890         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2891           but don't know how to suppress the double warning.
2892         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2893         * support/Util/SDCCerr.c,
2894         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2895
2896 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2897
2898         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2899           fixed old K&R prototypes
2900         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2901         * device/lib/_gptrget.c,
2902         * device/lib/_gptrgetc.c,
2903         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2904           also new versions for small generic pointers and banked generic pointers
2905         * src/port.h: added const_name
2906         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2907         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2908         * src/SDCCcse.c (findPrevIc): check all associative operators
2909         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2910         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2911         * src/SDCCmem.c: updated comments,
2912           set far-space to 0 for pdata, results in optimized code
2913         * src/SDCCmem.h: added macro CONST_NAME
2914         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2915           moving the info into the highest bits, see also gptrget/gptrput
2916         * src/src.dsp: added sdcc.ico to project files
2917         * src/avr/gen.c (genCast): fixed bug 0x%d
2918         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2919         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2920           relation between ptr_type and DCL_TYPE,
2921           (genCast): fixed bug 0x%d
2922         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2923           (CODE)" for const_name
2924         * src/hc08/gen.c (genCast): fixed bug 0x%d
2925         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2926           (hc08_port): added "CONST (CODE)" for const_name
2927         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2928           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2929           between ptr_type and DCL_TYPE,
2930           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2931           operand* and took AOP() inside function so sfr-ness can be checked,
2932           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2933           new prototype,
2934           (genFunction, genEndFunction): optimized stack setup,
2935           (genMinus): optimized for literals with ending zeroes (in bytes),
2936           (genCast): fixed bug 0x%d
2937         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2938           (mcs51_port): added "CONST (CODE)" for const_name
2939         * src/mcs51/peeph.def: made rule 226 more generic
2940         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2941         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2942         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2943         * src/z80/main.c (z80_port): added NULL for const_name,
2944           (gbz80_port): added NULL for const_name
2945         * support/regression/tests/bug663539.c,
2946         * support/regression/tests/sfr16.c: new tests
2947
2948 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2949
2950         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2951
2952 2005-06-24 Raphael Neider <rneider AT web.de>
2953
2954         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2955           corrected typos...
2956         * device/include/pic16/signal.h: added USBIF
2957           and SIG_USB
2958
2959 2005-06-24 Raphael Neider <rneider AT web.de>
2960
2961         * device/lib/pic16/libdev/pic18f2455.c,
2962           device/include/pic16/pic18f2455.h: NEW
2963         * device/include/pic16/pic18fregs.h,
2964           device/lib/pic16/pics.all,
2965           src/pic16/device.c: added 18f2455
2966         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2967           device/include/pic16/{pic18f[68][567].h,usart.h}:
2968           replaced MULTIPLE_USARTS define with more relaible
2969           compatibility sfrs (for USART access)
2970
2971 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2972
2973         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2974           and the output asm file line is printed on two lines.
2975
2976 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2977
2978         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2979           BGT, BLE, BHI, and BLS instructions
2980         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2981           genCmpEq): removed
2982         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2983           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2984           fixes bug #1216342
2985         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2986
2987 2005-06-15 Raphael Neider <rneider AT web.de>
2988
2989         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2990         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2991         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2992           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2993           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2994
2995 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2996
2997         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2998           Marcel Telka in bug #1215704
2999
3000 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
3001
3002         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
3003           located in shared memory bank.
3004
3005 2005-05-31 Raphael Neider <rneider AT web.de>
3006
3007         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3008           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3009           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3010
3011 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3012
3013         * device/lib/_strncpy.c: fixed the fix
3014
3015 2005-05-26 Raphael Neider <rneider AT web.de>
3016
3017         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3018           initializers with \0, bug #1208187
3019         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3020           intializers with \0, bug #1208187
3021
3022 2005-05-26 Raphael Neider <rneider AT web.de>
3023
3024         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3025           initializers with \0, bug #1208187
3026         * src/pic16/main.c (_process_pragma): added sanity checks
3027           for stack position and size, emit warnings when appropriate
3028
3029 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3030
3031         * device/lib/_strncpy.c: fixed not filling with \0
3032
3033 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3034
3035         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3036           createFunction),
3037         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3038           compound_statement),
3039         * src/SDCCsymt.h,
3040         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3041
3042 2005-05-24 Raphael Neider <rneider AT web.de>
3043
3044         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3045
3046 2005-05-24 Raphael Neider <rneider AT web.de>
3047
3048         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3049           TRISE definitions, closes bug #1162453
3050
3051 2005-05-22 Raphael Neider <rneider AT web.de>
3052
3053         * src/pic16/main.c (_process_pragma): check for missing
3054           arguments to pragmas code and udata
3055         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3056           consistency fixes to match other headers (thanks to Jim Paris)
3057         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3058
3059 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3060
3061         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3062
3063 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3064
3065         * support/regression/tests/bug1198642.c: new test
3066         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3067         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3068         * support/scripts/resource.h,
3069         * support/scripts/resource.rc,
3070         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3071         * support/scripts/sdcc.ico: added 32x32 icon
3072
3073 2005-05-18 Raphael Neider <rneider AT web.de>
3074
3075         * device/lib/pic16/libdev/pic18f*.c,
3076         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3077           keywords to "__sfr" and "__at (X)"
3078         * device/include/pic16/pic18fregs.h: added pic18f4520
3079         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3080           #1203088 (MPLAB compatibility)
3081
3082 2005-05-17 Raphael Neider <rneider AT web.de>
3083
3084         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3085         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3086         * device/lib/pic16/pics.all: added new devices
3087         * src/pic16/device.c: added support for pic18f4520
3088
3089 2005-05-16 Raphael Neider <rneider AT web.de>
3090         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3091         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3092         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3093           convenience function for bit access
3094
3095 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3096
3097         * device/lib/printf_large.c: fixed bug 1193299
3098         * support/regression/tests/bug1057979.c: added test %3.3s
3099
3100 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3101
3102         * device/include/mcs51/8051.h,
3103         * device/include/mcs51/8052.h: made parseable with lint
3104         * device/include/mcs51/lint.h: added include file for (sp)lint
3105         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3106         * doc/cdbfileformat.lyx,
3107         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3108
3109 2005-05-14 Raphael Neider <rneider AT web.de>
3110
3111         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3112         * device/lib/pic16/libc/stdlib/itoa.c (new)
3113         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3114         * device/lib/pic16/libio/Makefile: exclude subdir according to
3115           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3116         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3117         * src/pic16/gen.c (genFunction): prevent annoying warning
3118         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3119           nameclashes on BeOS
3120         * support/cpp2/cppmain.c (cpp_output_string): new
3121         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3122           fixes bug 1116802
3123
3124 2005-05-13 Borut Razem <borut.razem AT siol.net>
3125
3126         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3127
3128 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3129
3130         * .version: changed to version 2.5.1; back to bleeding edge development
3131
3132 2005-05-11 Borut Razem <borut.razem AT siol.net>
3133
3134         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3135           generate PDF version 1.3 documents
3136
3137 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3138
3139         * .version: changed to version 2.5.0
3140
3141 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3142
3143         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3144
3145 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3146
3147         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3148         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3149         well as many smaller updates.
3150         * .version: changed to version 2.5.0-pre1
3151
3152 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3153
3154         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3155
3156 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3157
3158         * support/regression/tests/bug1185672.c: added
3159         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3160           bug 1185672
3161         * src/mcs51/gen.c (genCall): added comments, made it look safer
3162         * src/mcs51/gen.c (genEndFunction): simplified
3163
3164 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3165
3166         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3167
3168 2005-04-14 Borut Razem <borut.razem AT siol.net>
3169
3170         * fixed bug 1045046 - SIGSEGV with really simple code?:
3171           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3172           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3173
3174 2005-04-14 Borut Razem <borut.razem AT siol.net>
3175
3176         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3177           src/pic16/device.h: temporarily disabled experimental #inline pragma
3178           for 2.5.0 release
3179
3180 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3181
3182         * device/include/z80/stdio.h,
3183         * device/include/z80/string.h: removed these highly incomplete files so
3184           SDCC can use the default ones in device/include/
3185
3186 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3187
3188         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3189         gcc warning.
3190         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3191         fix sdcpp warnings.
3192
3193 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3194
3195         * device/include/malloc.h: removed redundant __reentrant prototypes
3196         * device/lib/_mullong.c: added working xstack variant in asm (C version
3197           doesn't pass regression tests)
3198         * device/lib/bpx.c: used __data and made bpx char for mcs51
3199         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3200           (createFunction): fixed bug with xstackPtr
3201         * src/SDCCcse.c: corrected comments
3202         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3203           (killDeadCode, eBBlockFromiCode): removed unused code
3204         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3205           corrected comments
3206         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3207           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3208           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3209           (genModOneByte): fixed warning in MSVC
3210         * src/mcs51/main.c (): added comments
3211         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3212
3213 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3214
3215         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3216
3217 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3218
3219         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3220
3221 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3222
3223         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3224         characters arrays of larger size than the declared one.
3225
3226 2005-04-10 Borut Razem <borut.razem AT siol.net>
3227
3228         * src/pic/gen.c (genInline),
3229           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3230           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3231           (findNextInstruction), (findPrevInstruction),
3232           (findInstructionUsingLabel),
3233           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3234         * src/pic/pcode.c (findLabel): added missing '\n'
3235         * src/src.dsp: added SDCCdwarf2.c to the project
3236
3237 2005-04-09 Borut Razem <borut.razem AT siol.net>
3238
3239         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3240
3241 2005-04-08 Raphael Neider <rneider AT web.de>
3242
3243         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3244           into the chain after a given one) and mergeDefmapSymbols (combine
3245           defmap entries for each symbol per pcode)
3246         * (createDefmap): have defmap entries merged in the end
3247         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3248           a symbol before replacing one access type's symbol, merge symbols in
3249           the end (replacement symbol might already have an entry)
3250         * (assignValnums): keep reference to written WREG intact
3251
3252 2005-04-08 Raphael Neider <rneider AT web.de>
3253
3254         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3255           Alpha)
3256
3257 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3258
3259         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3260         bytes
3261
3262 2005-04-07 Raphael Neider <rneider AT web.de>
3263
3264         * device/include/pic16/usart.h: added compatibility defines for
3265           devices with more than one USART
3266         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3267
3268 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3269
3270         * device/lib/Makefile.in: updated for port specific include
3271
3272 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3273
3274         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3275
3276 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3277
3278         * device/include/8051.h,
3279         * device/include/8052.h,
3280         * device/include/at89S8252.h,
3281         * device/include/at89c55.h,
3282         * device/include/at89x051.h,
3283         * device/include/at89x51.h,
3284         * device/include/at89x52.h,
3285         * device/include/mcs51reg.h,
3286         * device/include/reg51.h,
3287         * device/include/reg764.h,
3288         * device/include/regc515c.h,
3289         * device/include/sab80515.h: (re)moved these 12 files
3290         * device/include/mcs51/8051.h,
3291         * device/include/mcs51/8052.h,
3292         * device/include/mcs51/at89S8252.h,
3293         * device/include/mcs51/at89c55.h,
3294         * device/include/mcs51/at89x051.h,
3295         * device/include/mcs51/at89x51.h,
3296         * device/include/mcs51/at89x52.h,
3297         * device/include/mcs51/mcs51reg.h,
3298         * device/include/mcs51/reg51.h,
3299         * device/include/mcs51/reg764.h,
3300         * device/include/mcs51/regc515c.h,
3301         * device/include/mcs51/sab80515.h: and added them here
3302
3303 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3304
3305         * device/include/stdarg.h: changed SDCC specific keywords to double
3306           underlined form.
3307         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3308           mcs51 and ds390.
3309         * device/include/hc08/mc68hc908gp32.h,
3310         * device/include/hc08/mc68hc908jb8.h,
3311         * device/include/hc08/mc68hc908jkjl.h,
3312         * device/include/hc08/mc68hc908qy.h: fixed comments
3313         * device/include/mcs51/README: updated
3314         * device/include/mcs51/c8051f120.h: added PINRSF
3315         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3316         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3317           amidst code. Also inline is not supported.
3318
3319 2005-04-06 Raphael Neider <rneider AT web.de>
3320
3321         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3322         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3323           callers stack/frame pointers
3324
3325 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3326
3327         * device/include/pic16/usart.h: added, missing in previous commit,
3328         * device/include/pic16/adc.h: fixed typo,
3329         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3330         commit,
3331         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3332         <p18fxxx.inc>
3333         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3334         uninitialized because a bug appears with gplink
3335         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3336         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3337         complains for unrecognised option
3338
3339 2005-04-05 Raphael Neider <rneider AT web.de>
3340
3341         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3342           structs as well (using memcpy)
3343         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3344           on ISRs (GOTO has no label)
3345         * src/pic16/device.h: added OF_OPTIMIZE_DF
3346         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3347           new data flow analysis/optimization
3348         * src/pic16/pcode.c: added (prototypes for and implementation of)
3349           dataflow analysis functions, fixed pCodeInstructions' inCond and
3350           outCond values, made RCALL a branch instruction
3351         * (pic16_unlinkpCode): keep C line if possible
3352         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3353           C line moved if possible
3354         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3355         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3356           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3357         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3358           new flow)
3359         * (pic16_getJumptabpCode): NEW, needed in...
3360         * (LinkFlow): fixed handling of jumptables, calls and conditional
3361           branches
3362         * (pic16_InsertCommentAfter): NEW
3363         * (pic16_pCodeReplace): made verbose and flow preserving
3364         * (AnalyzeFlow): added call to data flow analysis
3365         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3366         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3367         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3368
3369 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3370
3371         * src/SDCCast.c (decorateType): fixed bug #1105626
3372
3373 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3374
3375         * device/include/asm/pic16/features.h,
3376         * pic18f*.h headers,
3377         * device/include/pic16/adc.h,
3378         * device/include/pic16/delay.h,
3379         * device/include/pic16/i2c.h,
3380         * device/include/pic16/malloc.h,
3381         * device/include/pic16/stdio.h,
3382         * device/include/pic16/stdlib.h,
3383         * device/include/pic16/string.h,
3384         * device/lib/pic16/libc/stdio/printf_tiny.c,
3385         * device/lib/pic16/libc/stdio/printf_small.c,
3386         * device/lib/pic16/libc/stdio/strmgpsim.c,
3387         * device/lib/pic16/libc/stdio/strmmssp.c,
3388         * device/lib/pic16/libc/stdio/strmusart.c,
3389         * device/lib/pic16/libc/stdio/vfprintf.c,
3390         * device/lib/pic16/libc/stdlib/ltoa.c,
3391         * device/lib/pic16/libc/stdlib/putchar.c,
3392         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3393         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3394         * device/lib/pic16/libc/stdlib/memchrram.c,
3395         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3396         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3397         * device/lib/pic16/libio/adc/adcbusy.c,
3398         * device/lib/pic16/libio/adc/adcread.c,
3399         * device/lib/pic16/libio/adc/adcsetch.c,
3400         * device/lib/pic16/libio/usart/ubaud.c,
3401         * device/lib/pic16/libio/usart/ubusy.c,
3402         * device/lib/pic16/libio/usart/udrdy.c,
3403         * device/lib/pic16/libio/usart/uopen.c,
3404         * device/lib/pic16/libio/usart/uputc.c,
3405         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3406         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3407         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3408         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3409         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3410         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3411         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3412         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3413         specific keywords to double underlined form,
3414         * device/lib/pic16/libc/Makefile.rules,
3415         * device/lib/pic16/libsdcc/Makefile.rules,
3416         * device/lib/pic16/libm/Makefile,
3417         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3418         to compile with C standard set in Makefile.common
3419         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3420         rand.c and crc.c in compilation process,
3421         * device/lib/pic16/libsdcc/int/divuint.c,
3422         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3423         `c' from signed to unsigned,
3424         * device/lib/pic16/startup/crt0.c,
3425         * device/lib/pic16/startup/crt0i.c,
3426         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3427         keywords to double underlined form, bug fixes in _do_cinit function
3428         which prevented the correct initialization of the .idata segment,
3429         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3430         core to enter a infinite loop
3431         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3432
3433 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3434
3435         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3436
3437 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3438
3439         * device/include/Makefile.in: add support for hc08 subdirectory
3440         * device/include/hc08/: new subdirectory
3441         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3442         Lucas Loizaga, thanks!
3443         * device/include/hc08/mc68hc908qy.h,
3444         * device/include/hc08/mc68hc908gp32.h,
3445         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3446         their own directory. Changed internal macro names to use the compiler
3447         reserved namespace. Changed SDCC specific keywords to double
3448         underlined form.
3449         * device/include/math.h,
3450         * device/include/malloc.h,
3451         * device/include/stdarg.h,
3452         * device/include/stdbool.h
3453         * device/include/string.h,
3454         * device/include/tinibios.h,
3455         * device/include/ds400rom.h,
3456         * device/include/8051.h,
3457         * device/include/8052.h,
3458         * device/include/80c51xa.h,
3459         * device/include/at89c55.h,
3460         * device/include/at89S8252.h,
3461         * device/include/at89x51.h,
3462         * device/include/at89x52.h,
3463         * device/include/ds80c390.h,
3464         * device/include/reg764.h,
3465         * device/include/regc515c.h,
3466         * device/include/sab80515.h,
3467         * device/include/mcs51/c8051f000.h,
3468         * device/include/mcs51/c8051f018.h,
3469         * device/include/mcs51/c8051f020.h,
3470         * device/include/mcs51/c8051f040.h,
3471         * device/include/mcs51/c8051f060.h,
3472         * device/include/mcs51/c8051f120.h,
3473         * device/include/mcs51/c8051f300.h,
3474         * device/include/mcs51/c8051f310.h,
3475         * device/include/mcs51/c8051f320.h,
3476         * device/include/mcs51/c8051f330.h,
3477         * device/include/mcs51/c8051f350.h,
3478         * device/include/z180.h: Changed SDCC specific keywords to double
3479         underlined form.
3480
3481 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3482
3483         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3484         18F4455,
3485         * (pic16_assignConfigWordValue): disable testing of configuration
3486         register value with config mask,
3487         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3488         function with port->fun_prefix,
3489         * (genFunction): when generating a naked interrupt function never
3490         create an absolute segment placed in interrupt vector address, place
3491         the actual interrupt function at IVA instead, when an interrupt
3492         function is generated with unspecified interrupt then do not create
3493         the absolute section,
3494         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3495         code for generating a call to generic pointer get/put function with
3496         a call to function pic16_callGenericPointer(),
3497         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3498         the call to the generic pointer get/put functions with prefixing the
3499         function name with port->fun_prefix,
3500         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3501         * src/pic16/main.c (_process_pragma): prefix function with
3502         port->fun_prefix,
3503         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3504         calling assembler, old 18Fxxxx macro is deprecated,
3505         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3506         PC_ASMDIR in while condition,
3507         * (findInstruction): add PC_ASMDIR in while condition,
3508         * (buildCallTree): prefix main with port->fun_prefix,
3509         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3510         identifier for variable with banked access in instructions BTFSS,
3511         BTFSC, BCF, BSF, BTG
3512         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3513         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3514         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3515         perform optimization when enviroment variable NO_REG_OPT is set,
3516         * (insideLRBlock): NEW, return 1 if register is inside an
3517         INF_LOCALREGS block,
3518         * (RemoveRegFromLRBlock): remove a register that is completely
3519         eliminated by register optimization, but it is still left in local
3520         register store/restore in/from stack block,
3521         * (Remove2pcodes): after removing register, check to see if it
3522         should be removed from local register store/restore in/from stack
3523         block,
3524         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3525         DUMMY_READ_VOLATILE,
3526
3527         * device/include/pic16/adc.h: minor prototype modifications and
3528         update,
3529         * device/include/pic16/malloc.h: added GPL notice various
3530         modifications,
3531         * device/include/pic16/stdint.h: NEW, standard header for ints
3532         * device/include/pic16/delay.h: NEW, header for delay functions,
3533         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3534         delay1mtcy,
3535         * device/include/pic16/signal.h: NEW, header providing helper macros
3536         for implementing signal handlers,
3537         * device/include/pic16/stdio.h: added prototypes for functions,
3538         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3539         prototypes for stdin and stdout, added macro PUTCHAR to
3540         automatically implement putchar function prototype,
3541         * device/include/pic16/usart.h: modified and updated USART library,
3542         * device/lib/pic16/libio/adc/,
3543         * device/lib/pic16/libio/i2c: some modifications to improve library
3544         performance,
3545         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3546         family of functions,
3547         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3548         family of functions and other sources,
3549         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3550         of the PIC18Fxx[28] devices,
3551         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3552         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3553         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3554         _do_cinit function, because the previous failed when local variables
3555         where not placed in the same memory bank,
3556         * device/lib/pic16/libsdcc/char/: various modifications to improve
3557         library performance,
3558         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3559         information on the new functions of the c library and more...
3560
3561 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3562
3563         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3564
3565 2005-03-26 Raphael Neider <rneider AT web.de>
3566
3567         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3568           if condition == CARRY)
3569         * (genCmp): adapted to new genSkipc semantics
3570         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3571           on rIfx (genCmp was broken)
3572
3573 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3574
3575         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3576         * src/z80/main.c (_keywords[]),
3577         * src/SDCCglobal.h (struct options),
3578         * src/SDCC.y,
3579         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3580         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3581         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3582         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3583         always available in leading double underscore form. The C99 support is
3584         mostly missing, but it's a start.
3585         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3586         reserved identifier "__data".
3587
3588 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3589
3590         * src/mcs51/peeph.def: fixed bug 1170013
3591
3592 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3593
3594         * device/include/mcs51reg.h: fixed bug 842007
3595
3596 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3597
3598         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3599         last time.
3600
3601 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3602
3603         * src/port.h (struct PORT),
3604         * src/avr/ralloc.c (avr_assignRegisters),
3605         * src/avr/main.c,
3606         * src/ds390/ralloc.c (ds390_assignRegisters),
3607         * src/ds390/main.c,
3608         * src/hc08/ralloc.c (hc08_assignRegisters),
3609         * src/hc08/main.c,
3610         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3611         * src/mcs51/main.c,
3612         * src/pic/ralloc.c (pic14_assignRegisters),
3613         * src/pic/main.c,
3614         * src/pic16/ralloc.c (pic16_assignRegisters),
3615         * src/pic16/main.c,
3616         * src/xa51/ralloc.c (xa51_assignRegisters),
3617         * src/xa51/main.c,
3618         * src/z80/ralloc.c (z80_assignRegisters),
3619         * src/z80/ralloc.h,
3620         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3621         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3622         * src/SDCCcse.h,
3623         * src/SDCCdflow.c (computeDataFlow),
3624         * src/SDCCdflow.h,
3625         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3626         * src/SDCCloop.h,
3627         * src/SDCCcflow.c (*),
3628         * src/SDCCcflow.h,
3629         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3630         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3631         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3632         immedDom() returning wrong block; probably fixes bug #1160833)
3633
3634 2005-03-20 Borut Razem <borut.razem AT siol.net>
3635
3636         * support/scripts/inc2h.pl: WIN32 port
3637
3638 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3639
3640         * device/lib/makefile.in: added abs.c and labs.c
3641
3642 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3643
3644         * device/include/stdint.h: added
3645         * device/lib/abs.c: added
3646         * device/lib/labs.c: added
3647         * device/include/stdlib.h: added abs() and labs() prototypes
3648         * device/lib/libsdcc.lib: added abs and labs
3649         * device/include/float.h,
3650         * device/lib/_fsmul.c,
3651         * device/lib/printf_fast.c,
3652         * device/lib/printf_tiny.c: updated comments
3653
3654 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3655
3656         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3657         bug #1164313
3658
3659 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3660
3661         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3662         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3663
3664 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3665
3666         * device/lib/printf_large.c: removed inline assembly for portability and
3667           readability. Use printf_fast if speed or size are more important.
3668         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3669         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3670
3671 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3672
3673         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3674         prevent compiler warning
3675
3676 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3677
3678         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3679         moved to level 0 and declared as static. Also they are explicit
3680         placed in access bank. This was necessery because some times they
3681         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3682         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3683         optimizations. Currently only compare to unsigned char is implemented,
3684         * src/pic16/gen.c: added fReturnIdx array,
3685         * (struct resolvedIfx) is moved to gen.h and made public,
3686         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3687         * (aopForSym): added an optimization to directly store in stack of
3688         the operand of a SEND iCode,
3689         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3690         but as registers instead (AOP_REG) using the fReturnIdx array,
3691         * (pic16_freeAsmop): remove the freed register from the
3692         _G.sregsAlloc field,
3693         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3694         a compare of 'WREG',
3695         * (pic16_popGetTempRegCond): changed function prototype, now
3696         function takes also a bitVector argument v which holds the current
3697         set of registers that are allocated for stack access by aopForSym,
3698         registers allocated in aopForSym for accessing stack symbols are not
3699         any more part of the functions usedRegs field,
3700         * (genCall): some times aopOp is called for a stack variable to be
3701         send, aopForSym might perform the push, if this is true make sure
3702         that genCall doesn't push the variable twice by testing _G.resDirect,
3703         * (genFunction): changed testing for unspecified interrupt number
3704         from 256 to INTNO_UNSPEC,
3705         * modified selection scheme of frame pointer generation. Previously
3706         if function did use local registers a frame pointer was generated,
3707         now a frame pointer is generated only if function has arguments
3708         (that need PLUSW2 register access), or has stack arguments, or the
3709         compiler is not instructed to omit the frame pointer,
3710         * (genEndFunction): before restoring local registers that were saved
3711         in the function preamble, also restore the registers that *might*
3712         have been allocated for stack access,
3713         * (genRet): removed some old comments,
3714         * (genCmp, the active (RN's) version): added a call to the
3715         pic16_genCmp_special function to perform the compare with a more
3716         robust and optimized way,
3717         * (genInline): a feature has been added in inline code generation,
3718         which allows a wildcard variable substitution when writing inline
3719         assembly. Code is incomplete and experimental therefore undocumented,
3720         * (genCast): changed order of aopOp for result and right to allow
3721         aopForSym to directly load the result if possible,
3722         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3723         perform an optimized compare on some selected special occasions,
3724         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3725         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3726         generate an IVT any more,
3727         * src/pic16/main.c (pic16_optionsTable): added command line option
3728         --optimize-cmp,
3729         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3730         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3731         macros,
3732         * src/pic16/NOTES: Raphael Neider added in list of active developers
3733         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3734         jumptable_end to prevent bug #,
3735         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3736         inCond and outCond fields,
3737         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3738         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3739         turn off register spilling,
3740         * (packRegsForOneUse): synced with other ports' versions although it
3741         is not used currently,
3742         * (pic16_packRegisters): added an optimization while reading
3743         structure bitfields, some registers may be saved (malloc code is
3744         decreased by 80 bytes)
3745
3746 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3747
3748         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3749         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3750         this can be optimized more?
3751
3752 2005-03-10 Raphael Neider <rneider AT web.de>
3753
3754         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3755           genNearPointerGet): (hopefully) fixed access to bitfields via
3756           pointers (p->bitN = x; and x = p->bitN; failed)
3757
3758 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3759
3760         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3761
3762 2005-03-09 Raphael Neider <rneider AT web.de>
3763
3764         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3765
3766 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3767
3768         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3769         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3770           (regTypeNum): set REG_BIT type if necessary
3771         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3772         * support/regression/tests/critical.c: check bug 1144613
3773
3774 2005-03-02 Raphael Neider <rneider AT web.de>
3775
3776         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3777
3778 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3779
3780         * src/avr/ralloc.c (serialRegAssign),
3781         * src/ds390/ralloc.c (serialRegAssign),
3782         * src/hc08/ralloc.c (serialRegAssign),
3783         * src/mcs51/ralloc.c (serialRegAssign),
3784         * src/pic/ralloc.c (serialRegAssign),
3785         * src/pic16/ralloc.c (serialRegAssign),
3786         * src/xa51/ralloc.c (serialRegAssign),
3787         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3788
3789 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3790
3791         * src/SDCCast.c (decorateType): fixed bug 1124787
3792
3793 2005-02-20 Hubert Sack <sack AT digiplan.de>
3794         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3795
3796         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3797         patch #1121755
3798
3799 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3800
3801         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3802         to keep the correct label reference count when adding/removing references
3803         to labels. A peephole file using this is appended to patch #1144962.
3804
3805 2005-02-14 Raphael Neider <rneider AT web.de>
3806
3807         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3808         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3809         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3810           retrievals of result operand's value on assignment
3811
3812 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3813
3814         * device/include/pic16/string.h: modified prototype for memccpy()
3815         to memccpy(void *, void *, char, size_t)
3816         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3817         check whether to omit frame pointer or not,
3818         * (genInline): convert all occurences of "\n" to LF in inline
3819         assembler blocks, this helps formatting the inline text,
3820         * (pic16_loadFSR0): modified prototype,
3821         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3822         removed some 8051 legacy code,
3823         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3824         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3825         before allocating temporary registers in functions,
3826
3827 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3828
3829         * support/regression/tests/bitvars.c: corrected the "fix"
3830
3831 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3832
3833         * support/regression/tests/bitvars.c,
3834         * support/regression/tests/bitwise.c,
3835         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3836
3837 2005-02-10 Raphael Neider <rneider AT web.de>
3838
3839         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3840           different size for Alpha
3841         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3842
3843 2005-02-09 Raphael Neider <rneider AT web.de>
3844
3845         * src/SDCC.lex(doPragma) : save and restore warning options as well
3846           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3847         * have #pragma less_pedantic set the errorlevel to WARNING
3848           (fixes #1117001)
3849         * (cloneOptimize) : fixed wrong malloc's size
3850         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3851           facilitate correct handling of #pragma (save|restore)
3852
3853 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3854
3855         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3856
3857 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3858
3859         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3860
3861 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3862
3863         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3864
3865 2005-02-02 Raphael Neider <rneider AT web.de>
3866
3867         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3868         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3869         * (pic16_storeForReturn): fixed to allow returning function pointers
3870         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3871         * device/include/pic16/{stddef.h,stdbool.h}: added
3872
3873 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3874
3875         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3876
3877 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3878
3879         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3880         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3881          appeared to be required
3882
3883 2005-01-31 Borut Razem <borut.razem AT siol.net>
3884
3885         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3886           include/mcs51 and include/z80 directories to the package
3887
3888 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3889
3890         * src/hc08/gen.c (genFunction): fixed bug #1112752
3891
3892 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3893
3894         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3895
3896 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3897
3898         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3899
3900 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3901
3902         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3903
3904 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3905
3906         * device/include/c8051fxxx.h: removed these 6 files
3907         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3908
3909 2005-01-26 Raphael Neider <rneider AT web.de>
3910
3911         * src/pic16/gen.c (genAssign): fixed assignment from longs
3912           in codespace (were cut to three bytes)
3913         * (genDummyRead): implemented (except for CODESPACE...),
3914           fixed bug #1108575
3915         * src/pic16/glue.c (emitStatistics): beautified
3916         * device/lib/pic16/libm/Makefile: added include path
3917
3918 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3919
3920         * src/z80/gen.c (aopPut): fixed bug #1103902
3921
3922 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3923
3924         * device/lib/expf.c: fixed bug #1095792
3925
3926 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3927
3928         * device/lib/pic16/libm: added Math library sources
3929
3930 2005-01-24 Raphael Neider <rneider AT web.de>
3931
3932         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3933           to enable upcast to pCodeOpReg2 (there is no type tag to
3934           differenciate the two and pic16_popGet2p cast into PCOR2)
3935         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3936           (sizeof(sectNames) changed to sizeof(sectName))
3937           Both patches fix segfaults under MinGW.
3938
3939 2005-01-23 Raphael Neider <rneider AT web.de>
3940
3941         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3942           Safe_[mc]?alloc()'ed variables
3943         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3944           of (byte sized) temporaries (assign them to WREG for now)
3945         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3946           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3947           this might fix SIGSEGVs on MinGW...
3948         * src/SDCCopt.c (killDeadCode): restored original behaviour
3949           (volatile operands might get thrown away though)
3950
3951 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3952
3953         * src/pic16/gen.c: fixed bug #1106975,
3954         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3955         pointer update, INTCON is saved, global interrupts are disabled and
3956         restored after updateing TOS.
3957         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3958         * added function attribute 'shadowregs' to take advantage of shadow
3959         registers,
3960         * added function attribute 'wparam' as an alternative to the wparam
3961         pragma,
3962         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3963         user declares a non-ISR function as 'shadowregs',
3964         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3965
3966 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3967
3968         * .version: bumped version number to 2.4.8
3969         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3970         pic16 port,
3971         * device/lib/pic16/libio/i2c/: I2C module support library,
3972         * device/include/pic16/i2c.h: I2C support library header,
3973         * device/lib/pic16/libc/stdio/: standard IO support sources,
3974         * (printf_small.c): printf_small() source, supports float print,
3975         * (printf_tiny.c): printf_tiny() source, does not support floats,
3976         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3977         enable global optimizations for entire library source, other
3978         Makefiles in the source tree are also modified to reflect this,
3979         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3980         function,
3981         * doc/sdccman.lyx: updated to reflect new changes,
3982         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3983         sym->onStack if-case,
3984         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3985         sbit, idata, _idata, xdata, _xdata,
3986         * added pragma library, to link an external library, (see doc),
3987         * removed command line options, --pomit-config-words, --pomit-ivt,
3988         --pleave-reset-vector,
3989         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3990         when calling assembler to reflect memory model used, also define
3991         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3992         reflect stack model used,
3993         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3994         on stack return NULL,
3995
3996 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3997
3998         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3999           of the operands is volatile. Fixes #1020220
4000
4001 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
4002
4003         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4004         * (OptimizeRegUsage): make sure that there is really no other flow where
4005           the first pCode is used
4006
4007 2005-01-22 Raphael Neider <rneider AT web.de>
4008
4009         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4010           to fix #1106967 (pCode->seq are not set up correctly)
4011
4012 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4013
4014         * src/SDCCglue.c (glue): make sure code area is declared before the
4015         static initialization area.
4016
4017 2005-01-21 Raphael Neider <rneider AT web.de>
4018
4019         * device/lib/Makefile.in: fixed test for pic16 install dir
4020         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4021           optimizations
4022         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4023           added --optimize-goto compiler switch and pragma wparam documentation
4024         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4025         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4026           and PRODH closing bug #1071770 (peephole optimizer)
4027
4028 2005-01-19 Raphael Neider <rneider AT web.de>
4029
4030         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4031           cmdLine buffers (used when calling sdcpp...) are large enough
4032           (MAX_PATH=256 truncates arguments leading to system halts when
4033           used in MinGW...)
4034         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4035         * (genUminus): rewritten to for efficiency
4036         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4037           used uninitialized in some cases)
4038         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4039           copy the third byte from the int -- now assumes 0x80 (data memory)
4040         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4041           operands (genAddLit expects the iCode's operands to swapped as
4042           well), fixed leftover bytes (crashed for short left operands)
4043         * (pic16_genMinusDec): performance improvements, removed false
4044           PIC14 emitSKPNCs
4045         * (pic16_genMinus): fixed to cope with differently sized operands
4046         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4047           for --obanksel > 1
4048         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4049         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4050           new banksel optimization
4051         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4052           analysis for temporary registers (segfaults...)
4053         * src/pic16/peeph.def: added rule
4054
4055 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4056
4057         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4058         which converts a float number to its ASCII representation
4059         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4060         functions to convert the fractional and integer part of a float to ASCII,
4061         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4062         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4063         ram
4064         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4065         _STATMEM macros,
4066         * device/include/pic16/adc.h: added GPL info,
4067         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4068         a pCodeOp as tested operand,
4069         * (genNearPointerGet): optimized bit testing, does not use
4070         intermediate register for bit value, test directly instead with
4071         BTFSS, BTFSC, works only for single bits,
4072         * (genpic16Code): dump the name of the iCode in the asm,
4073         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4074         renamed to pic16_decodeOp,
4075         * (serialRegAssign): do not allocate a temporary register for iCode
4076         sequences that test a single bit for 1/0
4077
4078 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4079
4080         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4081         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4082         access stack and frame pointers. They are initially assigned to
4083         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4084         accessing SFRs. Updated all occurences of modification of stack or
4085         frame pointer in gen.c and pcode.c,
4086         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4087         assigning of a literal value to pointers,
4088         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4089         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4090         selected
4091
4092 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4093
4094         * doc/sdccman.lyx: update documentation about stack pragma, added
4095         some info for stack memory models
4096
4097 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4098
4099         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4100
4101 2005-01-08 Raphael Neider <rneider AT web.de>
4102
4103         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4104           udata sections to fix bug #1097823
4105
4106 2005-01-05 Raphael Neider <rneider AT web.de>
4107
4108         * src/pic16/gen.c (genGenericShift): added handling of differently
4109           sized left operand and result
4110
4111 2005-01-04 Raphael Neider <rneider AT web.de>
4112
4113         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4114         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4115           to hold the condition bit)
4116         * added new version of genCmp (old code available via #define)
4117         * added new version of genShiftLeft/genShiftRight in a generic
4118           way, now supports shifting by negative values
4119         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4120           shiftCount (expected by genGenericShift)
4121         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4122         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4123           dump
4124         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4125           is an invalid literal too...)
4126
4127 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4128
4129         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4130         from Raphael Neider,
4131         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4132         for 8-bit literals. This fixes some literal operands which are sign
4133         extended to 16-bits ints when instruction needs only 8-bits.
4134
4135 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4136
4137         * device/lib/logf.c: added mcs51 assembly version
4138         * device/lib/expf.c: added mcs51 assembly version
4139         * device/lib/_logexpf.c: new shared asm code for expf and logf
4140         * device/include/math.h: add defines for assembly math library
4141         * device/lib/Makefile.in: build new _logexpf.c
4142         * device/lib/libfloat.lib: use new _logexpf.c
4143
4144 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4145
4146         * src/pic/device.c
4147         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4148           device types which have less than 0x7f registers.
4149
4150 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4151
4152         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4153
4154 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4155
4156         * device/lib/printf_fast.c: only build on supported arch.
4157         * device/lib/printf_tiny.c: only build on supported arch.
4158         * device/lib/printf_fast_f.c: only build if asm float lib
4159         * device/lib/_fsget1arg.c: only build if asm float lib
4160         * device/lib/_fsget2args.c: only build if asm float lib
4161         * device/lib/_fsnormalize.c: only build if asm float lib
4162         * device/lib/_fsreturnval.c: only build if asm float lib
4163         * device/lib/_fsrshift.c: only build if asm float lib
4164         * device/lib/_fsswapargs.c: only build if asm float lib
4165         * device/include/stdio.h: don't provide print_fast,
4166           print_fast_f, print_tiny prototypes if --xstack used
4167
4168 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4169
4170         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4171         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4172           to the SOURCES
4173
4174 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4175
4176         * device/lib/printf_fast_f.c: same as printf_fast, but
4177           with floating point enabled
4178         * device/lib/printf_fast.c: minor tweaks
4179         * device/include/stdio.h: add printf_fast_f
4180
4181 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4182
4183         * src/SDCCmain.c: make --float-reent default for mcs51
4184         * device/lib/_fsadd.c: added mcs51 assembly version
4185         * device/lib/_fssub.c: added mcs51 assembly version
4186         * device/lib/_fsmul.c: added mcs51 assembly version
4187         * device/lib/_fsdiv.c: added mcs51 assembly version
4188         * device/lib/_fseq.c: added mcs51 assembly version
4189         * device/lib/_fsneq.c: added mcs51 assembly version
4190         * device/lib/_fsgt.c: added mcs51 assembly version
4191         * device/lib/_fslt.c: added mcs51 assembly version
4192         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4193         * device/lib/Makefile.in: add _fscmp to build
4194         * device/lib/libfloat.lib: add _fscmp to build
4195
4196 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4197
4198         * device/lib/_fs2slong.c: added mcs51 assembly version
4199         * device/lib/_fs2sint.c: added mcs51 assembly version
4200         * device/lib/_fs2schar.c: added mcs51 assembly version
4201         * device/lib/_fs2ulong.c: added mcs51 assembly version
4202         * device/lib/_fs2uint.c: added mcs51 assembly version
4203         * device/lib/_fs2uchar.c: added mcs51 assembly version
4204         * device/lib/_slong2fs.c: added mcs51 assembly version
4205         * device/lib/_sint2fs.c: added mcs51 assembly version
4206         * device/lib/_schar2fs.c: added mcs51 assembly version
4207         * device/lib/_ulong2fs.c: added mcs51 assembly version
4208         * device/lib/_uint2fs.c: added mcs51 assembly version
4209         * device/lib/_uchar2fs.c: added mcs51 assembly version
4210         * device/include/float.h: added #define to select asm vs c
4211
4212 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4213
4214         * device/lib/printf_fast.c: improvements to float output
4215         * device/include/float.h: add defines for assembly float library
4216         * device/lib/_fsget1arg.c: receive 1 float arg
4217         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4218         * device/lib/_fsnormalize.c: normalize a float
4219         * device/lib/_fsreturnval.c: return float, various helper routines
4220         * device/lib/_fsrshift.c: right shift a float's mantissa
4221         * device/lib/_fsswapargs.c: swap 2 floats
4222         * device/lib/Makefile.in: build these 6 new files for mcs51
4223         * device/lib/libfloat.lib: add these 6 files to the library
4224
4225 2004-12-26 Borut Razem <borut.razem AT siol.net>
4226
4227         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4228           built by gcc 3.4.2
4229
4230 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4231
4232         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4233           and fully reentrant and register bank neutral.
4234         * device/lib/printf_fast.c: added float (not enabled by default),
4235           added compact/slower integer (also not enabled by default),
4236           improved size/speed of fast integer code, other minor changes
4237         * device/include/stdio.h, device/lib/Makefile.in,
4238           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4239
4240 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4241
4242         * src/pic16/pcode.c: declaring variables other than at the start of a
4243           block is not supported in C by VC6.
4244
4245 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4246
4247         * applied a previous patch from Raphael Neider that wasn't included
4248         in the previous commits, which fixes infinite loops within jumptable
4249         improvements,
4250         * made some fixes that previous patches introduced
4251
4252 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4253
4254         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4255         that fixes an issue with AOP_PCODE asmop's offset,
4256         * (pic16_popCopyReg): update instance field too,
4257         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4258         function of pic port,
4259         * (genCmp, genAnd, genAssign),
4260         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4261
4262 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4263
4264         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4265         variables initial values to idata section,
4266         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4267         variables in some functions. This utilizes parmBytes field of iCode
4268         structure to hold the offset of the variable in stack. (might be
4269         able to use the stack field too?)
4270         * applied patch from Raphael Neider # ### , # ###
4271         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4272         variable initial values in idata section,
4273         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4274         for static variables with initial value
4275         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4276         applied fix in while loop from Raphael Neider.
4277
4278 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4279
4280         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4281         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4282         * src/ds390/ralloc.c (serialRegAssign): spill bits
4283         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4284         * support/Util/SDCCerr.c,
4285         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4286         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4287         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4288
4289 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4290
4291         * device/include/sdcc-lib.h: inserted LGPL, added includes
4292           asm/ds390/features.h and asm/mcs51/features.h
4293         * device/include/asm/default/features.h,
4294         * device/include/asm/gbz80/features.h,
4295         * device/include/asm/z80/features.h: added empty _AUTOMEM
4296           and _STATMEM
4297         * device/include/asm/ds390/features.h,
4298         * device/include/asm/mcs51/features.h: added files with defines for
4299           _AUTOMEM and _STATMEM indicating automatic and static storage class
4300         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4301         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4302         * src/SDCCicode.c (geniCodeCast),
4303         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4304         * src/SDCCloop.c (loopInduction): removed unused variable lr
4305         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4306           to convertToFcall to include char modulo (RFE 1065037), added check
4307           if left operand is unsigned and use abs of literal value
4308         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4309           as it doesn't work after conversion from peephole.def to peephole.rul
4310         * src/mcs51/gen.c (toBoolean): added check for size,
4311           (genModOneByte): optimized code for signed char modulo a literal
4312           power of 2 (thanks to Hubert Sack),
4313           (genRRC): removed unnecessary "clr c",
4314           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4315         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4316           jump optimization,
4317           swapped rules 256.c and 256.d,
4318           extended 256.d by using new multiple checks (thanks Erik),
4319           added rules 256.e and 256.f,
4320           updated rule 261.a and 261.b to new generated code
4321         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4322
4323 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4324
4325         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4326           induction related bugs, including first part of bug #1074377
4327
4328 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4329
4330         * applied patch from bug-report #1076292,
4331         * applied patches for genAnd and Goto-optimizations for Raphael
4332         Neider,
4333         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4334         dump a less iCode information,
4335         * src/pic16/device.h (pic16_options_t): added field debgen,
4336         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4337         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4338         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4339         puclic,
4340         * (various functions): added macros FENTRY and FENTRY2 to functions,
4341         to emit function prologue,
4342         * (various functions): fixed indentation,
4343         * (genNearPointerGet): fixed loading of FSR0,
4344         * (genPackBits): applied patch from Raphael Neider to fix updating
4345         of FSR0 and touching only the modified bits,
4346         * src/pic16/genarith.c (various functions): added macros FENTRY to
4347         emit function prologue in comments,
4348         * src/pic16/pcode.h: added functions debugf2, debugf3,
4349         * src/pic16/ralloc.c: partial fix for packForPush caused
4350         segmentation fault,
4351
4352 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4353
4354         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4355           <stsp AT users.sourceforge.net> with reversed byte order
4356         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4357
4358 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4359
4360         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4361           bug #1074377
4362         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4363         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4364
4365 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4366
4367         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4368
4369 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4370
4371         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4372           conditions,
4373           (setFromConditionArgs): friendly operand parser for peephole rules,
4374           (operandBaseName, operandsNotRelated): new peephole condition
4375           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4376           architecture specific register naming into account, handles n-way
4377           comparisons, and supports quoted literals
4378         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4379
4380 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4381
4382         * src/mcs51/peeph.def: fixed bug #1076940
4383
4384 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4385
4386         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4387
4388 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4389
4390         Adding support for replacing ljmps with sjmps in jumptables
4391         generated for switch statements. For now you need to set the
4392         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4393         Now 4 algorithms for mcs51 jumptable generation are used:
4394         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4395         addresses loaded pc-relative for up to 112 cases and stack-pushing
4396         target addresses loaded with offset from dptr for up to 256 cases.
4397
4398         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4399         * src/mcs51/main.c: adapted constants for switch table generation
4400         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4401
4402 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4403
4404         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4405         * support/regression/tests/bug1057979.c: added test for bug 1073386
4406
4407 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4408
4409         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4410         compilers
4411
4412 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4413
4414         * src/pic16/device.h,
4415         * src/pic16/genarith.c,
4416         * src/pic16/glue.c,
4417         * src/pic16/main.c,
4418         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4419
4420 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4421
4422         Large cummulative patch for pic16 port.
4423         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4424         to call when a stack overflow occurs,
4425         * (malloc.h): added CVS Id tag,
4426         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4427         variable,
4428         * added libc directory. The current version of LibC contains string
4429         functions, ctype functions and macros and some functions of the
4430         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4431         be extensively tested in the future. Standard disclaimer here.
4432         Library is not automatically build yet. But one can build it by
4433         invoking 'make' inside the libc directory.
4434         * added ADC library under libio. Preliminary version yet.
4435
4436         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4437         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4438         aopForRemat() now and not by pic16_aopOp(),
4439         * (pic16_popGetTempReg): removed warning messgae when allocating
4440         temporary registers, its a buggy feature and will be removed,
4441         * (pic16_popGet): set register instance field in AOP_CRY,
4442         * (pic16_outBitC): fixed for results in size greater than 1,
4443         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4444         * (pic16_storeForReturn): optimized return of 0,
4445         * (genCmp): experimental code for new genCmp which uses PIC18's
4446         special compare&skip instructions. Initial tests fail some times
4447         with variables grater than 1 byte in size, so new code is disabled,
4448         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4449         a single bit,
4450         * (genCast): began a fix to optimize the casting of a bit to another
4451         bit, now assigning a bitfield to another bitfield will fail, sorry,
4452         * src/pic16/main.c: disabled the use of lr-support feature,
4453         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4454         * added some function prototypes, added function _debugf prototype,
4455         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4456         bits with offset (case PO_GPR_BIT),
4457         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4458         command line,
4459         * (isBankInstruction): modified to return 0 for no banking instruction,
4460         and 1 for banking instruction,
4461         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4462         caused stop processing pCodes after a inline assembly block,
4463         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4464         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4465         registers when it shouldn't,
4466         * src/pic16/ralloc.c (allocReg): add preliminary support for
4467         supporting a limited set of temporary registers,
4468
4469 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4470
4471         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4472           genDataPointerSet): ensure assignments always copy in MSB to LSB
4473           order,
4474           (loadRegFromAop): recognize CLRH optimization,
4475           (genFunction): optimize RECEIVE iCodes in reentrant functions
4476
4477 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4478
4479         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4480           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4481           selected.
4482         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4483         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4484           contiguous with data
4485
4486 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4487
4488         * device/lib/_gptrget.c (_gptrget),
4489         * device/lib/_gptrgetc.c (_gptrgetc),
4490         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4491           instead of sjmp to ret
4492         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4493           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4494
4495 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4496
4497         * .version: bumped version to 2.4.7
4498         * device/lib/_gptrget.c (_gptrget): is now _naked
4499         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4500         * device/lib/_gptrput.c (_gptrput): is now _naked
4501         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4502           (createFunction): fixed xstack
4503         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4504         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4505           or bit either,
4506           (geniCodeCritical): store original interrupt state in an iTemp bit
4507           var unless stack-auto
4508         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4509         * src/SDCCmain.c (setIncludePath): added include/target to search path
4510         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4511         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4512           prototype,
4513           (processFuncArgs): put bit vars in bit area
4514         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4515           unsaveRBank): fixed xstack,
4516           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4517           (genFunction, genEndFunction): fixed xstack,
4518           (genAssign): optimization don't walk backwards through mem
4519         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4520         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4521         * support/regression/Makefile: also make library (for stack-auto) when
4522           making "all" and added "test-mcs51-xstack-auto"
4523         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4524         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4525         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4526         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4527         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4528           make-library by MAKE_LIBRARY
4529         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4530           regression tests for xstack
4531         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4532         * support/regression/tests/critical.c: test for critical on mcs51
4533
4534 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4535
4536         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4537           built version of sdcc instead of installed version
4538
4539 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4540
4541         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4542         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4543           vprintf.c now
4544         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4545         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4546           WARNING: remove device/lib/build/z80/printf.o by hand when
4547           updating from previous build!
4548         * device/lib/z80/printf.c: updated comment
4549         * support/regression/tests/bug1057979.c: test all ports now
4550         * support/regression/tests/bug1065458.c: file added
4551
4552 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4553
4554         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4555           *_start and *_end symbols for static functions
4556
4557 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4558
4559         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4560           and search crt0.o in all library paths,
4561           (setIncludePath): proper handling of --nostdinc,
4562           (setLibPath): proper handling of --nostdlib
4563         * support/regression/Makefile,
4564         * support/regression/ports/ds390/spec.mk,
4565         * support/regression/ports/gbz80/spec.mk,
4566         * support/regression/ports/hc08/spec.mk,
4567         * support/regression/ports/mcs51/spec.mk,
4568         * support/regression/ports/mcs51-large/spec.mk,
4569         * support/regression/ports/mcs51-stack-auto/spec.mk,
4570         * support/regression/ports/z80/spec.mk: use include and lib files from
4571           built version of sdcc instead of installed version
4572         * doc/sdccman.lyx: fixed typo in --nostdinc
4573
4574 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4575
4576         * src/pic/pcode.c,
4577         * src/pic/device.c,
4578         * src/pic/ralloc.c,
4579         * src/pic/gen.c : added support to generate code for struct bit fields.
4580
4581 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4582
4583         * as/xa51/xa_version.h,
4584         * device/include/errno.h,
4585         * device/include/regc515c.h,
4586         * device/lib/_itoa.c,
4587         * device/lib/_ltoa.c,
4588         * device/lib/ser_ir_cts_rts.c,
4589         * sim/ucsim/xa.src/glob.cc,
4590         * sim/ucsim/xa.src/inst_gen.cc,
4591         * sim/ucsim/xa.src/xa_bit.cc,
4592         * sim/ucsim/xa.src/xa_sfr.cc,
4593         * sim/ucsim/z80.src/inst_dd.cc,
4594         * sim/ucsim/z80.src/inst_fdcb.cc,
4595         * support/scripts/keil2sdcc.pl,
4596         * src/pic16/pic16.dsp,
4597         * src/pic16/pic16a.dsp: corrected cvs line endings
4598         * device/lib/printf_large.c: fixed bug 1057979
4599         * src/pic16/gen.c: fixed non-C standard code
4600         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4601         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4602         * support/regression/ports/mcs51/support.c: reload T1 asap
4603         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4604           pdata use and clear idata startup behaviour
4605         * support/regression/tests/bug1057979.c: added
4606
4607 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4608
4609         * device/examples/ds390/ow390/ad26.h,
4610         * device/examples/ds390/ow390/cnt1d.h,
4611         * device/examples/ds390/ow390/crcutil.c,
4612         * device/examples/ds390/ow390/ownet.h,
4613         * device/examples/ds390/ow390/owsesu.c,
4614         * device/examples/ds390/ow390/swt12.h,
4615         * device/examples/ds390/ow390/swtoper.c,
4616         * device/examples/ds390/ow390/temp10.h,
4617         * device/examples/ds390/ow390/thermodl.c,
4618         * device/examples/ds390/tinitalk/tinitalk.dsp,
4619         * device/examples/ds390/tinitalk/tinitalk.dsw,
4620         * device/examples/mcs51/clock/hw.h,
4621         * device/examples/mcs51/simple2/go.bat,
4622         * device/examples/serialcomm/windows/serial.h,
4623         * device/examples/xa51/dummy.c,
4624         * device/examples/xa51/hello.c,
4625         * device/include/80c51xa.h,
4626         * device/include/at89x051.h: corrected cvs line endings
4627
4628 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4629
4630         * src/pic16/main.c (options): added command line --gstack, to trace
4631         stack over/under flows,
4632         * added pragma 'wparam' to allow passing first byte of function
4633         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4634         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4635         call to __gstack_test function and sets up the symbol as extern,
4636         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4637         * popaop): added call to pic16_testStackOverflow,
4638         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4639         wparamList list,
4640         * (genCall, genPcall): now all parameters are passed via stack
4641         except in functions that are pass to wparam pragma in which WREG is
4642         used too,
4643         * (genPcall): REENTRANT flag is checked to see if variable prototype
4644         contains reentrant keyword, don't call a non-reentrant function, via
4645         a reentrant function pointer or vice versa, functions are never
4646         passed via WREG,
4647         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4648         D.Winkler,
4649         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4650         SIGSEGV when accessing a NULL register stucture,
4651         * (pic16_printGPointerType): modified to handle UPPER modifier for
4652         function initializers, changed prototype of function to simpler one,
4653         * (pic16_printIvalFuncPtr): check to see if function is already
4654         added in externs list,
4655         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4656         optimized a move from W to SFR with a move to the same register
4657         later after a CALL,
4658         * device/lib/pic16/debug: NEW directory, contains debug features
4659         which are enabled when linking with libdebug.lib, currently command
4660         line option --gstack enables stack pointer tracing for over/under
4661         flow, corresponding sources are in debug/gstack
4662
4663 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4664
4665         * doc/sdccman.lyx: updated SDCC version,
4666         * (PIC16 port): update list of command line options,
4667         * src/pic16/device.h (structure pic16_options_t): added field gstack
4668         to enable stack overflow tracing on push/pops,
4669         * src/pic16/device.c (statistics structure): added statistics
4670         structure,
4671         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4672         pic16_dump_int_registers): increase statistics counters for each
4673         * variable which is encountered
4674         * (pic16_dump_usection): emit each .udata variable to its own udata
4675         section,
4676         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4677         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4678         parameters via stack, otherwise use old scheme,
4679         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4680         assembler output file,
4681         * src/pic16/main.c: added command line options --gstack to enable
4682         push/pop tracing for stack overflow,
4683         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4684         instructions): added size of each instruction,
4685         * (pic16_countInstruction): estimate size of instructions in
4686         the_pFile list, inline assembly blocks are not counted,
4687         * (pic16_FixRegisterBanking): trace previous register usage, when
4688         banksel optimizations is greater than 0, don't emit a redudant
4689         banksel directive,
4690
4691 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4692
4693         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4694         * src/pic16/ralloc.c : applied same fix for pic16.
4695         * src/pic/gen.c : tidied it up a little.
4696
4697 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4698
4699         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4700         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4701
4702 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4703
4704         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4705
4706 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4707
4708         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4709         non-reentrant function __modsint in the interrupt function (thus
4710         corrupting math operations during serial I/O)
4711         * device/lib/ser_ir.c: as above, changed buffersize
4712         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4713         256.c,d for zeroing
4714         * doc/Makefile: added option -t for rsync
4715
4716 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4717
4718         * src/SDCCast.h (struct ast),
4719         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4720
4721 2004-10-20 Borut Razem <borut.razem AT siol.net>
4722
4723         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4724         package
4725
4726 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4727
4728         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4729         makefile targets,
4730         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4731         support functions to replace long sequences of MOVFF's from access
4732         bank registers to stack and vice versa,
4733         * src/pic16/device.h: added new field opt_flags, where optimization
4734         flags can be set to enable certain features,
4735         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4736         * pBlock, (genFunction, genEndFunction): surroung loop for
4737         saving/loading used registers in stack with PC_INFO pCodes,
4738         INF_LREGS. Code in between can then be optimized by pCode optimizer
4739         to support function calls,
4740         * (genDataPointerSet): fixed bug which loaded float fields in
4741         structures with corrupt data,
4742         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4743         in a standard way debug info on stderr. Feature used for developing
4744         and debugging only,
4745         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4746         obsolete chunks of code,
4747         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4748         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4749         * pic16/src/pcode.c (pic16_newpCodeInfo,
4750         * (pic16_newpCodeOpLocalRegs),
4751         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4752         feature,
4753         * (pic16_pCodeConstString): printing of the initial value of a
4754         symbol as a comment is inhibited since parsing was already done by
4755         copyStr and output is corrupt,
4756         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4757
4758 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4759
4760         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4761
4762 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4763
4764         * as/mcs51/lkarea.c: removed old K&R style,
4765           (lnksect): changed check on boundary error,
4766           (lnksect2): changed check on boundary error,
4767           (lnksect2): extend XSTK to end of page if size = 1
4768         * as/mcs51/lkmain.c: removed old K&R style,
4769           (Areas51): create l_IRAM symbol
4770         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4771         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4772           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4773         * device/lib/_mullong.c: added version to be compiled with xstack
4774         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4775         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4776         * device/lib/mcs51/crtxstack.asm: fixed comment
4777         * src/SDCCglue.c: maxInterrupts defaults to 0,
4778           (emitMaps): added pdata,
4779           (createInterruptVect): (re)moved default,
4780           (glue): added pdata,
4781           (glue): moved __start__xstack to XSTK with default size 1
4782         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4783           and options.float_rent when options.stackAuto is set,
4784           (linkEdit): only write XDATA_NAME if provided on command line
4785         * src/SDCCmem.h,
4786         * src/SDCCmem.c: added pdata
4787         * src/port.h: added pdata_name to PORT
4788         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4789           (saveRegisters, unsaveRegisters): removed usage of B,
4790           (genMinus): fixed accumulator clash,
4791           (genJumpTab): added comment, this needs another look
4792         * src/mcs51/gen.c: added check for "B in use" paranoia,
4793           added pushB() and popB()
4794         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4795           chance
4796         * src/avr/main.c,
4797         * src/ds390/main.c,
4798         * src/hc08/main.c,
4799         * src/mcs51/main.c,
4800         * src/pic/main.c,
4801         * src/pic16/main.c,
4802         * src/xa51/main.c,
4803         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4804           added PSEG (PAG,XDATA) or NULL to port specifier
4805         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4806         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4807           (_mcs51_genInitStartup): removed __start__xstack equ,
4808           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4809         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4810         * src/z80/gen.c (_rleAppend): fixed warnings
4811         * support/regression/tests/zeropad.c: added pdata test
4812         * .version: bumped to 2.4.6
4813
4814 2004-10-17 Borut Razem <borut.razem AT siol.net>
4815
4816         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4817         as a part of nightly build
4818
4819 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4820
4821         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4822         WREG holds the first byte function parameters,
4823         * (aopForSym): take special case for symbols which are in FARSPACE
4824         but in CODESPACE too,
4825         * (assignResultValue): modified to take into account _G.useWreg,
4826         * (genCall): don't use wreg for parameter passing when function is
4827         declared as reentrant, too, added optimization INCF to stack
4828         pointer when stack parameter count is 1,
4829         * (genFunction, genEndFunction): refurnished and fixed to not using
4830         wreg for passing parameters when function has varargs or is
4831         reentrant, fixed bug with symbol name compare for generating
4832         functions in absolute address,
4833         * (pic16_storeForReturn): refurnished,
4834         * (genCmp): began writing a new version of the function, not ready
4835         yet, therefore it is disabled,
4836         * (genAssign): do not read code memory when assigning a function to
4837         a pointer function,
4838         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4839         array of characters, not pointer,
4840         * (pic16initialComments): in debug mode emit an .ident directive for
4841         the assembler,
4842         * (_process_pragma): emit a new warning type (internal to pic16)
4843         when setting stack to default length, emit a similar warning when
4844         placing a function at absolute address and address is not word aligned
4845         * (_pic16_parseOptions): added 'return TRUE' statement,
4846         * (_pic16_linkEdit): if compiling a source, then add the source's
4847         file object, first in the list of objects to link,
4848
4849 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4850
4851         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4852         * src/pic/main.c : removed VC warning.
4853         * src/pic/gen.c : changed comment.
4854
4855 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4856
4857         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4858         reference to a deprecated symbol _GPTRREG was causing failure to
4859         link. Thanks G. M. Gallant for the info.
4860
4861 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4862
4863         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4864         comments for Bugs item #954788.
4865
4866 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4867
4868         * src/pic16/device.c (pic16_dump_gsection,
4869         * pic16_groupRegistersInSection): handle symbols declared to be in
4870         access bank differently,
4871         * src/pic16/gen.c (struct _G): added field resDirect,
4872         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4873         send values read from stack directly to result and don't allocate
4874         temporary values,
4875         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4876         same registers,
4877         * (pic16_sameRegsOfs): NEW,
4878         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4879         free because they were not allocated from temporary pool,
4880         * pic16_popRegFromString): workaround to fix a problem with
4881         allocating variables twice or never,
4882         * (genGenPointerGet): using PRODL instead of FSR0H,
4883         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4884         instead of FSR0H,
4885         * (genAssign): take advantage of the _G.resDirect flag,
4886         * (genCast): around line 11844, use mov2f instead of directly
4887         MOVFF'ing between operands to account for literal values,
4888         * src/pic16/genutils.c: some new debug functions for gpsim have been
4889         added,
4890         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4891         float with integer part only,
4892         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4893         place variables in access bank
4894         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4895         updated sources to reflect recent changes in gen.c
4896
4897 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4898
4899         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4900         sources that searched for headers in installation path, now the
4901         device/include/pic16 is used,
4902         * src/pic16/glue.c (pic16glue),
4903         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4904         .line directives if not in debug mode, this suppresses assembler's
4905         warnings for ignored directives
4906
4907 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4908
4909         * src/port.h: made reset_regparms prototype void parameter explicit.
4910         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4911         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4912         * doc/sdccman.lyx: documented warning disabling and how to use
4913           printf_large to make it print floats.
4914         * device/include/stdbool.h: NEW
4915         * device/lib/_atof.c,
4916         * device/lib/_divuint.c,
4917         * device/lib/_divulong.c,
4918         * device/lib/expf.c,
4919         * device/lib/printf_large.c,
4920         * device/lib/sincosf.c,
4921         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4922         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4923           a completely reentrant lib.
4924
4925 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4926
4927         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4928         * device/include/pic16/stdio.h: fixed bug with colon
4929
4930 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4931
4932         * device/include/pic16/stdio.h,
4933         * device/include/pic16/stdlib.h,
4934         * device/include/pic16/math.h: NEW
4935         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4936         declared as _naked to reduce overhead
4937         * device/lib/Makefile.in (target port-specific-objects-pic16):
4938         changed * to *.* so to ignore the CVS directory,
4939         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4940         stacked variables back in stack,
4941         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4942         corruption
4943
4944 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4945
4946         * .version: bumped version number to 2.4.5
4947         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4948         * support/Util/SDCCerr.c (messages structure): added entry for
4949         W_POSSBUG2
4950
4951         Large cumulative patch for pic16 port and libraries.
4952         * device/include/pic16/sdcc-lib.h,
4953         * device/include/pic16/stdarg.h,
4954         * device/include/asm/pic16/features.h,
4955         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4956         * device/include/pic16/float.h: changes reentrant keyword with
4957         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4958         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4959         updated target build-libraries to include objects from gptr,
4960         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4961         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4962         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4963         all function headings,
4964         * src/SDCCmain.c: added global parameter userIncDirsSet,
4965         * (parseCmdLine): when option -I is encountered add directory to
4966         userIncDirsSet too,
4967         * src/version.awk: added space between control and long,
4968         * src/pic16/NOTES: added some notes for the port,
4969         * src/pic16/gen.c: added prototype for mov2fp function,
4970         * (fReturnpic16[]): properly named return value registers,
4971         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4972         * (aopForSym): added code to handle symbols with onStack flag set,
4973         symbols onStack are allocated PTRSIZE bytes,
4974         * (aopFreeAsmop): handles special case where asmops are stack objects,
4975         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4976         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4977         added argument lock to trace flaws in allocating temporary registers
4978         when developing port,
4979         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4980         * (pic16_popRegFromString): reenabled allocating a direct register
4981         from string,
4982         * (assignResultValue): various beautifications,
4983         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4984         referenced function argument,
4985         * (genIpush): reenabled to allow stacked arguments, handles only
4986         ic->parmPush iCodes,
4987         * (genCall, genPcall): major changes to allow for variable argument
4988         functions, fixed a bug with falsely restoring stack pointer after
4989         returning from call,
4990         * (genFunction): pending code for critical function,
4991         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4992         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4993         * (genNearPointerGet): fixed bug with indirect reading, was always
4994         reading from INDF0
4995         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4996         pointers,
4997         * (genAddrOf): rewrote code to take address of a stacked function parameter
4998         * (genCast): fixed casting to generic pointer type,
4999         * src/pic16/gen.h: added AOP_STA,
5000         * (struct asmop): added field stk,
5001         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
5002         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
5003         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5004         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5005         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5006         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5007         generic pointers,
5008         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5009         and library paths,
5010         * (pic16_port structure): generic pointer size is set to 3,
5011         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5012         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5013         compiler warning,
5014         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5015         operand is an iTemp,
5016
5017 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5018
5019         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5020         * debugger/mcs51/simi.c: addapt new syntax of s51
5021
5022 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5023
5024         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5025         * src/pic16/pcode.c: commented out some calls to free() in order to
5026         fix bug #989576,
5027
5028 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5029
5030         * src/SDCCicode.h,
5031         * src/SDCCicode.c (isiCodeInFunctionCall),
5032         * src/avr/ralloc.c (selectSpil),
5033         * src/pic/ralloc.c (selectSpil),
5034         * src/pic16/ralloc.c (selectSpil),
5035         * src/ds390/ralloc.c (selectSpil),
5036         * src/hc08/ralloc.c (selectSpil),
5037         * src/xa51/ralloc.c (selectSpil),
5038         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5039         stack in the middle of a function call sequence (fixes bug #1020268)
5040         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5041         costs associated with the minimum switch case.
5042
5043 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5044
5045         * src/SDCC.lex: fixed bug #1030549
5046
5047 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5048
5049         * src/SDCCcse.h (struct cseDef),
5050         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5051         over a function call if the CSE is derived from a symbol whose
5052         address has been taken (fixes bug #1029883)
5053         * support/regression/tests/bug-1029883: a new regression test for
5054         this bug
5055
5056 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5057
5058         * src/hc08/gen.c (emitinline): fixed bug #1029778
5059         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5060         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5061         and starts toward RFE #905167)
5062
5063 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5064
5065         * src/pic16/gen.c (mov2f): New function to move an operand to
5066         another without considering if it is a literal or a register,
5067         * (pic16_sameRegs): don't check if they are both AOP_REG,
5068         * (AccRsh): removed andmask=0 lines,
5069         * (genLeftShift): duplicated to be improved in future versions,
5070         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5071         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5072         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5073         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5074         * (insertBankSwitch): fixed inserting banksel directives algorithm
5075         for instructions that follow a skip instruction, this fixes a report
5076         for broken subtraction code generation,
5077         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5078         iCode is a left op, just in case result and right share the same
5079         registers
5080
5081 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5082
5083         * src/hc08/main.c,
5084         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5085         preservation of HX
5086         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5087         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5088         on 2004-09-12; it was buggy
5089
5090 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5091
5092         * src/SDCCsymt.h: removed RESULT_CHECK
5093         * src/SDCCast.c,
5094         * src/SDCCglue.c,
5095         * src/SDCCval.c,
5096         * src/pic/glue.c,
5097         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5098
5099 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5100
5101         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5102         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5103         configuration values no more rejected by compiler, they are assigned
5104         to configuration registers with a warning message instead,
5105         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5106         the for-loop so last conf register is emitted too,
5107         * (_pic16_initPaths): link library libsdcc.lib by default,
5108         * (_hasNativeMulFor): modified test for multiplication according to
5109         Raphael Neider's remarks. Integer multiplication is also done with
5110         support functions,
5111         * device/include/pic16/pic18fregs.h: corrected type error in while
5112         testing and including 18f6720 header file
5113
5114 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5115
5116         * src/pic16/device.h (pic16_options): removed field use_crt,
5117         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5118         until an optimization to handle single bits is added,
5119         * (pic16_loadFSR0): moved before genUnpackBits,
5120         * (genAnd): some white lines removed,
5121         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5122         leave_reset flags in pic16_options when using crt modules,
5123
5124 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5125
5126         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5127           for bugs 898889 & 979599. Also used some safer print instructions.
5128
5129 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5130
5131         * src/pic16/device.h (pic16_options_t): added field use_crt,
5132         crt_name, no_crt,
5133         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5134         catch a probable future bug,
5135         * src/pic16/gen.c: aopIdx function commented out,
5136         * (genAssign): commented out old code which used aopIdx,
5137         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5138         code, added if conditionals to take into account the --use-crt
5139         command line options,
5140         * src/pic16/main.c (pic16_optionsTable): added new command line
5141         options, --use-crt= and --no-crt,
5142         * (_pic16_linkEdit): now the proper crt object is added in the
5143         linker command line except than when --no-crt is specified,
5144         * src/pic16/pcode.c,
5145         * src/pic16/pcode.h: added some structures and functions for a new
5146         optimization scheme to compansate for instruction overhead between
5147         same iCodes, this scheme is currently under development and is not
5148         working in any way,
5149         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5150         to && operator,
5151         * device/lib/pic16/startup/crt0i.c,
5152         * device/lib/pic16/startup/crt0iz.c: added global char variable
5153         __uflags to force the generation of an idata section
5154
5155 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5156
5157         * doc/Makefile,
5158         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5159         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5160
5161 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5162
5163         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5164         Frieder) and clarified the default code optimization mode
5165
5166 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5167
5168         * src/SDCC.lex (doPragma, process_pragma),
5169         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5170         "opt_code_size", and "opt_code_balanced"
5171         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5172         regrouped options by category, added support for category headers
5173         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5174         and "--opt-code-size"
5175         * doc/sdccman.lyx: documented these new options and pragmas
5176         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5177         preference into account
5178
5179 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5180
5181         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5182           geniCodePreDec): Fixed bug 904237 by generating a warning
5183         * src/SDCCerr.h,
5184         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5185
5186 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5187
5188         * src/pic/device.c : When no max ram set validate full memory range.
5189         * src/pic/pcode.c,
5190         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5191
5192 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5193
5194         * device/lib/_gptrget.c,
5195         * device/lib/_gptrput.c: updated comment
5196         * device/lib/calloc.c,
5197         * device/lib/free.c,
5198         * device/lib/malloc.c,
5199         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5200         * src/SDCCcse.c (cseBBlock),
5201         * src/SDCCicode.c (printOperand, geniCodeArray),
5202         * src/SDCCicode.h (struct operand): fixed bug 868103
5203         * support/regression/tests/bug-868103.c: added
5204         * src/SDCCast.c (searchLitOp),
5205         * src/SDCCcse.h (struct cseDef),
5206         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5207         * src/SDCCicode.h (struct operand),
5208         * src/SDCCsymt.h (struct sym_link),
5209         * src/avr/gen.c (hasInc),
5210         * src/ds390/gen.c (hasInc),
5211         * src/hc08/gen.c (genPlusIncr, hasInc),
5212         * src/mcs51/gen.c (hasInc),
5213         * src/pic16/glue.c (pic16_printIvalChar),
5214         * src/pic16/ralloc.c (regWithIdx),
5215         * src/xa51/gen.c (hasInc) : removed warnings
5216         * src/SDCCast.c (createBlock): added comment ???
5217         * src/hc08/ralloc.c: updated comments
5218
5219 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5220
5221         * doc/sdccman.lyx: updated section on switch statements, added
5222         section about semaphore locking
5223         * doc/Makefile: added option -info for latex2html
5224         * device/lib/_gptrget.c,
5225         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5226
5227 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5228
5229         * src/pic/device.h,
5230         * src/pic/device.c,
5231         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5232          maxram is less than 0x100.
5233
5234 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5235
5236         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5237
5238 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5239
5240         * src/port.h,
5241         * src/mcs51/main.c,
5242         * src/ds390/main.c,
5243         * src/z80/main.c,
5244         * src/hc08/main.c,
5245         * src/pic/main.c,
5246         * src/pic16/main.c,
5247         * src/avr/main.c,
5248         * src/xa51/main.c
5249         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5250         a jump table is the best form for a switch statement, including
5251         automatic insertion of missing cases to make the case range
5252         continuous. Developed in collaboration with Frieder Ferlemann.
5253
5254 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5255
5256         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5257         accumulator result if it needs sign extension
5258
5259 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5260
5261         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5262
5263 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5264
5265         * device/lib/gbz80/printf.c,
5266         * device/lib/z80/printf.c: removed define for NULL
5267
5268 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5269
5270         * as/xa51/xa_link.c,
5271         * device/examples/ds390/ow390/ad26.c,
5272         * device/examples/ds390/ow390/cnt1d.c,
5273         * device/examples/ds390/ow390/counter.c,
5274         * device/examples/ds390/ow390/ds2480.h,
5275         * device/examples/ds390/ow390/ds2480ut.c,
5276         * device/examples/ds390/ow390/findtype.c,
5277         * device/examples/ds390/ow390/gethumd.c,
5278         * device/examples/ds390/ow390/owllu.c,
5279         * device/examples/ds390/ow390/ownetu.c,
5280         * device/examples/ds390/ow390/swt12.c,
5281         * device/examples/ds390/ow390/swtloop.c,
5282         * device/examples/ds390/ow390/temp.c,
5283         * device/examples/ds390/ow390/temp10.c,
5284         * device/examples/ds390/ow390/thermo21.c,
5285         * device/examples/ds390/ow390/tinilnk.c,
5286         * device/examples/ds390/ow390/tstfind.c,
5287         * device/examples/serialcomm/windows/serial.cpp,
5288         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5289         * device/include/reg51.h: fixed line endings for cvs
5290
5291 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5292
5293         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5294         packRegsForAccUse, packRegisters): new accumulator register
5295         packing algorithm
5296         * support/regression/ports/hc08/support.c (_putchar): suppress
5297         warning of unused variable
5298         * src/SDCCicode.c: added SWAP entry to codeTable
5299
5300 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5301
5302         * device/lib/sprintf.c: forgot to add this file before previous commit
5303
5304 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5305
5306         * src/pic16/gen.c (genPackBits): added operand right in function
5307         parameters, load result directly if p_type is POINTER (that is
5308         called by genNearPointerSet)
5309         * (genUnPackBits): added operand left in function parameters,
5310         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5311         FSR0 if accessing bitfields,
5312
5313 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5314
5315         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5316           _print_format; updated printf, sprintf, vsprintf
5317         * device/include/asm/default/features.h: corrected comment/define
5318         * device/lib/Makefile.in: added sprintf.c
5319         * device/lib/libsdcc.lib: added sprintf module
5320         * device/lib/printf_large.c,
5321         * device/lib/vprintf.c,
5322         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5323           into these 3 files
5324         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5325         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5326         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5327           hc08 test
5328         * support/regression/tests/zeropad.c: define idata as data for hc08
5329
5330 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5331
5332         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5333         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5334         labels are referenced at least once (even if a reference is not found)
5335         * src/hc08/gen.c (emitcode): set isComment flag for comments
5336         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5337         loads), rules 6a..6b (optimize jumps to return)
5338
5339 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5340
5341         * device/lib/acosf.c (acosf),
5342         * device/lib/asinf.c (asinf),
5343         * device/lib/atanf.c (atanf),
5344         * device/lib/ceilf.c (ceilf),
5345         * device/lib/cosf.c (cosf),
5346         * device/lib/coshf.c (coshf),
5347         * device/lib/cotf.c (cotf),
5348         * device/lib/fabsf.c (fabsf),
5349         * device/lib/floorf.c (floorf),
5350         * device/lib/log10f.c (log10f),
5351         * device/lib/logf.c (logf),
5352         * device/lib/sinf.c (sinf),
5353         * device/lib/sinhf.c (sinhf),
5354         * device/lib/sqrtf.c (sqrtf),
5355         * device/lib/tanf.c (tanf),
5356         * device/lib/tanhf.c (tanhf),
5357         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5358         replaced all instances of "reentrant" in the library functions
5359         defined in math.h with this macro.
5360         * support/regression/tests/float_trans.c: reenabled test for hc08
5361
5362 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5363
5364         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5365         erroneously deleted
5366
5367 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5368
5369         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5370         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5371         multi-byte volatile operands are used
5372         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5373         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5374         initialization to area GSINIT0 so that it would always precede
5375         any static initializers in GSINIT
5376         * support/regression/tests/zeropad.c: fixed idata define for hc08
5377         * support/regression/tests/bug-927659.c,
5378         * support/regression/tests/float_trans.c: disabled tests for hc08
5379         pending missing library routines
5380         * .version: increased version number to 2.4.4 - hc08 port now passes
5381         regression tests
5382
5383
5384 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5385
5386         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5387         * Makefile.common.in,
5388         * as/Makefile,
5389         * as/hc08/Makefile.in,
5390         * as/mcs51/Makefile.in,
5391         * as/z80/Makefile.in,
5392         * debugger/mcs51/Makefile.in,
5393         * device/include/Makefile.in,
5394         * device/lib/Makefile.in,
5395         * doc/Makefile,
5396         * link/Makefile,
5397         * link/z80/Makefile.in,
5398         * packihx/Makefile.in,
5399         * sim/ucsim/main_in.mk,
5400         * sim/ucsim/avr.src/Makefile.in,
5401         * sim/ucsim/doc/Makefile.in,
5402         * sim/ucsim/gui.src/serio.src/Makefile.in,
5403         * sim/ucsim/hc08.src/Makefile.in,
5404         * sim/ucsim/s51.src/Makefile.in,
5405         * sim/ucsim/xa.src/Makefile.in,
5406         * sim/ucsim/z80.src/Makefile.in,
5407         * src/Makefile.in,
5408         * support/cpp2/Makefile.in,
5409         * support/librarian/Makefile,
5410         * support/makebin/Makefile: added DESTDIR to the install path proposed
5411         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5412         * doc/sdccman.lyx: added DESTDIR documentation
5413
5414 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5415
5416         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5417         instruction for interrupt handlers, use fast returns when returning
5418         from high priority interrupts
5419
5420 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5421
5422         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5423         code generation
5424         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5425         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5426         bugs, ported much of Bernhard's code from mcs51
5427         * src/mcs51/gen.c (genSend),
5428         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5429         than one when calling a reentrant function
5430         * device/lib/_mullong.c: defined an alternate struct layout for big
5431         endian ports (hc08)
5432
5433 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5434
5435         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5436         test
5437
5438 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5439
5440         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5441         are sane and complete before asking the port its prefered parameter
5442         passing method (fixes bug #1017633)
5443         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5444         and _ret3
5445
5446 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5447
5448         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5449         problem in bitfields >= 8 bits.
5450
5451 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5452
5453         * src/SDCCsymt.c: undid changes that were not meant to be committed
5454
5455 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5456
5457         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5458
5459 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5460
5461         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5462           copied and wrong bit got inverted
5463
5464 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5465
5466         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5467         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5468         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5469         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5470         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5471         assignments to bitfields at known addresses
5472         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5473         reads from bitfields at known addresses
5474         * src/hc08/ralloc.c (packRegisters),
5475         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5476         genhc08Code): optimize pointer get values used as conditionals
5477         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5478         and branch
5479
5480 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5481
5482         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5483         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5484         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5485         as conditionals
5486
5487 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5488
5489         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5490
5491 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5492
5493         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5494         related problems
5495
5496 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5497
5498         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5499
5500 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5501
5502         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5503         mcs51 port
5504
5505 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5506
5507         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5508
5509 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5510
5511         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5512         cases use more compact code.
5513
5514 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5515
5516         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5517
5518 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5521
5522 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5523
5524         * src/SDCCsymt.h,
5525         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5526         parameter of changePointer() from symbol* to sym_link*
5527         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5528         * src/SDCCsymt.c (compareType): void* type is castable to other
5529         pointers, but not necesarily an exact match.
5530         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5531         is no longer blindly treated as an exact match.
5532         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5533
5534 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5535
5536         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5537
5538 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5539
5540         * src/pic/gen.c,
5541         * src/pic/pcode.c,
5542         * src/pic/ralloc.h,
5543         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5544
5545 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5546
5547         * src/pic/device.c,
5548         * src/pic/device.h,
5549         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5550
5551 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5552
5553         * src/mcs51/gen.c (emitcode): fixed bug #992819
5554
5555 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5556
5557         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5558           there's no need to make it worse
5559
5560 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5561
5562         * src/mcs51/ralloc.c (deassignLR),
5563         * src/ds390/ralloc.c (deassignLR),
5564         * src/hc08/ralloc.c (deassignLR),
5565         * src/z80/ralloc.c (deassignLR),
5566         * src/pic/ralloc.c (deassignLR),
5567         * src/pic16/ralloc.c (deassignLR),
5568         * src/avr/ralloc.c (deassignLR),
5569         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5570         rlivePoint): fixed another part of bug #971834
5571
5572 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5573
5574         * src/z80/main.c: enabled "critical" keyword
5575         * src/z80/mappings.i,
5576         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5577         functions (fixes bug #979646)
5578         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5579
5580 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5581
5582         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5583           such as c:\mydir.
5584
5585 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5586
5587         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5588           doesn't disable too much optimizations
5589
5590 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5591
5592         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5593
5594 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5595
5596         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5597
5598 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5599
5600         * src/pic/gen.c tidied up tabs
5601         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5602         * src/pic/main.c tidied up tabs
5603         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5604         * src/pic/pcoderegs.c tidied up tabs
5605         * src/pic/ralloc.c tidied up tabs
5606
5607 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5608
5609         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5610         to S_FIXED for pic16 port and when symbol is not in level 0,
5611         allocate for S_REGISTER storage class and pic16 port, too,
5612         * src/pic16/device.h: prototype for checkSym,
5613         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5614         * (pic16_assignConfigWordValue): test the value and the mask to
5615         validate that the value is suitable for the configuration word,
5616         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5617         collect extern declared symbols, don't emit symbol twice, check
5618         first if symbol is in publics set first,
5619         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5620         * added command line '--fstack' which enables an experimental
5621         feature for stack access, too buggy to be used yet...
5622         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5623         * (pic16_allocDirReg): when register has storage class S_REGISTER
5624         allocate in pic16_dynAccessRegs,
5625         * device/include/pic16/pic18f????.h: modified configuration word
5626         naming convention, words started as CONFIG0H but should be CONFIG1H
5627
5628 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5629
5630         * device/include/mcs51reg.h: fixed bug 970993
5631
5632 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5633
5634         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5635         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5636         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5637         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5638         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5639         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5640           error/warning numbers,
5641           added function setWarningDisabled()
5642         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5643         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5644           _memcmp.c _memmove.c calloc.c realloc.c free.c
5645         * support/regression/tests/malloc.c: added tests for new functionality
5646         * support/regression/tests/zeropad.c: added tests for truncated initializers
5647           and initialized char arrays starting with '\x0'
5648         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5649
5650 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5651
5652         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5653
5654 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5655
5656         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5657         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5658         peephole 177.e. Thanks to anonymous
5659
5660 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5661
5662         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5663         function isn't used in the source but referenced as a
5664         variable initializer then declare it as extern in .asm file
5665
5666 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5667
5668         * .version: increased version number to 2.4.3
5669
5670         Adding version extension according to ChangeLog CVS revision
5671         * src/Makefile.in (target all): added dependency 'version.h'
5672         * (rule version.h): added rule to create version.h from ChangeLog,
5673         * (rule dep): added dependency version.h,
5674         * src/version.awk: AWK script to create version.h
5675         * src/SDCCdwarf2.c (dwWriteModule),
5676         * src/SDCCglue.c (initialComments),
5677         * src/SDCCmain.c (printVersionInfo): modified to write after
5678         version string the version extension number,
5679         * src/SDCCutil.c: included "version.h"
5680         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5681         number,
5682         * src/SDCCutil.h: added prototype for getBuildNumber
5683
5684         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5685         includeDirsSet, too,
5686         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5687         const char [] is found in function prototype...
5688
5689         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5690         moving to WREG with source is already in WREG,
5691         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5692         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5693         * (aopForSym): stack'ed symbols are partially supported, added
5694         if-clause to support symbols in FARSPACE,
5695         * (sameRegs): added test for AOP_ACC to see if registers are same,
5696         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5697         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5698         * (pic16_popRegFromString): will not allocate a new register if it
5699         doesn't find one by name, bug may have introduced...
5700         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5701         * (genIpush): revived to use pic16 port's stack,
5702         * (genAddrOf): added incomplete case for stack'ed operand,
5703         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5704         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5705         can handle multibyte operands,
5706         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5707         * (pic16initialComments): added message for MPLAB compatibility
5708         mode enabled,
5709         * src/pic16/main.h: prototype for pic16_mplab_comp,
5710         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5711         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5712         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5713         because of increased complexity of procedure,
5714         * (_process_pragma): stack pragma changed to format 'stack pos len',
5715         emit symbol '_stack_end' to conform with gplink,
5716         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5717         to search for register,
5718         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5719         PO_GPR_REGISTER,
5720         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5721         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5722         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5723         case for PO_GPR_REGISTER,
5724         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5725         dies, the new era is ahead !...
5726         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5727         pic16_dynInternalRegs,
5728         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5729         * (pic16_allocDirReg): minor optimizations and bug fixes,
5730         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5731
5732         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5733         load stack and frame pointer with address of 'stack_end' symbol
5734
5735 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5736
5737         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5738         without source code but only variable initializers
5739
5740 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5741
5742         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5743         external are not declared as extern to reduce overhead while linking
5744
5745 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5746
5747         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5748
5749 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5750
5751         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5752           Yee Keat for the patch
5753         * src/SDCCast.c (decorateType): fixed bug #979599
5754         * src/ds390/gen.h: removed local fReturnSizeDS390
5755         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5756         * src/ds390/gen.c (genAnd, genOr, genXor),
5757         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5758
5759 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5760
5761         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5762         add relFilesSet to $3, manipulate $2 to handle linking of object
5763         files without source files in command line,
5764         * device/include/pic16 (all headers): added ID location macros,
5765         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5766         entries for ID location bytes,
5767         * (pic16_assignIdByteValue): NEW,
5768         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5769         added field dumpcalltree to pic16_options_t,
5770         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5771         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5772         emitting rFalseIfx label after check_carry label,
5773         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5774         pic16_emitDIRegs), NEW
5775         * (pic16glue): dump .calltree file when option --calltree found,
5776         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5777         * (_pic16_genAssemblerPreamble): emit ID locations after
5778         configuration registers,
5779         * (pic16_linkCmd): modifications of the link command,
5780         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5781         * (pic16_pCodeInitRegisters): don't init stack registers,
5782         * (pic16_findPrevInstruction): fixed bug,
5783         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5784         bug with immediate registers,
5785         * (buildCallTree): traces stack push and pop,
5786         * (pct2): dump also stack usage for each function,
5787         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5788         * (pic16_allocDirReg): various modifications,
5789         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5790         fixed to 1,
5791
5792 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5793
5794         * src/pic16/pcode.c: removed buggy double colon
5795
5796 2004-07-01 Borut Razem <borut.razem AT siol.net>
5797
5798         * support/scripts/sdcc.nsi: added include/pic16 to setup
5799
5800 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5801
5802         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5803         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5804         target 'clean',
5805         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5806         specific command line arguments. Also added sample lkr script
5807         for placing a variable at a specific memory bank.
5808         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5809         at a specific memory bank,
5810         * (pic16_dump_isection): fixed bug which caused string literals to
5811         be omitted when dumping idata section,
5812         * (pic16_groupRegistersInSection): added code to handle registers
5813         in specific memory banks,
5814         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5815         public, all references are renamed too,
5816         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5817         AOP_DPTR2,
5818         * (pic16_storeForReturn): added case to handle when dest is WREG,
5819         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5820         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5821         pic16_rel_udata, check to see if that register is marked as being
5822         a member of a specific memory bank,
5823         * (pic16_printIvalCharPtr): added code to add string literals either
5824         to code or the idata sections,
5825         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5826         also accept the 'udata' pragma,
5827         * src/pic16/main.h: new structure types sectName and sectSym
5828         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5829         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5830         * (pic16_findPrevInstruction): fixed, it returned nothing,
5831         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5832         instruction combinations,
5833         * (pic16_FixRegisterBanking): heavily reorganised,
5834         * (pic16_AnalyzeBanking): if generating banksel directives is
5835         disabled, then don't call FixRegisterBanking at all,
5836         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5837         completely removed,
5838         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5839
5840 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5841
5842         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5843         Phuah Yee Keat <yk.phuah AT nestac.com>
5844
5845 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5846
5847         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5848         correctly the IVT even if it is relocated to some other location
5849
5850 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5851
5852         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5853         * device/include/pic16/pic18f2220.h: NEW,
5854         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5855         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5856         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5857         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5858         nodefaultlibs, ivt_loc is the location of the interrupt vector
5859         table, and nodefaultlibs signs that default libraries should not be
5860         linked in link stage,
5861         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5862         according to --ivt-loc argument,
5863         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5864         when pragma stack is found,
5865
5866 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5867
5868         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5869         256 (range check), 257 (do while), 258.a-f (bit banging
5870         f.e. on 3-wire SPI bus)
5871
5872 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5873
5874         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5875         variables used exclusively within a loop
5876
5877 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5878
5879         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5880
5881 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/SDCClrange.c (computeClash): fixed bug #971834
5884
5885 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5886
5887         * src/mcs51/gen.c (genCmp): fixed bug #975903
5888         * src/hc08/gen.c (operandsEqu),
5889         * src/ds390/gen.c (operandsEqu),
5890         * src/z80/gen.c (operandsEqu),
5891         * src/pic/gen.c (operandsEqu),
5892         * src/pic16/gen.c (operandsEqu),
5893         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5894         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5895
5896 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5897
5898         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5899
5900 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5901
5902         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5903         default case in switch statement,
5904         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5905         to eliminate problem with initialisation of pointers, but problem
5906         still exists,
5907         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5908         * (emitStaticSegment): removed various lines emitting debug info,
5909         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5910         added processor registers for utilizing EEPROM,
5911         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5912         configurable and set 8
5913
5914 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5915
5916         * .version: increased version number to 2.4.2,
5917
5918         Cumulative patch for pic16 port
5919         * src/pic16/device.c: changed scheme to dump initial values for
5920         variables in idata segment, all print_idata* functions were removed,
5921         now the pic16_printIval* will be called,
5922         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5923         * _pic16_printPointerType, pic16_printPointerType,
5924         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5925         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5926         NEW, similar to the respective functions in SDCCglue.c,
5927         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5928         way, emitting hex bytes,
5929         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5930
5931 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5932
5933         * src/avr/ralloc.c (serialRegAssign),
5934         * src/xa51/ralloc.c (serialRegAssign),
5935         * src/pic/ralloc.c (serialRegAssign),
5936         * src/pic16/ralloc.c (serialRegAssign),
5937         * src/hc08/ralloc.c (serialRegAssign),
5938         * src/z80/ralloc.c (serialRegAssign),
5939         * src/ds390/ralloc.c (serialRegAssign),
5940         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5941
5942 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5943
5944         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5945         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5946
5947 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5948
5949         Cumulative patch for pic16 port:
5950         * src/pic16/device.h (typedef PIC16_device) modified fields for
5951         defining microcontrollers,
5952         * src/pic16/device.c: added new info for all devices in Pics16 array,
5953         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5954         to be optimised out by the pCode optimiser,
5955         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5956         specially, bug reported by G.M. Gallant,
5957         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5958         as force'd so that cannot be optimised out by pCode optimiser,
5959         * src/pic16/pcode.c,
5960         * src/pic16/pcodepeeph.c,
5961         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5962         they are disabled by default, but can be enabled explicit with
5963         command argument --denable-peeps, for testing,
5964         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5965         --pomit-ivt in COMPILE_FLAGS
5966
5967 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5968
5969         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5970           compilation on MSVC
5971
5972 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5973
5974         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5975
5976 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5977
5978         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5979         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5980
5981 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5982
5983         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5984         would only assign 0x300001 register.
5985
5986 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5987
5988         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5989         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5990
5991 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5992
5993         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5994         for ds80c400
5995         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5996         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5997         added peephole 254 (left shift), 255 (jump table)
5998
5999 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
6000
6001         * device/lib/Makefile.in: removed comment line with model-pic16,
6002         * (target port-specific-objects-pic16): the libraries and objects
6003         are copied to the build directory form the device/lib/pic16/bin
6004         directory
6005
6006         Cumulative patch concerning pic16 port:
6007         * library directory has been re-organized,
6008         * added support for PIC18F1220,
6009         * added headers and library sources for chips 18f1220,18f6520,
6010         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6011
6012         * configuration registers setting has changed, now each supported
6013         device has a complete description of the registers it uses,
6014         * all initialisations are moved to idata sections, these section
6015         can be absolute or relocatable,
6016         * fixed initialisation of codespace variables,
6017         * fixed warning about PCLATU and gpsim,
6018         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6019         * (genAssign): use table reads when assigning from variables in codespace,
6020         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6021         char/int variables placed in codespace,
6022         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6023         registers set in .asm file, no need for --pomit-config-words anymore,
6024         * (pic16glue): some 8051 legacy segments are commented out
6025         (to be removed completely),
6026         * added support for alternative assembler and linker with --asm=
6027         and --link= command line arguments,
6028         * peepholes are disabled automatically in the port, no need to
6029         specify on command line,
6030         * port supports natively char/int/long multiplication, but converts
6031         all divisions to support functions,
6032         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6033         to the file set in variable $2,
6034         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6035         strings in ASCII format and not in hex,
6036         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6037         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6038         allocate proper register if iCodes aren't temporary,
6039
6040 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6041
6042         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6043
6044 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6045
6046         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6047         is commented out
6048
6049 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6050
6051         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6052         computed address is reused
6053         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6054         multi-byte bitfields
6055
6056 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6057
6058         * src/z80/gen.c: (genArrayInit): must check for pointers too
6059
6060 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6061
6062         * support/regression/tests/zeropad.c: never meant to commit the
6063           nestedstruct test: removed, added check for GCC version
6064
6065 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6066
6067         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6068         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6069         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6070           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6071           bugs 928906 and 954082 half-empty initializers
6072         * src/SDCCsymt.h,
6073         * src/SDCCsymt.c (getAllocSize): added for above fix
6074         * src/z80/gen.c (genArrayInit): fixed bug 741044
6075         * support/regression/tests/zeropad.c: added tests
6076
6077 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6078
6079         * src/pic16/device.c (pic16_dump_section): corrected bug which
6080         caused some symbols of the libraries to be misplaced
6081
6082 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6083
6084         * src/pic16/glue.c,
6085         * src/pic16/ralloc.h,
6086         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6087         to fix conflict with pic port
6088
6089 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6090
6091         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6092         externs configuration variables,
6093         * src/pic16/ralloc.h,
6094         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6095         prototype in header, commented out some debug messages
6096
6097 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6098
6099         * src/pic16/glue.c,
6100         * src/pic16/main.c,
6101         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6102         for gpasm COFF object generation. Thanks to D. Hawkins for
6103         his patch info
6104
6105 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6106
6107         * src/ds390/main.c,
6108         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6109         Brock for spotting this)
6110         * src/ds390/gen.c (genEndFunction),
6111         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6112         interrupt handler and critical. Disable push/pop optimizations when
6113         peephole optimizations disabled.
6114
6115 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6116
6117         Updated pic16 library sources and headers.
6118         * device/lib/pic16/pic18f*/ ,
6119         * device/include/pic16/*.h: modified to handle structured SFR
6120         definitions
6121
6122 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6123
6124         * src/port.h (PORT structure): added hook initPaths, now each
6125         port can declare its own default search paths,
6126         which can been seen with the --print-search-dirs option,
6127         see pic16 port for example,
6128         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6129         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6130         * (doPrintSearchDirs): NEW, replaces in a central manner the
6131         printing of search dirs which was split in set*Paths functions,
6132         * (main): added call to port->initPaths and doPrintSearchDirs,
6133         * src/avr/main.c,
6134         * src/ds390/main.c,
6135         * src/hc08/main.c,
6136         * src/izt/i186.c,
6137         * src/izt/tlcs900h.c,
6138         * src/mcs51/main.c,
6139         * src/pic/main.c,
6140         * src/pic16/main.c: modified port structures to reflect addition of
6141         initPaths hook,
6142
6143         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6144         * (pic16_dump_section): for registers in same address reserve memory once,
6145         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6146         to no_banksel,
6147         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6148         result is greater in size than right or left,
6149         * (pic16_genUMult8X8_8): there are some cases where the result can
6150         be 16 bits size, so handle these,
6151         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6152         * (pic16_outBitC): modified to emit pcodes,
6153         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6154         or not,
6155         * (genDivOneByte): implemented algorithm to divide 8-bits,
6156         * (genCmp): uncommented goto, but issues still exist,
6157         * (genAnd): fixed a bug with variables >8bits,
6158         * (genPackBits): optimization added that uses BCF/BSF to change a
6159         single bit,
6160         * (genAssign): fixed bug when assigning floating point literals,
6161         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6162         __sdcc_gsinit_startup label,
6163         * src/pic16/main.c (_pic16_init): removed search directory
6164         initialisations,
6165         * (_pic16_initPaths): NEW, used to initialise search directories,
6166         * (_hasNativeMulFor): support functions for all except char/int
6167         multiplication, and char division,
6168         * (PIC16_port struct): modified entry for native mul support,
6169         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6170         no_banksel option,
6171         * (buildCallTree): call to register_usage is ifdef'ed out,
6172
6173 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6174
6175         * device/include/string.h: applied Stas Sergeev's patch to make this
6176         header file compatible with the preprocessor -Wundef option
6177         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6178         failure (fixes bug #941458)
6179
6180 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6181
6182         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6183         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6184         that the variable, not the function, should be static
6185         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6186         to be consistent with non-literal case
6187
6188 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6189
6190         * src/SDCCast.c (isConformingBody): fixed bug #949967
6191         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6192         convilong): fixed bug #952086
6193
6194 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         * src/SDCCmem.c (allocVariables): fixed bug #955321
6197
6198 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6199
6200         * src/hc08/main.c (_hc08_genAssemblerEnd),
6201         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6202         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6203         completely eliminated the use of a temporary file
6204         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6205         when more than one file linked
6206         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6207
6208 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6209
6210         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6211         which fixes bug #543481
6212         * support/regression/tests/bug-751703.c: fixed comments left from a
6213         cut and paste error
6214         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6215         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6216         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6217         scopes
6218         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6219         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6220         are now changed to underscores in moduleName
6221
6222 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6223
6224         * as/mcs51/lkmem.c: better fix for bug #954173
6225
6226 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6227         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6228
6229         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6230         * device/include/c8051f000.h,
6231         * device/include/c8051f120.h,
6232         * device/include/c8051f300.h,
6233         * device/include/c8051f310.h,
6234         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6235         PWM16) and detab'ed
6236
6237 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6238
6239         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6240         and mailing lists, doc'ed --no-peep-comments, removed reference
6241         to knoppix (newest version has no LyX/LaTeX), other minor changes
6242         * src/SDCCglue.c (glue): save 2 bytes stack space with
6243         option --main-return. The ljmp could probably be avoided too
6244
6245 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6246
6247         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6248
6249 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6250
6251         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6252         * src/SDCCopt.c (isLocalWithoutDef),
6253         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6254         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6255         (credit to Maarten Brock for patch #949363, on which this is based)
6256         * support/regression/tests/bug-751703.c: some test cases of extern used
6257         within inner scopes.
6258
6259 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6260
6261         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6262         SPEC_STRUCT
6263         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6264         struct definitions
6265         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6266         dwWriteLabel): fix to create valid debugger symbols even when
6267         the module name has non-alphanumeric symbols in it
6268         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6269         when a variable's allocation has been optimized away
6270
6271
6272 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6273
6274         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6275         * src/hc08/main.c,
6276         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6277         * src/mcs51/main.c,
6278         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6279         * src/ds390/main.c,
6280         * src/z80/gen.c (z80_emitDebuggerSymbol),
6281         * src/z80/main.c,
6282         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6283         * src/pic/main.c,
6284         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6285         * src/pic16/main.c,
6286         * src/avr/gen.c (avr_emitDebuggerSymbol),
6287         * src/avr/main.c,
6288         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6289         * src/xa51/main.c,
6290         * src/SDCCdebug.c (emitDebuggerSymbol),
6291         * src/SDCCdebug.h,
6292         * src/port.h: added a debugger struct to the port struct. Added a
6293         callback for defining debugger symbols
6294
6295         * src/SDCCast.c (createLabel),
6296         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6297         with isitmp = 1
6298         * src/SDCCicode.h,
6299         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6300         iCode back to the ast for the function
6301
6302         * src/hc08/ralloc.c (hc08_assignRegisters),
6303         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6304         unneeded fields from the regs struct.
6305         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6306         pushReg() & pullReg() functions instead of emitcode()
6307
6308         * src/hc08/gen.c (genLabel, genhc08Code),
6309         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6310
6311         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6312         debugger hooks
6313
6314         * src/hc08/gen.c (genEndFunction, genhc08Code),
6315         * src/hc08/gen.h,
6316         * src/mcs51/gen.c (genEndFunction, gen51Code),
6317         * src/mcs51/gen.h,
6318         * src/ds390/gen.c (genEndFunction, gen390Code),
6319         * src/ds390/gen.h,
6320         * src/z80/gen.c (genEndFunction, genZ80Code),
6321         * src/z80/gen.h,
6322         * src/z80/z80.h,
6323         * src/pic/gen.c (genEndFunction, genpic14Code),
6324         * src/pic/gen.h,
6325         * src/pic16/gen.c (genEndFunction, genpic16Code),
6326         * src/pic16/gen.h,
6327         * src/avr/gen.c (genEndFunction, genAVRCode),
6328         * src/avr/gen.h,
6329         * src/xa51/gen.c (genEndFunction, genXA51Code),
6330         * src/xa51/gen.h,
6331         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6332         specific code to cdbFile.c and out of the backend code generators
6333
6334         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6335         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6336         starting address is now 0
6337
6338         * as/hc08/asm.h,
6339         * as/hc08/m08pst.c,
6340         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6341         assembler directive for DWARF support
6342         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6343
6344         * src/src.dsp,
6345         * src/Makefile.in,
6346         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6347
6348 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6349
6350         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6351         and inappropriate peephole optimization in jump tables
6352
6353 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6354
6355         * as/hc08/m08pst.c,
6356         * src/SDCCglue.c: sdccopt works for the hc08 port now
6357
6358 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6359
6360         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6361
6362 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6363
6364         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6365
6366 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6367
6368         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6369         rules
6370         * src/SDCCmain.c,
6371         * src/SDCCglobl.h,
6372         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6373         comments from the peephole optimizer replacement rules
6374         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6375         symbols
6376         * src/SDCCcse.c (updateSpillLocation),
6377         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6378         equivalents
6379         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6380         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6381         objects far pointers
6382
6383 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6384
6385         * src/SDCCsymt.h: a missing part of my last change
6386         * src/pic/ralloc.c (regTypeNum),
6387         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6388
6389 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6390
6391         * src/SDCCicode.h,
6392         * src/SDCCicode.c (aggrToPtrDclType),
6393         * src/SDCCptropt.h,
6394         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6395         ptrPseudoSymConvert),
6396         * src/pic/ralloc.c (regTypeNum),
6397         * src/pic16/ralloc.c (regTypeNum),
6398         * src/hc08/ralloc.c (regTypeNum),
6399         * src/ds390/ralloc.c (regTypeNum),
6400         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6401         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6402
6403 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6404
6405         * link/z80/lkmain.c (afile),
6406         * as/hc08/lkmain.c (afile),
6407         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6408         prevent a pointer problem when a filename has no directory and
6409         no extension specified.
6410
6411 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6412
6413         * link/z80/lkmain.c (afile): allow periods in directory names
6414         * link/z80/lkmain.c (afile),
6415         * as/mcs51/lkmain.c (afile),
6416         * as/hc08/lkmain.c (afile): allow linker script file to have an
6417         extension other than ".lnk"
6418         * link/z80/lklex.c (getfid),
6419         * link/z80/lkmain.c (parse),
6420         * as/mcs51/lklex.c (getfid),
6421         * as/mcs51/lkmain.c (parse),
6422         * as/hc08/lklex.c (getfid),
6423         * as/hc08/lkmain.c (parse): Support comments in the linker script
6424         file on lines by themselves and after filenames
6425
6426 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6427
6428         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6429
6430 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6431
6432         * src/z80/peeph-z80.def: removed some peephole rules that don't
6433         work with multibyte arithmetic (fixed bug #937126)
6434         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6435         to registers and not global variables
6436         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6437         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6438         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6439         checking for assignments not internally generated (fixed bug #931895)
6440         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6441         structure member (fixed bug #930072)
6442
6443 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6444
6445         * src/SDCCmain.c (linkEdit),
6446         * src/hc08/main.c (_hc08_parseOptions),
6447         * as/hc08/Makefile.in,
6448         * as/hc08/aslink.h,
6449         * as/hc08/asm.h,
6450         * as/hc08/m08pst.c,
6451         * as/hc08/lkrloc.c (relr, rele),
6452         * as/hc08/lkarea.c (lnkarea)
6453         * as/hc08/lkmain.c (afile, parse),
6454         * as/hc08/lkelf.c: support for ELF output
6455         * as/hc08/lks19.c (s19),
6456         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6457
6458 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6459
6460         * as/mcs51/lkihx.c: Fixed bug #899105.
6461
6462 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6463
6464         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6465         .dsp files from Unix to DOS.
6466
6467 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6468
6469         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6470         function pointers; we have been compliant for several months now.
6471         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6472         change that was accidently commented out
6473         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6474         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6475         bug #922319
6476
6477 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6478
6479         * src/hc08/gen.c: output of all of the internal debugging information
6480         is now controlled by the D() macro; it is disabled by default
6481
6482 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6483
6484         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6485         harder to keep the same registers during a CAST iCode
6486         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6487         long via int can be done in a single cast, if the signedness is
6488         correct.
6489         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6490         putchar() in tinibios.c in ds390's library
6491
6492 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6493
6494         * src/SDCCast.c (decorateType): fixed bug #898889,
6495         cast result of a literal complement too
6496         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6497         fixed check for bitfields
6498
6499 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6500
6501         * src/SDCCicode.c (geniCodeLogic): made it static,
6502         (geniCodeLogicAndOr): added in order to fix bug #905492,
6503         (ast2iCode): fixed bug #905492
6504         * support/regression/tests/bug-905492.c: added
6505         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6506         (processParms): fixed bug #927659: don't copy parms, this will clear
6507         decorated flag
6508         * support/regression/tests/bug-927659.c: added
6509
6510 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6511
6512         * src/SDCCast.c (addCast): don't cast float to char
6513         * device/lib/libsdcc.lib: added _memmove
6514
6515 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6516
6517         * device/lib/large/Makefile: fixed parallel execution by
6518         replacing `make` by `$(MAKE)`
6519
6520 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6521
6522         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6523         offsets (fixes bug #923936)
6524
6525 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6526
6527         * device/lib/small/Makefile: fixed parallel execution by
6528         replacing `make` by `$(MAKE)`
6529
6530 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6531
6532         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6533
6534 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6535
6536         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6537         * src/regression/Makefile: Regression test was not running.
6538
6539 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6540
6541         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6542         complement if possible
6543         * src/SDCCval.c (valComplement),
6544         * src/SDCCicode.c (operandOperation): fixed complement of literal
6545         * support/regression/tests/onebyte.c (testComplement): added
6546
6547 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6548
6549         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6550         return an optimized tree; actually replace actParm with the new tree
6551         * src/SDCCast.h: added some parantheses to remove side effects
6552         * support/regression/tests/bug-920866.c
6553
6554 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6555         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6556         Bit operands were not being handled properly in the pic14 port.
6557         (now src/regression/add.c passes again).
6558
6559 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6560
6561         * src/SDCC.y (labeled_statement): case and default no longer require
6562         a following statement (RFE #893037)
6563
6564 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6565
6566         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6567         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6568         disabled (fixes bug #916294)
6569         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6570         "mov a,acc"; patch provided by Lenny Story
6571         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6572
6573 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6574
6575         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6576         functions
6577         * src/ds390/gen.c (genFunction, genEndFunction),
6578         * src/ds390/ralloc.c (ds390_assignRegisters),
6579         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6580         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6581         pushed if there are parameters passed on the stack. Also, a cleaner
6582         way to decide if r0/r1 should be pushed/popped. (Together they fix
6583         bug #918693)
6584
6585 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6586
6587         * doc/sdccman.lyx,
6588         * device/lib/mcs51/crtpagesfr.asm,
6589         * device/lib/mcs51/crtxinit.asm,
6590         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6591         to avoid confusion with Si Lab's SFRPAGE register.
6592
6593 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6594
6595         * src/SDCCglue.c (emitMaps): allow public sfr variables
6596         * src/SDCCglue.c (initialComments): include compiler build date
6597         with compiler version and put the timestamp of the generated
6598         assembly file on a serperate line to be less confusing.
6599         * src/port.h: added genInitStartup hook
6600         * src/avr/main.c,
6601         * src/ds390/main.c,
6602         * src/hc08/main.c,
6603         * src/pic/main.c,
6604         * src/pic16/main.c,
6605         * src/xa51/main.c,
6606         * src/z80/main.c: genInitStartup initialize as NULL (default to
6607         historical behaviour)
6608         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6609         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6610         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6611         library instead of hard coding it into the compiler.
6612         * support/regression/ports/mcs51-stack-auto/spec.mk,
6613         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6614         * device/lib/mcs51/Makefile,
6615         * device/lib/small/Makefile,
6616         * device/lib/large/Makefile,
6617         * device/lib/mcs51/crtpagesfr.asm,
6618         * device/lib/mcs51/crtstart.asm,
6619         * device/lib/mcs51/crtxclear.asm,
6620         * device/lib/mcs51/crtxinit.asm,
6621         * device/lib/mcs51/crtclear.asm,
6622         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6623         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6624         and into user configurable files.
6625         * device/lib/clean.mk: clean mcs51 directory too
6626         * support/regression/tests/longlit.c: added static to T1 declaration
6627         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6628         accesses in the initialization code
6629
6630 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6631
6632         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6633         OSCTRIMVAL as noted in bug #916008
6634
6635 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6636
6637         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6638         in loops with multiple exits (reported as incorrect registers
6639         used by Martin Helmling in Sdcc-user list)
6640
6641 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6642
6643         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6644         made ds390 register extensions look less like error messages
6645
6646 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6647
6648         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6649         reported by Adam Wozniak in Sdcc-user list
6650
6651 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6652
6653         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6654         arithmetic optimizations, added debug output
6655
6656 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6657
6658         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6659         * sdcc.spec: updated and split sdcc into 3 rpms
6660         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6661         needed for literals of LEFT_OP and '+'
6662         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6663         introduced RESULT_TYPE_NOPROM
6664         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6665         left shift
6666         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6667         limited promotion to int only for '*'
6668         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6669
6670 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6671
6672         * src/pic16/gen.c (genSkip),
6673         (genc16bit2lit), (gencjneshort): commented out
6674         (is_LitOp): new helper function, checks operand type
6675         (genCmpEq): rewritten
6676
6677 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6678
6679         * support/regression/tests/bug-908454.c: added
6680
6681 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6682
6683         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6684         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6685         (geniCodeCast): cosmetic, don't preserve bit storage class
6686         (geniCodeLeftShift): added promotion
6687         (geniCodeLogic): fixed regression
6688         * src/SDCCsymt.c (computeTypeOr): accept bits too
6689         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6690
6691 2004-03-07  Borut Razem <borut.razem AT siol.net>
6692
6693         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6694
6695 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6696
6697         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6698         version of pic16_genPackRegisters which does not check if ic is a
6699         CAST operator,
6700         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6701         function cause string1.c regression test fails
6702
6703 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6704
6705         * sim/ucsim/configure.in,
6706         * sim/ucsim/configure,
6707         * sim/ucsim/doc/Makefile.in: use docdir
6708         * src/SDCC.y: fixed sbit atrributes
6709         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6710         * src/SDCCast.c (decorateType): |^& need special promotion handling
6711         * src/SDCCast.h,
6712         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6713         * src/SDCCsymt.h (computeType),
6714         * src/SDCCicode.c: computeType() needs op
6715         * src/SDCCsymt.c (checkTypeSanity),
6716         * doc/sddman.lyx: "plain" bitfields are unsigned
6717         * src/SDCCsymt.c (computeTypeOr): added
6718         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6719         |^& ops
6720         * src/SDCCval.c (val*): computeType() needs op
6721         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6722         * support/regression/tests/onebyte.c: added tests for |^&
6723
6724 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6725
6726         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6727         for writing icode into asm output.
6728
6729 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6730
6731         * src/pic16/device.c: added some debug lines enabled
6732         with macro DEBUG_CHECK,
6733         * src/pic16/genarith.c: more debug in genPlus,
6734         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6735         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6736         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6737         * (aopForSym): onStack symbols are re-placed in data memspace,
6738         and onStack flag is cleared,
6739         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6740         copy temporary pcodeop,
6741         * (genPcall): added warning for not updating PCLATU,
6742         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6743         always true for pic16 port,
6744         * (genMultOneWord): NEW, supports integer multiplication,
6745         * (genMult): modified to call genMultOneWord,
6746         * (ifxForOp): added warning when return NULL,
6747         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6748         flag is set before call to operandFromSymbol for implicit
6749         added structures,
6750         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6751         options.intlong_rent are set by default,
6752         * (_hasNativeMulFor): modified to allow port generation of integer
6753         multiplication,
6754         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6755         set regtype to REG_SFR for all registers, restricting seting the
6756         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6757
6758 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6759
6760         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6761         more than 500 times in the regression tests
6762
6763 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6764
6765         * support/Util/SDCCerr.h,
6766         * support/Util/SDCCerr.c,
6767         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6768         enumerator_list),
6769         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6770         for symbol conflicts.
6771         * support/valdiags/tests/enum.c,
6772         * support/valdiags/tests/tentdecl.c,
6773         * support/valdiags/tests/struct.c: expect possible error messages
6774         referring to original symbol definitions.
6775         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6776         * src/SDCCsymt.h,
6777         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6778
6779 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6780
6781         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6782
6783 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6784
6785         * src/pic16/ralloc.c (newReg): fixed bug #908929
6786
6787 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6788
6789         * src/ds390/gen.c: added missing #include "main.h"
6790
6791 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6792
6793         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6794         checking if symbol is already in set,
6795         * src/pic16/device.h: prototype for checkAddSym,
6796         * src/pic16/gen.c: (_G): added entry interruptvector,
6797         * (assignResultValue): removed some commented out lines,
6798         * (genFunction): check for ISR via sym->type, absolute section for
6799         interrupt code is created via a new pBlock, the goto instruction is
6800         placed now correctly at the interrupt vector position, changed all
6801         references from ivec to _G.interruptvector,
6802         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6803         is the interrupt is a high priority one, same for return from ISR,
6804         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6805         externs to calls of checkAddSym,
6806         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6807         pic16_pcode_verbose flag is set,
6808         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6809         * src/pic16/pcoderegs.c: message about how many registers are saved
6810         will only be emitted if pic16_pcode_verbose flag is set,
6811
6812 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6813
6814         * src/ds390/ralloc.h,
6815         * src/ds390/ralloc.c (ds390_regWithIdx),
6816         * src/ds390/gen.c (emitcode),
6817         * src/ds390/main.h,
6818         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6819         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6820         ds390operandCompare, getRegsRead, getRegsWritten,
6821         initializeAsmLineNode): customized instruction size calculation for
6822         ds390, started basis for some register optimizations
6823         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6824         corresponding assembly output
6825         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6826         missing push/pop of r0/r1. Optimized push/pops
6827
6828 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6829
6830         * src/mcs51/main.c (instructionSize): fixed ACALL size
6831         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6832
6833 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6834
6835         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6836         the sorting of rlist with NULL elements
6837         * (print_idataType, print_idata): NEW to create idata sections
6838         * src/pic16/device.h: idataSymSet new variable
6839         * src/pic16/gen.c (genFunction): fixed some bugs in string
6840         comparing, improved the absolute section creation for ISRs,
6841         added FSR0L/FSR0H in registers that are saved in an ISR,
6842         * (genInline): fixed the processing of inline snippets,
6843         now they undergo no process by the peephole optimizer
6844         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6845         are placed in idataSymSet,
6846         * (pic16emitStaticSeg): extern symbols are added in externs,
6847         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6848         switching when aboslute variables are placed in access bank memory
6849         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6850         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6851         commented out with #if,
6852         * (pic16_packRegisters): reintroduce the check for CAST because some
6853         symbols are not correctly handled,
6854         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6855         pCodeInstruction instead of pCode,
6856         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6857         pCodeAsmDir definition,
6858         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6859         directive, then the argument directive is emitted without the leading
6860         tab, hack for inline labels which must be in the first column,
6861         * (compareLabel,pic16_findNextInstruction),
6862         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6863         * (insertBankSwitch): modified for the new pCodeAsmDir,
6864
6865 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6866         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6867
6868         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6869         instance,
6870         * (pushSide): commented out with #if,
6871         * (assignResultValue): fixed some typos in saving
6872         registers,
6873         * (genPcall): FIXED and sync'ed with genCall,
6874         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6875         * (genNearPointerGet): fixed to handle some more cases,
6876         implementation scheme via table reads,
6877         * (genConstPointerGet): modified to access code memory correct,
6878         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6879         and improved to handle some cases
6880         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6881         instead of "RETLW" for init data
6882         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6883         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6884         variables are placed in access bank memory (<0x80 and >=0xf80),
6885         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6886         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6887         TBLWT_POSTDEC,TBLWT_PREINC
6888         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6889         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6890         directives
6891         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6892         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6893         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6894         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6895
6896 2004-02-29  Borut Razem <borut.razem AT siol.net>
6897
6898         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6899         support/Util/findme.h, support/Util/system.h: enhance binary relative
6900         search for lib and include by using findProgramPath()
6901
6902 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6903
6904         * src/SDCCpeeph.h,
6905         * src/SDCCpeeph.c (pcDistance),
6906         * src/port.h,
6907         * src/mcs51/ralloc.h,
6908         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6909         * src/mcs51/main.h,
6910         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6911         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6912         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6913         size calculation port specific, started basis for some register
6914         optimizations
6915         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6916         missing push/pop of r0/r1. Optimized push/pops
6917         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6918         * device/lib/_modsint.c (_modsint),
6919         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6920         and stack version so regression tests pass
6921
6922 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6923
6924         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6925         * src/SDCCast.c (decorateType): catch another small optimization
6926         with '?' operator
6927         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6928         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6929         modified to finally use computeType() all over SDCC,
6930         see Feature Request #877103
6931         * src/SDCCval.h: cosmetic
6932         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6933         valCompare(); regression tested in muldiv.c
6934         * support/regression/tests/muldiv.c (testMod): mod sign follows
6935         dividend only
6936
6937 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6938
6939         * src/SDCCast.c (decorateType): fixed bug #902362
6940         * doc/INSTALL.txt: fixed install instructions for win32
6941
6942 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6943
6944         * device/include/Makefile.in (install): fixed by replacing spaces
6945         by tabs
6946         * doc/README.txt,
6947         * doc/INSTALL.txt: updated for release
6948         * doc/sdccman.lyx: added warning for --xstack being buggy
6949
6950 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6951
6952         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6953         to eliminate build warnings.
6954         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6955
6956 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6957            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6958
6959         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6960         removed -penable-stack, added comment for stack pragma, added
6961         warning for not initializing the stack/frame registers, removed
6962         comment at interrupts section
6963
6964         Stack is made permanent, there is no ability to disable stack usage.
6965         * src/pic16/device.h,
6966         * src/pic16/device.c: removed all references to USE_STACK macro,
6967         * src/pic16/device.c (pic16_dump_section): when no elements in
6968         rlist, free rlist before return,
6969         * (pic16_dump_int_registers): NEW, internal registers are a new set
6970         of general purpose registers reused by each function,
6971         * (checkAddReg): returns 1 if registers is added to set,
6972         * (pic16_groupRegistersInSection): when a registers is of type
6973         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6974         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6975         SRCASECMP macro is moved here from device.c
6976         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6977         PO_PCLATU, PO_PRODL, PO_PRODH,
6978         * (pic16_pCodeOpType, genMinus,
6979         changed compares to "a" register, with AOP_ACC,
6980         * (pic16_genPlus): fixed some bugs and indented properly,
6981         * (pic16_addSign): changed size to size+offset in the MOVWF
6982         instruction,
6983         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6984         multiply 8-bit operand by literal, result is 8-bit,
6985         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6986         multiply 2 8-bit operand, result is 8-bit,
6987         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6988         genUMult8X*_16,
6989         * src/pic16/gen.c: changed accUse to contain WREG only,
6990         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6991         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6992         true, do not use immediate addressing any more unless sym is a
6993         pointer in codespace,
6994         * (aopForRemat): do not use immediate addressing when symbol not in
6995         codespace and when symbol's address is requested,
6996         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6997         accUse size (= 1),
6998         * (aopGet): added case for AOP_ACC and don't return "accumulator
6999         bug" but WREG instead,
7000         * (popGetTempReg): pushes contents of temporary register in stack,
7001         * (popReleaseTempReg): pops contents of temporary register from
7002         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
7003         * (pic16_popGet): separated case AOP_ACC to return register WREG
7004         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7005         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7006         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7007         the use of immediate pointers to certain cases only.
7008
7009         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7010         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7011         * (assignResultValue, genCall, genRet): modified to use the new
7012         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7013         genPcall is still broken,
7014         * (genFunction): added code to create 'A' type pBlocks when
7015         interrupt functions are generated, code not extensively tested yet,
7016         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7017         * (genEndFunction): modified so ISRs pop stored registers from stack,
7018         * (genMultOneByte): cleanup,
7019         * (AccRsh): added flag andmask, to and result with appropriate mask,
7020         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7021         * (genDataPointerGet): fixed and reenabled its use,
7022         * (genNearDataPointerGet): bugs fixed,
7023         * (genDataPointerSet): bugs fixed,
7024         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7025         pic16_DumpSymbol, pic16_DumpOp,
7026         * src/pic16/genutils.h: function prototypes for the above functions,
7027         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7028         pointers,
7029         * (pic16emitRegularMap): many many many improvements, but needs a
7030         major cleanup,
7031         * src/pic16/main.c: enable_stack in pic16_options is removed,
7032         * (_pic16_parseOptions): removed command line options -penable-stack,
7033         * (_process_pragma): emit stack symbol only when stack pragma is
7034         processed,
7035         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7036         redirected to FSR0L/FSR0H pair,
7037         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7038         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7039         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7040         for immediates,
7041         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7042         * (dumpPicOptype): NEW,
7043         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7044         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7045         with movff instruction,
7046         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7047         added pic16_int_regs, some packRegsFor* functions are commented out,
7048         because produce errors,
7049         * src/pic16/NOTES: minor modifications
7050
7051 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7052
7053         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7054         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7055         --pack-iram.
7056         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7057         * as/mcs51/lkaomf51.c: fixed bug #895763
7058
7059 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7060
7061         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7062
7063 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7064
7065         * doc/sdccman.lyx: added details about the HC08 storage classes and
7066         interrupts, fixed the register usage info for z80 & gbz80
7067
7068 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7069
7070         * doc/sdccman.lyx: added more pic16 port documentation
7071         * device/include/pic16/: added header pic18fregs.h
7072
7073 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7074
7075         * doc/sdccman.lyx: added Vangelis' contribution
7076
7077 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7078
7079         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7080         extend to the next CALL or PCALL, not just to the next CALL.
7081
7082 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7083
7084         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7085
7086 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7087
7088         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7089         bug #895752 and a better fix for bug #716790
7090
7091 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7092
7093         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7094
7095 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7096
7097         * doc/sdccman.lyx: minor changes, minor changed
7098
7099 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7100
7101         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7102         which can't handle SDCC_NEWONEBYTEOPS,
7103         (geniCodeMultiply): removed conversion from mult to shift for pic14
7104         and pic16
7105
7106 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7107
7108         * src/hc08/gen.h,
7109         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7110         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7111         thus fixing bug #895406
7112
7113 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7114
7115         * device/lib/_modsint.c,
7116         * device/lib/_modslong.c: sign follows divisor only
7117         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7118         signs or signedness can be ignored
7119         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7120         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7121         added optimization for IFX,
7122         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7123         arguments;
7124         reenabled optimization for IFX, which was removed on 2004-01-11
7125         * src/SDCCast.h: added return type IFX
7126         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7127         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7128         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7129         SDCC_OLDONEBYTEOPS selects the old behaviour
7130         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7131         changed again and commented promotion rule
7132         * src/SDCCval.c (valDiv): promotion no longer necessary
7133         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7134         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7135         rewritten
7136         * support/regression/tests/onebyte.c: added
7137
7138 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7139
7140         * gen.c (genInline): reverted to old code for assemnling inline
7141         code because of bug reported James Chadd
7142
7143 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7144
7145         * ralloc.h: missing declarations from previous patch,
7146         seems that patch for ralloc.h was never applied, fixed
7147
7148 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7149            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7150
7151         * pcode.c,
7152         * pcode.h,
7153         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7154         indirect addressing. Marked FSR0 as deprecated
7155         * gen.c (pointerCode): commented out, not needed now
7156         (pic16_popGet2p): new MOVFF helper function
7157         (genGenPointerGet),
7158         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7159         (shiftRLong): removed duplicate debugging info
7160
7161 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7162
7163         * src/ds390/gen.c (genNearPointerGet),
7164         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7165         optimization with bits, but not bitfields.
7166         * src/ds390/ralloc.c (packRegisters),
7167         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7168
7169 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7170
7171         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7172
7173 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7174
7175         * src/SDCCsymt.h,
7176         * src/SDCCicode.c (operandFromSymbol),
7177         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7178         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7179         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7180         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7181         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7182         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7183         bug #892038
7184         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7185         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7186         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7187         * src/SDCCsymt.c (newSymbol),
7188         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7189         enumerator_list),
7190         * src/SDCCval.h,
7191         * src/SDCCval.c (newiList): fixed bug #885705
7192
7193 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7194
7195         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7196         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7197
7198 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7199
7200         * device/include/c8051f120.h,
7201         * device/include/c8051f300.h,
7202         * device/include/c8051f310.h: added/updated header files for Silicon
7203         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7204         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7205         in new section Submitting patches
7206
7207 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7208
7209         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7210         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7211         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7212         genGenPointerSet),
7213         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7214         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7215         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7216         genGenPointerSet),
7217         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7218         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7219         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7220         genGenPointerSet),
7221         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7222         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7223         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7224         genGenPointerSet): fixed bug #892400
7225         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7226         to eliminate build warnings.
7227         * src/SDCCast.c (processParms),
7228         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7229         fixed bug 751859
7230         * support/valdiag/valdiag.py: added GCC to the list of defines active
7231         when compiling with gcc
7232
7233 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7234
7235         * support/Util/SDCCerr.h,
7236         * support/Util/SDCCerr.c,
7237         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7238         with an incomplete type (fixed bug #883734)
7239         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7240
7241 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7242
7243         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7244
7245 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7246
7247         * src/SDCCast.c (decorateType),
7248         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7249         function pointer implementation
7250         * support/regression/tests/funptrs.c: added tests to verify both forms
7251         of function pointers work correctly. Added tests to verify parameters
7252         are passed in the correct order.
7253
7254 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7255
7256         * device.c (regCompare): registers are sorted by ascending
7257         address and increasing size,
7258         * main.c (_pic16_finaliseOptions): removed the declaration
7259         of compiler macro MCU. Now a macro of the format pic18fxxxx
7260         will be defined from the command line
7261
7262 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7263             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7264
7265         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7266         PCOP_RLCF was overwritten!
7267         * gen.c (genSkip): commented out calls to pic16_emitcode,
7268         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7269         * (genlshTwo),
7270         * (genRRC): added debugging info,
7271         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7272         overwritten while shifting,
7273         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7274         overwritten while shifting,
7275         * (AccLsh),
7276         * (AccRsh),
7277         * (shiftLLeftOrResult),
7278         * (shiftRLeftOrResult),
7279         * (shiftRLong),
7280         * (shiftLLong): Implemented with pic16_emitpcode
7281         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7282         * (genLeftShift): Fixed bug, operand for shift by variable always
7283         was "and"ed with 0x0f,
7284         * (genLeftShiftLiteral),
7285         * (genrshTwo),
7286         * (genRightShiftLiteral): added debugging info,
7287         * (genrshFour): added comment,
7288         * (genRightShift): determined signedness from operand "left"
7289         instead of "result"
7290
7291 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7292
7293         * src/SDCCicode.c (geniCodeParms),
7294         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7295         function pointers, fixed function pointer bugs #861242 and #861896
7296
7297 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7298
7299         * device/include/c8051f000.h,
7300         * device/include/c8051f120.h,
7301         * device/include/c8051f300.h: added header files for Silicon
7302         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7303
7304 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7305
7306         * src/SDCCast.c (processParams): added new type flow and restructured
7307         (gatherAutoInit): added new type flow
7308         (addCast): cosmetic changes
7309         (getLeftResultType): added new type flow for array indices, patch
7310         provided by Stas, see FR #877103
7311         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7312         array index patch by Stas
7313         * src/SDCCast.h: added prototype getResultTypeFromType()
7314         * src/SDCCval.h,
7315         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7316         * src/pic/glue.c (pic14emitStaticSeg),
7317         * src/pic16/glue.c (pic16emitStaticSeg),
7318         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7319         for initialization of symbols
7320         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7321         * support/Util/SDCCerr.h:
7322         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7323         * .version: bumped version number to 2.3.8
7324         * device/include/Makefile.in (install),
7325         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7326         avoid warnings
7327
7328 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7329
7330         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7331         Slade Rich fixed an optimization bug
7332         * src/pic/pcodepeep.c,
7333         * src/pic/pcoderegs.c
7334         * doc/Makefile (install): added test for directory
7335
7336 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7337
7338         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7339         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7340         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7341         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7342         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7343         * as/mcs51/asexpr.c (term),
7344         * as/hc08/asexpr.c (term): fixed bug #887146
7345
7346 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7347
7348         * src/z80/gen.c (genMult): handle single byte result product
7349         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7350         DUMMY_READ_VOLATILE (fixed bug #886367)
7351
7352 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7353
7354         * support/regression/tests/libmullong.c: fixed logic, on little endian
7355         hosts we ended without a mullong_wrapper()
7356
7357 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7358
7359         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7360         virus/worm forged address usage.
7361
7362 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7363
7364         Fixed promotion, it should be done on AST level:
7365         * src/SDCCast.c (addCast): added promotion to int
7366         (decorateType): updated call to upCast()
7367         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7368         usualUnaryConversions()
7369
7370 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7371
7372         * support/regression/tests/literalop.c (mulWrapper): Added a
7373         wrapper to remove integer overflow warnings.
7374
7375         * support/regression/tests/float_trans.c: Made work on host.
7376
7377         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7378         location of sz80.
7379
7380         * support/regression/generate-cases.py (main): Changed from inline
7381         to a main method.
7382
7383         * doc/Makefile (install): Changed to depth first to get rid of
7384         missing directory install warning.
7385
7386         * as/Makefile (install-doc): Made work on Mac.
7387
7388 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7389
7390         * src/SDCCast.c: added an additional type flow in decorateType() of
7391         opposite direction, see feature request #860006; it's enabled at runtime
7392         by setting the environment variable SDCC_NEWTYPEFLOW
7393         * src/SDCCast.h: changed prototype of decorateType()
7394         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7395         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7396         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7397         see feature request #877103
7398         * src/SDCCval.c: updated call of decorateType()
7399         (valBitwise): fixed bug #882876
7400         (valMinus): added promotion
7401         (valLogicAndOr): result is unsigned
7402         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7403         * src/SDCCsymt.c (computeType),
7404         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7405         must not cause an unsigned operation
7406         * src/pic/glue (pic14emitRegularMap),
7407         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7408
7409 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * src/pic/pcode.c (PCodeID): commented out left over debug code
7412
7413 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7414
7415         * support/valdiag/tests/overflow.c: added shift tests
7416         * src/pic/device.c,
7417         * src/pic/gen.c,
7418         * src/pic/gen.h,
7419         * src/pic/glue.c,
7420         * src/pic/main.c,
7421         * src/pic/pcode.c,
7422         * src/pic/pcode.h,
7423         * src/pic/pcodepeep.c,
7424         * src/pic/pcoderegs.c,
7425         * src/pic/ralloc.c,
7426         * src/pic/ralloc.h: applied patch from Slade Rich;
7427         added support for multiple code pages and multiple RAM banks on the
7428         PIC 14 port. The ASM files now no longer simply assume all the
7429         code / RAM are in the same page / bank. This means the linker can
7430         safely allocate code/RAM of separate ASM files to different pages/banks.
7431         * doc/sdccman.lyx: added Slade's tips
7432         * src/mcs51/peeph.def: fixed bug #880768
7433
7434 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7435
7436         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7437         * src/SDCCast.c (decorateType): fixed bug #880197
7438
7439 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7440
7441         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7442         getopt.h.
7443
7444         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7445         strtof is not part of C89 and isn't included with Mac OS X.
7446
7447 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7448
7449         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7450         shiftL2Left2Result): fixed bug #879326
7451         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7452         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7453         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7454         address fetch for clr instruction
7455         * device/lib/hc08/_mulint.c: created optimized assembly version
7456         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7457
7458 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7459
7460         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7461         proposed in FR #877103
7462
7463 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7464
7465         * src/SDCCval.c (cheapestVal): added missing checks
7466         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7467         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7468
7469 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7470
7471         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7472         equal operands
7473
7474 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7475
7476         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7477         loaded with the linker search paths (-L arguments) and the libraries
7478         to be linked with the current source (-l arguments). Changes
7479         currently will affect only the pic16 port.
7480         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7481         include path the port specific paths and port specific libraries,
7482         * gplink command now contains the $3 argument,
7483         * src/pic16/device.h,
7484         * src/pic16/device.c,: structure PIC_device is made public and
7485         renamed to PIC16_device, the same for variable Pics which is renamed
7486         to Pics16. Updated all references to them.
7487         * src/pic16/glue.c (pic16glue): corrected bug with code
7488         initialization which bypassed the variable initializations block.
7489
7490         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7491         COMPILE_FLAGS and added the --nostdinc option
7492
7493 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7494
7495         * device/include/mc68hc908jb8.h: Register defs for another member
7496         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7497
7498 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7499
7500         Documenting changes from previous commits.
7501         * configure.in (version 1.56),
7502         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7503         when generating output files to configure the pic16 library,
7504         but now I've commented it out, since gputils aren't installed in the
7505         SF compile farm, so library won't compile
7506
7507         * device/lib/Makefile.in (version 1.56): initially I've added in
7508         target 'all' the prerequestive 'model-pic16' so it compiled the
7509         pic16 library, but now I've commented it out for the same reasons
7510         above,
7511         * added targets 'model-pic16' and 'objects-pic16' to compile the
7512         library
7513         * added target 'port-specific-objects-pic16' to handle the
7514         generated libraries and copy them into the build/ directory
7515         * added target 'clean-intermediate-pic16' to clean intermediate
7516         files into pic16 directory
7517         * in target 'installdirs' added line to create directory pic16 in
7518         the installation path
7519
7520         * device/include/Makefile.in (version 1.11): in target 'install'
7521         added lines to copy all header files to installation path,
7522         * in target 'installdirs' added line create directory for pic16
7523         headers in the installation path
7524
7525 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7526
7527         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7528          a function call
7529
7530 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7531
7532         * configure,
7533         * device/lib/configure.in,
7534         * device/lib/configure: fixed for autoconf 2.57
7535
7536 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7537
7538         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7539         option so that it actually works. Made it specific to the z80, since
7540         the gbz80 doesn't have these kinds of I/O ports.
7541
7542 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7543
7544         * device/include/z180.h,
7545         * device/lib/_memcpy.c,
7546         * device/lib/_memmove.c,
7547         * device/lib/_mulint.c,
7548         * device/lib/ser_ir.c,
7549         * device/lib/ser_ir_cts_rts.c,
7550         * device/lib/_strcmp.c,
7551         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7552         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7553         portmode; added deprecation warning for bank= and protmode= forms.
7554         Also, guard against buffer overflow.
7555         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7556
7557 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7558
7559         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7560         changed interrupt vector table generation to only emit declared vectors.
7561         * device/include/Makefile.in: added missing backslash
7562         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7563
7564 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7565
7566         Mainly changes to support compilation of the device libraries
7567         * src/pic16/device.c: stack is allocated via symbol and not
7568         via literal number. The symbol is placed in the corresponding
7569         position of the data ram
7570         * (pic16_dump_section): relocatable and absolute uninitialized
7571         data are now emitted in sorted order to reduce section naming,
7572         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7573         weren't marked as being in the access bank,
7574
7575 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7576
7577         Added portion of GNU PIC Library under the directory
7578         device/include/pic16 and device/lib/pic16. These files
7579         contain the declarations of SFRs for the PIC18Fxx2 devices.
7580         The directory is initialized via configure from toplevel.
7581
7582 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7583
7584         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7585         the spilllocations to be compared correctly
7586
7587 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7588
7589         * src/SDCCast.c (decorateType): fixed bug introduced today
7590
7591 2004-01-12  Borut Razem <borut.razem AT siol.net>
7592
7593         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7594         doc/sdccman.lyx: upper case pragmas are deprecated
7595
7596 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7597
7598         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7599         in simpler and even better code
7600
7601 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7602
7603         * src/SDCCicode.c (operandOperation): fixed bug #874819
7604         * src/SDCCast.c (decorateType): fixed
7605         char foo (unsigned long ul) { return ul > 0; }
7606
7607 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7608
7609         * doc/sdccman.lyx: Moved and added some sections, small changes
7610         all over. Telling LaTeX to be less strict with word spacing
7611         to better keep the right margin. Changed some notes about
7612         maintainance of the ports in section 3.2.1 - is it OK like this?
7613
7614 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7615
7616         SDCC source changes:
7617         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7618         convilong): modified to inform the pic16 port that builtin functions
7619         are external
7620
7621         PIC16 PORT specific changes:
7622         * src/pic16/device.c pic16_dump_equates() added,
7623         processor registers declared internally by the port are emitted in
7624         the translation as equates,
7625         * src/pic16/gen.c: inline code is passed unprocessed to the
7626         translation,
7627         * (pic16_popGetLit2): fnuction modified to take second operand as
7628         pCodeOp pointer and not as literal,
7629         * (popRegFromIdx): prefixed with pic16_,
7630         * (pic16_popCombine2): modified to receive already allocated pCode
7631         operands,
7632         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7633         * (genFunction): initializes local stack frame and pushes on stack
7634         all the registers used by this function,
7635         * (genEndFunction): restores all registers from stack and restores
7636         stack frame,
7637         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7638         improvements,
7639         * (pic16glue): changed the program startup sequence,
7640         * added new dbName code 'A' for functions placed in absolute section
7641         * src/pic16/main.c: added function attribute _naked,
7642         * added pragma 'code' to place a fnuction at an absolute address,
7643         * added command line arguments --debug-ralloc and --pcode-verbose,
7644         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7645         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7646         * (pic16_newpCodeOpLit2): modified to take the second operand as
7647         pCodeOp pointer,
7648         * (pic16_printpBlock): modified to emit each function in a separate
7649         section,
7650         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7651         UPPER for immediate operands,
7652         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7653         instruction,
7654         * src/pic16/peeph.def: all peepholes with movff are commented out,
7655         because there is a problem in the pcode peep optimizer,
7656         * src/pic16/ralloc.c: the register allocator can now reuse local
7657         function symbols for another function. This saves register usage.
7658         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7659
7660         Added file src/pic16/NOTES with information about program writing on
7661         the current port version.
7662
7663 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7664
7665         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7666         and peephole 252 (array access)
7667
7668 2004-01-09  Borut Razem <borut.razem AT siol.net>
7669
7670         * src/SDCCmain.c : fixed #872250: -l command line defined library
7671           files are scanned before standard library files
7672
7673 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7674
7675         * src/SDCCast.c (decorateType): fixed bug #874046
7676
7677 2004-01-09  Borut Razem <borut.razem AT siol.net>
7678
7679         * support/scripts/sdcc.nsi: remove previous installation
7680
7681 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7682
7683         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7684         bytes for last interrupt vector (mcs51)
7685         * sdcc.spec: fixed typo
7686
7687 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7688
7689         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7690         gen51Code): more efficient parameter receive for --model-large
7691         ("bug" #845294)
7692
7693 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7694
7695         * src/ds390/main.c,
7696         * src/z80/main.c: added missed needLinkerScript flags (more than
7697         one port structure defined in these file)
7698         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7699         bug #795325
7700
7701 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7702
7703         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7704         * src/port.h: added flag needLinkerScript in port->linker
7705         structure to inform whether to create a .lnk file or not,
7706         * src/avr/main.c,
7707         * src/ds390/main.c,
7708         * src/hc08/main.c,
7709         * src/mcs51/main.c,
7710         * src/pic/main.c,
7711         * src/pic16/main.c,
7712         * src/xa51/main.c,
7713         * src/z80/main.c: changed appropriately to configure
7714         needLinkerScript flag
7715         * src/pic/gen.c,
7716         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7717         * src/pic/glue.c: added variable udata_section_name to
7718         override default uninitialized data segment definition for
7719         devices only with SHAREBANK memory (reported from Erik Epetrich)
7720         * (pic14emitOverlay): modified to emit a commented overlay segment
7721         directive when no overlay data exist
7722         * (picglue): modified to emit uninitialized data segment
7723         according to udata_section_name
7724         * src/pic/main.c (_pic14_parseOptions): added command line
7725         options --udata-section-name=[name] to override default
7726         udata definition name
7727         * modified _linkCmd and _asmCmd to include compiler passed
7728         arguments via -W option
7729         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7730         object file from '.rel' to '.o' in port->linker structure,
7731         changed size of fptr from 2 to 3 in port structure
7732
7733 2004-01-07  Borut Razem <borut.razem AT siol.net>
7734
7735         * support/scripts/sdcc.nsi: update PATH
7736         * support/scripts/sdcc.ico: craeted
7737
7738 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7739
7740         * device/include/Makefile.in: fix install
7741         * doc/Makefile: fix install
7742
7743 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7744
7745         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7746         in bug #860505
7747         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7748         how the function variable allocation summary is displayed; also
7749         include information about variables allocated to the overlay
7750         segment
7751
7752 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7753
7754         * as/mcs51/lkmain.c: Help about -Y option
7755         * as/mcs51/lkarea.c: Fixed gcc warnings
7756
7757 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7758
7759         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7760         fixed warning
7761         * support/valdiag/tests/overflow.c: added
7762         * src/SDCCast.c (decorateType),
7763         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7764         LEFT_OP (left shift)
7765
7766 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7767
7768         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7769         (default behaviour).
7770
7771 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7772
7773         A python script to validate compiler diagnostic messages. It can be
7774         used to verify that sdcc complains about bad c source code and
7775         gives a good location of the error.
7776         * support/valdiag/Makefile,
7777         * support/valdiag/valdiag.py,
7778         * support/valdiag/tests/*
7779
7780 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7781
7782         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7783         * src/SDCCsymt.c (newEnumType),
7784         * src/SDCCsymt.h
7785         * support/Util/SDCCerr.c,
7786         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7787         enum related bugs.
7788         * support/regression/tests/enum.c: added test for enum values that
7789         require at least 2 bytes of storage.
7790
7791 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7792
7793         * src/common.h: added ifndef/define/endif macros
7794         around the header file.
7795         Bug reported from Jesus Calvino-Fraga
7796
7797 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7798
7799         * sdcc.spec: updated
7800         * device/include/Makefile.in: don't install CVS directories
7801         * device/lib/Makefile.in: added removal of CVS directories after install
7802         * doc/Makefile: fixed install, added local_icons
7803         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7804         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7805         * src/ds390/gen.c (genRightShift): fixed bug #870788
7806         * src/SDCCast.c (decorateType): fixed bug #870781
7807
7808 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7809
7810         PIC16 port related changes:
7811         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7812         added variable stackPos,
7813
7814         * gen.c: genCall, assignResultValue: added support for
7815         pushing/retrieving function parameters to/from stack,
7816         genFunction,genEndFunction: setup stack frame for the
7817         generated function,
7818         genAddrOf: will be changed according to bug 863624
7819
7820         * added files genutils.c and genutils.h which contain gen*
7821         debugged and optimised functions extracted from gen.c
7822
7823         * glue.c: added variable 'externs' which holds extern symbols,
7824         pic16emitRegularMap: is modified to properly handle relocatable
7825          symbols under the new scheme,
7826         pic16createInterruptVect: is modified
7827         pic16printPublics: is modified to emit 'global' assembler directives,
7828         added pic16_printExterns to print extern symbols,
7829         pic16glue: initializes stack/frame pointer in the beginning of
7830         the assembly output. Temporary hack, will be corrected later,
7831         because gplink yet does not support stack and SDCC does not
7832         yet support a type of crt0.o object to create the final binary.
7833
7834         * Removed many lines that contain 8051 legacy code.
7835         * The code is finally placed under a 'code' directive.
7836         * Added port specific options.
7837
7838         * _process_pragma: simplified since now we do not need *special*
7839         include file to define SFR registers. But a separate header
7840         will be needed. This will be developed later.
7841         * _pic16_parseOptions: added, parses port specific options:
7842         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7843         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7844         --preplace-udata-with=
7845
7846         * _pic16_setDefaultOptions: modified to initialize section names,
7847         but hack is temporarly out of order since it needs improvement.
7848         * _pic16_genAssemblerPreamble: configuration words are emitted by
7849         their address instead of their name. This part is incomplete and
7850         supports only the 18Fxx2 devices. Other devices will emit an error
7851         during assembly since they do not contain the same set of config
7852         registers
7853         * _pic16_genIVT: is modified,
7854
7855         * pcode.c: added definitions for some hardware registers that are needed
7856         for stack support
7857         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7858         All PCI entries are updated. Now LFSR is supported.
7859         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7860         * added pic16_newpCodeOpLit2 to support instructions with
7861         two literal arguments
7862         * pic16_pCode2str: corrected code that emits assembler instructions
7863         with two literal operands and those that have an access bit modifier
7864         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7865         this fixes a bug which caused some labels to be lost, when an
7866         assembler directive was added, i.e. banksel,
7867         * pic16_FixRegisterBanking: improved logic that causes the insertion
7868         of bank switching,
7869         * InlineFunction: functions that are called once, are not any more
7870         inlined. This can be a port option in the future,
7871
7872         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7873
7874         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7875         hold the corresponding uninitialized symbols,
7876         * pic16_allocProcessorRegister: registers have explicit marked the
7877         accessBank field,
7878         * pic16_allocInternalRegister: registers are explicit marked as
7879         not used,
7880         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7881         processing list, so bit registers were lost,
7882         *
7883
7884         * ralloc.h: added field 'accessBank' and original symbol operand
7885         in register definition,
7886         * removed the field isMapped from register definition,
7887
7888         ** Several functions have been removed from various sources:
7889         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7890         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7891         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7892         pic16_assignRelocatableRegisters
7893
7894         ** others have been introduced:
7895         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7896         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7897
7898 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7899
7900         * support/scripts/inc2h.pl: changed definition of BIT_AT
7901         to emit 'sbit at' instead of 'bit at'. This was a request.
7902
7903         PIC16 port related preliminary changes:
7904         * gen.c: prefixed function popRegFromString with
7905         pic16_ and all references to it corrected
7906         * pcode.c: all pic16_pc_* hardware registers prefixed
7907         with underscore (_),
7908         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7909         * ralloc.c: newReg(): when register is REG_SFR then
7910         set address to rIdx,
7911         pic16_allocProcessorRegister(): marks register wasUsed=0
7912         pic16_writeUsedRegs(): added a call to assign processor
7913         registers via pic16_assignFixedRegisters
7914
7915 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7916
7917         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7918         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7919         variables in unused register banks.  Also the SSEG is placed
7920         wherever there is enough space for it, and IDATA can be anywhere
7921         in internal RAM.  For now compile using -Wl-Y[stack_size].
7922         The mem file is different for this option as well, since it
7923         makes no sense of talking about DSEG lenght.
7924
7925 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7926
7927         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7928         in certain cases, e.g. when ROM assignment, patch provided
7929         from Albert den Haan.
7930
7931 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7932
7933         Many signedness and type propagation fixes:
7934         * src/SDCCicode.c: made geniCodeCast() static
7935         replaced SPEC_ by IS_ (cosmetic)
7936         (operandOperation): fixed div and mod operation
7937         (usualBinaryConversions): added support for promotion of char
7938         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7939         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7940         (geniCodeAdd): an array index will stay unsigned, even if promoted
7941         from char to int
7942         (geniCodeArray): ditto
7943         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7944         * src/SDCCsymt.c (computeType): added more support for char;
7945         promotion of char is selectable by promoteCharToInt, fixed signedness
7946         for all cases
7947         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7948         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7949         * src/SDCCval (val*): replaced signedness calculation by
7950         computeType()
7951         rearranged if-branches (cosmetic)
7952         (valShift): added warning W_SHIFT_CHANGED
7953         (valCompare): fixed problem with different types
7954         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7955         * support/regression/tests/literalop.c: added many cases
7956         * support/regression/tests/ast_constant_folding.c: changed finally to
7957         'unsigned int'
7958         * .version: new year, new version: 2.3.7
7959         * src/SDCCmain.c (main): applied patch #866468
7960         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7961         provided by Scott Bronson
7962         * doc/sdccman.lyx: updated documentation for sdcdb
7963         updated and added chapter tips
7964
7965 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7966
7967         * src/SDCCsymt.h: missing from yesterday's commits
7968
7969 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7970
7971         * src/SDCC.y (struct_or_union_specifier),
7972         * support/Util/SDCCerr.c,
7973         * support/Util/SDCCerr.h: verify that struct & union tags are used
7974         as declared.
7975
7976 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7977
7978         * src/SDCCglobl.h: missing from yesterday's commits
7979
7980 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7981
7982         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7983         sft_attributes, struct_declaration, parameter_declaration,
7984         type_name, start_block, declaration_list),
7985         * src/SDCC.lex (check_type): support redefinition of typedef names
7986
7987 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7988
7989         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7990         aligned xdata arrays. Erik helped me with the if clause.
7991
7992 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7993
7994         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7995         warning
7996
7997 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7998
7999         * src/SDCCast.h,
8000         * src/SDCCast.c (newAst_),
8001         * src/SDCCicode.h,
8002         * src/SDCCicode.c (ast2iCode, newiCode),
8003         * src/SDCCglobl.h,
8004         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8005         expr, statement, expression_statement, selection_statement,
8006         iteration_statement, expr_opt, jump_statement): foundation for tracking
8007         sequence points
8008         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8009         point code too)
8010
8011 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8012
8013         * support/Util/SDCCerr.c,
8014         * src/SDCCast.h,
8015         * src/SDCCast.c (createCase, createDefault, decorateType),
8016         * src/SDCClabel.c (labelUnreach),
8017         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8018         to error messages.
8019         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8020         (with thanks to Stas Sergeev)
8021         * device/include/time.h,
8022         * device/lib/time.c (CheckTime): suppress unreachable code warning
8023
8024 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8025
8026         * src/SDCCast.c (createIvalCharPtr),
8027         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8028         bug #753752)
8029         * support/regression/tests/nullstring.c: tests for these two bugs
8030
8031 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8032
8033         * support/Util/SDCCerr.h,
8034         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8035         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8036         about storage class and 'at' used inside struct or union
8037         * src/SDCCBBlock.c (iCodeFromeBBlock),
8038         * src/SDCCcse.c (ifxOptimize),
8039         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8040         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8041         printIval, emitStaticSeg, emitOverlay),
8042         * src/SDCClabel.c (deleteIfx),
8043         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8044         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8045         gatherAutoInit, processParms),
8046         * support/Util/SDCCerr.h,
8047         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8048         reporting for post-parse errors.
8049
8050 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8051
8052         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8053         implicit casts via union; they don't work on big endian systems
8054         (possible fix for bug #861138)
8055
8056 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8057
8058         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8059         * src/mcs51/main.c: fixed the fix for bug #737001
8060
8061 2003-12-15  Borut Razem <borut.razem AT siol.net>
8062
8063         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8064
8065 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8066
8067         * support/makebin/makebin.c: put output in binary mode
8068
8069 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8070
8071         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8072         xdata and data memory on startup. Set the environment variable
8073         SDCC_NOGENRAMCLEAR to disable this.
8074         * src/mcs51/peephole.def,
8075         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8076         (allows non-interrupt and interrupt code to safely compete for a resource
8077         without the non-interrupt code having to disable interrupts)
8078
8079 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8080
8081         * src/SDCCicode.c (geniCodeAdd),
8082         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8083         with valFromType if type might be a pointer and host is big endian).
8084         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8085         types, not just integer types.
8086         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8087         multiply defined with mismatching "at" address.
8088
8089 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8090
8091         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8092         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8093         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8094         with embedded nulls (fixed bug #753752)
8095
8096 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8097
8098         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8099         Apparently this did not see much testing (endless loop)
8100
8101 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8102
8103         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8104
8105 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8106
8107         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8108         gracefully handle NULL memmap pointers
8109
8110 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8111
8112         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8113         instead of deleting the iCode when an operand is volatile
8114         * src/z80/gen.c (genDummyRead),
8115         * src/mcs51/gen.c (genDummyRead),
8116         * src/ds390/gen.c (genDummyRead),
8117         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8118         not just IC_RIGHT
8119         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8120         * src/SDCC.y: fixed bug #850420
8121
8122 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8123
8124         Applied z80 i/o port patch from Peter Townson and fixed some operators
8125         to better handle operands in A register.
8126         * device/include/z180.h
8127         * src/SDCC.y
8128         * src/SDCCglue.c
8129         * src/z80/gen.c
8130         * src/z80/gen.h
8131         * src/z80/main.c
8132         * src/z80/peeph-z80.def
8133         * src/z80/peeph.def
8134         * src/z80/z80.h
8135
8136 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8137
8138         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8139
8140 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8141
8142         * device/lib/hc08/_mullong.c: Removed extra #endif
8143
8144 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8145
8146         * sim/ucsim/hc08.src/inst.cc,
8147         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8148         carries from x to h
8149         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8150         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8151         * device/include/stdarg.h: fixed varargs for hc08
8152         * device/lib/Makefile.in,
8153         * device/lib/hc08/Makefile,
8154         * device/lib/hc08/_mulint.c,
8155         * device/lib/hc08/_mullong.c: fixed some endian problems
8156
8157 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8158
8159         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8160         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8161         * device/lib/_gptrget.c,
8162         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8163
8164 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8165
8166         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8167         * src/SDCCast.c (astErrors): fixed bug #846007
8168         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8169
8170 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8171
8172         * src/SDCCast.c (decorateType): disabled a transformation I added in
8173         revision 1.188 (access to fields of a structure at an absolute address);
8174         it breaks with bitfields, extern declarations, and gcse analysis.
8175         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8176         could be assigned through a pointer, so don't complain.
8177         * src/SDCCast.c (astErrors),
8178         * src/SDCCast.h,
8179         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8180
8181 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8182
8183         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8184         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8185         output of __config directives, since gpasm now supports them
8186         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8187         pre-processor macro, i.e. -DMCU=p18f452
8188         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8189         and modified to handle 'cast' icode similarly to '=' icode
8190         * src/pic16/device.h (typedef struct PIC_device): added field
8191         'extMIface' to indicate that chip has external memory interface
8192         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8193         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8194         18F8720
8195
8196 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8197
8198         * src/SDCC.y (pointer): fixed bug #846006
8199         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8200         * src/SDCCast.c (decorateType): fixed bug #846009
8201         * src/ds390/peeph.def,
8202         * src/ds390/gen.c (genAnd, genOr),
8203         * src/mcs51/peeph.def,
8204         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8205
8206 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8207
8208         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8209         * src/SDCCdflow.c
8210         * src/SDCCcse.c
8211         * src/SDCCcse.h
8212         * src/SDCCBBlock.h
8213         * src/SDCCBBlock.c
8214
8215 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8216
8217         fixed bug #845089
8218         * src/SDCCbitv.h,
8219         * src/SDCCbitv.c: added function to free a bitvector
8220         * src/SDCClrange.h,
8221         * src/SDCClrange.c: added function to recompute the liveranges
8222         * src/avr/ralloc.c,
8223         * src/ds390/ralloc.c,
8224         * src/hc08/ralloc.c,
8225         * src/mcs51/ralloc.c,
8226         * src/pic/ralloc.c,
8227         * src/pic16/ralloc.c,
8228         * src/xa51/ralloc.c,
8229         * src/z80/ralloc.c: recompute the liveranges after register packing
8230
8231 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8232
8233         * src/SDCCloop.c (newInduction): fixed bug #845630
8234
8235 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8236
8237         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8238         inadvertantly left behind from my 2003-11-12 change
8239
8240 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8241
8242         Updated headers I neglected to commit yesterday.
8243         * src/SDCClrange.h,
8244         * src/SDCCicode.h
8245
8246 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8247
8248         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8249         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8250         * src/SDCCopt.c (eBBlockFromiCode),
8251         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8252         the creation of the key hash table from the sequencing so it can be used
8253         earlier (for some GCSE bug fixes still pending)
8254
8255 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8256
8257         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8258         * support/regression/tests/addsub.c: testing genPlus shortcut
8259
8260 2003-11-15  Borut Razem <borut.razem AT siol.net>
8261
8262         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8263
8264 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8265
8266         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8267         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8268         ordering is immaterial.
8269         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8270
8271 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8272
8273         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8274         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8275         (SIGSEV) of bug #840381
8276         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8277         unlink new file before rename if new and old filenames are the same)
8278
8279 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8280
8281         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8282         uninitialized variables) for the mcs51. Set environment variable
8283         SDCC_GENRAMCLEAR to test.
8284         xdata initialization slightly shorter
8285
8286 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8287
8288         * src/SDCCsymt.h,
8289         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8290         #838241 & 780691 (basicly the same bug)
8291         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8292         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8293
8294 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8295
8296         * src/SDCCmain.c (linkEdit): "fix" #834252
8297
8298 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8299
8300         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8301         * src/SDCCast.h,
8302         * src/SDCC.y: fixed bug #819403
8303
8304 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8305
8306         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8307         the reentrant attribute.
8308         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8309         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8310         simulation
8311         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8312         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8313         erroneously reduced to a literal.
8314         * src/hc08/ralloc.c (packRegisters, rematStr),
8315         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8316         some cases
8317
8318 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8319
8320         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8321         * doc/sdccman.lyx: changed from 'article' to 'book'
8322         * doc/Makefile: readded test_suite_spec and cdbfileformat
8323
8324 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8325
8326         * device/include/stdlib.h: include malloc.h to comply with ANSI
8327         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8328
8329 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8330
8331         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8332         * doc/clean.mk: also remove *.out files
8333         * doc/sdccman.lyx: some additions, larger top/bottom margins
8334
8335 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8336
8337         * src/SDCC.y: fixed bug #837365
8338         * support/regression/tests/bitopcse.c
8339         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8340         a symbol (might be valop instead)
8341         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8342         * device/lib/clean.mk: added hc08 to the cleaning list
8343
8344 2003-11-04  Borut Razem <borut.razem AT siol.net>
8345
8346         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8347           made 2003-11-04
8348         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8349           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8350           malloc is declared in standard stdlib.h
8351
8352 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8353
8354         * device/lib/hc08/Makefile: need to clean .rel not .o files
8355         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8356
8357 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8358
8359         * src/port.h,
8360         * src/hc08/main.c,
8361         * src/mcs51/main.c,
8362         * src/ds390/main.c,
8363         * src/z80/main.c,
8364         * src/avr/main.c,
8365         * src/pic/main.c,
8366         * src/pic16/main.c,
8367         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8368         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8369         tests (which uses the port's oclsExpense function)
8370         * src/SDCC.y,
8371         * src/SDCCast.c,
8372         * src/SDCCicode.c,
8373         * src/hc08/gen.c,
8374         * src/ds390/gen.c,
8375         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8376
8377 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8378
8379         * src/SDCCcse.c (ifxOptimize),
8380         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8381         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8382         deleting the IFX iCode.
8383         * src/hc08/ralloc.c: reduced unneeded slocs
8384         * src/hc08/gen.c: fixed bug in asmopToBoolean
8385
8386 2003-11-04  Borut Razem <borut.razem AT siol.net>
8387
8388         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8389           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8390           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8391           transferred to configure
8392
8393 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8394
8395         Use headers defined in the C[++] standards:
8396         * sim/ucsim/gui.src/serio.src/fileio.cc
8397         * sim/ucsim/gui.src/serio.src/frontend.cc
8398         * sim/ucsim/gui.src/serio.src/main.cc
8399         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8400         * support/Util/NewAlloc.c
8401         * as/hc08/lklibr.c
8402         * as/mcs51/lklibr.c
8403         * as/z80/aslist.c
8404         * as/z80/assym.c
8405
8406 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8407
8408         * Added MSVC projects for hc08 assembler and linker:
8409         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8410         /as/hc08/link_hc08.dsp
8411
8412 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8413
8414         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8415
8416 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8417
8418         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8419
8420 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8421
8422         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8423
8424 2003-10-31  Borut Razem <borut.razem AT siol.net>
8425
8426         * support/cpp2/cpplib.h,
8427           support/cpp2/cpplib.c,
8428           support/cpp2/cpplex.c,
8429           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8430           to switch _asm block preprocessing on / off. Default is
8431           #pragma preproc_asm +
8432
8433 2003-10-31  Borut Razem <borut.razem AT siol.net>
8434
8435         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8436           when outputting comment blocks (when executed with -C option) and
8437           _asm (SDCPP specific) blocks
8438
8439 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8440
8441         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8442
8443 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8444
8445         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8446
8447 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8448
8449         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8450         * src/SDCCast.c (decorateType): fixed bug #832664
8451
8452 2003-10-31  Borut Razem <borut.razem AT siol.net>
8453
8454         * support\cpp2\cpplex.c: fixed for SDCPP:
8455           comments(when executed with -C option) and _asm blocks
8456           were included even if they where in skipped #if block.
8457           Applied solution from GCC cpp 3.3.2
8458
8459 2003-10-31  Borut Razem <borut.razem AT siol.net>
8460
8461         * src/SDCC.lex: sdcc now understands both formats:
8462           '# <line_number> <file_name>' and
8463           '#line <line_number> <file_name>'
8464         * support/cpp2/cppmain.c: sdcpp now generates the standard
8465           '# <line_number> <file_name>' instead of former
8466           '#line <line_number> <file_name>'
8467
8468 2003-10-30  Borut Razem <borut.razem AT siol.net>
8469
8470         * support/cpp2/cpphash.h,
8471         * support/cpp2/cpplib.h
8472         * support/cpp2/cpplex.c,
8473         * support/cpp2/cppmain.c,
8474         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8475
8476 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8477
8478         Fixed a number of problems revealed by bug #827883.
8479         * src/SDCCloop.c (loopInvariants): Spill location of the
8480         result operand should be recomputed if extracted from
8481         a loop. Also, don't extract assignments of an iTemp
8482         from a literal.
8483         * src/SDCCast.c (isConformingBody): loop reversal should
8484         not occur if the control variable is involved with a
8485         relational operator.
8486
8487 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8488
8489         * .version: bumped to 2.3.6 to reflect the big improvements
8490         made by Erik and Klaus. Thanks!
8491
8492 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8493
8494         Replaced the livrange code.
8495         * src/SDCClrange.c: added new LR code
8496         * src/SDCCloop.c,
8497         * src/SDCCBBlock.h: removed remainig parts from old LR code
8498         * src/ds390/ralloc.c,
8499         * src/ds390/gen.c: minor fixes to make it work with new code
8500
8501 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8502
8503         * as/hc08/asm.h,
8504         * as/hc08/lkrloc.c,
8505         * src/hc08/gen.c,
8506         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8507         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8508         (tweaked fix for bug #818696)
8509
8510 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8511
8512         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8513
8514 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8515
8516         * src/SDCCmain.c,
8517         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8518         * src/mcs51/gen.c (gencjneshort),
8519         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8520         more efficient (per Scott Bronson's suggestion)
8521
8522 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8523
8524         Extended the semantics of the critical keyword to include
8525         individual statements. See RFE #827755 and #799831
8526         * src/SDCC.y
8527         * src/SDCCicode.c
8528         * src/SDCCopt.c
8529         * src/SDCCast.c
8530         * support/Util/SDCCerr.c
8531         * support/Util/SDCCerr.h
8532         * src/mcs51/gen.c
8533         * src/ds390/gen.c
8534         * src/hc08/gen.c
8535
8536 2003-10-19  Borut Razem <borut.razem AT siol.net>
8537
8538         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8539
8540 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8541
8542         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8543         Fixed bug #818696
8544         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8545         and predecrement operand is displayed
8546
8547 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8548
8549         * src/SDCCval.c (valMinus): fixed bug #826041
8550
8551 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8552
8553         Some hc08 related updates that I missed earlier
8554         * sim/ucsim/stypes.h
8555         * support/regression/ports/hc08/spec.mk
8556
8557 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8558
8559         New target "hc08" for the Motorola 68hc08 family of micros
8560
8561         * configure
8562         * configure.in
8563         * Makefile
8564         * src/hc08/*
8565         * src/SDCCmain.c
8566         * src/port.h
8567         * sim/ucsim/hc08.src/*
8568         * sim/ucsim/configure.in
8569         * src/ucsim/configure
8570         * sim/ucsim/packages_in.mk
8571         * as/hc08/*
8572         * as/Makefile
8573         * device/include/mc68hc908qy.h
8574         * device/lib/hc08/*
8575         * device/lib/Makefile.in
8576         * support/regression/ports/hc08/*
8577         * support/regression/Makefile
8578
8579 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8580
8581         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8582         regression test
8583         * src/ds390/gen.c (genCast): fixed bug #821957
8584
8585 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8586
8587         * device/lib/logf.c: "fixed" overlay bug
8588         * support/regression/ports/host/spec.mk: added m library
8589         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8590         * support/regression/tests/float_trans: added (for Eric)
8591
8592 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8593
8594         * src/mcs51/gen.c (genCpl): fixed bug
8595         http://sf.net/mailarchive/message.php?msg_id=6263915
8596
8597 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8598
8599         * src/SDCCast.c (decorateType): added extended constant folding
8600         * src/SDCCsymt.c (computeType): cleanup
8601         * src/SDCCval.c (valShift): minor optimization
8602         * support/regression/tests/ast_constant_folding.c: added
8603
8604 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8605
8606         * src/SDCCmain.c: removed some unintended changes
8607
8608 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8609
8610         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8611         * src/z80/gen.c: fixed part of bug #817589
8612         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8613
8614 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8615
8616         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8617         * src/SDCCcflow.c
8618         * src/SDCCcse.c
8619         * src/SDCCdflow.c
8620         * src/SDCClabel.c
8621         * src/SDCClrange.c
8622         * src/SDCCmem.c
8623         * src/SDCCopt.c
8624         * src/SDCCpeeph.c
8625         * src/SDCCset.c
8626         * src/avr/ralloc.c
8627         * src/ds390/ralloc.c
8628         * src/izt/ralloc.c
8629         * src/mcs51/ralloc.c
8630         * src/pic/ralloc.c
8631         * src/pic16/ralloc.c
8632         * src/xa51/ralloc.c
8633         * src/z80/ralloc.c
8634         * src/z80/gen.c: removed unused label "release:"
8635
8636 2003-10-06  Borut Razem <borut.razem AT siol.net>
8637
8638         * src/SDCC.lex: removed definition of unused variables
8639           save_optimize and save_options
8640
8641 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8642
8643         * clean.mk: removed '=' in "-maxdepth=1"
8644         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8645         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8646
8647 2003-10-06  Borut Razem <borut.razem AT siol.net>
8648
8649         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8650           my_unput() replaced by unput()
8651
8652 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8653
8654         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8655         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8656         type-punned pointer will break strict-aliasing rules"
8657         Old LR behaviour is again default; Klaus' LR can be choosen by
8658         defining the environment variable LRKLAUS
8659         * src/SDCCBBlock.h
8660         * src/SDCCloop.c
8661         * src/SDCClrange.c
8662         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8663         * clean.mk: fixed removal of files in bin/CVS/
8664         * device/lib/clean.mk: fixed removal of directories small and large
8665         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8666         * src/SDCCicode.c,
8667         * src/SDCCval.c: removed superflous test for pedantic
8668
8669 2003-10-05  Borut Razem <borut.razem AT siol.net>
8670
8671         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8672           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8673           message "unmatched #pragma SAVE and #pragma RESTORE"
8674
8675 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8676
8677         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8678           assembly, critical functions, atomic, nojtbound)
8679
8680 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8681
8682         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8683         * src/SDCCBBlock.h
8684         * src/SDCCloop.c
8685         * src/SDCCloop.h
8686         * src/SDCClrange.c
8687
8688 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8689
8690         * src/z80/gen.h,
8691         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8692         * src/mcs51/gen.h
8693         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8694         * src/ds390/gen.h
8695         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8696         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8697         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8698
8699 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8700
8701         * src/z80/gen.c (genRet): fixed bug #524753
8702         * src/z80/gen.c (genCast): fixed internal error on cast from
8703         pointer to long
8704         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8705         fix for bug #477835 to the z80
8706         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8707         for tracking iCodes in the peephole optimizer for z80
8708
8709 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8710
8711         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8712         the other part of bug #814548
8713         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8714
8715 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8716
8717         * src/SDCCcse.c: fixed part of bug #814548
8718
8719 2003-09-28  Borut Razem <borut.razem AT siol.net>
8720
8721         * src/asm.c: rewrite of printILine() to use temporary file instead
8722           a pipe
8723         * src/xa51/main.c: commented out declaration of int rewinds
8724
8725 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8726
8727         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8728
8729 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8730
8731         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8732         * src/asm.c (printILine): Fixed bug #811015
8733
8734 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8735
8736         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8737         freeing.
8738
8739 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8740
8741         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8742         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8743         to correctly handle general case of AOP_PAIRPTR
8744         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8745
8746 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8747
8748         * src/mcs51/ralloc.c (fillGaps),
8749         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8750         register positioning bug)
8751
8752 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8753
8754         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8755
8756 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8757
8758         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8759         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8760         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8761         (ralloc doesn't intentionally do this now, but perhaps later)
8762         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8763         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8764         register positioning bugs (Fixed bug #762602 and #795325)
8765         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8766         (Fixed bug #808779)
8767         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8768         lines that --i-code-in-asm generates
8769
8770 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8771
8772         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8773         trying to fclose a FILE* that was already closed.
8774
8775 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8776
8777         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8778         of const struct should be treated as if const themselves)
8779
8780 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8781
8782         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8783
8784 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8785
8786         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8787         Unix (/n) and DOS (/r/n) line terminations.
8788
8789 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8790
8791         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8792         bug #613775
8793
8794 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8795
8796         * src/mcs51/gen.c (genFunction, genEndFunction),
8797         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8798         and restore of EA so that stack offsets to parameters are
8799         correct when using both critical and reentrant/stack-auto.
8800         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8801         size (can be triggered in error if sloc is shared between
8802         different sized objects)
8803         * device/include/float.h: fixed macros to explicitly use
8804         unsigned long where needed
8805
8806 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8807
8808         Feature req. 799831: added code to allow nesting of critical functions
8809         * src/mcs51/gen.c (genFunction, genEndFunction)
8810         * src/ds390/gen.c (genFunction, genEndFunction)
8811
8812 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8813
8814         * src/SDCCsymt.c (sclsFromPtr),
8815         * src/SDCCsymt.h,
8816         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8817         support for standard C idiom of memory mapped variables; for
8818         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8819         to xdata int at 0x1234 tempvar = 1.
8820         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8821         provided by Akiya ISHIDA
8822
8823 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8824
8825         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8826         * src/SDCCval.c (constVal): added reduction from int to char
8827         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8828         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8829         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8830         to ignore the sign
8831         * support/regression/tests/shifts.c: fixed
8832
8833 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8834
8835         * src/z80/gen.c (genXor): Fixed bug #805445
8836
8837 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8838
8839         Fixed bug #621531 (const & volatile confusion in the type chain).
8840         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8841         refer to the const or volatile state of the pointer itself.
8842
8843         * src/SDCCast.c
8844         * src/SDCCglue.c
8845         * src/SDCCicode.c
8846         * src/SDCCsymt.c
8847         * src/SDCCval.c
8848         * src/SDCC.y
8849         * src/SDCCsymt.h
8850         * src/pic/gen.c
8851         * src/pic/ralloc.c
8852         * src/pic16/gen.c
8853         * src/pic16/ralloc.c
8854         * support/regression/tests/const.c
8855
8856 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8857
8858         When checking for duplicated modules, use absolute paths
8859         instead of relative paths.  Files changed:
8860
8861         * as/mcs51/lklib.c
8862         * link/z80/lklib.c
8863
8864 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8865
8866         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8867
8868 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8869
8870         * device/include/string.h: added size_t typedef, changed
8871         prototypes to use size_t, eliminated separate reentrant and
8872         non-reentrant declarations, added _memmove declaration
8873         * device/lib/_memcpy.c: changed to use size_t instead of int,
8874         changed /4 to >>2 to avoid division library call
8875         * device/lib/_memcmp.c,
8876         * device/lib/_memset.c,
8877         * device/lib/_strncat.c,
8878         * device/lib/_strncpy.c,
8879         * device/lib/_strncmp.c: changed to use size_t instead of int
8880         * device/lib/_memmove.c: new file (fixed bug #772294)
8881         * device/lib/Makefile.in: added _memmove.c
8882         * device/lib/z80/asm_strings.s: fixed bug #772290
8883         * support/regression/tests/bitfields.c: attempt to fix host assertion
8884         failure on amd64-unknown-linux2.2
8885
8886 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8887
8888         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8889         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8890         * as/z80/asmain.c (main): fixed bug #801766
8891
8892 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8893
8894         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8895         compilers
8896
8897 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8898
8899         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8900         reported in bug #800609
8901
8902 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8903
8904         * Top header beautifications in src/pic16 directory:
8905           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8906           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8907           pcoderegs.h, ralloc.c, ralloc.h
8908         * main.c: added top header and GPL license notice
8909         * pcode.c: fixed the if-conditional warning
8910
8911 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8912
8913         * device/lib/_mullong.c: replaced int by short for gcc
8914
8915 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8916
8917         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8918         and JUMPTABLE iCodes properly now (worked by accident before)
8919         * src/mcs51/gen.c (leftRightUseAcc),
8920         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8921         iCode properly now. Use getSize instead of nRegs since a & b
8922         aren't part of the nRegs tally.
8923
8924 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8925
8926         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8927         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8928           before instructions that use the _STATUS register
8929
8930 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8931
8932         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8933         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8934         fetching of the pointer
8935         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8936         copied from genNearPointerSet()
8937         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8938         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8939         If they pop r0/r1 they must be called in the opposite order than aopOp().
8940         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8941         (resp. --stack-auto), prepared for --xstack
8942
8943 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8944
8945         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8946
8947 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8948
8949         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8950         these ports have their own __sdcc_external_start()
8951
8952 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8953
8954         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8955         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8956         type for bits was changed. It resulted in bit variables becoming
8957         global, which is not permitted in PIC 14 assembly output.
8958
8959 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8960
8961         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8962
8963 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8964
8965         Z80 and MCS51 linkers complaint if a public symbol is defined
8966         in more than one library module:
8967
8968         * as/mcs51/lklib.c
8969         * link/z80/lklib.c
8970         * as/mcs51/Makefile.in
8971
8972 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8973
8974         A few small changes that speed up the peephole optimizer.
8975
8976         * src/SDCCpeeph.c
8977
8978 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8979
8980         Try to make the peephole optimizer smarter by maintaining
8981         an association between the assembly source code and the
8982         iCodes that originated them. Put this information to use
8983         with a new peephole rule condition "notVolatile" so that
8984         the rules can be aggressive yet still safe.
8985
8986         * src/SDCCpeeph.c
8987         * src/SDCCpeeph.h
8988         * src/mcs51/gen.c
8989         * src/mcs51/peeph.def
8990
8991 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8992
8993         Fixed bug #741761
8994
8995         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8996         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8997         if the left or right operand symbols have the accuse flag set.
8998
8999 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9000
9001         Changed the type of the result of the ! (NOT) operator to char;
9002         previously it returned the same type as the source. This allows
9003         us to eliminate all the genFloatNot functions (all of its target
9004         implementations were very buggy) since !float can use the same
9005         code as !long now.
9006
9007         * src/SDCCicode.c (ast2iCode): ! returns char
9008         * src/mcs51/gen.c (genNot, genNotFloat),
9009         * src/ds390/gen.c (genNot, genNotFloat),
9010         * src/z80/gen.c (genNot, genNotFloat),
9011         * src/pic/gen.c (genNot, genNotFloat),
9012         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9013
9014 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9015
9016         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9017         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9018            during interrupts. Ensure WSAVE is located at a shared bank address.
9019         2. Fixed page selection in some places
9020         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9021            the registers name strings.
9022         4. Fixed "signed / unsigned compare" compiler warnings.
9023         5. The PIC port manages its own allocation of the general purpose
9024            registers, but makes no attempt to reuse them. As a result when
9025            compiling it soon runs out of general purpose registers. Some
9026            additional code was added to the files pcode.c and device.c to walk
9027            through the function call tree and rename the registers so that they
9028            get reused.
9029
9030         * src/pic/device.c
9031         * src/pic/gen.c
9032         * src/pic/glue.c
9033         * src/pic/pcode.c
9034         * src/pic/pcode.h
9035         * src/pic/ralloc.c
9036         * src/pic/ralloc.h
9037         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9038         genPlus() & genMinus() when the result is the same as left or right
9039
9040 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9041
9042         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9043
9044 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9045
9046         Made bitfield a distinct type from bit so that bitfields
9047         convert as per ANSI C and bits retain their traditional
9048         boolean style behaviour. Implemented bitfield support in
9049         the z80 port.
9050
9051         * src/SDCCsymt.h,
9052         * src/SDCCsymt.c,
9053         * src/SDCCast.c,
9054         * src/cdbFile.c,
9055         * src/mcs51/gen.c,
9056         * src/ds390/gen.c: bit v bitfield split
9057         * src/z80/gen.c: New support for bitfields
9058         * support/regression/tests/bitfields.c: reenabled z80,
9059         added more tests
9060
9061 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9062
9063         Rules 246.x, 247.x relate to bitfields, the others speed up
9064         access to xdata mapped I/O devices.
9065
9066         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9067
9068 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9069
9070         Cleaned up genPackBits and genUnpackBits and added two helper
9071         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9072         for literal assignments in genPackBits (thanks to Frieder for
9073         reminding me).
9074
9075         * src/mcs51/gen.c
9076         * src/ds390/gen.c
9077
9078 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9079
9080         Fixed bug #748310 (pointer to function type mishandled when the
9081         function name is omitted). Also fixed a SIGSEGV when a function
9082         attribute (reentrant, etc) is used on a non-function or on a
9083         function but misplaced before the parameter list.
9084
9085         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9086         bug #748310
9087         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9088         * support/Util/SDCCerr.h,
9089         * support/Util/SDCCerr.c: Added func attr misuse error msg
9090
9091 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9092
9093         Fixed bug #787649 by anonymous
9094         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9095         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9096
9097 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9098
9099         Fixed numerous bitfield problems.
9100
9101         * src/SDCC.y: More bitfield related error checking
9102         * src/SDCCsymt.h,
9103         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9104         * support/Util/SDCCerr.h,
9105         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9106         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9107         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9108         * support/regression/tests/bitfields.c: tests added
9109
9110 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9111
9112         Made the constant following the "interrupt" keyword optional. If
9113         omitted, the function will not automatically be given an entry
9114         in the interrupt vector table (similar to #pragma NOIV, but
9115         less syntacticly kludgy). The interrupt number is also now
9116         range checked. Also fixed a bug in the high order bit example
9117         in the manual.
9118
9119         * src/SDCC.y
9120         * src/SDCCmem.c
9121         * src/SDCCglue.c
9122         * src/SDCCsymt.h
9123         * support/Util/SDCCerr.c
9124         * support/Util/SDCCerr.h
9125         * doc/sdccman.lyx
9126
9127 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9128
9129         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9130         * src/SDCCicode.c (operandOperation): rewritten some ops
9131         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9132         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9133         other type
9134         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9135         be re-activated by defining REDUCE_LITERALS)
9136         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9137         unsigned, but are signed by default
9138         * src/SDCCval.c (constVal): rearranged
9139         * src/SDCCval.c (valMod): preliminary fix
9140         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9141         * support/regression/literalop.c: added, work in progress
9142
9143 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9144
9145         Generate warnings for useless declarations like "char data;"
9146         that don't do what new users expect.
9147
9148         * src/SDCC.y
9149         * support/Util/SDCCerr.h
9150         * support/Util/SDCCerr.c
9151
9152 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9153
9154         * src/SDCCval.c (valMult): fix overflow detection of negative int
9155
9156 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9157
9158         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9159
9160         Changes to support big endian targets:
9161
9162         * src/ports.h
9163         * src/SDCCglue.c
9164         * src/avr/main.c
9165         * src/ds390/main.c
9166         * src/izt/i186.c
9167         * src/mcs51/main.c
9168         * src/pic/main.c
9169         * src/pic16/main.c
9170         * src/xa51/main.c
9171         * src/z80/main.c
9172
9173 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9174
9175         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9176         * device/lib/time.c: fixed warning "integer overflow in expression"
9177
9178 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9179
9180         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9181         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9182         constants are unsigned; added recognition of "u" flag for unsigned
9183         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9184         * src/SDCCval.c (valDiv, valMod): fixed signdness
9185         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9186         signedness of modulo, left and right shift
9187         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9188         * support/Util/SDCCerr.h: added warning W_INT_OVL
9189         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9190         * src/SDCCast.c (ast_print): improved output of constants
9191
9192 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9193
9194         Fixed some warnings when building with MSVC:
9195
9196         * as\mcs51\asdata.c
9197         * as\z80\asdata.c
9198         * as\mcs51\asm.h
9199         * as\z80\asm.h
9200         * link\z80\aslink.h
9201         * link\z80\lkdata.c
9202         * link\z80\lkeval.c
9203         * link\z80\lkgb.c
9204         * link\z80\lkihx.c
9205         * link\z80\lks19.c
9206         * link\z80\lksym.c
9207         * support\cpp2\cpplib.c
9208         * src\ds390\gen.c
9209         * src\mcs51\gen.c
9210
9211 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9212
9213         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9214
9215 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9216
9217         * support\librarian\clean.mk: Do not remove Makefile.
9218         * support\librarian\Makefile: added.
9219
9220 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9221
9222         Added librarian to MSVC build:
9223         * all.dsp
9224         * sdcc.dsw
9225         * support\librarian\librarian.dsp
9226
9227         'configure' not needed for librarian, removed:
9228         * support\librarian\configure
9229         * support\librarian\configure.in
9230         * support\librarian\config_in.h
9231         * support\librarian\Makefile.in
9232
9233         Hopefully these ones built the librarian and the rest of sdcc properly:
9234         * Makefile
9235         * Makefile.common.in
9236
9237         Messed up 'configure', so revert to previous version:
9238         * configure
9239         * configure.in
9240
9241 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9242
9243         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9244         there, while the mantissa of a double is "only" 53 bits wide.
9245
9246 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9247
9248         Adding sdcclib to the build.  MSVC project coming soon.
9249         Files added/changed:
9250
9251         * support\librarian\clean.mk
9252         * support\librarian\configure
9253         * support\librarian\configure.in
9254         * support\librarian\config_in.h
9255         * support\librarian\Makefile.bcc
9256         * support\librarian\Makefile.in
9257         * support\librarian\sdcclib.c
9258         * Makefile.bcc
9259         * Makefile
9260         * Makefile.common.in
9261         * configure
9262         * configure.in
9263
9264 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9265
9266         Linker now complaints if linked modules have conflicting options, for
9267         example, one compiled using --model-large and another one compiled with
9268         --model-small.  The following files were modified:
9269
9270         * as\mcs51\asdata.c
9271         * as\mcs51\aslink.h
9272         * as\mcs51\asm.h
9273         * as\mcs51\asmain.c
9274         * as\mcs51\asout.c
9275         * as\mcs51\i51pst.c
9276         * as\mcs51\lkdata.c
9277         * as\mcs51\lklibr.c
9278         * as\mcs51\lkmain.c
9279         * as\z80\asdata.c
9280         * as\z80\asm.h
9281         * as\z80\asmain.c
9282         * as\z80\asout.c
9283         * as\z80\z80pst.c
9284         * link\z80\aslink.h
9285         * link\z80\lkdata.c
9286         * link\z80\lklibr.c
9287         * link\z80\lkmain.c
9288         * src\SDCCglue.c
9289
9290 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9291
9292         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9293         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9294
9295 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9296
9297         * src/z80/mappings.i: fix _mul[us][int,long] entries
9298
9299 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9300
9301         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9302
9303 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9304
9305         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9306         * support/regression/tests/bitopcse.c: added
9307         fixed warning:
9308         * src/avr/gen.c:
9309         * src/pic/gen.c:
9310         * src/pic16/gen.c:
9311         * src/z80/gen.c:
9312         * src/xa51/gen.c:
9313
9314 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9315
9316         added support for new library format to z80, gbz80 linkers:
9317         *link/z80/aslink.h
9318         *link/z80/lklex.c
9319         *link/z80/lklib.c
9320         *link/z80/lklist.c
9321
9322 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9323
9324         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9325         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9326
9327 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9328
9329         added DUMMY_READ_VOLATILE:
9330         * src/SDCC.y:
9331         * src/avr/gen.c:
9332         * src/xa51/gen.c:
9333         * src/z80/gen.c:
9334         * src/pic/gen.c:
9335         * src/pic16/gen.c:
9336         * src/mcs51/gen.c:
9337         * src/ds390/gen.c:
9338         * src/SDCCcse.c (algebraicOpts): many improvements
9339         * src/SDCCcse.h: removed algebraicOpts()
9340         * src/SDCCicode.c (picDummyRead): added
9341
9342 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9343
9344         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9345         "Insufficient space in data memory".
9346
9347 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9348
9349         * src/mcs51/gen.c: fixed bug #771358
9350         * src/z80/gen.c: fixed bug #759087
9351
9352 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9353
9354         * src/pic16/glue.c: minor cleanup by Vangelis
9355
9356 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9357
9358         * device/include/regc515c.h: fixed #758477
9359         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9360         * device/lib/_gptrput.c: saved a few bytes
9361         * my tab spacing is 8, yours too?)
9362         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9363         * device/lib/serial.c: process RX bytes earlier than TX bytes
9364         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9365
9366 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9367
9368         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9369
9370 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9371
9372     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9373
9374 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * device/lib/Makefile.in: bad fix, reverted to 1.43
9377
9378 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9379
9380         * device/lib/Makefile.in: added missing z80 object files
9381
9382 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9383
9384         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9385         pic16 progress by Vangelis:
9386         * src/SDCCglobl.h:
9387         * src/SDCCmain.c:
9388         * src/pic/Makefile:
9389         * src/pic:
9390         * pic/Makefile:
9391         * pic16/device.c:
9392         * pic16/device.h:
9393         * pic16/gen.c:
9394         * pic16/gen.h:
9395         * pic16/genarith.c:
9396         * pic16/glue.c:
9397         * pic16/main.c:
9398         * pic16/pcode.c:
9399         * pic16/pcode.h:
9400         * pic16/pcodepeep.c:
9401         * pic16/peeph.def:
9402
9403 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9404
9405     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9406
9407 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9408
9409     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9410     added gbz80 build to MSVC project.
9411     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9412     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9413     from 8051 stuff and setup so it links using a .lnk file.
9414
9415 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9416
9417     * support/librarian/sdcclib.c: sdcc librarian.
9418     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9419     with sdcclib.
9420
9421 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9422
9423     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9424
9425 2003-07-02  Borut Razem <borut.razem AT siol.net>
9426
9427         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9428         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9429         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9430         src/xa51/main.c, src/z80/main.c:
9431         virtualization of glue() function: each port has it's own glue function,
9432         which is accessed by do_glue function pointer in PORT.general structure
9433
9434 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9435
9436         * DS800C400 fun, improved ROM interface and tinibios.
9437
9438 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9439
9440         * More support for DS80C400. Now includes beginning of interface to ROM.
9441
9442 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9443
9444         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9445
9446 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9447
9448         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9449
9450 2003-06-19  Borut Razem <borut.razem AT siol.net>
9451
9452         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9453
9454 2003-06-19  Borut Razem <borut.razem AT siol.net>
9455
9456         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9457         fixed Z80 port - crt0.o: cannot open.
9458
9459 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9460
9461         * support/Util/MySystem.c (merge_command): revert bad fix
9462
9463 2003-06-18  Borut Razem <borut.razem AT siol.net>
9464
9465         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9466
9467 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9468
9469         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9470         option --use-stdout sends errors to stdout instead of stderr.
9471
9472 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9473
9474         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9475
9476 2003-06-15  Borut Razem <borut.razem AT siol.net>
9477
9478         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9479         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9480         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9481         fixed width array of pointers replaced with sets;
9482         multiple include and lib paths ared transferred to preprocessor and linker
9483         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9484         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9485         fixed width array of pointers
9486         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9487         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9488         fixupPath(), getPathDifference()
9489         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9490         fixed width array of pointers
9491
9492 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9493
9494         * src/pic16/ralloc.c: fix warnings
9495         * src/pic16/pcode.c: fix warning
9496
9497 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9498
9499          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9500         know all the details, but essentially this set of changes enable
9501         the pic16 port to generate movff instructions and generate assembler
9502         directives,
9503         * src/SDCCmain.c:
9504         * src/pic16/gen.c:
9505         * src/pic16/glue.c:
9506         * src/pic16/pcode.c:
9507         * src/pic16/device.c:
9508         * src/pic16/main.c:
9509         * src/pic16/pcode.h:
9510         * src/pic16/pcoderegs.c:
9511         * src/pic16/ralloc.c:
9512         * src/pic16/ralloc.h:
9513
9514 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9515
9516         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9517         added option --vc, so sdcc errors and warnings are compatible with
9518         Microsoft Visual Studio.
9519
9520 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9521
9522         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9523           device/lib/libfloat.lib: added atof function.
9524
9525 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9526
9527         * doc/sdccman.lyx: updated to Lyx 1.3
9528         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9529         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9530         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9531
9532 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9533
9534         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9535
9536 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9537
9538         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9539           additions to the "related tools/documentation" section
9540
9541 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9544
9545 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9546
9547         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9548         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9549
9550 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9551
9552         * doc/sdccman.lyx: fix double dash and other minor things
9553         * doc/Makefile: fix double dash
9554
9555 2003-05-28  Karl Bongers(patches from Martin Helmling)
9556         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9557           condition and ignore commands.
9558
9559 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9560
9561         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9562           is in parts still quite out of date, I did changes as far as I felt makes sense
9563           for a non-native english speaker.
9564           Please feel free to add to the manual or to correct my changes.
9565         * doc/Makefile: undid touching the date of intermediate tex files.
9566
9567 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9568
9569         * doc/sdccman.lyx: Manual has an index now
9570
9571 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9572
9573         Finalize muluint/mulsint and mululong/mulslong merging:
9574         * device/lib/_mulint.c
9575         * device/lib/_mullong.c
9576         * device/lib/gbz80/mul.s
9577         * device/lib/gbz80/stubs.s
9578         * device/lib/z80/mul.s
9579         * device/lib/z80/stubs.s
9580         * src/SDCCsymt.c (initCSupport)
9581
9582 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9583
9584         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9585         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9586           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9587           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9588           instead of /Zm500.
9589
9590 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9591
9592         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9593           the regression tests I'm not brave enough to enable 245.b, 245.c
9594         * doc/sdccman.lyx: added latex preamble for hyperref package.
9595           Using pdflatex this will give you a hyperlinked pdf file with
9596           bookmarks. (prepend '%' before /usepackage if this breaks something)
9597
9598 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9599
9600          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9601
9602 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9603
9604         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9605
9606 2003-05-21    <johan AT balder>
9607
9608         * src/SDCCglue.c (printIval): fixed bug #739934
9609
9610 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9611
9612         Applied patch from bug 737905 (renamed yylineo to mylineno):
9613         * src/altlex.c
9614         * src/SDCCast.c
9615         * src/SDCglobl.h
9616         * src/SDCC.lex
9617         * src/SDCCsymt.c
9618         * src/SDCCval.c
9619         * src/pic16/pcode.c: Cleaned warnings
9620         * src/pic16/pcodeflow.c: Cleaned warnings
9621         * src/pic16/pcoderegs.c: Cleaned warnings
9622
9623 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9624
9625         * src/pic16/pcode.c: Cleaned warnings
9626         * src/pic16/pcodepeep.c: Cleaned warnings
9627         * src/pic16/ralloc.c: Cleaned warnings
9628
9629 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9630
9631         * doc/sdccman.lyx: fixed bug 739745
9632         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9633
9634 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9635
9636         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9637         it can be defined with CFLAGS when running configure
9638         * src/SDCCmain.c: fixed compiling + linking with object files
9639
9640 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9641
9642         * configure.in: configure for pic16 port,
9643             added --disable-pic16-port
9644         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9645         * src/SDCCmain.c: linkOptions is changed to set *,
9646             added if/endif conditional macros to remove options help
9647             messages from optionsTable when a port is not configured, added
9648             support for the PIc16 port in the ports table, when executing
9649             the compiler with no port specified on command line, a default
9650             port is selected with the new macro DEFAULT_PORT which is
9651             defined in port.h, in setDefaultOptions() linkOptions is removed
9652             from initialization assignment, since now it is a set,
9653             parseCmdLine uses setParseWithComma for linkOptions, in
9654             linkEdit() linkOptions are accessed with new function indexSet()
9655             which returns the i'th item of a set variable. See SDCCset.c, in
9656             linkEdit() when calling buildCmdLine(), added linkOptions as
9657             last argument. Now users can pass arguments to gplink via the
9658             -Wl option, main() uses pic16glue() to glue up pic16 programs
9659         * src/SDCCpeeph.c: various changes to support pic16
9660         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9661             return the i'th item of the set
9662         * src/SDCCset.h: added function prototype for indexSet()
9663         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9664         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9665         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9666             added macro DEFAULT_PORT
9667         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9668         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9669             generated
9670         * src/pic16/glue.c: commented out some error producing lines
9671         * src/pic16/main.c: __config directives are commented out to stop
9672             gpasm complaining and test the linkage with gplink, _linkCmd and
9673             _asmCmd changed to be more gplink and gpasm friendly
9674         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9675             produced an error when parsed, peep rule 12 is added to utilize
9676             movff, but it is commented out since the pCode does not support
9677             yet a command with 2 address arguments
9678
9679 2003-05-18    <johan AT balder>
9680
9681         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9682         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9683 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9684
9685         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9686   Added feature to script commands from file.
9687
9688 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9689
9690         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9691         * src/SDCCutil.c: include ctype.h for win32
9692
9693 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9694
9695         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9696
9697 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9698
9699         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9700   Fixed so you can set breakpoints prior to run, run does not stop
9701   on entry now.  Add tbreak.  Other enhancements and fixes for use
9702   with ddd.
9703
9704 2003-05-12  Borut Razem <borut.razem AT siol.net>
9705
9706         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9707
9708 2003-05-11  Borut Razem <borut.razem AT siol.net>
9709
9710         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9711         the path of bin directory, so that PATH is the only env. variable, which has to be set
9712         in case of standard installation.
9713         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9714         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9715         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9716
9717 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9718
9719         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9720         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9721         temp files are in the port dir; clean the gen/test directory when
9722         generating new test.c
9723         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9724         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9725         * support/regression/tests/zeropad.c: added
9726
9727 2003-05-09    <johan AT balder>
9728
9729         * src/SDCCglue.c: fixed bug #597940
9730
9731 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9732
9733         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9734   cache sfr, optimize next,step, fix off by one sourceline,
9735   support ddd list function.
9736         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9737
9738 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9739
9740         * support/regression/HTMLgen.py: added compare_s2f()
9741         * support/regression/Makefile: redo 1.27
9742         * support/regression/generate-cases.py: redo 1.5
9743
9744 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9745
9746         * support/regression/tests/float.c: workaround 33 bit hex constant
9747         * support/regression/tests/simplefloat.c: fix division for host
9748
9749 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9750
9751         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9752         that tame's the PIC's over-aggressive optimizer.
9753
9754 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9755
9756          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9757          support for MSVC.
9758
9759 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9760
9761         Initial support for DS80C400. "Hello world" runs on TINIm400
9762         (with polled I/O).
9763
9764 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9765
9766          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9767          * Some notes on ddd usage added in debugger/README
9768          Martin Helmling adding more features and fixes for ddd GUI debugger.
9769          Code added for nexti, stepi, up, down, and other adjustments.
9770
9771 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9772
9773         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9774         * src/pic/peeph.def Added two rules to optimize carry manipulation
9775         * src/pic/* removed debug printfs
9776
9777 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9778
9779         * debugger/mcs51/cmd.c: added header newalloc.h
9780
9781 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9782
9783         * as/Makefile: new EXEEXT
9784         * as/z80/Makefile: remove trailing slash of BUILDIR
9785         * as/z80/clean.mk: new EXEEXT
9786         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9787         * support/cpp2/Makefile.in: new EXEEXT
9788         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9789
9790 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9791
9792         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9793         EXEEXT was introduced to fix all related problems with targets
9794         "clean", "install" and "uninstall"; a couple of further flaws
9795         especially with "clean" have been fixed too
9796         * as/mcs51/Makefile.in
9797         * as/mcs51/clean.mk
9798         * as/z80/Makefile
9799         * Makefile
9800         * clean.mk
9801         * debugger/mcs51/Makefile.in
9802         * debugger/mcs51/clean.mk
9803         * link/z80/Makefile
9804         * link/z80/Makefile.in
9805         * link/z80/clean.mk
9806         * link/Makefile
9807         * packihx/Makefile.in
9808         * packihx/clean.mk
9809         * sim/ucsim/Makefile
9810         * sim/ucsim/clean.mk
9811         * sim/ucsim/avr.src/Makefile.in
9812         * sim/ucsim/avr.src/clean.mk
9813         * sim/ucsim/s51.src/Makefile.in
9814         * sim/ucsim/s51.src/clean.mk
9815         * sim/ucsim/xa.src/Makefile.in
9816         * sim/ucsim/xa.src/clean.mk
9817         * sim/ucsim/z80.src/Makefile.in
9818         * sim/ucsim/z80.src/clean.mk
9819         * sim/ucsim/main_in.mk
9820         * sim/ucsim/packages_in.mk
9821         * sim/ucsim/gui.src/Makefile.in
9822         * sim/ucsim/gui.src/serio.src/Makefile.in
9823         * sim/ucsim/gui.src/serio.src/clean.mk
9824         * src/Makefile.in
9825         * src/clean.mk
9826         * support/cpp2/Makefile.in
9827         * support/cpp2/clean.mk
9828         * support/makebin/Makefile
9829         * support/makebin/clean.mk
9830         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9831         * doc/sdccman.lyx: --program-suffix no longer needed
9832
9833 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9834
9835          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9836          Martin Helmling added support for ddd GUI debugger.
9837          Code added to display assembly, set variables, and other commands
9838          to interface to ddd.
9839
9840 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9841
9842         * as/Makefile: fix target clean
9843         * as/clean.mk: fix target clean
9844         * as/z80/clean.mk: fix target clean
9845
9846 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9847
9848         * Makefile.common.in: added  AT EXEEXT AT
9849         * configure.in: removed all mingw32 stuff
9850         * configure: rebuilt from configure.in
9851         * doc/sdccman.lyx: updated section "installation"
9852         * support/scripts/sdcc_mingw32: adapted to configure
9853         * support/scripts/sdcc_cygwin_mingw32: added
9854
9855 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9856
9857         * src/pic Added object file support for the PIC port
9858         * src/pic Applied patch from Craig Franklin (this started the object file support)
9859         * src/regression Updated the PIC regression tests for object files
9860
9861 2003-04-20  Borut Razem <borut.razem AT siol.net>
9862
9863         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9864           lklex.c: In function `getfid':
9865           lklex.c:203: warning: array subscript has type `char'
9866         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9867           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9868         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9869           stack handling macros
9870
9871 2003-04-19  Borut Razem <borut.razem AT siol.net>
9872
9873         * "handling space characters in file path" task:
9874         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9875         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9876         * support/Util/MySystem.h: make it self-sufficient
9877         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9878           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9879           handling space characters in file path
9880         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9881           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9882         * support/Util/MySystem.c: handling space characters in executable's path
9883
9884 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9885
9886         * as/z80/Makefile: fix permanent rebuild of z80
9887         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9888         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9889
9890 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9891
9892         * src/SDCCopt.c: add special case optimization to replace modulo by
9893           a power of two with a bitwise AND.
9894
9895 2003-04-18    <johan AT balder>
9896
9897         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9898
9899 2003-04-17    <johan AT balder>
9900
9901         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9902         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9903
9904 2003-04-13  Borut Razem <borut.razem AT siol.net>
9905
9906         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9907         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9908           fixed mingw problem in adl_NORMALIZE_PATH
9909
9910 2003-04-12  Borut Razem <borut.razem AT siol.net>
9911
9912         * fixed "#pragma SAVE/RESTORE can not be nested":
9913         * src/SDCC.lex: reworked pragma handling functions
9914         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9915         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9916
9917 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9918
9919         * src/SDCCutil.c (pathEquivalent): defined but not used
9920         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9921         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9922         * configure: rebuilt from configure.in
9923         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9924         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9925         * device/include/Makefile.in: replace sdcc_datadir
9926         * device/lib/Makefile.in: replace sdcc_datadir
9927         * Makefile.common.in: add LDFLAGS from configure
9928         * packihx/Makefile.in: use LDFLAGS
9929         * src/Makefile.in: use LDFLAGS
9930         * support/cpp2/Makefile.in: add LDFLAGS from configure
9931         * support/makebin/Makefile: use LDFLAGS
9932         * .version: bumped version number to 2.3.5
9933
9934 2003-04-12  Borut Razem <borut.razem AT siol.net>
9935
9936         * completed "different paths" task:
9937         * src/SDCCmacro.c: fixed bug in handling quotes
9938         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9939         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9940
9941 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9942
9943         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9944
9945 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9946
9947         * ds390/gen.c ds390/peeph.def: fix bug 706781
9948
9949 2003-04-11  Borut Razem <borut.razem AT siol.net>
9950
9951         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9952
9953 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9954
9955         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9956         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9957          set - this bit used to not be set...).
9958         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9959           bad code in PIC Port
9960         * src/regression/and2.c added to test bug 609268
9961         * src/regression/Makefile added and2.c to regression test
9962
9963
9964 2003-04-08    <johan AT CP255758-A>
9965
9966         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9967         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9968         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9969
9970 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9971
9972         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9973         fix bug #487815
9974         * support/cpp2/Makefile.in: fix bug #487815
9975         * configure: rebuilt from configure.in
9976         * Makefile.common.in: docdir changed, new path suffixes
9977         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9978         * sdcc_vc_in.h: reflect changes from sdccconf.h
9979         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9980         * src/SDCCutil.h: remove BINDIR hack
9981         * doc/sdccman.lyx: update new path hierarchy
9982
9983 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9984
9985         * src/SDCCpeeph.c: added okToRemoveSLOC test
9986
9987 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9988
9989         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9990
9991 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9992
9993         * src/SDCCpeeph.c: added labelIsReturnOnly test
9994         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9995
9996 2003-04-05    <johan AT balder>
9997
9998         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9999         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
10000         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
10001         * src/SDCCast.c: fixed a warning
10002         * src/SDCCast.h: fixed a warning
10003         * src/SDCCicode.c (operandFromAst): fixed a warning
10004
10005 2003-04-04    <johan AT balder>
10006
10007         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10008         * src/SDCCast.c (decorateType): fixed bug #715076
10009         * src/SDCC.y: fixed bug #702907
10010
10011 2003-04-03    <johan AT balder>
10012
10013         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10014         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10015         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10016         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10017         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10018
10019 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10020
10021         * _decdptr.c: fix return values
10022         * _gptrget.c: fix return values
10023         * _gptrgetc.c: fix return values
10024         * _gptrput.c: fix return values
10025         * _mulint.c: fix return values
10026         * as/z80/Makefile: fix 'make -j' problem
10027
10028 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10029
10030         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10031         * configure.in: big cleanup, updated to autoconf 2.5x
10032         * configure: rebuilt from configure.in
10033         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10034         * sdcc_vc_in.h: reflect changes from sdccconf.h
10035         * doc/Makefile: fixed a flaw in "make install"
10036
10037 2003-04-02    <johan AT balder>
10038
10039         * src/ds390/gen.c (genCmp): no comments
10040         * src/mcs51/gen.c (genCmp): no comments
10041         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10042         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10043
10044 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10045
10046         * support/regression/generate-cases.py: place generated file in given sub directory
10047         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10048         * support/regression/Makefile: improvements for 'make -j';
10049         side effect: it's simpler and faster now
10050
10051 2003-03-31  Borut Razem <borut.razem AT siol.net>
10052
10053         * src/z80/main.c: link-{port} and as-{port} defined without path
10054         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10055
10056 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10057
10058         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10059
10060 2003-03-30  Borut Razem <borut.razem AT siol.net>
10061
10062         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10063           changed type of list parameter to set
10064         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10065         * src/port.h: changed type of do_assemble() parameter to set
10066         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10067           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10068           definition of "cppoutfilename" macro with NULL value in preProcess()
10069         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10070         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10071         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10072           replaced with set *binPathSet
10073         * shash_add() deallocates the item, if allready exsists, before adding the new one
10074         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10075
10076 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10077
10078         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10079           a nested for loop bug in the PIC port
10080         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10081           for loops
10082
10083 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10084
10085         * support/Util/dbuf.h: remove C++ stuff to make it portable
10086
10087 2003-03-28  Borut Razem <borut.razem AT siol.net>
10088
10089         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10090           literal strings in stringLiteral()
10091         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10092         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10093           to the project
10094
10095 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10096
10097         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10098
10099 2003-03-26    <johan AT balder>
10100
10101         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10102         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10103         * src/SDCCast.c (decorateType): fixed " -v < 3"
10104
10105 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10106
10107         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10108         Added Lenny Story's debug infrastructure changes:
10109         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10110         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10111         * src/cdbFile.c: added
10112         * src/SDCCdebug.c: added
10113         * src/SDCCdebug.h: added
10114         * src/SDCCast.c (createFunction)
10115         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10116         * src/SDCCmain.c (parseCmdLine, main)
10117         * src/SDCCmem.c (redoStackOffsets)
10118         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10119         * src/SDCCsymt.h
10120         * src/common.h
10121         * src/avr/gen.c (genAVRCode)
10122         * src/ds390/gen.c (gen390Code)
10123         * src/mcs51/gen.c (gen51Code)
10124         * src/pic/gen.c (genpic14Code)
10125         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10126         * src/xa51/gen.c (genXA51Code)
10127         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10128
10129 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10130
10131         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10132         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10133
10134 2003-03-22    <johan AT balder>
10135
10136         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10137
10138 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10139
10140         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10141         * doc/cdbfileformat.lyx: added, written by Lenny Story
10142         * doc/Makefile: added cdbfileformat.lyx
10143         * doc/clean.mk: added cdbfileformat.lyx
10144
10145 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10146
10147         * src/mcs51/peeph.def: fix bug #705773
10148
10149 2003-03-20    <johan AT balder>
10150
10151         An sfr/sbit can have an "at #" AND an initializer
10152         * src/SDCCsymt.c (checkSClass):
10153         * src/SDCCmem.c (allocGlobal):
10154         * src/SDCCmem.c (allocLocal):
10155         * src/SDCCast.c (createBlock):
10156
10157 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10158
10159         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10160
10161 2003-03-16    <johan AT balder>
10162
10163         Undid the hackup of const and volatile, the problem is much bigger
10164         * src/SDCC.y:1.65
10165         * src/SDCCast.c:1.171
10166         * src/SDCCglue.c:1.138
10167         * src/SDCCicode.c:1.146
10168         * src/SDCCsymt.c:1.150
10169         * src/SDCCval.c:1.65
10170
10171 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10172
10173         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10174         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10175
10176 2003-03-13    <johan AT balder>
10177
10178         Hackup const and volatile modifiers in type chains a bit:
10179         * src/SDCC.y:1.63
10180         * src/SDCCast.c:1.169
10181         * src/SDCCglue.c:1.136
10182         * src/SDCCicode.c:1.143
10183         * src/SDCCsymt.c1.146
10184         * src/SDCCsymt.h1.59
10185         * src/SDCCval.c:1.63
10186
10187 2003-03-12    <johan AT balder>
10188
10189         * src/SDCCBBlock.h: more LRH debugging junk
10190         * src/SDCCcflow.h: more LRH debugging junk
10191         * src/SDCCloop.c: more LRH debugging junk
10192         * src/SDCC.y (struct_declaration): fixed bug #697590
10193         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10194         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10195         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10196
10197 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10198         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10199         test function names must now match exactly).
10200         * src/SDCCcse.c: added special case in findCheaperOp to allow
10201         extending a short integer. Makes less awful code for bug 700121 test case.
10202
10203 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10204
10205         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10206         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10207
10208 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10209
10210         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10211         actually called (operandsNotEqual() was called for all
10212         operandsNotEqualX tests).
10213
10214 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10215
10216         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10217         with shorter literals. Fixes bug 700121.
10218
10219 2003-03-11    <johan AT balder>
10220
10221         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10222
10223 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10224
10225         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10226         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10227
10228 2003-03-10  Borut Razem <borut.razem AT siol.net>
10229
10230         * src/SDCCmain.c: pipe preprocessor's output
10231         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10232         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10233         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10234         which closes all pipes in pipeSet set
10235         * src/SDCCset.c: free deleted item in function deleteSetItem()
10236         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10237         moved from z80 to src subproject
10238         * .version: increased version number to 2.3.4
10239
10240 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10241
10242         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10243         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10244         * support/regression/ports/xa51/spec.mk: fix typo
10245
10246 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10247
10248         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10249
10250 2003-03-09  Borut Razem <borut.razem AT siol.net>
10251
10252         * src/SDCCmain.c: pipe preprocessor's output
10253         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10254         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10255         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10256         which closes all pipes in pipeSet set
10257         * src/SDCCset.c: free deleted item in function deleteSetItem()
10258         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10259         moved from z80 to src subproject
10260
10261 2003-03-09  Borut Razem <borut.razem AT siol.net>
10262
10263         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10264         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10265         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10266         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10267         * src/SDCCglobl.h: unification of WIN32 native definitions
10268
10269 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10270
10271         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10272
10273 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10274
10275         * src/configure.in:   check for endianess (even while cross-compiling)
10276         * src/configure:      check for endianess (even while cross-compiling)
10277         * src/configure_in.h: check for endianess (even while cross-compiling)
10278         * src/avr/gen.c:        remove old endianess stuff
10279         * src/mcs51/gen.c:      remove old endianess stuff
10280         * src/ds390/gen.c:      remove old endianess stuff
10281         * src/pic/gen.c:        remove old endianess stuff
10282         * src/pic/genarith.c:   remove old endianess stuff
10283         * src/pic/glue.c:       fix endianess check
10284         * src/pic16/gen.c:      remove old endianess stuff
10285         * src/pic16/genarith.c: remove old endianess stuff
10286         * src/pic16/glue.c:     fix endianess check
10287         * src/xa51/gen.c:       remove old endianess stuff
10288         * src/z80/gen.c:        fix endianess check
10289         * src/SDCCglue.c:       fix endianess check
10290         * src/ds390/peeph.def: fix bug 700036
10291
10292 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10293
10294         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10295         * src/configure: find appropriate data-types on host for SDCC's int and long
10296         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10297         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10298         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10299
10300 2003-03-07    <johan AT balder>
10301
10302         Just a big NOOP:
10303                 some minor cleanups before the big shot
10304                 OP_DEFS and OP_USES now use Kevin's protection
10305                 new option --nolabelopt
10306
10307         * src/SDCCBBlock.c:
10308         * src/SDCCast.c,:
10309         * src/SDCCcflow.c:
10310         * src/SDCCcse.c:
10311         * src/SDCCicode.c:
10312         * src/SDCCicode.h:
10313         * src/SDCClabel.c:
10314         * src/SDCCloop.c:
10315         * src/SDCCmain.c:
10316         * src/ds390/ralloc.c:
10317         * src/mcs51/ralloc.c:
10318         * src/pic/ralloc.c:
10319         * src/xa51/ralloc.c:
10320         * src/z80/ralloc.c:
10321
10322 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10323
10324         * src/pic/pcode.c (get_op): fix 64 bit warnings
10325         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10326         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10327         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10328         * support/regression/tests/malloc.c: fix 64 bit warnings
10329
10330 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10331
10332         * src/mcs51/gen.c (genMinus): fixed bug 696436
10333
10334 2003-03-02  Borut Razem <borut.razem AT siol.net>
10335
10336         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10337
10338 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10339
10340         * configure.in: test for mkstemp
10341         * sdccconf_in.h: add HAVE_MKSTEMP
10342
10343 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10344
10345         * device/include/ctype.h: removed warning while using --stack-auto
10346         * device/include/malloc.h: removed warning while using --stack-auto
10347         * device/include/string.h: removed warning while using --stack-auto
10348
10349 2003-02-23  Borut Razem <borut.razem AT siol.net>
10350
10351         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10352         because NDEBUG is defined (see man assert)
10353         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10354
10355 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10356
10357         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10358         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10359
10360 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10361
10362         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10363         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10364
10365 2003-02-18    <johan AT balder>
10366
10367         * as/mcs51/asmain.c (asmbl): module can start with a digit
10368         * as/z80/asmain.c (asmbl): module can start with a digit
10369
10370 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10371
10372         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10373         * src/asm.c: fix pipe() for Mingw32
10374
10375 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10376
10377         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10378         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10379         make -V work again; --c1mode reads now from stdin
10380         * doc/sdccman.lyx: added --c1mode
10381         * support/Util/SDCCerr.c: new messages for c1 mode
10382         * support/Util/SDCCerr.h: new messages for c1 mode
10383         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10384
10385 2003-02-15    <johan AT balder>
10386
10387         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10388
10389 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10390
10391         * doc/sdccman.lyx: Environment variables, -o and other minor things
10392
10393 2003-02-14    <johan AT balder>
10394
10395         * src/xa51/main.c: before anyone really tries to use it :)
10396
10397         * Install doc's in share/sdcc/doc
10398         * removed some obsolete files
10399         * Do a proper make distclean and uninstall
10400         M Makefile.common.in
10401         R sdccbuild.sh
10402         M as/Makefile
10403         M device/include/Makefile.in
10404         M device/lib/Makefile.in
10405         M doc/sdccman.lyx
10406         M link/Makefile
10407         M sim/ucsim/doc/Makefile.in
10408         M src/clean.mk
10409         R src/avr/peeph.rul
10410         R src/xa51/peeph.rul
10411         M support/cpp2/Makefile.in
10412         M support/makebin/Makefile
10413
10414
10415 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10416
10417         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10418
10419 2003-02-10  Borut Razem <borut.razem AT siol.net>
10420
10421         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10422         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10423         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10424         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10425         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10426         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10427         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10428         src/z80/Makefile.bcc: Borland Makefile cleanup
10429         * as/z80/Makefile.bcc: Added Borland Makefile
10430         * support/cpp2/borland.h: Removed
10431
10432 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10433
10434         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10435         * src/SDCC.lex: new pragma NOIV
10436         * src/SDCCglobl.h: new pragma NOIV
10437         * src/SDCCmem.c: new pragma NOIV
10438
10439 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10440
10441         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10442
10443 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10444
10445         * src/SDCCmain.c: signal handling is switched off by --debug
10446         * doc/Makefile: small fix for install; use clean.mk again
10447         * doc/clean.mk: clean *.pdf and *.html too
10448
10449 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10450
10451         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10452         * device/lib/printfl.c: fix a ds390 bug by making it portable
10453         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10454         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10455         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10456         * debugger/mcs51/cmd.c: converted multi-line string literals
10457         * sim/ucsim/globals.cc: converted multi-line string literals
10458         * src/SDCCmain.c: introduced signal handler to remove temp files
10459         * doc/Makefile: small tweaks, implement clean
10460         * doc: removed generated files
10461
10462 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10463
10464         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10465         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10466         Address Record is not correctly generated for DS390."
10467
10468 2003-02-02  Borut Razem <borut.razem AT siol.net>
10469
10470         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10471         * as/mcs51/asm.h: fixed compilation with Borland C
10472         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10473         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10474         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10475         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10476         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10477         src/z80/Makefile.bcc: delete $(LIB) only if exist
10478         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10479
10480 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10481
10482         * device/include/malloc.h: introduced NULL
10483         * device/include/string.h: introduced NULL
10484         * device/include/stdlib.h: introduced NULL
10485         * device/lib/_memcpy.c: removed NULL
10486         * device/lib/_strcat.c: removed NULL
10487         * device/lib/_strchr.c: removed NULL
10488         * device/lib/_strcmp.c: removed NULL
10489         * device/lib/_strcpy.c: removed NULL
10490         * device/lib/_strcspn.c: removed NULL
10491         * device/lib/_strlen.c: removed NULL
10492         * device/lib/_strncat.c: removed NULL
10493         * device/lib/_strncmp.c: removed NULL
10494         * device/lib/_strncpy.c: removed NULL
10495         * device/lib/_strpbrk.c: removed NULL
10496         * device/lib/_strrchr.c: removed NULL
10497         * device/lib/_strspn.c: removed NULL
10498         * device/lib/_strstr.c: removed NULL
10499         * device/lib/_strtok.c: removed NULL
10500         * device/lib/malloc.c: removed NULL, include own header
10501
10502 2003-02-02    <johan AT balder>
10503
10504         * 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
10505         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10506         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10507         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10508         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10509         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10510
10511 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10512
10513         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10514         area 'DATA'"
10515
10516 2003-02-01    <johan AT balder>
10517
10518         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10519
10520 2003-01-31    <johan AT CP255758-A>
10521
10522         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10523
10524 2003-01-30    <johan AT balder>
10525
10526         * src/SDCCBBlock.c: automatic bug detection
10527         * src/SDCCicode.c: automatic bug detection
10528
10529 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10530
10531         * src/SDCCglobl.h:   now --xram-size 0 works
10532         * src/SDCCmain.c:    now --xram-size 0 works
10533
10534 2003-01-29    <johan AT balder>
10535
10536         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10537
10538 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10539
10540         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10541         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10542         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10543         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10544         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10545         * src/SDCCmain.c:    Added options --xram-size and --code-size
10546
10547 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10548
10549         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10550         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10551
10552 2003-01-27    <johan AT balder>
10553
10554         * src/SDCC.y: fixed bug #613764
10555
10556 2003-01-26    <johan AT balder>
10557
10558         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10559         * src/SDCCsymt.h: fixed bug #673374
10560         * src/SDCCglue.c: fixed bug #661910
10561         * src/SDCCast.c: fixed bug #458099 and 673374
10562
10563 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10564
10565         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10566         * as/mcs51/strcmpi.h: added
10567         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10568         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10569         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10570         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10571         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10572         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10573         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10574         * as/mcs51/Makefile.aslink: new module strcmpi
10575         * as/mcs51/Makefile.asx8051: new module strcmpi
10576         * as/mcs51/Makefil.bcc: new module strcmpi
10577         * as/mcs51/Makefile.in: new module strcmpi
10578         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10579
10580 2003-01-26    <johan AT balder>
10581
10582         * src/SDCCglue.c: reverted back to 1.124
10583         * src/SDCCast.c: reverted back to 1.156
10584         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10585
10586 2003-01-25    <johan AT balder>
10587
10588         * src/SDCCglue.c: A better fix for bug #661910
10589         * src/SDCCast.c: A better fix for bug #661910
10590         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10591
10592 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10593
10594         * src/Makefile.in: remove spawn.o
10595         * src/SDCCmain.c: remove spawn.h
10596         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10597         * src/spawn.c: removed
10598         * src/spawn.h: removed
10599         * support/regression/ports/ds390/spec.mk: link with -r
10600
10601 2003-01-24    <johan AT CP255758-A>
10602
10603         * src/ds390/gen.c (aopOp): fixed bug #667458
10604         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10605         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10606         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10607
10608 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10609
10610         * src/mcs51/peeph.def: better assembler identation by Frieder
10611         * src/mcs51/gen.c: better assembler identation by Frieder
10612
10613 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10614
10615         * as/z80/string.h: removed for gcc 3.2
10616         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10617         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10618
10619 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10620
10621         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10622         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10623         * support/regression/Makefile: separate temp files for ports
10624         * support/regression/generate-cases.py: separate temp files for ports
10625         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10626         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10627
10628 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10629
10630         * moved tinitalk to device/examples/ds390
10631
10632 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10633
10634         * as/mcs51/lkmem.c: rflag is for DS390
10635         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10636         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10637                          (linkEdit): move mem- and map-files the same way as ihx-files
10638         * src/z80/main.c (_setDefaultOptions): removed --generic
10639         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10640         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10641         * src/pic/glue.c (picglue): --c1mode works again
10642         * src/pic16/glue.c (pic16glue): --c1mode works again
10643         * src/asm.c (printCLine): fix #660034
10644
10645 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10646
10647         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10648         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10649         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10650         * as/mcs51/lkmem (summary): better fix for sp problem
10651         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10652         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10653         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10654                                               remove --stack-after-data
10655
10656 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10657
10658         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10659         * src/SDCCutil.c (join): ugly bug: missing '\0'
10660         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10661
10662 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10663
10664         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10665         * src/port.h: typo
10666         * src/pic/main.c (_asmCmd): gpasm supports -o
10667         * src/z80/main.c: more general macros
10668         * device/lib/Makefile.in: remove intermediate files
10669
10670 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10671
10672         * .version: Bumped version number to 2.3.3
10673         * src/SDCCBBlock.c: new option -o
10674         * src/SDCCglobl.h: new option -o
10675         * src/SDCCglue.c: new option -o
10676         * src/SDCCmain.c: new option -o
10677         * src/asm.c: new option -o
10678         * src/ds390/main.c: new option -o
10679         * src/pic/glue.c: new option -o
10680         * src/pic/pcode.c: new option -o
10681         * src/pic/ralloc.c: new option -o
10682         * src/pic16/glue.c: new option -o
10683         * src/pic16/pcode.c: new option -o
10684         * src/pic16/ralloc.c: new option -o
10685         * src/z80/main.c: new option -o
10686         * device/lib/Makefile.in: use -o
10687         * support/regression/ports/ds390/spec.mk: use -o
10688         * support/regression/ports/gbz80/spec.mk: use -o
10689         * support/regression/ports/mcs51/spec.mk: use -o
10690         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10691         * support/regression/ports/z80/spec.mk: use -o
10692         * support/regression/ports/ucz80/spec.mk: use -o
10693         * support/regression/ports/xa51/spec.mk: use -o
10694         * support/regression/fwk/lib/timeout.c: fix usage string
10695
10696 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10697         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10698
10699 2003-01-07    <johan AT balder>
10700
10701         * src/SDCCast.c (decorateType): fixed bug #600035
10702
10703 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10704         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10705         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10706         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10707         * src/pic/pcode.c: outcommented unused variable to remove warnings
10708         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10709
10710 2003-01-06    <karl AT turbobit.com>
10711         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10712    regression tests.
10713
10714 2003-01-06    <johan AT balder>
10715
10716         * src/SDCCicode.c: fixed array add
10717
10718 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10719         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10720         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10721
10722 2003-01-04    <johan AT balder>
10723
10724         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10725
10726 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10727         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10728
10729 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10730         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10731         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10732
10733 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10734         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10735
10736 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10737         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10738
10739 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10740         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10741
10742 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10743
10744     * in \sdcc\as\mcs51\ changed these files in order to create an
10745     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10746     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10747     following files to include the previous two files: aslink.dsp,
10748     Makefile.aslink, Makefile.bcc, and Makefile.in.
10749
10750     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10751     .adb instead of .cdb
10752
10753 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10754
10755         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10756         value from option --iram-size.
10757
10758 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10759
10760         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10761         dram[] array.
10762
10763 2002-09-18    <wiml AT hhhh.org>
10764
10765         * SDCClrange.h: exposed setFromRange() and setToRange()
10766         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10767           packRegsForAccUse() (bug 542397)
10768         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10769           multiple times and emitting the fetch operations more than once
10770           added aopGetUsesAcc() function to allow binary operators to
10771           fetch their operands in the correct order; made genMinus() emit
10772           compact code for X = LITERAL - Y
10773
10774 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10775         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10776         sprintf() in line 1267.
10777
10778 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10779         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10780         like ports.
10781
10782 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10783         Changes to aslink (All the changes are marked with 'JCF'):
10784
10785         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10786         summary().
10787
10788         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10789         area BSEG.  Also moves, if possible, the DATA area down into the internal
10790         ram so more space is available.
10791
10792         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10793         sflag.
10794
10795         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10796         not bytes.  Function summary() which creates a memory usage summary
10797         file with extension .mem.  Reports of overlaping stack and small stack
10798         size.  If the space for the stack is less than 16 bytes aslink trows a
10799         warning.
10800
10801         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10802         the 8051.  Option 'y' for memory summary output file.
10803
10804         Changes to sdcc (All the changes are marked with 'JCF'):
10805
10806         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10807
10808         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10809         overlaying area for it (uses RegBankUsed[4]).
10810
10811         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10812         bank zero as used by default.  By default aslink locates the stack
10813         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10814         the creation of the .mem file.  Delegates the allocation of data area
10815         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10816         the begining of the stack area to aslink.
10817
10818         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10819         glue() in SDCCglue.c creates an area for it.
10820
10821 2002-09-03  Borut Razem <borut.razem AT siol.net>
10822         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10823         sdcc/src/pic/glue.c:
10824         introduced atexit() handler for teporay files removal in case of
10825         errors, assertions, ...
10826
10827 2002-08-29  Borut Razem <borut.razem AT siol.net>
10828         * sdcc/support/cpp2/auto-host_vc_in.h:
10829         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10830         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10831         Maybe there is a similar problem with BORLANDC? It should be checked!
10832
10833         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10834         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10835         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10836         was not executed, and the compiler (cl) launched a warning:
10837         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10838
10839 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10840         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10841
10842 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10843         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10844
10845         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10846           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10847           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10848           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10849           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10850           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10851           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10852         - added Release configuration in VS projects
10853         - review of compiler an linker options
10854         - VC .exe files are generated in bin_vc directory, not to interfere
10855           with binaries generated from other projects (cygwin, mingw, bcc ...)
10856
10857         * sdcc/src/yacc.dsp: added
10858
10859         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10860         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10861         and insert the version number definitions from .version
10862
10863         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10864
10865         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10866         added - genarate auto-host.h using auto-host_vc_in.h as template
10867
10868         * sdcc/sdcc_vc.h,
10869         removed from CVS, generated automatically
10870
10871 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10872         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10873
10874 2002-08-11  Borut Razem <borut.razem AT siol.net>
10875         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10876
10877 2002-08-10  Borut Razem <borut.razem AT siol.net>
10878         * src/SDCCmain.c (main):
10879         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10880         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10881         The consequence was that some temporary files were not removed.
10882
10883         * src/SDCCglue.c:
10884         unification of code in functions tempfilename() and tempfile():
10885         function tempnam() is defined in Visual Studio 6.0 and .NET
10886
10887         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10888
10889         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10890           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10891         - removed compiler command line option /WX: Treats all warnings as errors
10892         - update a list of source files, included into the project
10893
10894         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10895           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10896         changed project type to Generic Project so that can be correcly converted to VS.NET project
10897
10898         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10899
10900         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10901
10902         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10903
10904         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10905         added return 0 statements after assert() to make compiler happy
10906
10907         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10908         added newline in the def file to keep MSC compiler satisfied
10909
10910         * sdcc/src/z80/gen.c:
10911         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10912           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10913         - solved MSC error in function aopDump()
10914
10915         * sdcc_vc.h: define PREFIX as "\\sdcc"
10916
10917 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10918         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10919
10920 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10921         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10922         - Rewrote the register banking algorithm.
10923         - Added pCode live-range analysis to registers (for now, only non-used and
10924         singly-used registers optimized away)
10925
10926         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10927
10928         * 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.
10929
10930 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10931         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10932
10933 2002-04-22  Michael Hope  <michaelh AT vroom>
10934
10935         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10936
10937         * configure.in (DD_COPT): Added include support required for gbdk.
10938
10939         * .version: Bumped version number just to increase it.
10940
10941         * src/SDCCmain.c: Added -nostdinc to the default options.
10942
10943 2002-04-15  Michael Hope  <michaelh AT vroom>
10944
10945         * device/lib/z80/printf.c (sprintf): Added.
10946
10947         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10948
10949         * src/z80/peeph.def: Added transpose redundent load rule.
10950
10951         * src/z80/main.c: Added force callee saves for jaune.
10952
10953         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10954
10955         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10956
10957 2002-03-28  Johan Knol  <johan AT balder>
10958
10959         * src/SDCCval.c: fixed bug #532436
10960
10961 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10962         * /src/port.h:
10963         Added "char *Processor" field to the port structure.
10964
10965         * /src/SDCCmain.c:
10966         Added -p option. Allows port dependent processor to be specified.
10967
10968         * all ports:
10969         Initialized the new field char *Processor field to NULL in all ports
10970
10971         * /src/pic/*:
10972         Compiler generated registers for interrupt context saving
10973         were not getting allocated.
10974
10975 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10976
10977         * /src/SDCCast.c:
10978         Fixed left shift. Will promote the left side of a left shift
10979         if a) left shifting more than size of operand or b) when assigned
10980         to something size > size of left side
10981
10982 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10983         * src/pic/*
10984         tons of changes. Register allocation has been
10985         rewritten. Added customization for the various PICs. Flow
10986         analysis is restructured. ...
10987
10988         * src/pic/device.h:
10989         Added
10990
10991         * src/pic/device.c:
10992         Added. device.c is a PIC port hack to accomodate variations
10993         in PIC devices.
10994
10995 2002-03-13  Michael Hope  <michaelh AT vroom>
10996
10997         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10998
10999 2002-03-04  johanknol  <johanknol AT manik>
11000
11001         * /src/SDCCval.c: fixed
11002
11003         const unsigned char arr[][2] = { { 0, 1 } };
11004         t18.c:1: error: Initializer element is not constant
11005
11006 2002-03-04  bela  <bela AT manik>
11007
11008         * /device/include/mcs51reg.h:
11009         ds89c420 register definition update
11010
11011 2002-03-03    <johan AT FRIJA>
11012
11013         * support/Util/SDCCerr.c: did something, but don't no why anymore
11014
11015         * support/regression/tests/bug-524691.c: made it a little less shy
11016
11017         * src/SDCCast.c (decorateType): fixed bug #524697
11018
11019         * src/SDCCast.c: made some lineno improvements
11020
11021         * src/SDCCval.c (getNelements): changed warning to error
11022
11023         * src/SDCCglue.c (printIvalArray): changed warning to error
11024
11025         * src/SDCCicode.c: fixed a warning for mingw
11026
11027         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11028
11029         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11030
11031 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11032
11033         * src/ds390/peeph.def:
11034         Added some more peephole rules
11035
11036         * src/ds390/gen.c: Various fixes & enhancements
11037
11038         * src/SDCClrange.c, src/SDCClrange.h:
11039         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11040
11041         * src/ds390/ralloc.c:
11042         various fixes & enhancements (ds390) specific
11043
11044         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11045         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11046         from rallocs.
11047
11048         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11049
11050 2002-03-02    <johan AT FRIJA>
11051
11052         * src/SDCCast.c (decorateType): fixed bug #524708
11053
11054         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11055
11056         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11057
11058 2002-03-01  Michael Hope  <michaelh AT vroom>
11059
11060         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11061
11062         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11063
11064 2002-03-01    <johan AT FRIJA>
11065
11066         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11067
11068         * src/SDCCast.c (decorateType): fixed bug #524209
11069
11070         * src/SDCCval.c (valNot): fixed bug #524195
11071
11072 2002-02-26    <johan AT balder>
11073
11074         * src/xa51/gen.c: fixed a warning
11075
11076         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11077
11078         * src/SDCCast.c (decorateType): fixed bug #522534
11079
11080 2002-02-23    <johan AT balder>
11081
11082         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11083
11084 2002-02-22    <johan AT balder>
11085
11086         * src/SDCCast.c: fixed bug #514865
11087
11088         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11089
11090 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11091
11092         * sdcc/src/SDCCloop.c:
11093         Previous fix was not good. basic blocks that have "break" or "return" are
11094         not really partof a loop , but live ranges used in these blocks should
11095         be live thru the entire loop, so set partOfLoop but don't add them to
11096         loop region
11097
11098 2002-02-21    <johan AT FRIJA>
11099
11100         * src/SDCCcse.c: fixed bug #514308
11101
11102 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11103
11104         * src/SDCCloop.c:
11105         Fixed BUG #519583. If a conditional block ended in a return/break
11106         statement inside a loop, it was not being considered part of the loop.
11107
11108         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11109
11110 2002-02-10  Karl Bongers <karl AT turbobit.com>
11111
11112         * debugger/*:
11113         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11114         with lots of comments and notes.
11115
11116         * device/examples/test2.c:
11117         Fix bug, "red" variable not being initialized(compiler complained).
11118
11119         * device/examples/Makefile, examples/test3.c:
11120         Add Makefile in device/examples folder, compiles test3.c
11121         for use as a multiple module SDCDB test case.
11122
11123         * sim/ucsim/cmd.src/cmdset.cc:
11124         Took out debug printfs in ucsim "next" command.
11125
11126         * sim/ucsim/xa.src:
11127         Karl and Johan start ucsim XA support.  Most dissassembly working,
11128         about 75% emulation done(plenty of work remaining).
11129
11130         * sim/ucsim/z80.src:
11131         Add Z80 support to ucsim, add test-ucz80 regression test,
11132         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11133         Notice z80 compiler fails on examples/test3.c/crc code.
11134
11135 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11136
11137         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11138         Added support for --parms-in-bank1
11139
11140         * src/ds390/peeph.def:
11141         added a few more peephole optimzations
11142
11143         * src/ds390/main.c:
11144         1) added __builtin_inp & __builtin_outp used to read in data of given length
11145            from a memory mapped port
11146         2) added __builtin_memcmp
11147         3) added __builtin_swapw swap bytes of a short
11148
11149         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11150         1) handle multiple send & receives from register bank1
11151         2) ralloc can now allocate DPTR1 to some liveRanges
11152
11153         * src/SDCCsymt.c, src/SDCCsymt.h:
11154         changes to handle multiple sends & receives
11155
11156         * src/SDCCptropt.h:
11157         added some pointer arithmetic optimization
11158
11159         * src/SDCCptropt.c:
11160         added some pointer arithmetic optimizations but not stable yet so not
11161         called from anywhere (will get this working shortly)
11162
11163         * src/SDCCopt.c: fixed for multiple sends & receives
11164
11165         * src/SDCCmain.c:
11166         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11167         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11168            set preprocessor defines (depending on options)
11169
11170         * src/SDCCicode.c, src/SDCCicode.h:
11171         changes made to handle multiple sends & receives
11172
11173         * src/SDCCglobl.h:
11174         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11175
11176         * src/SDCCcse.c, src/SDCCcse.h:
11177         added function findbackward def (to be used in upcoming optimization)
11178
11179         * src/SDCCcflow.c, src/SDCCcflow.h:
11180         added function returnAtEnd - to determine if a basic block terminates with
11181         a RETURN iCode
11182
11183         * src/SDCCast.c, src/SDCCast.h:
11184         added option parms-in-bank1
11185
11186         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11187         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11188         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11189         adjusted for --parms-in-bank1 option
11190
11191         * device/include/string.h:
11192         donot redefine "reentrant" keyword
11193
11194         * device/include/ds80c390.h: Added some more SFRs
11195
11196 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11197
11198         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11199
11200 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11201
11202         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11203
11204 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11205
11206         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11207
11208 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11209
11210         * Added --xram-movc option
11211
11212 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11213
11214         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11215
11216 2002-01-11  Johan Knol
11217
11218         * Added math lib of Jesus Calvino-Fraga
11219
11220 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11221
11222         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11223         * support/regression/Makefile: new target test-mcs51-stack-auto
11224         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11225
11226 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11227
11228         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11229
11230 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11231
11232         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11233
11234 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11235
11236         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11237
11238         * src/SDCCglue.h: add definition for printIvalChar()
11239
11240 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11241
11242         * src/SDCCast.c: fix #498138 by Johan
11243
11244         * src/SDCCglue.c: fix #498138 by Johan
11245
11246 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11247
11248         * support/regression/Makefile: fix clean
11249
11250         * support/regression/ports/ds390/support.c: fix transmission of last character
11251
11252 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11253
11254         * /sdcc/src/ds390/gen.c:
11255         a) improved computing address of stack variable
11256         b) took out some #if 0 code
11257         c) improved parmBytes adjustment
11258         d) improved genPlusIncr & genMinusIncr
11259         e) genCmp could generate bad code (when left assigned to DPTR)
11260         f) Fixed bug in hasInc
11261
11262         * /sdcc/src/ds390/ralloc.c:
11263         a) packRegsForSupport could mess up live information (Fixed)
11264         b) packRegsDPTRuse could be incorrect for left & right shift
11265
11266         * /sdcc/src/mcs51/ralloc.c:
11267         packRegsForSupport could mess up the live information (Fixed)
11268
11269         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11270
11271         * /sdcc/src/SDCCast.c:
11272         can reverse a loop even if function call is present as long
11273         as the loop control variable is local & is not passed as parameter
11274
11275 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11276
11277         * /sdcc/ChangeLog: *** empty log message ***
11278
11279         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11280         More builtin function additions for TININative
11281
11282         * /sdcc/src/ds390/ralloc.c:
11283         Had broken the regression testsuite
11284
11285         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11286
11287         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11288         Added funcattr hasStackParms will be set for reentrant functions when there
11289         are paramteres on the stack, this helps in minimizing frame pointer generation
11290         typeFromStr can handle function pointers now
11291
11292         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11293         *** empty log message ***
11294
11295 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11296
11297         * /src/ds390/gen.c, /src/ds390/main.c:
11298         More builtin function additions for TININative
11299
11300         * /src/ds390/ralloc.c:
11301         Had broken the regression testsuite
11302
11303         * /src/SDCCast.c: Fixed a bug in dumptree
11304
11305         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11306         Added funcattr hasStackParms will be set for reentrant functions when there
11307         are paramteres on the stack, this helps in minimizing frame pointer generation
11308         typeFromStr can handle function pointers now
11309
11310         * /doc/builtins.txt, /doc/TININative.txt:
11311         *** empty log message ***
11312
11313
11314 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11315
11316         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11317         ALPHA version for -mTININative
11318
11319         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11320         updated to reflect changes in the port structure
11321
11322         * /src/port.h:
11323         added function do_assemble (similar to do_link) if non-null this function
11324         will be called to do assembly (-mTININative) requires a multi command
11325         assembly
11326         added function genAssemblerEnd will be called to generate assembler Epilogue
11327
11328         * /src/SDCCsymt.c:
11329         added _JavaNative to debug info printing
11330
11331         * /src/SDCCmain.c: added option --tini-libid
11332         added port->do_assemble function (-mTININative) has a multi command assemble
11333
11334         * /src/SDCCglue.c: Disabled "constExpr" check
11335         added port->genAssemblerEnd function
11336
11337         * /src/SDCCglobl.h: Added option --tini-libid value
11338
11339         * /src/SDCCast.h:
11340         tookout optimizeCompare from the header (has no external references)
11341
11342         * /src/SDCCast.c: made one more function "static"
11343
11344 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11345
11346         * src/z80/mappings.i: Added z80asm support.
11347
11348         * src/z80/main.c: Added z80asm support on --asm=z80asm
11349
11350         * src/z80/gen.c: Fixed asm portability issues.
11351
11352         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11353
11354         * src/SDCCglue.c (printExterns): Added global/extern split.
11355
11356 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11357
11358         * support/regression/Makefile: added test for mcs51 model large
11359
11360         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11361
11362         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11363
11364 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11365
11366         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11367
11368 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11369
11370         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11371
11372         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11373
11374 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11375
11376         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11377
11378         * support/regression/tests/simplefloat.c: Port to mcs51.
11379
11380 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11381         * support/regression/tests/bug-485362.c: Added.
11382
11383         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11384
11385         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11386
11387         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11388
11389         * src/z80/gen.c (aopDump): Added a dump function.
11390
11391 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11392         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11393
11394         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11395
11396         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11397
11398         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11399
11400         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11401
11402         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11403
11404         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11405
11406         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11407
11408         * support/regression/ports/ds390/support.c: Use tinibios.
11409
11410         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11411
11412 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11413
11414         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11415         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11416
11417         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11418
11419         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11420
11421 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11422
11423         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11424
11425         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11426         (packRegsForIYUse): Created and optimised.
11427
11428 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11429
11430         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11431 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11432
11433         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11434
11435         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11436
11437         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11438
11439 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11440
11441         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11442
11443         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11444
11445 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11446
11447         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11448
11449         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11450
11451         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11452
11453 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11454
11455         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11456         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11457         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11458
11459         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11460
11461         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11462         (genNotFloat): Added.
11463         (genUminusFloat): Added.
11464
11465         * device/lib/z80/Makefile: Added floating pt stubs.
11466
11467         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11468
11469         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11470
11471         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11472
11473 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11474
11475         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11476
11477         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11478
11479         * sdcc/support/regression/Makefile: Add port ds390.
11480
11481         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11482
11483         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11484
11485         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11486
11487         * sdcc/support/regression/ports/ds390/support.c: Added.
11488
11489         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11490
11491         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11492
11493         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11494
11495 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11496
11497         * device/include/malloc.h: Added z80 and gbz80 support.
11498
11499         * device/lib/gbz80/heap.s: Added.
11500
11501         * device/lib/z80/heap.s: Added.
11502
11503         * device/lib/malloc.c: Added z80 and gbz80 support.
11504
11505         * support/regression/tests/malloc.c (testMalloc): Added.
11506
11507         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11508
11509         * support/regression/tests/bug-478094.c: Added.
11510
11511         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11512
11513 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11514
11515         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11516
11517         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11518
11519         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11520
11521         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11522
11523         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11524
11525 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11526
11527         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11528
11529 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11530
11531         * support/regression/tests/bug-477927.c: Added.
11532
11533         * src/z80/peeph.def: Added minor rules.
11534
11535         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11536
11537         * src/z80/peeph.def: Added jump optimisation modification.
11538
11539 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11540
11541         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11542
11543 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11544
11545         * support/regression/tests/funptrs.c: Added.
11546
11547 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11548
11549         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11550
11551 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11552
11553         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11554
11555         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11556
11557         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11558         (movLeft2ResultLong): Created.
11559
11560         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11561         (joinPushes): Added.  Joins two char pushes into a word push.
11562
11563 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11564
11565         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11566
11567         * support/makebin/Makefile (install): Added creation of dest dir.
11568
11569 2001-10-24 Karl Bongers <karl AT turbobit.com>
11570
11571         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11572
11573 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11574
11575         * src/z80/ralloc.c: Turned off faulty pack for one use.
11576
11577         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11578
11579         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11580
11581 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11582
11583         * support/regression/Makefile: Improved clean
11584
11585         * support/regression/ports/gbz80/spec.mk: Added clean
11586
11587         * support/regression/ports/host/spec.mk: Added clean
11588
11589         * support/regression/ports/z80/spec.mk: Added clean
11590
11591         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11592
11593         * support/regression/ports/mcs51/timeout.c: little improvements
11594
11595 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11596
11597         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11598
11599         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11600
11601         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11602
11603 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11604
11605         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11606
11607         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11608
11609 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11610         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11611
11612         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11613
11614         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11615
11616         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11617
11618         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11619
11620         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11621
11622         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11623
11624         * support/regression/tests/longor.c: Added.
11625
11626 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11627
11628         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11629
11630         * as/mcs51/aslink.h: define PATH_MAX
11631
11632         * as/mcs51/asm.h: define PATH_MAX
11633
11634         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11635
11636         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11637
11638         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11639
11640         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11641
11642         * src/SDCCglobl.h: define PATH_MAX
11643
11644         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11645
11646         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11647
11648 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11649
11650         * src/z80/gen.c (gencjneshort): Fixed
11651
11652         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11653
11654 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11655
11656         * support/regression/tests/bug-469671.c: Added.
11657
11658         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11659
11660 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11661
11662         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11663
11664         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11665
11666 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11667
11668         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11669
11670         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11671
11672         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11673
11674         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11675
11676         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11677
11678         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11679
11680         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11681
11682 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11683
11684         * 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.
11685
11686         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11687
11688         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11689
11690 2001-10-07    <johan AT FRIJA>
11691
11692         * device/lib/gets.c (gets): fixed the return value.
11693
11694 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11695         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11696
11697         * 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.
11698
11699         * 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.
11700
11701         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11702
11703         * src/pic/gen.c: Removed Safe_strdup.
11704
11705         * configure.in: Added option to enable libgc support.
11706
11707         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11708         (bitVectUnion): Optimised.
11709         (bitVectIntersect): Optimised.
11710         (bitVectBitsInCommon): Optimised.
11711         (bitVectCplAnd): Optimised.
11712
11713         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11714
11715 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11716
11717         * src/SDCCmain.c: distinguish between assembler debug and plain options
11718
11719         * src/avr/main.c:   remove standard assembler options
11720
11721         * src/ds390/main.c: remove standard assembler options
11722
11723         * src/mcs51/main.c: remove standard assembler options
11724
11725         * src/port.h: removed "PENDING" comment
11726
11727 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11728
11729         * src/device/lib/_mulint.c  : new, with assember functions
11730
11731         * src/device/lib/_mullong.c : new, with assember functions
11732
11733         * src/device/lib/_divuint.c : with assember functions
11734
11735         * src/device/lib/_divsint.c : with assember functions
11736
11737         * src/device/lib/_divulong.c: with assember functions
11738
11739         * src/device/lib/_divslong.c: with assember functions
11740
11741         * src/device/lib/_moduint.c : with assember functions
11742
11743         * src/device/lib/_modsint.c : with assember functions
11744
11745         * src/device/lib/_modulong.c: with assember functions
11746
11747         * src/device/lib/_modslong.c: with assember functions
11748
11749         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11750
11751         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11752
11753         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11754                                       replaced _mululong.c and _mulslong.c by _mullong.c
11755
11756 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11757
11758         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11759
11760 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11761
11762         * src/SDCCglue.c: test, if win32api is available for MINGW
11763
11764 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11765
11766         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11767         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11768         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11769         * support/regression/ports/host/spec.mk: removed GENERIC
11770         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11771         * support/regression/ports/z80/spec.mk: removed GENERIC
11772
11773 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11774
11775         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11776
11777         * support/regression/tests/bug-467035.c: Created.
11778
11779 2001-10-01    <johan AT FRIJA>
11780
11781         * src/SDCC.y: fixed bug #466586 part 1
11782
11783 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11784
11785         * SDCCicode.c: z80 has no generic pointers
11786         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11787
11788 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11789
11790         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11791
11792 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11793
11794         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11795
11796         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11797
11798 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11799
11800         * configure.in: Fixed up so that ucsim is only configured once.
11801
11802         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11803
11804         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11805         (getPathDifference): As above.
11806
11807         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11808
11809         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11810
11811 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11812         * .version: Updated to 2.3.1
11813
11814         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11815         Added copyright header.
11816
11817         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11818         (assemble): Added support for macro based assembler commands.
11819         (linkEdit): Added support for macro based linker commands.
11820         (preProcess): Changed the pre-processor to use macros.
11821         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11822         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11823
11824         * device/lib/z80/crt0.s: Added module name for debugging.
11825
11826 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11827
11828         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11829
11830         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11831
11832         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11833
11834         * src/Makefile.in: Added SDCCmacro and SDCCutil
11835
11836 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11837
11838         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11839
11840 2001-09-16    <johan AT FRIJA>
11841
11842         * 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.
11843
11844 2001-09-15    <johan AT FRIJA>
11845
11846         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11847         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11848
11849 2001-09-11    <johan AT FRIJA>
11850
11851         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11852
11853 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11854
11855         * support/regression/tests/bug-460444.c: Added test case.
11856
11857         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11858         (genCast): Added justification for all of the asserts.
11859
11860 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11861
11862         * support/regression/support.c: _xdata replaced by xdata
11863
11864         * support/regression/spec.mk: removed _generic
11865
11866 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11867
11868         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11869
11870         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11871         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11872
11873         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11874
11875         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11876
11877         * support/regression/tests/bug-460010.c: Added test case.
11878
11879         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11880
11881 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11882
11883         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11884
11885         * support/regression/testfwk.c: removed workaround for bug #436344
11886
11887         * support/regression/tests/bp.c: use less memory with mcs51
11888
11889         * support/regression/tests/bug-441448.c: use less memory
11890
11891         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11892
11893         * support/regression/collate-results.py: typo
11894
11895 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11896
11897         * support/regression/tests/fetchoverlap.c: Added new test case.
11898
11899         * support/regression/tests/bp.c: Added new test case.
11900
11901         * support/regression/tests/bug-448984.c: Added new test case.
11902
11903         * support/regression/tests/pow2shifts.c: Added new test case.
11904
11905         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11906         (genlshTwo): Fixed right shift for count > 8.
11907
11908         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11909
11910 2001-09-08    <johan AT FRIJA>
11911
11912         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11913
11914 2001-09-07    <johan AT FRIJA>
11915
11916         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11917
11918         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11919
11920 2001-09-06    <johan AT FRIJA>
11921
11922         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11923         * bernhard noted me at this: "() equals to (void)" (1.38)
11924
11925 2001-09-05    <johan AT FRIJA>
11926
11927         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11928
11929 2001-09-04    <johan AT FRIJA>
11930
11931         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11932
11933
11934 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11935
11936         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11937
11938 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11939
11940         * link/z80/aslink.h: Fixed path for PATH_MAX
11941
11942 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11943
11944         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11945
11946         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11947
11948         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11949
11950         * 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.
11951
11952 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11953
11954         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11955         (genCmp): Fixed up genCmp for the GB with longs.
11956
11957         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11958
11959         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11960
11961         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11962
11963         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11964
11965 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11966
11967         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11968
11969 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11970
11971         * 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.
11972
11973         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11974
11975 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11976
11977         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11978
11979         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11980
11981 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11982
11983   * sim/ucsim/configure:    little improvement of Cygwin-detection
11984   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11985   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11986   * support/regression/tests/bug-221100.c: small changes for mcs51
11987   * support/regression/tests/bug-221168.c: small changes for mcs51
11988   * support/regression/tests/bug-227710.c: small changes for mcs51
11989   * support/regression/tests/staticinit.c: small changes for mcs51
11990   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11991   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11992   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11993
11994 $Revision$