* device/lib/_fsdiv.c,
[fw/sdcc] / ChangeLog
1 2006-07-26 Maarten Brock <sourceforge.brock AT dse.nl>
2
3         * device/lib/_fsdiv.c,
4         * device/lib/_fsmul.c: bugfix, handle too large and too small numbers
5         * support/regression/tests/bug1520966.c: added
6
7 2006-07-25 Borut Razem <borut.razem AT siol.net>
8
9         * configure.in, configure, sdccconf_in.h: fixed bug
10           [ 1519095 ] regression test onebyte.c fails on ppc64 host
11         * doc/knownbugs.html: removed [ 1519095 ] from the list
12
13 2006-07-25 Maarten Brock <sourceforge.brock AT dse.nl>
14
15         * doc/knownbugs.html: added, contains list of known bugs at release
16         * device/include/mcs51/compiler.h: fixed SFR32 for SDCC
17
18 2006-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
19
20         * device/include/mcs51/compiler.h: added SFRX for xdata based special
21           function registers and corrected defaults with additional warning
22         * device/lib/malloc.c: cosmetic changes
23         * device/lib/realloc.c: bugfix for bug #1496907, Thanks Efim Monyak
24         * src/ds390/ralloc.c (getRegBitNoSpil): reenabled,
25           (fillGaps): and used it
26
27 2006-07-20 Raphael Neider <rneider AT web.de>
28
29         * src/pic/device.c (addMemRange,assignRegister): suppress verbose
30           output unless SDCCPICDEBUG is set
31         * device/lib/pic16/Makefile.rules (%.lib target): suppress verbose
32           output if SILENT is set
33
34 2006-07-11 Borut Razem <borut.razem AT siol.net>
35
36         * doc/README.txt: updated
37
38 2006-07-10 Borut Razem <borut.razem AT siol.net>
39
40         * support/scripts/sdcc.nsi: added device/include/asm/pic/features.h and
41           device/lib/src/pic/libm/*.c and device/lib/src/pic16/libsdcc/stack/*.S
42           in WIN32 installation
43         * .version, sdcc.spec, doc/sdccman.lyx: changed sdcc version to 2.6.0 -
44           release candidate 1
45
46 2006-07-08 Maarten Brock <sourceforge.brock AT dse.nl>
47
48         * device/include/mcs51/XC866.h: added sbit definitions for Px_x, P1_x, P2_x
49         * src/pic16/glue.c (initPointer): fixed bug 1496419 for pic16
50
51 2006-07-06 Maarten Brock <sourceforge.brock AT dse.nl>
52
53         * src/hc08/gen.c (genAddrOf): fixed bug when offset on stack is >127
54
55 2006-07-06 Borut Razem <borut.razem AT siol.net>
56
57         * support/regression/tests/bitfields.c:
58           fixed bug [ 1518322 ] regression test bitfields fails on ppc hosts
59         * support/regression/tests/constantRange.c:
60           fixed bug [ 1518317 ] regression test constantRange fails on alpha host
61
62 2006-07-04 Borut Razem <borut.razem AT siol.net>
63
64         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in,
65           src/port.mk,
66           src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
67           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
68           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
69           reverted changes from 2006-07-03
70         * Makefile.common.in: added @CPPFLAGS@ to CPPFLAGS
71         * support/regression/Makefile.in, support/regression/ports/host/spec.mk:
72           added CPPFLAGS, used by the host port
73
74 2006-07-03 Bernhard Held <bernhard AT bernhardheld.de>
75
76         * support/regression/valdiag/tests/switch.c,
77         * support/regression/valdiag/tests/constantRange.c: adapted to gcc 4
78         * support/regression/tests/libmullong.c: fixed for host
79         * support/regression/ports/host/spec.mk: disable all warnings for host,
80         SDCC runs with --less-pedantic too
81
82 2006-07-03 Borut Razem <borut.razem AT siol.net>
83
84         * src/configure.in, src/configure, src/Makefile.in, as/z80/Makefile.in:
85           defined CPPFLAGS
86         * src/port.mk: defined CPPFLAGS, renamed to src/port.mk.in
87         * src/avr/Makefile.in, src/ds390/Makefile.in, src/ds400/Makefile.in,
88           src/hc08/Makefile.in, src/mcs51/Makefile.in, src/pic16/Makefile.in,
89           src/pic/Makefile.in, src/xa51/Makefile.in, src/z80/Makefile.in:
90           include ../port.mk
91         * sim/ucsim/main_in.mk, sim/ucsim/avr.src/Makefile.in,
92           sim/ucsim/gui.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
93           sim/ucsim/s52.src/Makefile.in, sim/ucsim/sim.src/Makefile.in,
94           sim/ucsim/xa.src/Makefile.in: ignore header files for dependencies
95
96 2006-07-02 Raphael Neider <rneider AT web.de>
97
98         * src/pic16/devices.inc,
99         * device/include/pic16/pic18fregs.h,
100         * device/include/pic16/pic18f4550.h,
101         * device/lib/pic16/pics.all,
102         * device/lib/pic16/libdev/pic18f4550.c: added support for 18f4550
103
104 2006-07-01 Bernhard Held <bernhard AT bernhardheld.de>
105
106         * as/hc08/lkaomf51.c (OutputName),
107         * as/mcs51/lkaomf51.c (OutputName),
108         * as/z80/asmain.c (asmbl),
109         * src/ds390/main.c (asmLineNodeFromLineNode),
110         * src/hc08/ralloc.c (hc08_assignRegisters),
111         * src/mcs51/main.c (asmLineNodeFromLineNode),
112         * src/xa51/ralloc.c (checkRegMask),
113         * src/xa51/gen.c (emitcode),
114         * src/z80/gen.c (_emit2),
115         * src/SDCCast.c (searchLitOp),
116         * src/SDCCglobl.h,
117         * support/packihx/packihx.c,
118         * support/Util/MySystem.c (split_command): fix gcc 4 warnings
119         * src/ds390/gen.c (aopPutUsesAcc),
120         * src/ds390/ralloc.c (getRegBitNoSpil): unused, therefore disabled
121         * support/regression/tests/libmullong.c (mullong_wrapper),
122         * src/SDCCsymt.c (powof2),
123         * src/SDCCast.c,
124         * src/SDCCicode.c: renamed TYPE_WORD by TYPE_TARGET_INT and so on
125         * src/SDCCsymt.h: added TYPE_TARGET_*
126         * src/SDCCutil.c (doubleFromFixed16x16, fixed16x16FromDouble),
127         * src/SDCCutil.h (doubleFromFixed16x16, fixed16x16FromDouble): moved to
128         SDCCast because 1) header problems 2) this is the right place
129         * src/SDCCast.c (doubleFromFixed16x16, fixed16x16FromDouble): added
130         * src/SDCCval.h (doubleFromFixed16x16, fixed16x16FromDouble): added
131         prototype
132
133 2006-06-29 Bernhard Held <bernhard AT bernhardheld.de>
134
135         * src/SDCCicode.h: removed buggy semicolon in unused macro
136         * src/SDCClrange.c (findPrevUseSym, rlivePoint): fixed bug #1486853,
137         search for previous definiton of auto symbols too,
138         (findPrevUse): fixed logic of emitWarnings
139
140 2006-06-26 Raphael Neider <rneider AT web.de>
141
142         * src/pic16/gen.c (genFunction, genEndFunction): also preserve
143           PCLATH and PCLATU on interrupts, potentially fixes #1505141
144
145 2006-06-25 Raphael Neider <rneider AT web.de>
146
147         * device/lib/pic/libm: NEW, added math library functions
148         * device/lib/pic/libsdcc: NEW; added float support functions
149         * device/lib/pic/{Makefile.in,configure.in,configure}: added libm/
150         * device/include/pic/{limits.h,errno.h,sdcc-lib.h,float.h,math.h}:
151           NEW, added math related headers
152         * device/include/asm/pic/features.h: NEW
153         * src/pic/gen.c (emitpcode_real): emit warning on NULL pCodeOp,
154           (popGet): allow larger offsets for AOP_PCODE,
155           (genDataPointerSet): handle literals explicitly, more debug output,
156           (genAssign): fixed for float using aopLiteral ;-)
157         * src/pic/glue.c (pic14createInterruptVect): inserted pagesel before
158           GOTO initialisation routine
159         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): set wasUsed
160           flag on registers, fixes #1469043 (local variables do not work)
161         * src/pic/main.c (_pic14_do_link),
162         * src/pic16/main.c (_pic16_linkEdit): use fullDstFileName if
163           available
164
165 2006-06-25 Borut Razem <borut.razem AT siol.net>
166
167         * device/lib/pic16/libc/stdio/sprintf.c: return the number of
168           characters printed (not including the trailing '\0' used to end
169           output to strings). Problem detected in regression test bug-927659.c.
170           NOTE: printf() family functions should return int instead
171           unsigned int!
172         * device/lib/pic16/libc/stdio/vfprintf.c: "%%" prints "%", unknown
173           specifier are printed as themselves
174         * sdcc/support/regression/tests/bug1057979.c: pic16 printf doesn't
175           support flags, width and precision specifiers
176
177 2006-06-24 Borut Razem <borut.razem AT siol.net>
178
179         * sdcc/support/regression/tests/bitvars.c: added gbz80, pic16 and pic16
180           to the list of sdcc tagrets not supporting bit type
181         * sdcc/support/regression/tests/bug-905992.c.c: excluded regression
182           testfor pic16 due to bug:
183           [ 1511794 ] pic16: regression test bug-895992.c fails
184
185 2006-06-24 Maarten Brock <sourceforge.brock AT dse.nl>
186
187         * src/mcs51/gen.c (genCmp): optimization for RFE 1162453
188         * src/SDCCglue.c (initPointer), fixed bug 1496419
189         * support/regression/tests/bug1496419.c: new, added
190
191 2006-06-22 Borut Razem <borut.razem AT siol.net>
192
193         * support/regression/ports/pic16/support.c: use gpsim usart module from
194           libgpsim_modules library
195
196 2006-06-21 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
197
198         * device/include/mcs51/at89c51ed2.h: Fixed bug 1510144 changed
199         IP0H to IPH0.
200
201 2006-06-19 Raphael Neider <rneider AT web.de>
202
203         * src/pic/glue.h,src/pic16/glue.h: added prototypes
204         * src/pic/glue.c,src/pic16/glue.c (pic1x_stringInSet,
205           pic1x_emitSymbolIfNew): NEW, check for a string in a set,
206           (pic14printExterns,pic14printPublics,pic16printPublics,
207           pic16_printExterns): use new functions to emit symbols
208           (picglue,pic16glue): emit publics before emitting externs
209         * src/pic/gen.c,src/pic16/gen.c (genFunction): remember the names of
210           locally defined functions to avoid bug #1443651
211         * support/regression/tests/bug-716242.c: removed pic16 workaround
212         * support/regression/ports/pic16/spec.mk: ignore errors during build
213
214 2006-06-19 Raphael Neider <rneider AT web.de>
215
216         * src/pic/glue.h: added pic14aopLiteral prototype
217         * src/pic/glue.c (pic14aopLiteral): return unsigned int
218         * src/pic/gen.c: removed stdint.h dependency
219           (aopGet): use Safe_strdup()
220           (bitpatternFromVal): removed, replaced use with pic14aopLiteral
221           (genDataPointerSet): use pic14aopLiteral()
222         * src/pic16/glue.h, src/pic16/glue.c, src/pic16/gen.c: similar changes
223           for pic16; thanks to Bernhard and Maarten
224
225 2006-06-18 Borut Razem <borut.razem AT siol.net>
226
227         * support/regression/tests/structflexarray.c: flexible array members
228           not supported by gcc < 3
229         * sim/ucsim/configure, sim/ucsim/configure.in: do not compile serio
230           GUI tool by default
231         * src/pic/gen.c: don't include [p]strdin.h on solaris
232         * support/Util/pstdint.h: addad svn attributes
233         * support/regression/tests/constantRange.c,
234           support/regression/tests/rotate.c: include inttypes.h instead
235           stdint.h on solaris, addad svn attributes
236
237 2006-06-18 Raphael Neider <rneider AT web.de>
238
239         * src/SDCCsymt.c (initCSupport): change return type of divschar to
240           int for PIC16
241         * src/pic16/genarith.c (genAddLit): sign-extend via standard routine
242           (pic16_genMinusBits): simplified sign-extension
243           (pic16_genUMult8XLit_8,pic16_genUMult8X8_8): renamed to
244             pic16_genMult8XLit_n resp. pic16_genMult8X8_n, fixed and
245             adjusted to correctly handle mixed-signed operands, disabled
246             now unused multiplciation routines
247         * src/pic16/gen.c (pic16_pushpCodeOp): fixed to handle literals
248           (assignResultValue): added argument denoting the size of the result
249             as returned by the function (fixes upcasts in assigning from
250             function calls: char foo(); int i = foo();)
251           (genCall,genPcall,genGenPointerGet,genReceive): pass size of
252             function result to assignResultValue
253           (genMult): disabled inlined multiplication code
254           (genDiv): augmented to also handle the modulus operator, fixed to
255             handle mixed-signed operands correctly
256           (genMod): simply call genDiv, disabled unused code
257           (genAssign): fixed missing (sign-)extension on result
258         * src/pic16/main.c (_hasNativeMulFor): accept literals [-128..256) as
259             valid char operands, allow signed operands for native code, added
260             division and modulo operator handling
261         * device/lib/pic16/libsdcc/char/divschar.c: divschar returns an int
262
263         As a consequence, onebyte.c (if split into two files) and muldiv.c
264         pass regression tests.
265
266 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
267
268         * doc/Makefile.in: two runs of makeindex seem needed to get
269         correct page references in the index of sdccman.pdf
270         * doc/sdccman.lyx: mentioned cmon51, added links, small changes
271
272 2006-06-17 Borut Razem <borut.razem AT siol.net>
273
274         * sdcc/device/lib/Makefile.in: corrected PORTINCDIR path
275
276 2006-06-17 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
277
278         * doc/sdccman.lyx: updated, added (porting source code, debugging),
279         mentioned ec2drv and paulmon
280
281 2006-06-16 Maarten Brock <sourceforge.brock AT dse.nl>
282
283         * as/mcs51/lkarea.c (lnkarea2): clear new xdatamap, bugfix for two
284           consecutive abs areas
285           (find_empty_space, allocate_space): added map to handle codemap or
286            xdatamap,
287           (lnksect2): renamed rloc to locIndex, fixed bug 960060 by handling
288            absolute idata and xdata
289         * as/mcs51/lkmem.c (summary2): updated legend
290
291 2006-06-16 Raphael Neider <rneider AT web.de>
292
293         * src/pic16/gen.c (shiftR2Left2Result): fixed bug #1507127
294
295 2006-06-13 Maarten Brock <sourceforge.brock AT dse.nl>
296
297         * debugger/mcs51/cmd.c (cmdListFunctions): fixed bugs 1181163 and
298           1208515
299         * src/SDCClrange.c (findPrevUse): fixed bug 1294475
300
301 2006-06-13 Vangelis Rokas <vrokas AT users.sourceforge.net>
302
303         * src/port.h (struct PORT): added field gp_tags, to hold the tag
304         value of generic pointers,
305         * src/avr/main.c,
306           src/ds390/main.c,
307           src/hc08/main.c,
308           src/izt/i186.c,
309           src/izt/tlcs900h.c,
310           src/mcs51/main.c,
311           src/pic/main.c,
312           src/pic16/main.c,
313           src/xa51/main.c,
314           src/z80/main.c: PORT structure, added elements for gp_tags field,
315         * src/SDCCsymt.h: replaced hardwired values of GPTYPE_* macros with
316         fields in the PORT structure of each port,
317         * src/SDCCast.c (decorateType): allow processing of generic pointers
318         for PIC16 port (FPTRSIZE equals GPTRSIZE), also set GPTYPE_NEAR for
319         S_FIXED symbols
320
321 2006-06-12 Maarten Brock <sourceforge.brock AT dse.nl>
322
323         * link/z80/lkgb.c,
324         * link/z80/lkgg.c,
325         * src/pic16/gen.c,
326         * src/pic16/main.c,
327         * src/pic16/pcode.c,
328         * src/pic/main.c,
329         * src/pic/pcoderegs.c,
330         * src/SDCCicode.c,
331         * src/SDCCmain.c,
332         * src/SDCCsymt.c: replaced all exit(-1) by exit(EXIT_FAILURE) to fix
333           bug 1504689 on minGW
334
335 2006-06-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
336
337         * device/lib/printf_tiny.c: fixed bug #1465675 (%x format specifier)
338
339 2006-06-12 Bernhard Held <bernhard AT bernhardheld.de>
340
341         * src/SDCCast.c (backPatchLabels): fixed bug #1504636
342
343 2006-06-11 Maarten Brock <sourceforge.brock AT dse.nl>
344
345         * device/lib/printf_large.c (OUTPUT_CHAR, _output_char): added and used
346           for optimization
347
348 2006-06-11 Vangelis Rokas <vrokas AT users.sourceforge.net>
349
350         * src/pic16/gen.c (genCast): fixed bug with assignment of a pointer
351         to a char variable. Fixed bug #1504211
352         * device/include/pic16/adc.h,
353         device/include/lib/pic16/libio/adc/adcopen.c: applied patch #1364387
354         and fixed bug #1364390
355
356 2006-06-10 Borut Razem <borut.razem AT siol.net>
357
358         * CVSROOT: removed the CVS left-over
359
360 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
361
362         * as/hc08/asmain.c (asexit),
363         * as/hc08/lkmain.c (lkexit),
364         * as/mcs51/asmain.c (asexit),
365         * as/mcs51/lkmain.c (lkexit),
366         * src/SDCCglue.c (DEFSETFUNC),
367         * src/SDCCmain.c (linkEdit, assemble),
368         * support/librarian/sdcclib.c (AddRel),
369           replaced unlink() by standard C remove()
370         * src/SDCC.y: replaced removePostIncDecOps() by createRMW()
371         * src/SDCCast.c (replaceAstWithTemporary, createRMW,
372           gatherImplicitVariables): new, added to fix bug 608752,
373           (createFunction): added gatherImplicitVariables()
374         * src/SDCCast.h: added createRMW prototype
375         * src/SDCCsymt.h (struct symbol): added infertype
376         * support/regression/tests/bug608752.c: new, added
377
378 2006-06-10 Raphael Neider <rneider AT web.de>
379
380         * src/pic16/gen.c (pic16_aopOp): use WREG as destination even for
381           multibyte dummy reads (fixes #1503234)
382
383 2006-06-10 Maarten Brock <sourceforge.brock AT dse.nl>
384
385         * device/include/mcs51/compiler.h: new, added header file to enable
386           creating common sfr definition header files for different compilers
387
388 2006-06-05 Raphael Neider <rneider AT web.de>
389
390         * src/pic16/{pcode.h,genarith.c}:
391           introduced pCodeOp combining any two pCodeOps (previously only
392           two register operands could be combined), removed pcop2 from
393           pCodepReg, replaced pCodeOpReg2 with pCodeOp2, fixes #1492366
394         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): added case for PO_TWO_OPS
395         * src/pic16/gen.c (pic16_popGet2,pic16_popGet2p,pic16_popCombine2):
396           rewritten to use new PO_TWO_OPS
397         * src/pic16/main.c (_hasNativeMulFor): cover more cases natively,
398         * src/pic16/pcode.c (pic16_newpCodeOpImmd): initialize rIdx field,
399           (pic16_newpCodeOp): catch invalid attempts on PO_TWO_OPS,
400           (pic16_newpCodeOp2): NEW, create combined pCodeOp,
401           (pic16_get_op): embraced return arg to allow #define return(x),
402             added new case for combined opcodes
403           (pic16_get_op2): reduced to use pic16_get_op() on second pCodeOp,
404           (pic16_pCode2str,pic16_getRegFrompCodeOp,
405            pic16_getRegFromInstruction2): fixed/added handling of new pCodeOp
406
407 2006-06-04 Bernhard Held <bernhard AT bernhardheld.de>
408
409         * src/SDCCval.c (checkConstantRange): added
410         * src/SDCCval.h: added checkConstantRange
411         * support/Util/SDCCerr.c,
412         * support/Util/SDCCerr.h: replaced unused W_IF_NEVER_TRUE and
413         W_IF_ALWAYS_TRUE by W_COMP_RANGE and W_LIT_OVERFLOW
414         * src/SDCC.y: moved early 'condition transformations' to SDCCast.c
415         * src/SDCCast.c (decorateType): added checkConstantRange,
416         added 'condition transformations' from SDCC.y so that now W_COMP_RANGE
417         can be emitted with the correct always true/false warning,
418         added optimization for double '!';
419         result of decorateType() must be assigned back to the tree, because
420         decorateType() can change the tree
421         * src/SDCCicode.c (geniCodeLogic),
422         (geniCodeAssign): replaced new checkConstantRange, added warnings,
423         (checkConstantRange): removed, it was only a fragment which never
424         emitted a warning
425         * src/SDCCsymt.c (computeType): fixed promotion for
426         "-1 < (unsigned bit) b"
427         * src/pic/ralloc.c (packRegsForAssign),
428         * src/pic16/ralloc.c (packRegsForAssign),
429         * src/hc08/ralloc.c (packRegsForAssign),
430         * src/z80/ralloc.c (packRegsForAssign): ported fix for bug #930931
431         from mcs51
432         * src/mcs51/ralloc.c (packRegsForAssign): removed outcommented source
433         * support/regression/tests/constantRange.c: added
434         * support/valdiag/tests/constantRange.c: added
435         * support/valdiag/valdiag.py: added -DPORT_HOST=1
436
437 2006-06-02 Borut Razem <borut.razem AT siol.net>
438
439         * support/regression/ports/pic16/support.c: increase stack size
440           to 255 bytes
441         * support/regression/Makefile.in: sort tests by name so that the
442           resutlts can be compared on different machines / platforms
443
444 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
445
446         * device/lib/printf_large.c (output_digit): optimized further, Tnx Frieder
447         * src/ds390/gen.c (emitLabel): new, added,
448           (genDjnz): fixed stack overflow bug,
449           (throughout): cosmetic changes to sync with mcs51/gen.c,
450           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl)
451         * src/mcs51/gen.c (genEndFunction): small optimization,
452           (throughout): cosmetic changes to sync with ds390/gen.c
453
454 2006-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
455
456         * device/lib/printf_large.c (output_digit, calculate_digit): optimized,
457           (_print_format): fixed printing pointers
458         * src/mcs51/gen.c (emitLabel, movb): new, added,
459           (genAssign): small optimization,
460           (genDjnz): fixed stack overflow bug,
461           (throughout): replaced sprintf with SNPRINTF,
462           replaced mcs51_regWithIdx with REG_WITH_INDEX,
463           replaced emitcode("mov", "b,...") with MOVB(...),
464           replaced emitcode("", "%05d$:", lbl->key + 100) with emitLabel(lbl),
465           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
466         * src/mcs51/peeph.def: added rules 140 and 264
467         * src/SDCCmem.c (allocLocal): store register declared locals in DSEG/OSEG
468           so they may get optimized into registers
469
470 2006-05-30 Maarten Brock <sourceforge.brock AT dse.nl>
471
472         * src/SDCCmain.c (optionsTable, parseCmdLine): handle --use-stdout
473           immediately when encountered,
474           (printUsage): always use stderr even on windows
475
476 2006-05-30 Bernhard Held <bernhard AT bernhardheld.de>
477
478         * src/SDCCast.c (isLoopCountable): fixed bug #1478316
479         (processParms): fixed bug #1247551
480         * src/SDCCmain.c (printVersionInfo, printOptions, printUsage,
481         parseCmdLine, main): print '--version' to stdout,
482         print 'help' to stdout if --help is given,
483         print 'help' to stderr and exit with EXIT_FAILURE if no or bad
484         arguments are given; fixed --help
485
486 2006-05-27 Bernhard Held <bernhard AT bernhardheld.de>
487
488         * src/SDCCcse.c (findPointerSet): fixed bug #1493710
489         * support/regression/tests/bug-1493710.c: added
490
491 2006-05-27 Borut Razem <borut.razem AT siol.net>
492
493         * support/regression/fwk/lib/testfwk.c: define array in _printn() as
494           static instead auto
495         * support/regression/ports/pic16/support.c: increase stack size
496           from default 64 bytes to 128 bytes
497         * support/regression/tests/staticinit.c,
498           support/regression/tests/float.c: regression tests fully enabled
499           for pic16 port by putting the initialized data arrays into the code
500           section
501         * support/regression/ports/pic16/spec.mk: don't link default libraries.
502           This was changed by mistake in the previous version.
503
504 2006-05-28 Vangelis Rokas <vrokas AT users.sourceforge.net>
505
506         * src/pic16/gen.c (genFunction, genEndFunction): some
507         beautifications, fixed bug with falsely restoring FSR2 in large
508         stack model, thanks to Beau E. Cox for reporting the bug
509
510 2006-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
511
512         * debugger/mcs51/break.c,
513         * debugger/mcs51/cmd.c (throughout): removed unused variables and labels,
514           use %p to print pointers, made address variables unsigned
515         * debugger/mcs51/cmd.c (infoSymbols): added missing parameter to printf
516         * debugger/mcs51/symtab.c (parseSymbol): must return something
517         * src/mcs51/gen.c (aopForSym): small optimization,
518            moved declarations mcs51_ptrRegReq and mcs51_nRegs to ralloc.h,
519           (freeAsmop): added missing break,
520           (aopPut): removed parameter bvolatile, determine it inside the function,
521           (saveRegisters, unsaveRegisters): small optimization,
522           (genIpush): removed pointless check,
523           (throughout): replaced Safe_calloc, strcpy with Safe_strdup,
524           replaced sprintf with SNPRINTF,
525           replaced strcpy with strncpyz,
526           updated aopPut calls,
527           replaced D(emitcode("; genXXX", "")) with D(emitcode(";", "genXXX"))
528         * src/mcs51/ralloc.h:  added declarations mcs51_ptrRegReq and mcs51_nRegs
529
530 2006-05-24 Borut Razem <borut.razem AT siol.net>
531
532         * support/regression/tests/bug-221100.c: fixed xdata problem caused by
533           modification of test for the pic16 port, put the array to the code
534           memory for pic16port; thanks to Maarten Brock and Frieder Ferlemann
535
536 2006-05-23 Jesus Calvino-Fraga <jesusc at ece.ubc.ca>
537
538         * src/pic/gen.c: MSC 6 does not have <stdint.h>.  Use pstdint.h instead.
539         * support/Util/pstdint.h: added
540
541 2006-05-22 Borut Razem <borut.razem AT siol.net>
542
543         * src/regression/Makefile: removed bool2.c test, added -q linker option
544         * src/regression/add2.c, src/regression/add3.c, src/regression/bool1.c,
545           src/regression/bool3.c, src/regression/nestfor.c, src/regression/ptrfunc.c,
546           src/regression/compare.c, src/regression/or1.c, src/regression/compare2.c,
547           src/regression/while.c, src/regression/compare3.c, src/regression/compare4.c,
548           src/regression/compare5.c, src/regression/sub2.c, src/regression/rotate1.c,
549           src/regression/rotate2.c, src/regression/rotate3.c, src/regression/rotate4.c,
550           src/regression/switch1.c, src/regression/rotate5.c, src/regression/for.c,
551           src/regression/add.c, src/regression/sub.c, src/regression/call1.c:
552           define SUPPORT_BIT_TYPES 0, removed unused bit variables
553
554 2006-05-22 Raphael Neider <rneider AT web.de>
555
556         * src/pic16/gen.c (pic16_storeForReturn): fragile fix for
557           bug #1492360 (problematic due to generic pointers, see code)
558
559 2006-05-22 Borut Razem <borut.razem AT siol.net>
560
561         * support/regression/ports/pic16/specs.mk: removed stack size linker
562           directive
563         * support/regression/tests/array.c,
564           support/regression/tests/bitopcse.c,
565           support/regression/tests/bug-908454.c,
566           support/regression/tests/malloc.c: modified for pic16 regression test
567         * support/regression/tests/bitfields.c:
568           pic16 - excluded bitfileds of size > 8
569         * support/regression/tests/bp.c: pic16 - reduced data size
570         * support/regression/tests/bug-221100.c: pic16 - reduced data size
571         * support/regression/tests/bug-460010.c:
572           pic16 - used the absolute address the fits in memory
573         * support/regression/tests/bug-716242.c:
574           bug [ 1443651 ] pic 16: redefining symbol that cannot be redefined.
575         * support/regression/tests/float.c:
576           pic16 - excluded - data size too big
577         * support/regression/tests/onebyte.c:
578           pic16 - bug [ 1444425 ] onebyte.c regression tes fails on pic16
579         * support/regression/tests/shifts.c:
580           pic16 - function names probably have to differ in first X characters
581           (gpasm limitation?)
582         * support/regression/tests/staticinit.c:
583           pic16 - excluded some tests due error: no target memory available for
584           section ".idata"
585
586 2006-05-22 Borut Razem <borut.razem AT siol.net>
587
588         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
589           second try. Thanks Stas Sergeev once more.
590
591 2006-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
592
593         * src/hc08/gen.c (transferAopAop): aop forced to stack was not restored,
594           (genLeftShift, genRightShift): fixed bug 1491627
595         * src/hc08/peeph.def (rules 7, 8.x): added
596         * support/regression/tests/shifts.c (ShiftLeftByParam,
597           ShiftRightByParam, testShiftByParam): added to test variable shifting
598
599 2006-05-20 Raphael Neider <rneider AT web.de>
600
601         * src/pic/gen.c (bitpatternFromVal): fixed for 64-bit machines
602         * src/pic16/ralloc.c (newReg): use correct name in hashtable,
603           (allocReg): add only new registers to dynAllocRegs,
604           (pic16_assignRegisters): do not reset dynrIdx, fixes bugs
605             #1489055, #1445850, and probably #1483693
606
607 2006-05-19 Vangelis Rokas <vrokas AT users.sourceforge.net>
608
609         * src/pic16/glue.c (pic16_emitConfigRegs, pic16_emitIDRegs): fixed
610         bug in for-loop that didn't emit the last of CONFIG and ID registers
611
612 2006-05-18 Maarten Brock <sourceforge.brock AT dse.nl>
613
614         * src/mcs51/gen.c (genCodePointerGet): inc dptr instead of loading acc
615           with offset
616         * src/mcs51/peeph.def (186.x): updated and reenabled to fix bugs
617           1489016, 1434401 and 1490124
618         * src/ds390/peeph.def (186.x, 227.x): updated and reenabled to fix bugs
619           1489016, 1434401 and 1490124
620
621 2006-05-17 Borut Razem <borut.razem AT siol.net>
622
623         * support/Util/dbuf.c: fixed bug #1489008 fix dbuf_c_str(),
624           thanks Stas Sergeev
625
626 2006-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
627
628         * device/include/mcs51/P89c51RD2.h,
629         * device/include/mcs51/P89LPC901.h,
630         * device/include/mcs51/P89LPC922.h,
631         * device/include/mcs51/P89LPC932.h: added, thanks Omar Espinosa
632
633 2006-05-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
634
635         * device/lib/pic16/libsdcc/stack/{stack.S, Makefile.in}: add workaround
636         to fix missing stack pragma in compiled binary object file,
637
638 2006-05-14 Bernhard Held <bernhard AT bernhardheld.de>
639
640         * support/packihx/configure.in,
641         * support/packihx/configure: removed warning, autoconf >= 2.5x can
642         determine sizeof basic types even while cross compiling
643
644 2006-05-13 Bernhard Held <bernhard AT bernhardheld.de>
645
646         * src/avr/gen.c (aopop),
647         * src/ds390/gen.c (aopOp),
648         * src/hc08/gen.c (aopOp),
649         * src/mcs51/gen.c (aopop),
650         * src/pic16/gen.c (pic16_aopOp),
651         * src/pic/gen.c (aopOp),
652         * src/z80/gen.c (aopop): fix for bug #1479882; use new, exclusive asmop
653         if size of operand is smaller than spill location
654
655 2006-05-12 Borut Razem <borut.razem AT siol.net>
656
657         * *.dsw, *.dsp: changed property svn:eol-style to CRLF since they
658           have to have CR/LF line endings even if they are checked out on *nix
659           or on WIN32 in cygwin binmode
660
661 2006-05-12 Maarten Brock <sourceforge.brock AT dse.nl>
662
663         * doc/sdccman.lyx: documented numeric ranges, WEBDOC #1442369
664         * device/include/ds80c390.h: added sfr16 definitions
665         * src/ds390/gen.c,
666         * src/ds390/gen.h,
667         * src/ds390/main.c,
668         * src/ds390/ralloc.c,
669         * src/ds390/ralloc.h: changes all over the place to sync with mcs51
670           fixing several bugs and adding sfr16/sfr32, reentrant bit params,
671           bit returning functions
672         * support/regression/tests/sfr16.c: enabled test on ds390
673
674 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
675
676         * src/hc08/gen.c (asmopToBool, genIfx): fix for bug #1429722
677         * src/hc08/gen.c (storeRegToAop): fix for bug #1439894
678
679 2006-05-11 Maarten Brock <sourceforge.brock AT dse.nl>
680
681         * sim/ucsim/sim.src/memcl.h: added get_decoder() to cl_address_space
682         * sim/ucsim/sim.src/mem.cc: implemented cl_address_space::get_decoder,
683           (cl_address_space constructor): removed expensive initialization,
684           (cl_address_space::get_cell): extended for late initialization,
685           (cl_address_space::*): use late initialization,
686           (cl_address_decoder::activate): removed expensive initialization,
687           This reduced regression test running time by 25%
688
689 2006-05-11 Bernhard Held <bernhard AT bernhardheld.de>
690
691         * packihx/,
692         * configure.in,
693         * configure,
694         * sdcc.dsw,
695         * Makefile.bcc,
696         * Makefile.in,
697         * support/packihx/Makefile.in,
698         * support/packihx/clean.mk,
699         * support/packihx/Makefile.bcc,
700         * support/packihx/PackIhx.dsp: moved packihx to support/packihx
701
702 2006-05-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
703
704         * src/SDCCval.c (valNot): fix for regression test failure
705           of not.c on big endian hosts
706
707 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
708
709         * device/inlcude/mcs51/msc1210.h: new, added, thanks Philippe Latu
710
711 2006-05-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
712
713         * device/lib/mcs51/Makefile.in: changed string comparison operator
714           to = for POSIX compliance; == is bash extension
715
716 2006-05-10 Maarten Brock <sourceforge.brock AT dse.nl>
717
718         * device/lib/hc08/_mulint.c: applied patch 1485428, thanks
719           kosmonaut_pirx
720
721 2006-05-09 Vangelis Rokas <vrokas AT users.sourceforge.net>
722
723         * src/pic16/gen.c (pic16_freeAsmop): release any temp registers
724         allocated by aopForSym thus fixing bug #1478657 about failed testfwk.c
725         * src/pic16/main.c (_pic16_keywords): added 'sfr16' keyword,
726         * src/pic16/ralloc.c (pic16_allocWithIdx): also a fix for bug exposed by
727         bug report #1478657,
728
729 2006-05-05 Borut Razem <borut.razem AT siol.net>
730
731         * doc/Makefile.in: remove of WARNINGS and labels.pl immediately after
732           making the html
733
734 2006-05-02 Borut Razem <borut.razem AT siol.net>
735
736         * doc/Makefile.in: removed *.ind dependency since there is no rule to
737           create *.ind, which made make to fail if invoked with -j 2
738
739 2006-05-01 Maarten Brock <sourceforge.brock AT dse.nl>
740
741         * src/SDCCglue.c (emitRegularMap): partial fix for bug 1477149, thanks
742           Hubert Sack for patch 1479782
743
744 2006-05-01 Vangelis Rokas <vrokas AT users.sourceforge.net>
745
746         * src/pic16/glue.c (pic16_printIvalStruct): fixed bug #1445929
747
748 2006-05-01 Raphael Neider <rneider AT web.de>
749
750         * src/pic/device.c (sanitise_processor_name): only remove p(ic) prefix,
751           (create_pic): store only prefix-free device name,
752           (init_pic): check for device names with "16" prefix,
753           (list_valid_pics),
754         * src/pic/device.h (struct PIC_device),
755         * src/pic/main.c (_pic14_genAssemblerPreamble): adapted to single
756             stored device name,
757         * device/include/pic/pic12f{635,675,629,683}.h,
758         * device/lib/pic/libdev/pic12f{635,675,629,683}.c: NEW device libraries
759         * device/lib/pic/libdev/Makefile.in: allow pic12* devices,
760         * device/include/pic/pic16f505.h,
761         * device/lib/pic/libdev/pic16f505.c: removed
762         * device/include/pic/pic14devices.txt: added support for pic12f
763             devices, removed unsupported non 16-bit devices
764             [above changes provided by patch from Zik Saleeba]
765         * src/pic/*, src/pic16/*, device/include/pic16/*,
766           device/lib/pic/**, device/lib/pic16/**: obfuscated email address
767
768 2006-05-01 Borut Razem <borut.razem AT siol.net>
769
770         * configure.in, configure, doc/Makefile.in:
771           sync with nightly build makefile - latex, dvipdf and dvips
772           not needed any more
773
774 2006-04-30 Bernhard Held <bernhard AT bernhardheld.de>
775
776         * support/scripts/sdcc.nsi: removed all Readmes and Makefiles
777         in the library source
778
779 2006-04-30 Maarten Brock <sourceforge.brock AT dse.nl>
780
781         * support/regression/ports/hc08/spec.mk: fixed bug 1478892
782
783 2006-04-28 Raphael Neider <rneider AT web.de>
784
785         * src/pic16/pcode.c (pic16_newpCodeOpLit12),
786         * src/pic16/gen.c (pic16_popGetLit12): NEW, create 12 bit literal,
787           (pic16_loadFSR0): handle 12 bit literals correctly, fixes #1440527
788         * src/pic16/pcode.h: added prototype for pic16_newpCodeOpLit12()
789
790 2006-04-28 Bernhard Held <bernhard AT bernhardheld.de>
791
792         * device/lib/pic/libdev/Makefile.in,
793         * device/lib/hc08/Makefile.in,
794         * device/lib/gbz80/Makefile.in,
795         * device/lib/z80/Makefile.in,
796         * device/lib/ds390/Makefile.in,
797         * device/lib/ds400/Makefile.in: added srcdir to include search path,
798         thanks to Borut for the bug report
799         * configure.in,
800         * configure: always create doc/Makefile independent from --enable-doc
801         * Makefile.in: always install from directory doc independent from
802         --enable-doc
803         * device/lib/pic/Makefile.in: added libdev again, it was erroneously
804         removed
805         * device/lib/pic/libdev/Makefile.in: fixed VPATH build
806         * doc/Makefile.in: install *.txt if present
807         * device/include/Makefile.in (install): added installation of pic/*.inc
808         and pic/*.txt files again, they were erroneously removed
809
810 2006-04-28 Raphael Neider <rneider AT web.de>
811
812         * src/pic/{gen.c,main.h,pcode.c},
813         * src/pic16/{gen.c,pcode.c}: quietened compiler warnings
814             concerning signedness with casts
815
816 2006-04-28 Raphael Neider <rneider AT web.de>
817
818         * src/pic/gen.c (genFunction): set global pic14_hasInterrupt on
819             definition of an interrupt handler,
820         * src/pic/glue.c (pic14_emitInterruptHandler): moved output of
821             interrupt handler stuff from picglue() to separate routine,
822           (picglue): enabled definition of intr handlers in files w/o main()
823
824 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
825
826         * support/librarian/sdcclib.c: moved include <limits.h> up to enable
827           compilation with MSVC 2005 Express Edition (VC8)
828
829 2006-04-26 Bernhard Held <bernhard AT bernhardheld.de>
830
831         * device/lib/Makefile: fixed build of gbz80 lib
832
833 2006-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
834
835         * support/regression/tests/bug-460010.c,
836         * support/regression/tests/bug-524691.c,
837         * support/regression/tests/bug-716242.c: removed conditional defines
838           that are already in testfwk.h
839
840 2006-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
841
842         * src/ds390/gen.c (AccAXRrl1, AccAXLrl1): changed to real rotate by 1,
843           (AccAXRsh1): added, shift right by 1,
844           (AccAXLsh, AccAXRsh, AccAXRshS): updated for AccAXRrl1, AccAXRsh1 and
845            AccAXLrl1
846         * support/regression/tests/rotate.c: use <stdint.h> and enabled ds390
847
848 2006-04-25 Bernhard Held <bernhard AT bernhardheld.de>
849
850         * src/SDCCast.c (decorateType): partial fix for RFE 1475769,
851         remove cast to same type
852         * src/SDCCast.c (decorateType): fix for RFE 1475742,
853         optimize 'ifx (op == 0)' resp. 'ifx (op != 0)'
854         * as/z80/Makefile,
855         * link/z80/Makefile: removed, they have moved to
856         Makefile.in files
857         * configure,
858         * configure.in: replaced duplicate message about ucsim by missing sdcpp
859         * install-sh: fix bug #1204398 by setting umask 0022
860         * device/lib/Makefile: separate build of z80 and gbz80 lib
861
862 2006-04-24 Bernhard Held <bernhard AT bernhardheld.de>
863
864         Enabled VPATH feature: changed nearly all Makefiles (149 files).
865         See sdccman.lyx '2.4.10 VPATH feature' about how to use it.
866
867         One basic decision: e.g. src/clean.mk includes further files. In order
868         to make this work there are two solutions:
869         - rename another dozen clean.mk to clean_in.mk, add srcdir to them and
870           run configure on them. This way they can use
871           'include $(srcdir)/port-clean.mk'
872         - always include clean.mk by the Makefile at the same level. To avoid
873           that `make clean` tries to include and build Makefile.dep the
874           MAKECMDGOALS are examined (see e.g. src/Makefile.in). This has been
875           implemented, because now even `make uninstall` doesn't create
876           Makefile.in. clean.mk could be eliminated by pasting it in
877           Makefile.in.
878
879         * debugger/mcs51/Makefile.in: build own objects from library sources
880         (SLIB, SDCC) in current directory
881
882         * configure, configure.in: renamed --disable-device-lib-build in
883         --disable-device-lib; added --enable-doc, the required tools are
884         searched by configure; added result message; the toolchain for the
885         belonging ports are now only built, if the port is enabled.
886
887         * support/regression/*: all output is written in directory gen, because
888         the fwk and ports directories don't livet in the build tree using vpath
889
890         * doc/sdccman.lyx: renamed --disable-device-lib-build to
891         --disable-device-lib, added --enable-doc, added section VPATH
892
893         * sim/ucsim/configure.in,
894         * sim/ucsim/configure.in: hc08 couldn't be disabled, now hc08 and
895         z80 are enabled by default
896
897 2006-04-24 Raphael Neider <rneider AT web.de>
898
899         * src/pic/device.c (pic14_assignConfigWordValue): remember assignments
900             to config word, "pic14_"-prefixed some extern functions
901           (pic14_emitConfigWord): emit __config directive(s) if assignment to
902             config word has been found
903         * src/pic/device.h: added prototypes
904         * src/pic/pcode.c: added "pic14_"-prefix where needed
905         * src/pic/ralloc.c (IS_CONFIG_ADDRESS,pic14_assignRegisters): cosmetic
906             fixup
907         * src/pic/glue.c (pic14_constructAbsMap): handle assignments to config
908             words,
909           (pic14emitRegularMap): ignore config words,
910           (pic14createInterruptVect): moved generating __config directives away
911           (picglue): have __config directives emitted
912
913 2006-04-24 Borut Razem <borut.razem AT siol.net>
914
915         * doc/Makefile: sync with nightly build makefile
916
917 2006-04-24 Raphael Neider <rneider AT web.de>
918
919         * src/pic/pcoderegs.c (OptimizeRegUsage): do not optimize
920             registers that have not been assigned proper liveranges,
921             fixes #1469504 and #1474602,
922           (pCodeRegOptimizeRegUsage): fixed typo in comment
923
924 2006-04-24 Borut Razem <borut.razem AT siol.net>
925
926         * device/examples/main8051.c: deleted - it was removed from CVS
927           24.mar.2000 and after that modified 18.feb.2001, so it reappered
928           after the transition to Subversion
929         * src/SDCCalloc.h: deleted - it was removed  from CVS
930           3.feb.2001 and after that modified 18.feb.2001, so it reappered
931           after the transition to Subversion
932         * sim/ucsim/cpu.gif, sim/ucsim/interrupt.gif, sim/ucsim/new.gif,
933           sim/ucsim/serial1.gif, sim/ucsim/serial2.gif,
934           sim/ucsim/term_cpuopt.gif, sim/ucsim/timers.gif, sim/ucsim/wins.gif,
935           sim/ucsim/post.jpg, sim/ucsim/UCsim.jpg: corrected
936
937 2006-04-22 Maarten Brock <sourceforge.brock AT dse.nl>
938
939         * as/asx8051.dsp: added mcs51/strcmpi.h
940         * as/hc08/as_hc08.dsp: added asm.h, m6808.h, strcmpi.h
941         * as/hc08/aslink.h: updated lnksect prototype
942         * as/hc08/asm.h,
943         * as/mcs51/asm.h: added a_addr to struct area and s_org to struct sym
944         * as/hc08/asmain.c,
945         * as/mcs51/asmain.c (asmbl): init dot.s_org for S_ORG,
946           (newdot): handle A_ABS
947         * as/hc08/asout.c,
948         * as/mcs51/asout.c (outarea): output address
949         * as/hc08/lkaomf51.c,
950         * as/mcs51/lkaomf51.c: disabled unused array UsageType
951         * as/hc08/m08pst.c,
952         * as/mcs51/i51pst.c,
953         * as/z80/z80pst.c: "ABS" is not A_OVR
954         * as/hc08/lkarea.c (newarea): read a_addr,
955           (lnkarea): added codemap array, sort absolute areas to the front,
956            combine all GSINITx/GSFINAL,
957           (find_empty_space, allocate_space): new functions,
958           (lnksect): return next address, handle absolute sections
959         * as/mcs51/lkarea.c (newarea): read a_addr,
960           lnksect2 prototype changed,
961           (lnkarea2): define codemap unsigned, combine all GSINITx/GSFINAL,
962           (find_empty_space, allocate_space): new, factored out of lnksect2,
963           (lnksect2): return next address, handle absolute sections
964         * as/hc08/lkhead.c,
965         * as/mcs51/lkhead.c (newhead): head is absolute but not overlay
966         * as/hc08/lklibr.c (addfile, fndsym),
967         * as/mcs51/lklibr.c (addfile, buildlibraryindex, fndsym): prevent
968           index out of range and detect both '\' and '/'
969         * device/include/mcs51/c8051f200.h: added _XPAGE, removed bad comment
970         * device/include/stdbool.h: removed SDCC_ds390 from check to pass
971           regression tests (ds390 cannot return bool yet)
972         * doc/sdccman.lyx: changed version number, document changed --no-peep,
973           document critical interrupts on z80, document changed SDCC define
974         * src/asm.c (_asxxxx_mapping): fixed .org directive,
975           (_a390_mapping): added .org directive
976         * src/hc08/gen.c (transferAopAop): made bytemask log to fix warning,
977           (genMultOneByte): fixed warnings
978         * src/hc08/hc08.dsp: lowered warning level to 2 to suppress pedantic
979           ones
980         * src/pic16/device.c: removed newReg prototype, removed BYTE_IN_LONG
981         * src/pic16/gen.c (pic16_popGetLabel): made parameter key signed,
982           (pic16_genLeftShiftLiteral, genRightShiftLiteral): fixed warnings
983         * src/pic16/gen.h: changed prototype for pic16_popGetLabel
984         * src/pic16/main.c: removed newReg prototype
985         * src/pic16/pcode.c,
986         * src/pic16/pcode.h (pic16_emitDB): changed parameter c to int to fix
987           warnings
988         * src/pic16/pic16.dsp: lowered warning level to 2 to suppress pedantic
989           ones
990         * src/pic16/ralloc.c
991         * src/pic16/ralloc.h (newReg): changed type to int and size to unsigned
992           to fix warnings
993         * src/pic/pcode.c (allocInternalRegister): changed parameter optype
994           from short to PIC_OPTYPE
995         * src/pic/pic.dsp: lowered warning level to 2 to suppress pedantic ones
996         * src/pic/ralloc.c (newReg, allocInternalRegister): changed parameter
997           optype from short to PIC_OPTYPE
998         * src/port.h: made int_size unsigned to fix warnings
999         * src/SDCC.y: fixed warning on MSVC
1000         * src/SDCCicode.c (getArraySizePtr): return unsigned int
1001         * src/SDCCopt.c (convertToFcall): fixed warnings
1002         * src/SDCCsymt.h: removed double prototype for genSymName
1003         * src/xa51/ralloc.c (allocReg): made size unsigned int, type int and
1004           offset int to fix warnings
1005
1006 2006-04-22 Borut Razem <borut.razem AT siol.net>
1007
1008         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1009           references to CVS replaced with Subversion
1010
1011 2006-04-21 Borut Razem <borut.razem AT siol.net>
1012
1013         * doc/sdccman.lyx, */Makefile, */Makefile.in:
1014           references to CVS replaced with Subversion
1015
1016 2006-04-19 Borut Razem <borut.razem AT siol.net>
1017
1018         * src/version.awk: adapted for svn
1019         * /asxxxx/asxhtml/*.gif: set property svn:mime-type to image/gif
1020           sim/ucsim/doc/*.gif: set property svn:mime-type to image/gif
1021           sim/ucsim/doc/*.jpg: set property svn:mime-type to image/jpeg
1022           /binutils-avr/etc/*.vi, *.jin: removed all properties
1023           support/scripts/sdcc.ico: set property svn:mime-type to image/x-icon
1024
1025 2006-04-19 Borut Razem <borut.razem AT siol.net>
1026
1027         * CVS to Subversion migration completed
1028
1029 2006-04-18 Borut Razem <borut.razem AT siol.net>
1030
1031         * support/scripts/sdcc.nsi: removed unexisting ${DEV_ROOT}\lib\pic\*.o,
1032           ${DEV_ROOT}\lib\src\pic\libdev\*.S, ${DEV_ROOT}\lib\src\pic\libdev\*.inc
1033
1034 2006-04-17 Borut Razem <borut.razem AT siol.net>
1035
1036         * device/include/Makefile.in: added pic/*.inc to the installation
1037
1038 2006-04-15 Bernhard Held <bernhard AT bernhardheld.de>
1039
1040         * support/regression/collate-results.py: fixed output in case of
1041         a valdiag error
1042         * support/regression/generate-cases.py: fixed splitting of pathnames
1043         with dots
1044         * as/hc08/lklibr.c (addfile),
1045         * as/mcs51/lklibr.c (addfile): fixed off-by-one bug
1046
1047 2006-04-11 Raphael Neider <rneider AT web.de>
1048
1049         * src/pic16/gen.c (getFreePtr, pic16_popRegFromString),
1050         * src/pic16/ralloc.c (pic16_allocregWithName): removed debug output
1051         * src/pic16/pcode.c (assignValnums): fixed #1460578
1052
1053 2006-04-11 Raphael Neider <rneider AT web.de>
1054
1055         * device/lib/pic/libdev/*.c,
1056         * device/include/pic/*.h: replaced sfr and data with __sfr and __data,
1057           fixes #1468739, enables compilation in --std-c99 mode
1058         * support/scripts/inc2h.pl: emit __sfr/__data instead of sfr/data
1059
1060 2006-04-11 Raphael Neider <rneider AT web.de>
1061
1062         * src/pic/device.c (find_device): removed debug output
1063           (list_valid_pics): enabled verbose listing of supported devices
1064         * device/include/stdbool.h: define bool as char for pic14/16 as well
1065
1066 2006-04-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1067
1068         * src/SDCC.y: allow using brackets here: "__interrupt (1) __using (1)"
1069
1070 2006-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
1071
1072         * .version: bumped version to 2.5.6
1073         * src/pic/ralloc.c (newReg): MSVC doesn't support __builtin_return_address
1074
1075 2006-04-06 Raphael Neider <rneider AT web.de>
1076
1077         * .version: bumped version to 2.5.6 (pic14 ABI changed)
1078         * src/SDCCmain.c: add -DSDCC_PROCESSOR=<id> for pic14 port
1079         * src/pic/glue.c (emitSymbolToFile,pic14_constructAbsMap,
1080           pic14emitRegularMap,pic14emitMaps): moved output for absolute symbols to
1081             pic14_constructAbsMap
1082           (pic14printPublics): declare absolute global symbols as global
1083           (pic14createInterruptVect),
1084         * src/pic/ralloc.c (IS_CONFIG_ADDRESS): support second config word,
1085           (newReg): assume new registers unused, use correct name in
1086             hashtable (reg->name instead of name), more debugLog output
1087         * src/pic/device.h (PIC_device): added fields for verbose output
1088         * src/pic/device.c: moved device definition to pic14devices.txt,
1089             added routines for runtime parsing of pic14devices.txt,
1090             added support for second config word
1091         * src/pic/main.c (_process_pragma): removed #pragma maxram,
1092           (_pic14_keywords): no longer accept "bit" and "sbit" keywords
1093           (_pic14_initPaths): add search paths with "pic" suffix (not "pic14")
1094           (_pic14_parseOptions): moved pCodeInitRegisters here
1095           (_pic14_do_link): add "pic$(ARCH).lib" to linker arguments
1096         * src/pic/pcode.c (AnalyzeBanking): bail out on unset processor,
1097           (pCodeInitRegisters): rewrapped comments, perpared new approach to
1098             handling the pseudo stack
1099         * device/lib/Makefile.in: ignore failures in objects-pic16,
1100         * device/lib/pic/{configure,configure.in,Makefile}: added libdev/
1101         * device/lib/pic/NEWS: document new dependency on picXXX.lib
1102         * device/lib/pic/Makefile.subdir,
1103         * device/lib/pic16/Makefile.subdir: improved clean rules
1104         * device/lib/pic/libdev/: NEW, pic14 device libraries
1105         * device/lib/pic/libsdcc/_gptr{get,put}{1,2,3,4}.S: use _X not X
1106         * device/lib/pic/libsdcc/macros.inc: use _X not X, declare default SFRs
1107         * device/include/Makefile.in: create subdir and install pic14 headers
1108         * device/include/pic/p16f_common.inc: removed unused declarations
1109         * device/include/pic/pic16*.h: added header files for 100+ 14 bit
1110             PICs from inc2h.pl v1.6,
1111             replaced BIT_AT macros with struct declarations
1112         * device/include/pic/pic14devices.txt: definition of supported devices,
1113             all above improvements contributed by Zik Saleeba, thanks
1114         * support/scripts/inc2h.pl: removed BIT_AT, replaced with structs
1115         * support/scripts/sdcc.nsi: also install pic14 device libraries and
1116             headers
1117
1118 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1119
1120         * device/include/mcs51/c8051f410.h: added interrupt numbers,
1121         * device/include/mcs51/c8051f200.h: old SiLabs mcu completes the list,
1122           thanks to Charles Olds
1123
1124 2006-04-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1125
1126         * debugger/mcs51/cmd.c (infoRegisters): show return address on stack
1127
1128 2006-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
1129
1130         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug 1464657
1131         * src/mcs51/gen.c (genJumpTab): fixed bug in medium model
1132         * support/regression/bug1464657.c: added, new test
1133
1134 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1135
1136         * src/SDCCmain.c (preProcess): implemented RFE 1449908, define SDCC as the
1137           version number
1138
1139 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1140
1141         * src/SDCCpeeph.c (initPeepHole): implemented RFE 1460196, when both
1142           --no-peep and --peep-file <file> are used don't use default rules but
1143           do use the <file>
1144
1145 2006-04-05 Maarten Brock <sourceforge.brock AT dse.nl>
1146
1147         * src/mcs51/gen.c (genCall): fixed bug 1457608
1148
1149 2006-03-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1150
1151         * doc/sdccman.lyx: reverted to version 1.129 of december as my latest
1152         changes seem to cause (trigger?) problems with the build system.
1153
1154 2006-03-29 Maarten Brock <sourceforge.brock AT dse.nl>
1155
1156         * src/SDCCpeeph.c (operandsLiteral): new, added,
1157           (callFuncByName): inserted operandsLiteral
1158         * src/mcs51/peeph.def: reenabled 132.e, added extra check to 132.x
1159
1160 2006-03-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1161
1162         * doc/sdccman.lyx: added paragraph "Use of SDCC in Education"
1163         * src/mcs51/peeph.def: disabled rule 132.e fixing bug #1453093
1164
1165 2006-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
1166
1167         * src/z80/gen.c (genFunction, genEndFunction): fixed bug 1160666,
1168           implemented patch 1120823 Thanks to Willy De la Court (normal
1169           interrupts need an interrupt number now if they are made critical),
1170           and enabled nesting of critical functions though not for gbz80
1171           (genCritical, genEndCritical): added functions
1172           (genZ80Code): added cases for CRITICAL and ENDCRITICAL
1173         * src/z80/mappings.i: added "ei" to all mappings
1174
1175 2006-03-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1176
1177         * sim/ucsim/cmd.src/newcmdcl.h: applied patch fixing GCC 4.1 build
1178         submitted by the Debian SDCC maintainer Aurelien Jarno:
1179         "Credits goes to Martin Michlmayr, who rebuilt the whole Debian
1180         archive with gcc 4.1 on mips and wrote the patch"
1181
1182 2006-03-16 Raphael Neider <rneider AT web.de>
1183
1184         * src/pic16/genarith.c (genAddLit): simplified and fixed case where
1185           the left operand is shorter than the result (c* = lit-c* + int),
1186           fixes bug #1450796
1187         * src/pic16/gen.c (genRightShift): check IS_SYMOP before accessing
1188           OP_SYMBOL
1189
1190 2006-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
1191
1192         * src/.version: increased version number to 2.5.5
1193         * src/SDCCmain.c (linkEdit): do not test for PIC16 target since, PIC16
1194         linking is done manually in pic16 port's _linkEdit,
1195         * src/SDCCsymt.c (compStructSize): for target PIC16 and shell variable
1196         PIC16_PACKED_BITFIELDS, compact bitfield structures as much as possible,
1197         * src/pic16/gen.c (aopForSym): when direct register name is WREG then
1198         allocate asmop as AOP_ACC,
1199         (aopForRemat): added parameter 'bool result' in function declaration,
1200         (pic16_aopGet): return AOP_ACC when accessing WREG,
1201         (pic16_popGetTempReg): minor modification,
1202         (pic16_popRegFromIdx): first try with 'pic16_regWithIdx' then with
1203         'pic16_allocWithIdx',
1204         (genPcall): removed ftype, usage of OP_SYM_TYPE asserted error when
1205         calling function in absolute addresses,
1206         (genAssign): take into account AOP_ACC asmop,
1207         * src/pic16/pcode.c (pic16_newpCodeOpReg): minor modifications,
1208         * src/pic16/pcoderegs.c: some debug functions and lines added,
1209         * src/pic16/ralloc.c (decodeRegType): added but commented out,
1210         * (pic16_typeRegWithIdx): search 'pic16_dynInternalRegs' for given
1211         register too,
1212         * (pic16_findFreeReg, pic16_findFreeRegNext): allocate new register via
1213         call to allocReg, not by manually allocating a new one,
1214         (pic16_assignRegisters): now before going through the register
1215         allocating functions mark all registers as free. This eliminates some
1216         side effects resulting from peephole parser done earlier in the backbone
1217
1218 2006-03-13 Maarten Brock <sourceforge.brock AT dse.nl>
1219
1220         * src/SDCCicode.c (geniCodeLogic),
1221         * src/SDCCast.c (decorateType): applied patch by Bernhard for rfe 1422617
1222
1223 2006-03-10 Maarten Brock <sourceforge.brock AT dse.nl>
1224
1225         * src/mcs51/gen.c (sameReg): new, checks if two aop regs are the same,
1226           (genSend): bugfix, do not allocate and free twice,
1227           (shiftRLong): handle partially overlapping aops
1228         * support/regression/tests/bitopcse.c: fixed warning redefined idata
1229
1230 2006-03-08 Borut Razem <borut.razem AT siol.net>
1231
1232         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata
1233           for pic16
1234
1235 2006-03-08 Maarten Brock <sourceforge.brock AT dse.nl>
1236
1237         * support/regression/tests/bug1409955.c: new, added
1238         * src/mcs51/gen.h: changed asmop.freed:1 to asmop.allocated for tracking
1239         * src/mcs51/gen.c (newAsmop): set asmop.allocated to 1,
1240           (aopForSym, aopOp): increment asmop.allocated if reused,
1241           (freeAsmop): decrement asmop.allocated and check for zero instead of
1242           using asmop.freed,
1243           (freeForBranchAsmop): use asmop.allocated instead of asmop.freed,
1244           (genNot, genCpl, genUminus, genMinus, genMult, genDiv, genMod, genCmpGt,
1245            genCmpLt, genAndOp, genOrOp, genAnd, genOr, genXor, genRRC, genRLC,
1246            genGetHbit, genGetAbit, genGetByte, genGetWord, genSwap,
1247            genLeftShiftLiteral, genLeftShift, genRightShiftLiteral,
1248            genSignedRightShift, genRightShift, genDataPointerGet,
1249            genPagedPointerGet, genFarPointerGet, genCodePointerGet,
1250            genGenPointerGet, genDataPointerSet, genAssign, genCast): free asmop's
1251             in reverse order from allocation,
1252           (genPlus, genCmpEq): free asmop's in reverse order from allocation and
1253             added swappedLR to keep track
1254         * support/regression/fwk/include/testfwk.h: added defines for xdata, idata,
1255           pdata & code for GCC, z80, gbz80 & hc08
1256         * support/regression/tests/zeropad.c: moved defines to testfwk.h
1257
1258 2006-03-08 Raphael Neider <rneider AT web.de>
1259
1260         * src/pic16/main.c (_hasNativeMulFor): fixed bug #1444425
1261
1262 2006-03-07 Maarten Brock <sourceforge.brock AT dse.nl>
1263
1264         * device/include/mcs51/c8051f410.h: new SiLabs mcu
1265         * src/ds390/peeph.def: disabled 186.d and 227.a as fix for #1434401
1266         * support/regression/tests/array.c: added parenthesis, made arrays unsigned
1267
1268 2006-03-06 Borut Razem <borut.razem AT siol.net>
1269
1270         * support/regression/ports/pic16/spec.mk: link with libm18f.lib,
1271           made the linker quiet
1272
1273 2006-03-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
1274
1275         * src/pic16/gen.c (genPcall): fixed bug #1443644
1276         * src/pic16/device.h (struct pic16_options_t): added 'int CATregs' flag
1277         which dumps before the function entry point a data byte which represents
1278         the number of the local variables used by the specified function, added
1279         'xinst' for initial support for Extended Instruction Support,
1280         * src/pic16/gen.c (aopForSym, pic16_aopGet): beautifications,
1281         (pic16_testStackOverflow): do not prefix GSTACK_TEST_NAME with
1282         port->fun_prefix anymore (may change later),
1283         (genFunction, genEndFunction): do not store/restore local registers for
1284         _main (this should take care the --main-return command line option in
1285         the future),
1286         (genOr): removed some legacy pic-port instructions,
1287         * src/pic16/genarith.c (genAddLit): re-enabled old code because
1288         performing operations with SFR's causes data to be written more than
1289         once to each SFR. Perhaps SFRs should be handled in special cases...
1290         * src/pic16/glue.c: macros BIG_ENDIAN and BYTE_IN_LONG are moved to
1291         pcode.h
1292         * src/pic16/main.c (_process_pragma): stack bound checking did not take
1293         into account for stack starting position,
1294         (struct OPTIONS pic16_optionsTable): added command line argument
1295         --extended or -y for Extended Instruction Support,
1296         * src/pic16/ralloc.c (pic16_decodeOp): added case for FUNCTION,
1297         (deassignLRs): *** perhaps the most important change, old 'for' code
1298         (commented out for reference), didn't account for some registers which
1299         were left marked 'not free' after a pointer operation. The change
1300         reduces register usage a lot in some cases
1301
1302 2006-03-04 Borut Razem <borut.razem AT siol.net>
1303
1304         * support/regression/ports/hc08/spec.mk: remove *.asm in traget
1305           _clean
1306         * support/regression/tests/bug-524697.c: decreased array size for
1307           mcs51 to fit into the internal RAM
1308         * support/regression/Makefile.in: a little bit more verbose
1309
1310 2006-03-03 Borut Razem <borut.razem AT siol.net>
1311
1312         * support/regression/fwk/lib/testfwk.c,
1313           support/regression/fwk/include/testfwk.h: introduced function
1314           _prints(), nonrecursive _printn(), call _initEmu() from main()
1315         * support/regression/ports/gbz80/support.asm,
1316           support/regression/ports/ucz80/support.asm,
1317           support/regression/ports/z80/support.asm,
1318           support/regression/ports/ds390/support.c,
1319           support/regression/ports/hc08/support.c,
1320           support/regression/ports/host/support.c,
1321           support/regression/ports/mcs51/support.c,
1322           support/regression/ports/xa51/support.c: added empty _initEmu()
1323           function
1324         * support/regression/ports/pic16/gpsim.cmd,
1325           support/regression/ports/pic16/spec.mk,
1326           support/regression/ports/pic16/support.c,
1327           support/regression/Makefile.in: added pic16 regression test
1328
1329 2006-03-01 Raphael Neider <rneider AT web.de>
1330
1331         * src/pic16/gen.c (genPcall,pic16_derefPtr,genGenPointerGet,
1332           genConstPointerGet): use safe way of generating MOVFF to cover
1333             literals as well as registers, fixes bug #1440527
1334         * src/pic16/glue.c (pic16_printIvalBitFields): prevent NULL pointer
1335             dereference
1336           (pic16_printIvalUnion,pic16_isUnion): NEW, handle initialized unions
1337             more correctly, fixes bug #1232186
1338           (pic16_printIval): use pic16_printIvalUnion() for initialized unions
1339         * src/pic16/main.c (_pic16_linkEdit): reorder linker arguments to make
1340             gplink guess the correct processor in more cases, applied patch
1341             from Till Riedel attached to and fixing bug #1436552
1342
1343 2006-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1344
1345         * support/regression/tests/array.c: added, contains check for #1434401
1346         * src/mcs51/peeph.def: disabled 186.d as temporary fix for #1434401
1347
1348 2006-02-16 Maarten Brock <sourceforge.brock AT dse.nl>
1349
1350         * device/include/mcs51/at89s8253.h: new, thanks to Krzysztof Polomka
1351         * device/include/mcs51/at89S8252.h: fixed, thanks to Krzysztof Polomka
1352         * device/include/mcs51/c8051f326.h,
1353         * device/include/mcs51/c8051f340.h: new SiLabs mcu's
1354         * device/include/mcs51/c8051f000.h,
1355         * device/include/mcs51/c8051f018.h,
1356         * device/include/mcs51/c8051f020.h: used () with __at, renamed IDLE,STOP to
1357           PCON_IDLE,PCON_STOP and added sfr16 definitions
1358
1359 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1360
1361         * src/mcs51/gen.c (genPlus, genMinus, genMult, genGetAbit, genGetByte,
1362           genGetWord): fixed bug 1409955
1363
1364 2006-02-14 Maarten Brock <sourceforge.brock AT dse.nl>
1365
1366         * device/include/hc08/mc68hc908gp32.h,
1367         * device/include/hc08/mc68hc908jb8.h: removed AWUL, added PTA6 & PTA7
1368
1369 2006-02-13 Maarten Brock <sourceforge.brock AT dse.nl>
1370
1371         * src/SDCCast.c (constExprValue): return NULL if not a value
1372         * src/SDCCglue.c (printIvalArray): fixed bug 1225568
1373         * src/hc08/gen.c(genUnpackBits, genUnpackBitsImmed): fixed bug 1019480
1374         * support/regression/tests/bitfields.c: enabled signed bitfield for all
1375
1376 2006-02-13 Borut Razem <borut.razem AT siol.net>
1377
1378         * src/regression/ptrarg.c: added, fails due to bug #1430967
1379         * src/regression/Makefile: ptrarg.c added, ...
1380
1381 2006-02-12 Maarten Brock <sourceforge.brock AT dse.nl>
1382
1383         * src/z80/gen.c (genUnpackBits): fixed bug 1019480
1384         * support/regression/tests/bitfields.c: enabled signed bitfield for z80
1385
1386 2006-02-11 Borut Razem <borut.razem AT siol.net>
1387
1388         * src/SDCCmain.c: Added "sdcc: Calling linker..." if --verbose,
1389           print "Processor: xxx" message to stdout only if --verbose
1390
1391 2006-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
1392
1393         * src/SDCCglue.c (printIvalStruct): fixed bug 1426356 union initializer
1394         * support/regression/tests/bug1426356.c: added
1395         * support/regression/tests/bitfields.c: removed 2 tests
1396
1397 2006-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
1398
1399         * device/include/mcs51/at89c51snd1c.h: updated comments, see patch 1428901
1400         * device/include/mcs51/c8051f330.h,
1401         * device/include/mcs51/c8051f350.h: used () with __at, renamed IDLE,STOP to
1402           PCON_IDLE,PCON_STOP and added sfr16 definitions
1403         * device/lib/_divsint.c,
1404         * device/lib/_divuint.c,
1405         * device/lib/_divulong.c,
1406         * device/lib/_divulong.c: renamed a,b to x,y to avoid confusion, fixed
1407           register bank bug for small stackauto
1408
1409 2006-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
1410
1411         * support/regression/fwk/lib/timeout.c: include <stdlib.h> for exit()
1412
1413 2006-02-08 Maarten Brock <sourceforge.brock AT dse.nl>
1414
1415         * support/regression/ports/mcs51-xstack-auto/spec.mk: forgot -I(...)/mcs51
1416         * all.dsp: corrected several bin paths
1417         * device/include/mcs51/c8051f120.h,
1418         * device/include/mcs51/c8051f300.h,
1419         * device/include/mcs51/c8051f310.h: used () with __at and renamed IDLE,STOP
1420           to PCON_IDLE,PCON_STOP
1421         * device/include/mcs51/c8051f320.h: see above, also added sfr16 definitions
1422         * device/lib/printf_large.c (output_float): fixed bug 1388703
1423         * support/regression/tests/bug1057979.c: added test for bug 1388703
1424
1425 2006-02-08 Raphael Neider <rneider AT web.de>
1426
1427         * src/pic/pcode.c (pciTRIS): fixed typo,
1428           (BuildFlow,LinkFlow_pCode): added (disabled) debug output,
1429           (LinkFlow): fixed handling of flows that end in a call,
1430           (ReuseReg): perform safety check earlier
1431         * src/pic/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed
1432             to work with flows at the beginning of a pBlock,
1433             fixes #1426557 (Symbol not previously defined),
1434           (pic14_ReMapLiveRanges): NEW, destroy and rebuild register
1435             usage information
1436           (RemoveUnusedRegisters): update register usage info
1437         * src/pic/ralloc.c (newReg): prevent duplicate registers from being
1438             created, reuse existing ones instead
1439         * src/pic/gen.c (genPcall): fixed #1424719
1440
1441 2006-02-07 Bernhard Held <bernhard AT bernhardheld.de>
1442
1443         * link/z80/lkmain.c,
1444         * link/z80/lklex.c,
1445         * link/z80/lkdata.c,
1446         * link/z80/aslink.h: fixed build on current cygwin:
1447         replaced getline() by lk_getline()
1448
1449 2006-02-01 Borut Razem <borut.razem AT siol.net>
1450
1451         * src/regression/add.c, src/regression/add2.c, src/regression/add3.c,
1452           src/regression/add4.c, src/regression/and1.c, src/regression/and2.c,
1453           src/regression/arrays.c, src/regression/b.c, src/regression/bank1.c,
1454           src/regression/bool1.c, src/regression/bool2.c,
1455           src/regression/bool3.c, src/regression/call1.c,
1456           src/regression/compare.c, src/regression/compare10.c,
1457           src/regression/compare2.c, src/regression/compare3.c,
1458           src/regression/compare4.c, src/regression/compare5.c,
1459           src/regression/compare6.c, src/regression/compare7.c,
1460           src/regression/compare8.c, src/regression/compare9.c,
1461           src/regression/configword.c, src/regression/for.c,
1462           src/regression/inline.c, src/regression/mult1.c,
1463           src/regression/nestfor.c, src/regression/or1.c,
1464           src/regression/pointer1.c, src/regression/ptrfunc.c,
1465           src/regression/rotate1.c, src/regression/rotate2.c,
1466           src/regression/rotate3.c, src/regression/rotate4.c,
1467           src/regression/rotate5.c, src/regression/rotate6.c,
1468           src/regression/rotate7.c, src/regression/string1.c,
1469           src/regression/struct1.c, src/regression/sub.c,
1470           src/regression/sub2.c, src/regression/switch1.c,
1471           src/regression/while.c, src/regression/xor.c,
1472           src/regression/create_stc, src/regression/simulate,
1473           src/regression/rt.sh, src/regression/Makefile: reenabled Scott's PIC14
1474           regression tests
1475         * src/regression/gpsim_assert.h: added
1476
1477 2006-01-28 Bernhard Held <bernhard AT bernhardheld.de>
1478
1479         * src/ds390/gen.c (unsaveRegisters): fixed literal function pointer
1480         ((void (code *) (void)) 0) ();
1481         * as/hc08/aslex.c,
1482         * as/hc08/aslink.h,
1483         * as/hc08/asm.h,
1484         * as/hc08/asmain.c,
1485         * as/hc08/lkdata.c,
1486         * as/hc08/lklex.c,
1487         * as/hc08/lkmain.c,
1488         * as/mcs51/aslex.c,
1489         * as/mcs51/aslink.h,
1490         * as/mcs51/asm.h,
1491         * as/mcs51/asmain.c,
1492         * as/mcs51/lkdata.c,
1493         * as/mcs51/lklex.c,
1494         * as/mcs51/lkmain.c,
1495         * as/z80/aslex.c,
1496         * as/z80/asm.h,
1497         * as/z80/asmain.c: fixed build on current cygwin:
1498         replaced getline() by as_getline()
1499
1500 2006-01-27 Bernhard Held <bernhard AT bernhardheld.de>
1501
1502         * src/SDCC.y: fixed bug #716242, exchanged pointer and function
1503         declarator in the symbol chain
1504         * src/SDCCsymt.h,
1505         * src/SDCCsymt.c (processFuncPtrArgs): added, removes "(void)"
1506         parameter list for function pointers
1507         * src/SDCCast.c (decorateType): added call of processFuncPtrArgs()
1508         * support/regression/tests/bug-716242.c: added
1509
1510 2006-01-20 Bernhard Held <bernhard AT bernhardheld.de>
1511
1512         * src/SDCCicode.c (geniCodeAdd, geniCodeArray): use char for array
1513         offset if possible
1514         * src/SDCCast.c (getLeftResultType): 255 fits in char, not 256
1515
1516 2006-01-18 Bernhard Held <bernhard AT bernhardheld.de>
1517
1518         * src/SDCCast.c (backPatchLabels): fixed bug #1408066: made it
1519         inifinitely recurseable, added static
1520         * support/regression/tests/bug-1408066.c: added
1521
1522 2006-01-17 Bernhard Held <bernhard AT bernhardheld.de>
1523
1524         * src/SDCCicode.h,
1525         * src/SDCCicode.c (newiTempPreheaderLabel, newiTempLoopHeaderLabel):
1526         renamed, added possibility to create "postLoopLbl"-labels
1527         * src/SDCCBBlock.c (iCodeBreakDown): renamed newiTempPreheaderLabel to
1528         newiTempLoopHeaderLabel
1529         * src/SDCCloop.c (newInduction, newRegion, backEdges, insertIntoLoop,
1530         isNotInBlocks, addToExitsMarkDepth, createLoop, dominatedBy,
1531         addDefInExprs, assignmentsToSym, isOperandInvariant, pointerAssigned,
1532         hasNonPtrUse, loopInvariants, addressTaken, findInduction,
1533         findDefInRegion, mergeRegions, ifMerged, mergeInnerLoops): made static,
1534         (pinduction, pregion, hasIncomingDefs, findLoopEndSeq): disabled,
1535         (basicInduction): fixed bug #136564, made static,
1536         (loopInduction): changed parameter of basicInduction, made static,
1537         (addPostLoopBlock): added
1538         * src/SDCCloop.h: removed backEdges, pregion, pinduction,
1539         loopOptimizations, addressTaken, findDefInRegion, hasIncomingDefs,
1540         findLoopEndSeq
1541         * support/regression/tests/bug-136564.c: added
1542         * support/regression/ports/mcs51-xstack-auto/spec.mk: added
1543         --std-sdcc99 to LIBSDCCFLAGS
1544
1545 2006-01-16 Bernhard Held <bernhard AT bernhardheld.de>
1546
1547         * src/SDCCicode.c (geniCodeIfx): fix bug 1406131: always false
1548         while loop
1549         * support/regression/tests/bug-1406131.c: added
1550
1551 2005-12-31 Bernhard Held <bernhard AT bernhardheld.de>
1552
1553         * src/SDCCast.c (decorateType): fix promotion of unary minus
1554         * src/SDCCsymt.c (computeType): beautified
1555         * src/SDCCval.c (cheapestVal): beautified, old non-Ansi version removed,
1556         (valUnaryPM, valComplement): fix sign and promotion,
1557         (valNot): ANSI: result type is int (SDCC: unsigned char)
1558         * support/regression/tests/uminus.c: speedup by removing superflous
1559         test case 'int'
1560         * support/regression/tests/onebyte.c: added promotion and signedness
1561         tests for unary minus
1562         * support/regressions/tests/bug-477927.c: disable warning about
1563         uninitialized variables
1564         * support/regression/tests/not.c: added
1565
1566 2005-12-28 Bernhard Held <bernhard AT bernhardheld.de>
1567
1568         * device/lib/Makefile.in: added --std-sdcc99 to CFLAGS
1569         * src/mcs51/gen.c (gen51Code): show final register usage after
1570         fillGaps in asm with --i-code-in-asm
1571         * src/SDCClrange.c (sequenceiCode, setLiveFrom, setLiveTo,
1572         markLiveRanges, markAlive, findNextUseSym, findNextUse, unvisitBlocks,
1573         incUsed, rliveClear, adjustIChain): made static,
1574         (setFromRange): excluded because it's unused,
1575         (findPrevUseSym, markWholeLoop): added,
1576         (findPrevUse): rewritten; fixes bug 895992; now a complete search
1577         through all branches of predecessors enables sdcc to emit the warning
1578         W_LOCAL_NOINIT, marking of outermost loop was incomplete,
1579         (rlivePoint): made static, added parameter emitWarnings which is only
1580         true during the first run out of two,
1581         (findRecursiveSucc, findRecursivePred): removed,
1582         (computeLiveRanges): made static, added parameter emitWarnings,
1583         (dumpIcRlive): added for debugging only
1584         * src/SDCClrange.h: added boolean parameter to computeLiveRanges(),
1585         removed prototype of setFromRange()
1586         * src/SDCCopt.c (eBBlockFromiCode): added new parameter emitWarnings
1587         in call of computeLiveRanges()
1588         * support/regression/tests/bug-895992.c: added
1589         * support/regression/tests/bug-971834.c: added
1590         * support/valdiag/tests/bug-895992.c: added
1591         * support/valdiag/tests/bug-971834.c: added
1592
1593 2005-12-18 Raphael Neider <rneider AT web.de>
1594
1595         * src/pic16/gen.c: added IS_DIRECT macro for "direct" operands,
1596           (genUnpackBits): improved code for direct operands,
1597           (genPackBits): improved code for literal assignment to bitfields
1598             and for direct destination operands (no FSR indirection),
1599             prevented redundant AND, fixes #1362800,
1600           (AccLsh): added parameter to disable masking of the result
1601         * src/pic16/pcode.c (pic16_safepCodeUnlink): fixed to work with
1602           skip instructions with side-effects (like incfsz),
1603           (pic16_pCodeIsAlive): suppress verbose output unless pcode_verbose,
1604         * src/pic16/pcoderegs.c (RemoveRegsFromSet): removed annoying warning
1605         * device/lib/pic16/Makefile.common.in: added --asm=@GPASM@ to CC,
1606           fixes #1375263
1607
1608 2005-12-11 Bernhard Held <bernhard AT bernhardheld.de>
1609
1610         * src/SDCCicode.c (geniCodeAssign): fixed bug 11369874, don't use
1611         volatile variables as spill location
1612
1613 2005-12-10 Bernhard Held <bernhard AT bernhardheld.de>
1614
1615         * src/SDCCcse.c (findCheaperOp): fixed bug 1376320, copy signedness to
1616         replacing literals
1617         * support/regression/tests/bug-1376320.c: added
1618
1619 2005-12-08 Raphael Neider <rneider AT web.de>
1620
1621         * src/pic/device.c: renamed is_shared to pic14_is_shared
1622         * src/pic/gen.c (genIfx): re-enabled handling of sbits
1623         * src/pic/glue.c (emitSymbolToFile): added workaround for sbits,
1624           (is_valid_identifier): added for above workaround
1625
1626 2005-12-07 Maarten Brock <sourceforge.brock AT dse.nl>
1627
1628         * device/lib/Makefile.in: fixed to enable port-specific-objects
1629         * device/lib/ds390/i2c390.c (BitOutI2C): optimized by making bout unsigned
1630           char, thanks Hubert Sack
1631         * doc/sdccman.lyx: documented --xstack-loc,
1632           elaborated a bit more on interrupts and pitfalls,
1633           removed "setjmp/longjmp unsupported",
1634           documented some unsupported C99 features
1635         * src/SDCCmain.c (linkEdit): adapted default lib path for --stack-auto
1636         * src/SDCCpeeph.c (readRules): inserted patch 1367130 for finding missing
1637           if, thanks Hubert Sack
1638         * src/mcs51/gen.c (genEndFunction): enabled "pop psw" for regbank 0 isr
1639         * support/regression/Makefile.in: test-mcs51-stack-auto no longer needs to
1640           make make_library
1641         * support/regression/get_ticks.py: new, get cpu cycles and code size, so
1642           regression tests can report resource usage (rfe 700441)
1643         * support/regression/collate-results.py: report resource usage
1644         * support/regression/ports/ds390/spec.mk,
1645         * support/regression/ports/hc08/spec.mk,
1646         * support/regression/ports/mcs51/spec.mk,
1647         * support/regression/ports/ucz80/spec.mk: run sim output through get_ticks
1648         * support/regression/ports/ds390/uCsim.cmd,
1649         * support/regression/ports/hc08/uCsim.cmd,
1650         * support/regression/ports/mcs51/uCsim.cmd,
1651         * support/regression/ports/ucz80/uCsim.cmd: inserted "state" to report time
1652         * support/regression/ports/mcs51-stack-auto/spec.mk: no need to build the
1653           library, use the default one
1654         * support/regression/ports/mcs51-xstack-auto/spec.mk: inserted rules for
1655           building the library
1656
1657 2005-12-06 Maarten Brock <sourceforge.brock AT dse.nl>
1658
1659         * config.dsp: added dependency on .version and configure_vc.awk
1660         * device/include/setjmp.h: updated for --stack-auto and --xstack
1661         * device/include/mcs51/at89c51snd1c.h: corrected line endings
1662         * device/include/mcs51/XC866.h: added, thanks Llewellyn van Zyl
1663         * device/lib/_setjmp.c: updated for --stack-auto and --xstack
1664         * device/lib/libsdcc.lib: added _setjmp
1665         * src/SDCCast.c (createIvalCharPtr): fixed warnings,
1666           (decorateType): fixed bug 1372851,
1667           (optimizeGetHbit): fixed warning
1668         * src/SDCCglue.c (printIvalChar, printIvalArray): adapted for flexible
1669           array initialisation
1670         * support/regression/tests/bug1057979.c: added test for bug 1358192
1671         * support/regression/tests/setjmp.c: added, test for setjmp/longjmp
1672
1673 2005-12-03 Borut Razem <borut.razem AT siol.net>
1674
1675         * support/scripts/sdcc.nsi: added /SOLID option to "SetCompressor lzma"
1676           command since the NSIS was upgraded to version 2.11 on CF x86-linux2
1677
1678 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1679
1680         * src/SDCCast.c (createIvalStruct, createIvalArray, createIvalPtr,
1681         createIval): implement symbol independant "flexible array member",
1682         (createIvalCharPtr): implemented flexible array initialisation with a
1683         string
1684         * src/SDCCsymt.c (copyStruct): removed,
1685         (getSize): fixed misleading comment,
1686         (getAllocSize): removed, the additional allocation size is now in
1687         sym->flexArrayLength,
1688         (checkStructFlexArray): new, syntax checks for flexible array members,
1689         (compStructSize): added syntax checks for "flexible array members"
1690         (copyStruct): removed,
1691         (copyLinkChain): removed inefficient fix for bug 770487
1692         * src/SDCCglue.c (emitRegularMap): getAllocSize has been removed
1693         * src/SDCCsymt.h: added structdef.b_flexArrayMember and
1694         symbol->flexArrayLength
1695         * src/SDCCerr.c,
1696         * src/SDCCerr.h: added W_INVALID_FLEXARRAY, W_C89_NO_FLEXARRAY,
1697         E_FLEXARRAY_NOTATEND and E_FLEXARRAY_INEMPTYSTRCT
1698         * support/regression/tests/structflexarray.c: added
1699         * support/valdiag/tests/structflexiblearray.c: added
1700
1701 2005-11-29 Bernhard Held <bernhard AT bernhardheld.de>
1702
1703         * src/SDCCast.c (decorateType): fixed bug 1368489
1704         * support/Util/SDCCerr.c,
1705         * support/Util/SDCCerr.h: added warning W_CMP_SU_CHAR
1706
1707 2005-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1708
1709         * device/include/mcs51/at89c51snd1c.h: added file submitted by
1710           Weston T. Schmidt <schmidtw AT users.sourceforge.net>, patch #1368001
1711
1712 2005-11-27 Borut Razem <borut.razem AT siol.net>
1713
1714         * support/cpp2/cppinit.c, support/cpp2/cpplib.h, support/cpp2/mkdeps.c,
1715           support/cpp2/mkdeps.h: added command line option
1716           -obj-ext=<extension> to SDCPP to define object file externion, used
1717           for generation of make dependencies (-M)
1718         * src/SDCCmain.c: pass -obj-ext=<extension> to SDCPP
1719
1720 2005-11-26 Borut Razem <borut.razem AT siol.net>
1721
1722         * support/scripts/sdcc.nsi: added small-stack-auto libraries,
1723           added missing device/lib/mcs51/crt*.asm, pic and pic16 sources,
1724           added pic and pic16 libraries
1725
1726 2005-11-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1727
1728         * device/include/float.h: Corrected typo in prototype of __fsgt
1729
1730 2005-11-25 Borut Razem <borut.razem AT siol.net>
1731
1732         * sdcc/device/lib/Makefile.in, sdcc/device/lib/incl.mk:
1733           added creation of model-mcs51-stack-auto libraries
1734
1735 2005-11-24 Bernhard Held <bernhard AT bernhardheld.de>
1736
1737         * src/SDCCsymt.c (copyLinkChain): fixed bug 770487, copy structdef
1738         and fields-list too
1739         * src/SDCCast.c (createIvalArray): removed obsolete comment
1740
1741 2005-11-24 Borut Razem <borut.razem AT siol.net>
1742
1743         * sdcc/device/lib/Makefile.in: remove all unnecessary files, 2nd try...,
1744           added missing device/lib/mcs51/crt*.asm sources
1745
1746 2005-11-23 Bernhard Held <bernhard AT bernhardheld.de>
1747
1748         * src/SDCCast.c (createIvalCharPtr): fixed bug 1348271
1749
1750 2005-11-22 Maarten Brock <sourceforge.brock AT dse.nl>
1751
1752         * device/lib/_fs2schar.c,
1753         * device/lib/_fs2sint.c,
1754         * device/lib/_fs2slong.c: optimized inline asm
1755
1756 2005-11-21 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1757
1758         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1759           Better handling of floats between -1.0 and 0.0.
1760
1761 2005-11-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
1762
1763         * src/mcs51/peeph.def: added missing "if"s as noted by Hubert Sack.
1764           (the missing "if"s prohibited removal of redundant labels)
1765
1766 2005-11-19 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1767
1768         * device/lib/_fs2slong.c, device/lib/_fs2sint.c, device/lib/_fs2char.c:
1769           Properly convert floats between -1.0 and 0.0 to long, int, and char
1770           types (max integer value of negative floats tends to zero).
1771         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1772           Removed changes made so to work properly with floats between
1773           -1.0 and 0.0, as the problem is fixed in _fs2slong.c, _fs2sint.c,
1774           and _fs2char.c
1775
1776 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1777
1778         * src/SDCCcse.c (ReplaceOpWithCheaperOp): minor fix for debugging only
1779         * src/mcs51/gen.c (genUnpackBits): better code and a fix,
1780         (genCast) cosmetic change
1781         * src/ds390/gen.c (genUnpackBits, ): ported from mcs51
1782         * src/ds390/ralloc.c (packRegsForAssign): ported fix for bitfields
1783         from mcs51
1784         * support/regression/tests/bitfields (testSignedBitfields): added
1785
1786 2005-11-18 Borut Razem <borut.razem AT siol.net>
1787
1788         * sdcc/device/lib/Makefile.in: remove all unnecessary files
1789         * device/lib/pic/Makefile.rules, device/lib/pic16/Makefile.subdir:
1790           introduced SILENT option to make building of pic16 libraries less
1791
1792 2005-11-18 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1793
1794         * device/lib/modff.c, device/lib/ceilf.c, device/lib/floorf.c:
1795           Now they work properly with floats between -1.0 and 0.0
1796         * device/lib/printf_large.c: Removed temporary patch for bug 1358192
1797
1798 2005-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
1799
1800         * src/SDCCicode.c (printOperand): added missing else
1801
1802 2005-11-18 Bernhard Held <bernhard AT bernhardheld.de>
1803
1804         * src/SDCCsymt.c (computeType): fixed bug 1358192: added missing else,
1805         reformatted for better readability
1806         * src/mcs51/gen.c (genUnpackBits): initial, incomplete support for
1807         signed bitfields
1808
1809 2005-11-17 Borut Razem <borut.razem AT siol.net>
1810
1811         * device/lib/pic16/Makefile.rules, device/lib/pic16/Makefile.subdir:
1812           introduced SILENT option to make building of pic16 libraries less
1813           verbose - used for nightly snapshot build
1814         * doc/sdccman.lyx: documented that SDCDB and ucSim are currently not
1815           available on Win32 platforms.
1816         * sdcc/device/lib/Makefile.in: added library sources for mcs51, small,
1817           medium, large, pic and pic16
1818
1819 2005-11-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
1820
1821         * device/lib/printf_large.c: Temporary patch for bug 1358192:
1822           printf("%f"...) sets fraction to zero.
1823
1824 2005-11-16 Raphael Neider <rneider AT web.de>
1825
1826         * src/pic/pcode.c (LinkFlow): handle empty flows correctly,
1827           fixes #1357221
1828         * src/pic/gen.c (genIfx): implemented for CARRY bit
1829         * src/pic16/gen.c (genAssign,genCast): fixed assigning/casting
1830           to generic pointers, fixes #1357332,
1831           (pic16_movLit2f): NEW,
1832           (pic16_storeForReturn,genDataPointerSet): use pic16_movLit2f
1833
1834 2005-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
1835
1836         * src/SDCCmain.c (parseCmdLine): fixed bug 1356800, thanks rsudjian
1837
1838 2005-11-11 Raphael Neider <rneider AT web.de>
1839
1840         * src/pic/gen.c: handle FPOINTERS like POINTERS everywhere
1841         * src/pic16/gen.c (pic16_derefPtr): now works for non-pointers as well,
1842           compute pointer's type from operand,
1843           (genUnpackBits,genPackBits): handle FPOINTERS correctly, re-indented,
1844           improved single bit reads, fixes bug #1353379
1845
1846 2005-11-09 Borut Razem <borut.razem AT siol.net>
1847
1848         * support/scripts/sdcc.nsi: added lib/pic to the package
1849
1850 2005-11-08 Maarten Brock <sourceforge.brock AT dse.nl>
1851
1852         * src/SDCCval.c (valUnaryPM): fixed bug 1350699
1853
1854 2005-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
1855
1856         * support/regression/tests/bug1348008.c: added
1857         * src/mcs51/gen.c (saveRBank, unsaveRBank): fixed bug 1348008
1858         * support/regression/tests/bug1337835.c: updated comment
1859
1860 2005-11-06 Borut Razem <borut.razem AT siol.net>
1861
1862         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1863           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1864           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1865           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1866           sim/ucsim/cmd.src/set.cc, sim/ucsim/cmd.src/show.cc:
1867           dynamic construction of cl_error_class and derivates - 2.nd try
1868
1869 2005-11-05 Borut Razem <borut.razem AT siol.net>
1870
1871         * sim/ucsim/sim.src/error.cc: fixed uninitialized class member variable
1872           bug, which caused Bus Errors on sparc solaris
1873
1874 2005-11-04 Borut Razem <borut.razem AT siol.net>
1875
1876         * sim/ucsim/error.cc, sim/ucsim/errorcl.h,
1877           sim/ucsim/sim.src/stack.cc, sim/ucsim/sim.src/stackcl.h,
1878           sim/ucsim/sim.src/uc.cc, sim/ucsim/sim.src/uccl.h,
1879           sim/ucsim/sim.src/mem.cc, sim/ucsim/sim.src/memcl.h,
1880           sim/ucsim/cmd.src/cmdconf.cc: dynamic construction of cl_error_class
1881           and derivates to resolve the initialization problem on OSX
1882
1883 2005-11-02 Borut Razem <borut.razem AT siol.net>
1884
1885         * sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1886           corrected typo - #include <winsock2.h>
1887
1888 2005-11-02 Maarten Brock <sourceforge.brock AT dse.nl>
1889
1890         * src/asm.c (printILine): always close tmpFile, thanks Beau E. Cox,
1891           (_asxxxx_mapping): added org directive for future enhancements
1892
1893 2005-11-01 Borut Razem <borut.razem AT siol.net>
1894
1895         * sim/ucsim/app.cc, sim/ucsim/cmd.src/cmdutil.cc, sim/ucsim/cmd.src/newcmd.cc:
1896           enabled sockets on WIN32
1897         * sim/ucsim/cmd.src/newcmd.cc: fixed bug with uninitialized variables
1898
1899 2005-10-31 Borut Razem <borut.razem AT siol.net>
1900
1901         * support/regression/generate-cases.py: escape backslashes in {testcase}:
1902           WIN32 backslash path delimiters should be escaped when used in C strings
1903         * support/regression/tests/bitfields.c: exclude failing assertions for
1904           __CYGWIN32__ and __MINGW32__ hosts
1905
1906 2005-10-30 Borut Razem <borut.razem AT siol.net>
1907
1908         * src/SDCCutil.c: corrected double comparison typo
1909
1910 2005-10-30 Maarten Brock <sourceforge.brock AT dse.nl>
1911
1912         * device/lib/medium/Makefile: added for new memory model medium
1913         * device/include/asm/mcs51/features.h: updated for medium/pdata
1914         * device/include/mcs51/c8051f120.h: added sfr16/sfr32 definitions,
1915           added Multiply & Accumulate sbit's and MAC0_PAGE define
1916         * device/include/mcs51/c8051f300.h: added sfr16 definitions
1917         * device/include/mcs51/c8051f310.h: added sfr16 definitions
1918         * device/lib/_mullong.c: update for medium model
1919         * device/lib/incl.mk: added medium model
1920         * doc/sdccman.lyx: documented medium model
1921         * src/SDCCast.c (isBitAndPow2): simplified using updated powof2
1922         * src/SDCCicode.c (geniCodeMultiply, geniCodeDivision): use updated powof2
1923         * src/SDCCmain.c (optionsTable, linkEdit): enabled medium model
1924         * src/SDCCmem.c (allocIntoSeg): set iaccess for pdata symbols,
1925           (allocParms): set SCLS and OCLS to pdata for medium model
1926         * src/SDCCsymt.c (processFuncArgs): use default_local_map and set iaccess
1927           for pdata,
1928           (powof2): return <0 if not power of 2
1929         * src/avr/gen.c (genBitWise): use updated powof2
1930         * src/mcs51/gen.c (genMinusDec): use acc if necessary,
1931           (shiftR2Left2Result): small optimization in setup, save acc when storing,
1932           (shiftLLeftOrResult): use B if necessary
1933         * src/mcs51/main.c (_mcs51_finaliseOptions, mcs51_port): added medium model
1934         * src/mcs51/peeph.def: renamed 226 to 226.b, added 226.a
1935         * src/pic/main.c (_pic14_do_link): made void parameter list explicit
1936         * support/regression/Makefile.in: added test-mcs51-medium
1937         * support/regression/ports/mcs51-medium/spec.mk: added to test medium model
1938
1939 2005-10-28 Bernhard Held <bernhard AT bernhardheld.de>
1940
1941         * src/SDCCsymt.c (compStructSize): make bitfields without (un)signed
1942         specifier unsigned
1943         * device/lib/time.c (mktime): fixed bug 1334315
1944
1945 2005-10-28 Raphael Neider <rneider AT web.de>
1946
1947         * device/include/pic/p16f_common.inc: added common declarations
1948         * src/pic/ralloc.c (initStack): moved regs *r to block start for Alpha
1949
1950 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
1951
1952         * src/mcs51/gen.c (getTempRegs): return 0 if not enough registers found,
1953           (aopPutUsesAcc): added to predict accumulator use,
1954           (assignResultValue): save acc if necessary,
1955           (genMinusDec): store result if indirectly addressed,
1956           (genDivOneByte):  save acc if necessary,
1957           (movLeft2Result): bugfix if left already in acc,
1958           (genAnd, genOr, genXor, shiftL2Left2Result, shiftR2Left2Result): pay more
1959             attention to accumulator use (esp. pdata),
1960           (genReceive): receive pdata correctly
1961         * src/SDCCicode.c (isOperandInPagedSpace): added to detect pdata operands
1962         * src/SDCCicode.h: added isOperandInPagedSpace prototype
1963
1964 2005-10-27 Raphael Neider <rneider AT web.de>
1965
1966         * doc/sdccman.lyx: corrected version (should be 2.5.4 not 2.5.5)
1967
1968 2005-10-27 Raphael Neider <rneider AT web.de>
1969
1970         * .version: changed version to 2.5.4
1971         * doc/sdccman.lyx: changed version to 2.5.4, added some remarks to PIC14
1972         * device/lib/pic/libsdcc/{_mulint.c,_mullong.c}: use unsigned literals,
1973           (_divschar.c,divuchar.c,_mulchar.c,_modschar.c,_moduchar): NEW,
1974             arithmetics support routines
1975         * device/lib/pic/Makefile.rules: have assembler sources preprocessed
1976         * device/lib/Makefile.in: also create installdir for pic
1977
1978         * src/SDCCopt.c (cnvToFcall): mark support routines `extern' for
1979           pic14 port as well
1980         * src/pic/device.c (dump_sfr): rewritten to delegate register
1981           placement to the linker (use `extern sym' rather than sym EQU addr),
1982           (validAddress): fixed to check last specified address
1983         * src/pic/gen.c (aopForSym): added code to deal with array (useless?),
1984           (popGetLit): truncate literal value to 8 bit,
1985           (popGet): moved assert to more appropriate place
1986           (popGetExternal): create pCode operand from and mark the according
1987             symbol as being `extern'
1988           (popGetAddr): added sanity check on immediate's offset, provide
1989             GPOINTER tag on demand
1990           (aopPut): fixed for immediates,
1991           (mov2w_op): move operand's address or contents to WREG (depending on
1992             operand type), safer variant of mov2w,
1993           (movwf,call_libraryfunc): NEW, handy abbreviations,
1994           (get_argument_pcop,get_return_val_pcop,pass_argument,
1995           get_returnvalue): interface for accessing function parameters and
1996             return values,
1997           (assignResultValuei,genRet): use new parameter/return value interface
1998           (pic14_getDataSize): back to old version handling generic pointers,
1999           (pic14_toBoolean,genNot,genCpl,genCmpEq,genOrOp): heavily rewritten,
2000             provided implementation and/or fixed old one,
2001           (genMultOneByte,genDivOneByte,genModOneByte): implemented as library
2002             calls, removed legacy 8051 reference code
2003           (AccLsh,AccRsh): rewritten and fixed to deal with signed operands
2004           (loadSignToC): NEW, move the operands sign bit to CARRY,
2005           (genGenericShift): NEW, replaces genLeftShift, genRightShift and
2006             genRightShiftSigned, accepts negative shift counts,
2007           (setup_fsr): load FSR and adjust IRP (indirect memory access),
2008           (emitPtrByteGet,emitPtrByteSet): rewritten, now works with
2009             generic pointers, __data pointers and __code pointers,
2010           (genUnpackBits,genPackBits): rewritten to work with generic pointers
2011             and signed bitfields, limit bitfields to 8 bit,
2012           (genDataPointerGet): fixed number of bytes read,
2013           (genGenPointerGet,genConstPointerGet): fixed bitfield access,
2014           (genPointerGet,genPointerSet): fixed handling of __code pointers,
2015             pointers to constant data are no longer assumed to point to __code
2016             space, removed invalid pointer types,
2017           (bitpatternFromVal): retrieve the PICs representation of an integer
2018             or float literal,
2019           (genDataPointerSet): fixed assigning to po_immediate operands,
2020           (genGenPointerSet): implemented as library call,
2021           (genIfx): fixed incorrect condition,
2022           (genAddrOf): limit generic pointers' addresses to 2 bytes,
2023             provide GPOINTER tag according to destination's storage class,
2024           (genCast): added code to handle casting to generic pointers, added
2025             sign-/zero extension of the result
2026           (aop_isLitLike,op_isLitLike): fixed handling of immediates
2027         * src/pic/gen.h: added macros to access IRP bit in STATUS register
2028         * src/pic/genarith.c (genAddLit): use min(result's,left's) size, sign
2029           extend the result
2030         * src/pic/glue.c (is_shared_address,is_shared): check whether a given
2031           address/register resides in the shared banks
2032           (emitSymbolToFile): improved to handle global and `pinned' symbols,
2033             put all variables into separate sections (have the linker arrange
2034             them)
2035           (picglue): put init code and interrupt handlers in separate sections
2036         * src/pic/main.c: added port specific options table, modified to PORT
2037           structure to make GPOINTERs 3 byte, added pic14_options
2038           (_pic14_do_link): private linking routine (update paths to libraries,
2039             add libsdcc.lib by default)
2040         * src/pic/main.h: declare pic14_options
2041         * src/pic/pcode.c: fixed instructions i/o relations,
2042           (RegCond): reverted to correct version,
2043           (newpCodeOpLit): truncate literals to 8 bit,
2044           (genericPrint): added debug output,
2045           (getRegFromInstruction): fixed for various operand types, simplified
2046           (BuildFlow): fixed broken handling of isntructions with labels
2047           (LinkFlow): start at last instruction in flow (skip trailing comments),
2048             pass the flow on to the next instruction after CALL
2049           (pCodeReplace): NEW, replace a pCode and move meta data to the new one
2050           (insertPCodeInstruction): fixed inserting after a skip instruction,
2051           (DoBankSelect): fixed for labeled instructions
2052           (OptimizepBlock): honor --nopeep switch
2053           (AnalyzeFlow,ReuseReg): prevent crash on source files with no function
2054         * src/pic/pcodepeep.c (pCodePeepMatchRule): prevent NULL pointer accesses
2055         * src/pic/pcoderegs.c (regIsLocal): NEW, check visibility of a register
2056           (pCodeOptime2pCodes): allow disabling this optimization via
2057             --no-pcode-opt due seldomly occuring bugs, fixed some conditions
2058             but is still buggy), started implementation of a dataflow based
2059             pCode optimization (CSE + dead code elimination)
2060           (pCodeRegMapLiveRangesInFlow): removed bogus inCond
2061         * src/pic/ralloc.c (initStack): renamed stack registers to STK%d, the new
2062           names are independant of the stack location and therefore portable across
2063           devices
2064
2065 2005-10-27 Maarten Brock <sourceforge.brock AT dse.nl>
2066
2067         * src/mcs51/ralloc.c (bitType): added to detect bit variables,
2068           (selectSpil): fixed bug 1337835 by not spilling bit variables
2069         * support/regression/tests/bug1337835.c: added test for this bug
2070         * src/mcs51/peeph.def: restart after rule 3.c,
2071           addded rules 263.x to optimize loading constants
2072
2073 2005-10-26 Raphael Neider <rneider AT web.de>
2074
2075         * src/SDCCsymt.c (compStructSize): allow signed bitfields for PIC ports
2076         * src/pic16/gen.c (genUnpackBits): support signed bitfields,
2077           (genAssign): emit warning when casting literals to generic pointer
2078             type, also applies when taking the address of a fixed variable,
2079           (genCast): improved casting to generic pointers
2080         * src/pic16/glue.c (pic16emitStaticSeg): fixed(?) handling of fixed
2081           extern variables, added verbose error message
2082         * device/include/pic16/{string.h,errno.h}: added #pragma library c
2083
2084 2005-10-26 Bernhard Held <bernhard AT bernhardheld.de>
2085
2086         * src/mcs51/gen.c (genMinus): fixed bug 1270906: reverse subtraction,
2087         carry must be complemented too
2088         * src/mcs51/peeph.def: addded rule 262 to remove double cpl c, which
2089         could be emitted by genMinus
2090         * src/SDCCval.c (constVal): fixed bug 1305065
2091
2092 2005-10-25 Bernhard Held <bernhard AT bernhardheld.de>
2093
2094         * src/SDCCast.c (addCast): added promotion for bit variables
2095         (decorateType): emit W_COMPLEMENT before the problem vanishes behind
2096         promotion casts + optimisation
2097         (optimizeGetWord): fix warning 'i' might be used uninitialized
2098         * src/mcs51/gen.c (genCpl): removed W_COMPLEMENT
2099         * src/ds390/gen.c (genCpl): removed W_COMPLEMENT
2100
2101 2005-10-24 Bernhard Held <bernhard AT bernhardheld.de>
2102
2103         * src/SDCCicode.c (ast2iCode): reverted to 1.224 because of regression:
2104         all chars are promoted to int; promotion should be handled in SDCCast.c
2105
2106 2005-10-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2107
2108         * device/lib/_strcmp.c: Fixed bug 1326457
2109
2110 2005-10-11 Raphael Neider <rneider AT web.de>
2111
2112         * device/lib/pic16/libio/i2c.ignore: added 1320, fixes broken builds
2113         * device/lib/pic16/libdev/pic18f1320.c: added 1320's device library
2114
2115 2005-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
2116
2117         * src/SDCC.y (AT): fixed bug with sfr32 addresses when built with GCC
2118         * support/regression/tests/sfr16.c: added test for the sfr32 bug
2119
2120 2005-10-04 Raphael Neider <rneider AT web.de>
2121
2122         * device/include/pic16/pic18fregs.h, src/pic16/devices.inc,
2123           device/lib/pic16/pics.all: added pic18f1320
2124         * src/pic16/pcode.c (mnem2key): fixed prototype's argument mismatch
2125
2126 2005-09-30 Raphael Neider <rneider AT web.de>
2127
2128         * src/pic16/device.c (Pics16[]): moved device descriptions to devices.inc
2129         * src/pic16/devices.inc: NEW, provides device descriptions
2130         * src/pic16/gen.c (genInline): fixed handling of ';'-comments
2131
2132 2005-09-26 Maarten Brock <sourceforge.brock AT dse.nl>
2133
2134         * src/SDCCicode.c (operandOperation): added GETABIT, GETBYTE, GETWORD and
2135           GETHBIT
2136
2137 2005-09-25 Maarten Brock <sourceforge.brock AT dse.nl>
2138
2139         * doc/sdccman.lyx: updated Highest Order Bit documentation,
2140           documented Any Order Bit, Higher Order Byte and Higher Order Word
2141         * src/SDCC.y: added tokens GETABIT, GETBYTE, GETWORD
2142         * src/SDCCast.c (optimizeGetHbit): updated to also accept bool=expr&(1<<n),
2143           (optimizeGetAbit): new, to get any bit, not only the high bit,
2144           (optimizeGetByte): new, to get a byte from a (long) int: expr>>(8*n),
2145           (optimizeGetWord): new, to get a word from a long int: expr>>(8*n),
2146           (isConformingBody): also check GETABIT, GETBYTE, GETWORD,
2147           (decorateType): '&': also try GETABIT, GETBYTE, GETWORD optimization,
2148             RIGHT_OP: also try GETBYTE, GETWORD optimization,
2149             GETABIT, GETBYTE, GETWORD: decorate them,
2150           (isShiftRightLitVal, isBitAndPowOf2): new helper functions,
2151           (ast_print): added GETABIT, GETBYTE, GETWORD
2152         * src/SDCCcse.c (isSignedOp): added GETABIT, GETBYTE, GETWORD
2153         * src/SDCCicode.c (codeTable): added GETABIT, GETBYTE, GETWORD,
2154           (geniCodeBinary): new generic binary icode,
2155           (ast2iCode): added GETABIT, GETBYTE, GETWORD
2156         * src/port.h: updated comment for PORT.hasExtBitOp
2157         * src/mcs51/gen.c (genGetAbit): new, to get any single bit,
2158           (genGetByte): new, to get a single byte,
2159           (genGetWord): new, to get a word from a long,
2160           (gen51Code): added GETABIT, GETBYTE, GETWORD
2161         * src/mcs51/main.c (hasExtBitOp): added GETABIT, GETBYTE, GETWORD
2162
2163 2005-09-23 Raphael Neider <rneider AT web.de>
2164
2165         * configure.in, configure: have device/lib/pic configured
2166         * device/lib/Makefile.in: added model-pic14
2167         * device/lib/clean.mk: added pic/ to clean rule
2168         * device/lib/pic: added rudimentary pic14 library providing support
2169           functions for multiplication/division/generic pointer access
2170         * src/SDCCopt.c (convilong): mark support functions as extern
2171           for pic14 port as well
2172         * src/pic/gen.c (genMult): added assertions,
2173           (genpic14Code): emit warning on unhandled iCodes
2174         * src/pic/main.c (_hasNativeMulFor): return true only for 8x8 bit
2175         * src/pic/pcode.c (pCodeOpCopy),
2176         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed handling of various
2177           pCodeOpReg-subtypes (PO_{STATUS,INTCON,PCL,PCLATH,PCLATU,BSR,
2178           SFR_REGISTER}), made safe for future extensions
2179         * src/pic16/pcode.c (pic16_safepCodeUnlink): allow for removal of
2180           instructions even if preceeded by SKIP instructions (also remove
2181           them); removed unused code
2182         * src/pic16/pcode.h: added arg2 to pCodeOpLit to match pCodeOpLit2,
2183           prevents leaving parts of the structure uninitialized after copying
2184
2185 2005-09-22 Maarten Brock <sourceforge.brock AT dse.nl>
2186
2187         * src/mcs51/gen.c (genMinus): fix for undetected bug introduced 3 months
2188           ago by me
2189         * support/regression/tests/addsub.c: added test for the bug
2190
2191 2005-09-21 Raphael Neider <rneider AT web.de>
2192
2193         * device/include/pic16/pic18f1220.h,
2194           device/lib/pic16/libdev/pic18f1220.c: added ECCPAS sfr and bitfield
2195         * device/lib/pic16/Makefile.rules: added missing opening paren
2196         * src/pic16/gen.c (pic16_genNot,pic16_genCpl): removed as these
2197           are provided in genutils.c,
2198           (genUminusFloat,genUminus,genCmpEq): added asserts on different
2199           operand/result sizes,
2200           (genCmp): assert on NULL pointers first, then check deref'ed values
2201         * src/pic16/genutils.c (pic16_genCpl): fixed for different operand/
2202           result size
2203
2204 2005-09-18 Raphael Neider <rneider AT web.de>
2205
2206         * src/pic16/gen.c (genFarPointerGet,genFarPointerSet): removed
2207           as these are now unused,
2208           (genPointerGet,genPointerSet): handle FPOINTERs like POINTERs
2209         * src/pic16/pcode.c (pic16_symIsSpecial): assume REG_TMPs to be
2210           local, avoids uninitialized pointer dereference on r->name
2211         * src/pic16/ralloc.c (newReg): fixed indentation
2212
2213 2005-09-13 Maarten Brock <sourceforge.brock AT dse.nl>
2214
2215         * src/SDCCval.c (constVal): fixed bug 730366
2216         * support/Util/SDCCerr.c,
2217         * support/Util/SDCCerr.h: added warning W_INVALID_INT_CONST
2218
2219 2005-09-10 Maarten Brock <sourceforge.brock AT dse.nl>
2220
2221         * as/mcs51/lkmem.c (summary2): fixed report for absolute areas (bug 1210220)
2222
2223 2005-09-09 Maarten Brock <sourceforge.brock AT dse.nl>
2224
2225         * src/mcs51/peeph.def (241.x): fixed bug when comparing generic pointers
2226
2227 2005-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
2228
2229         * as/hc08/lkaomf51.c (OutputName): made name unsigned char,
2230           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2231         * as/mcs51/lkaomf51.c (OutputName): made name unsigned char,
2232           (hex2dec): made hex_digit unsigned char, removed ascii dependance
2233         * as/mcs51/lkarea.c (lnkarea2): sort absolute areas to the front
2234         * packihx/packihx.c (hexDigit): made c unsigned char
2235         * as/mcs51/lklibr.c (fndsym),
2236         * link/z80/lkgb.c (gb),
2237         * link/z80/lklibr.c (fndsym),
2238         * link/z80/lkrloc.c (relr),
2239         * sim/ucsim/libltdl/ltdl.c (load_deplibs, try_dlopen),
2240         * src/SDCC.lex (checkCurrFile, process_pragma),
2241         * src/SDCCglue.c (spacesToUnderscores),
2242         * src/SDCCmain.c (setParseWithComma, processFile),
2243         * src/asm.c (tvsprintf, printCLine),
2244         * src/avr/gen.c (emitcode, aopPut),
2245         * src/ds390/gen.c (emitcode),
2246         * src/hc08/gen.c (emitcode, emitinline),
2247         * src/mcs51/gen.c (emitcode, genInline),
2248         * src/pic/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2249           tokenizeLineNode),
2250         * src/pic/ralloc.c (debugLog),
2251         * src/pic16/pcodepeep.c (cvt_extract_destination, cvt_extract_status,
2252           tokenizeLineNode),
2253         * src/pic16/ralloc.c (debugLog),
2254         * src/z80/main.c (_process_pragma):
2255            made all ctype.h function calls safe
2256         * src/SDCCopt.c: include math.h for fabs
2257         * src/SDCCpeeph.c: added macros ISCHARDIGIT, ISCHARSPACE and ISCHARALNUM
2258           and used them throughout the code to make ctype.h function calls safe
2259         * src/ds390/main.c (asmLineNodeFromLineNode),
2260         * src/mcs51/main.c (asmLineNodeFromLineNode): made p unsigned char*
2261         * src/pic/gen.c (DEBUGpic14_emitcode, pic14_emitcode): made lbp
2262            unsigned char*
2263         * src/pic/pcode.c (mnem2key): made mnem unsigned char*,
2264           (newpCodeAsmDir): made ctype.h function calls safe
2265         * src/pic16/gen.c (pic16_emitpcomment, DEBUGpic16_emitcode,
2266           pic16_emitcode):  made lbp unsigned char*
2267         * src/pic16/pcode.c (mnem2key): made mnem unsigned char*,
2268           (pic16_newpCodeAsmDir): made ctype.h function calls safe
2269         * src/xa51/gen.c (emitcode),
2270         * src/z80/gen.c (_emit2): made lbp unsigned char*
2271         * support/Util/MySystem.c (split_command): made cmd_line and p unsigned
2272            char*
2273
2274 2005-09-05 Raphael Neider <rneider AT web.de>
2275
2276         * src/pic16/ralloc.c (pic16_allocDirReg): use device specific
2277           access bank splitpoint
2278
2279 2005-09-05 Raphael Neider <rneider AT web.de>
2280
2281         * device/lib/pic16/libc/Makefile: added (missing) string to SUBDIRS
2282
2283 2005-09-03 Maarten Brock <sourceforge.brock AT dse.nl>
2284
2285         * .version: changed to version 2.5.3
2286         * doc/sdccman.lyx: changed version to 2.5.3,
2287           documented --codeseg and --constseg and pragma codeseg and constseg,
2288           documented bit parameters (reentrant) and bit returning
2289         * src/SDCCicode.c (geniCodeReceive): fixed (possible) bug generating
2290            currFunc->recvSize, but is this ok for all ports?
2291           (ast2iCode): result of ~ on unsigned char must be cast to int for
2292            bool to work
2293         * src/SDCCmem.c (allocGlobal, allocLocal): don't put bit returning
2294           function pointers in bit space
2295         * src/SDCCsymt.c (checkSClass): allow bit returning function pointers,
2296           (processFuncArgs): call port.reg_parm() with reentrancy info
2297         * src/port.h,
2298         * src/avr/main.c,
2299         * src/ds390/main.c,
2300         * src/hc08/main.c,
2301         * src/pic/main.c,
2302         * src/pic16/main.c,
2303         * src/xa51/main.c,
2304         * src/z80/main.c: port.reg_parm prototype extended with
2305           "bool reentrant" parameter
2306         * src/mcs51/main.c (_mcs51_regparm): use parameter reentrant instead of
2307           options.stackAuto for allocating bit register parameters
2308         * src/mcs51/gen.c (genNot): optimized complementing direct bit,
2309           (genSend): set BitBankUsed if it is,
2310           (selectRegBank): factored out of genCall for use in genPcall,
2311           (genCall): removed redundant dtype assignmen, use selectRegBank,
2312           (genPcall): handle returning in Carry properly, save in F0 if needed,
2313           (genReceive): handle bit register parameters
2314         * src/mcs51/ralloc.c (updateRegUsage): update BitBankUsed along the way,
2315           (mcs51_assignRegisters): enable bit registers for all reentrant
2316            functions and don't set BitBankUsed unconditionally
2317         * src/mcs51/peeph.def (177.d): fixed bug if %2==%3
2318         * support/regression/tests/bitvars.c: enable tests for SDCC_STACK_AUTO
2319         * support/regression/tests/funptrs.c: added tests for BOOL and for return
2320
2321 2005-08-27 Borut Razem <borut.razem AT siol.net>
2322
2323         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) and on
2324         ppc-osx (Darwin) does not support -u option. It seems that it is
2325         supported only on Linux - GNU cp
2326
2327 2005-08-25 Borut Razem <borut.razem AT siol.net>
2328
2329         * sim/ucsim/gui.src/serio.src/Makefile.in,
2330           sim/ucsim/s51.src/Makefile.in, sim/ucsim/avr.src/Makefile.in,
2331           sim/ucsim/z80.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2332           sim/ucsim/xa.src/Makefile.in: install -s changed to 2 steps:
2333           install and strip, since the strip at /usr/ccs/bin should be used
2334           on solaris
2335
2336 2005-08-24 Borut Razem <borut.razem AT siol.net>
2337
2338         * clean.mk, device/lib/clean.mk: find on sparc-solaris does not support -maxdepth option
2339
2340 2005-08-23 Bernhard Held <bernhard AT bernhardheld.de>
2341
2342         * src/SDCCopt.c (convertToFcall): fixed modulus with divisors 1 and
2343         ffffffffu
2344
2345 2005-08-23 Maarten Brock <sourceforge.brock AT dse.nl>
2346
2347         * as/mcs51/aslink.h: completed lkrloc.c prototypes
2348         * as/mcs51/lkmain.c (link_main): fixed warning
2349         * device/include/stdbool.h: ds390 has no advanced bit support yet
2350         * src/SDCC.y: use SPEC_SHORT and renamed _signed to b_signed
2351         * src/SDCCsymt.c: use SPEC_SHORT and renamed _signed to b_signed
2352         * src/SDCCsymt.h (struct specifier): renamed _xxx bitfields to b_xxx
2353           and updated their macros
2354         * src/SDCCval.c (constVal): updated comment for renamed b_long
2355
2356 2005-08-22 Maarten Brock <sourceforge.brock AT dse.nl>
2357
2358         * as/mcs51/asdata.c: changed ctype['['] to BINOP
2359         * as/mcs51/asexpr.c (expr): added case '[' for bit access in bdata,
2360           (term): abused bit 15 of s_addr to indicate bit-addressable bytes,
2361           (oprio): set priority for '['
2362         * as/mcs51/aslink.h: added define R_BIT, and prototypes for adb_bit
2363            and adb_24_bit
2364         * as/mcs51/asm.h: added defines R_BIT and S_BIT
2365         * as/mcs51/lkarea.c (lnksect2): use T for seg BIT_BANK and overlay it
2366         * as/mcs51/lkdata.c: changed ctype['['] to BINOP
2367         * as/mcs51/lkmain.c (Areas51): rel2 contains 12 (=C) areas now,
2368           added overlayable BIT_BANK area
2369         * as/mcs51/lkmem.c (summary): add BIT_BANK to BSEG_BYTES in the report,
2370           (summary2): explain 'T' in legenda
2371         * as/mcs51/lkrloc.c: replaced old K&R style,
2372           (relr): added R_BIT processing,
2373           (errmsg): added "Bit-addressable relocation error",
2374           (adb_bit): added for converting from byte- to bit-addressable space,
2375           (adb_24_bit): added for converting from byte- to bit-addressable space
2376         * device/include/stdbool.h: changed BOOL to __bit for mcs51 as it can be
2377            used in reentrant functions now even as return value
2378         * device/lib/_gptrput.c (_gptrput): removed obsolete code
2379         * src/SDCCast.c (resultTypePropagate): also propagate AND_OP and OR_OP,
2380           (decorateType): case '!', GETHBIT, AND_OP, OR_OP: result in bool or char
2381         * src/SDCCglobl.h: added indicator BitBankUsed
2382         * src/SDCCglue.c (glue): emit area BIT_BANK with byte 'bits' and equ's for
2383            the bit registers b0-b7
2384         * src/SDCCicode.c (operandFromSymbol): removed IS_BITVAR check,
2385           (geniCodeCast): fixed bug 1263853,
2386           (geniCodeLogicAndOr): put result in bool or char,
2387           (geniCodeReceive): added parameter func for accessing the return type,
2388           (geniCodeFunctionBody): pass func to geniCodeReceive
2389         * src/SDCCmain.c: added indicator BitBankUsed
2390         * src/SDCCmem.c (allocLocal): explicitly set sclass for V_BIT
2391         * src/SDCCsymt.c (newBoolLink): added for creating a bool/bit,
2392           (checkSClass): don't put automatic bool/bit on stack,
2393           (checkFunction): removed check on function cannot return bit
2394         * src/SDCCsymt.h: added newBoolLink prototype
2395         * src/mcs51/gen.c (rb1regs): added bit registers,
2396           (movc): created for assigning to carry,
2397           (pushReg, popReg): created for pushing registers,
2398           (sameRegs): check both AOP_REG and AOP_CRY types,
2399           (aopOp): handle bit registers,
2400           (aopPut): optimization no self-assign,
2401           (saveRegisters): push reg->base (bits) only once for bit registers,
2402            and use pushReg,
2403           (unsaveRegisters): pop reg->base only once and use popReg,
2404           (assignResultValue): added parameter func and return in carry for bits,
2405           (genIpush): optimization no reload in A if not changed,
2406           (genSend): bit parameters in reentrant functions are passed in bit
2407            registers by first assigning to bits in B, then save registers and
2408            copy B to bits,
2409           (genCall): handle returning in Carry properly, save it in F0 if needed,
2410           (genPcall): updated assignResultValue call, this is not safe yet for bit
2411            returning function !!!
2412           (genFunction): don't generate equ's for bit registers and use pushReg,
2413           (genEndFunction): take care of bit returning functions and use popReg,
2414           (genRet): return bit in Carry,
2415           (genIfx): optimize bit registers and other directly addressable bits,
2416           (genReceive): updated assignResultValue call
2417         * src/mcs51/main.c (_mcs51_reset_regparm): added regBitParmFlg,
2418           (_mcs51_regparm): allow passing of upto 8 bit parameters in bit
2419            registers when using stack-auto
2420         * src/mcs51/ralloc.c (_G): added allBitregs,
2421           (regs8051): added the bit registers,
2422           (createStackSpil): use macro IS_BIT,
2423           (getRegBit): added to allocate a bit register, else spill,
2424           (getRegBitNoSpil): added to allocate a bit register, else a gpr,
2425           (updateRegUsage): factored out to ease stepping while debugging,
2426           (serialRegAssign): use updateRegUsage, only spill bits if necessary,
2427            also allocate bit registers,
2428           (fillGaps): handle bit registers,
2429           (findAllBitregs): added to create bit vector with all bit registers,
2430           (mcs51_allBitregs): returns this bit vector,
2431           (mcs51_assignRegisters): when using stack-auto use bit registers for
2432            passing parameters and creating local variables
2433         * src/mcs51/ralloc.h: added B0_IDX..B7_IDX and prototype mcs51_allBitregs
2434
2435 2005-08-22 Borut Razem <borut.razem AT siol.net>
2436
2437         * device/lib/Makefile.in: replaced find option -or with -o
2438           to make it run on solaris
2439
2440 2005-08-22 Raphael Neider <rneider AT web.de>
2441
2442         * src/pic16/gen.c (pic16_loadFromReturn): added check for AOP_PCODE,
2443           fixes #1265442 (crash on Solaris)
2444
2445 2005-08-20 Borut Razem <borut.razem AT siol.net>
2446
2447         * configure, configure.in: added tests for libsocket and libnsl libraries,
2448           requred by sdcdb on sparc-solaris; generate support/regression/Makefile
2449           from support/regression/Makefile.in
2450         * support/regression/Makefile.in: added
2451         * device/lib/pic16/Makefile.common.in: force make to use bash shell
2452         * sim/ucsim/libtool: regenerated on sparc-solaris
2453         * sim/ucsim/avr.src/Makefile.in, sim/ucsim/hc08.src/Makefile.in,
2454           sim/ucsim/s51.src/Makefile.in, sim/ucsim/xa.src/Makefile.in,
2455           sim/ucsim/z80.src/Makefile.in: removed GNU ld specific linker options
2456           -Wl,--start-group and -Wl,--end-group to enable ucsim compilation on
2457           sparc-solaris, which doesn't use GNU ld linker
2458         * device/lib/Makefile.in: cp on sparc-solaris (SunOS) does not support -u option
2459         * as/Makefile: find on sparc-solaris does not support -maxdepth option
2460
2461 2005-08-19 Maarten Brock <sourceforge.brock AT dse.nl>
2462
2463         * src/mcs51/peeph.def: updated comments
2464
2465 2005-08-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2466
2467         * device/lib/_gptrget.c,
2468         * device/lib/_gptrput.c: slightly shorter
2469         * doc/sdccman.lyx: incremented version
2470         * src/mcs51/peeph.def: moved peephole comments to the line of first
2471           change to better keep line correlation, reanimated 186.e
2472         * src/mcs51/peeph.def: renamed similar peepholes by using suffixes
2473
2474 2005-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
2475
2476         * src/pic/pcode.c : Pasted ".line" assembly directives patch from
2477           David Saxton with quotes around file name.
2478
2479 2005-08-15 Borut Razem <borut.razem AT siol.net>
2480
2481         * support/regression/tests/bitfields.c, support/regression/tests/bitvars.c,
2482           support/regression/tests/bitwise.c, support/regression/tests/literalop.c,
2483           support/regression/tests/rotate.c, support/regression/tests/zeropad.c:
2484           make tests run on x86_64 platform
2485
2486 2005-08-13 Raphael Neider <rneider AT web.de>
2487
2488         * device/lib/pic16/Makefile.subdir: weakened clean-intermediate rule
2489           as it might be executed DURING a build (parallel make is wonderful)
2490
2491 2005-08-13 Raphael Neider <rneider AT web.de>
2492
2493         * device/lib/Makefile.in (port-specific-objects-pic16):
2494           revert to cp $(PORT)/bin/*.* $(PORTDIR)
2495         * device/lib/pic16/Makefile: added .PHONY targets, removed builddir
2496           dependency
2497         * device/lib/pic16/Makefile.rules: build subdirs before creating
2498           the library, removed builddir rule, create $(builddir) early in
2499           recurse rule, use empty recurse rule for leaf directories
2500         * device/lib/pic16/Makefile.subdir: added phony targets, ignore
2501           mkdir errors (race condition), removed duplicate suffix "hex"
2502           from clean rules
2503         * device/lib/pic16/libdev/Makefile: recursive make via + and $(MAKE)
2504         * device/lib/pic16/libio/Makefile: create sub-make's builddir early,
2505           prevents mkdir -p from aborting on Alpha
2506
2507 2005-08-12 Raphael Neider <rneider AT web.de>
2508
2509         * src/pic16/glue.c (pic16_print(G)PointerType): do not flush
2510           db-statements in order to allow for arrays of pointers in code
2511           sections to be placed without interspersed 0-padding, fixes
2512           bug #1256215
2513         * (emitStatistics): fixed division by zero for pic18f1220
2514         * src/pic16/pcode.c: buffer (up to) 12 DB directives to allow for
2515           unpadded writing of 8-bit, 16-bit, 24-bit and 32-bit values
2516         * (pic16_emitDS): respect DB_ITEMS_PER_LINE
2517         * (pic16_pCodeConstString): keep track of already emitted string
2518           literals to prevent "duplicate definitions of symbol _str_NR"
2519         * src/pic16/ralloc.c (pic16_allocRegByName): removed not so helpful
2520           debug message
2521         * device/lib/Makefile.in: ignore failing PIC16 library builds
2522         * device/lib/pic16/Makefile: do not build if gputils are missing
2523         * device/lib/pic16/Makefile.common.in: do not enforce MAKEFLAGS=-s
2524
2525 2005-08-10 Raphael Neider <rneider AT web.de>
2526
2527         * device/lib/Makefile.in: fixed copying pic16 libraries (broken by
2528           my last commit)
2529
2530 2005-08-10 Raphael Neider <rneider AT web.de>
2531
2532         * src/*.c, src/pic16/{gen.c,glue.c,main.c}: applied Vangelis
2533           Rokas' patch to add the new fixed point type "__fixed16x16"
2534         * device/lib/pic16/libsdcc/fixed16x16: added Vangelis' support
2535           functions for __fixed16x16 arithmetics
2536         * device/lib/pic16: reimplemented the build system to support
2537           a separate build directory, better handling of libio (create
2538           the library in a separate subdir for each architecture) and
2539           easier configuration (centralized in Makefile.common)
2540
2541 2005-08-07 Raphael Neider <rneider AT web.de>
2542
2543         * src/pic16/gen.c (genrshTwo): fixed sign extension
2544         * src/pic16/device.c: added pic18f2320, 4220 and 4320
2545         * device/include/pic16/pic18f2220.h: changed some bit definitions,
2546           added T0CONbits
2547         * device/include/pic16/pic18f4220.h: NEW, header for
2548           pic18f4220 and pic18f4320
2549         * device/include/pic16/pic18fregs.h: added new devices,
2550           embraced Nop(), ClrWdt(), Sleep() and Reset() with do {} while(0)
2551         * device/include/pic16/signal.h: resolved name clashes
2552           on bit definitions, added DEF_HANDLER2(sig1,sig2,handler)
2553           to also allow testing for interrupt enable bits, added
2554           comments on how to use the macros
2555         * device/lib/pic16/libdev/pic18f2220.c: added T0CONbits
2556         * device/lib/pic16/libdev/pic18f{2320,4220,4320}.c: NEW,
2557           register definitions for the devices
2558         * device/lib/pic16/pics.all: added new devices
2559         * device/lib/pic16/libc/stdlib/calloc.c: fixed zeroing
2560           allocated memory
2561         * device/lib/pic16/libc/stdlib/memfree: do not count
2562           the block header as free memory
2563         * device/lib/pic16/libc/stdlib/memmisc.c (_initHeap):
2564           simplified and added missing end-of-blocklist-marker
2565           (reported by Peter Onion, fixes #1252814)
2566         * (_mergeHeapBlock): fixed loop condition
2567         * device/lib/pic16/libc/stdlib/realloc.c: return NULL for
2568           len==0, restructured code
2569         * device/lib/pic16/libc/stdlib/{malloc,memfreemax}.c: cleaned
2570           up a bit, reduced bitfield accesses, prevent endless loops
2571           in case of heap corruption
2572         * device/lib/pic16/libc/stdlib/x_ftoa.c: disabled
2573           "unreferenced arguments/must return a value" warnings
2574         * device/lib/pic16/libio/usart/ubaud.c (usart_baud):
2575           replaced BAUDREG with SPBRG
2576         * device/lib/pic16/libsdcc/lregs/{lrrest.c,lrst.c},
2577           device/lib/pic16/debug/gstack/gstack.c: replaced
2578           _naked, _asm, _endasm with __naked, __asm, __endasm
2579
2580 2005-08-05 Raphael Neider <rneider AT web.de>
2581
2582         * src/pic16/gen.c (pic16_aopGet): fixed handling of offsets in
2583           AOP_PCODE operands, fixes multibyte union-bitfield-accesses
2584
2585 2005-08-05 Borut Razem <borut.razem AT siol.net>
2586
2587         * device/lib/Makefile.in: added missing ';'
2588         * configure: removed ^M characters
2589
2590 2005-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2591
2592         * device/include/mcs51/at89c51ed2.h, device/include/mcs51/p89v51rd2.h,
2593           device/include/mcs51/at89s53.h: changed to GNU Lesser General Public
2594           License
2595
2596 2005-08-04 Borut Razem <borut.razem AT siol.net>
2597
2598         * configure.in: pic16 libraries build 2nd try - enable running
2599           configure in device/lib/pic16
2600         * configure: regenerated from configure.in
2601         * device/lib/Makefile.in: create $(PORT)/bin directory
2602
2603 2005-08-03 Raphael Neider <rneider AT web.de>
2604
2605         * src/pic16/gen.c (pic16_derefPtr): NEW, single place
2606           to get/set values via pointers
2607         * (genUnpackBits,genPackBits): changed detection of
2608           ptr->bitfield vs. sym.bitfield, fixed access via generic
2609           pointers, removed dead (wrong) code for multibyte bitfields
2610         * (genNearPointerGet, genGenPointerGet): removed useless code,
2611           fixed bitfield detection, fixes #1250594
2612         * (genNearPointerSet): removed useless code
2613         * src/pic16/gen.h: renamed pic16_emitpcode to pic16_emitpcode_real
2614           and introduced macro pic16_emitpcode that conditionally emits
2615           the origin of the following pCode (useful for debugging SDCC)
2616         * src/pic16/pcode.c: changed (and disabled) some debug outputs
2617         * (createDefmap): fixed handling of LFSR for --optimize-df
2618
2619 2005-08-02 Borut Razem <borut.razem AT siol.net>
2620
2621         * device/lib/Makefile.in: pic16 libraries build enabled since
2622           gputils-0.13.2 are now localy installed at sourceforge's compile farm
2623
2624 2005-08-02 Raphael Neider <rneider AT web.de>
2625
2626         * src/pic16/gen.c (genPackBits): removed deprecated warning
2627         * (genGenPointerSet): fixed bitfield detection
2628
2629 2005-08-02 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2630
2631         * device/include/mcs51/msm8xc154s.h: Removed PT2 definition, now in 8052.h.
2632
2633 2005-07-31 Raphael Neider <rneider AT web.de>
2634
2635         * device/lib/pic16/libdev/pic18f458.c,
2636           device/include/pic16/pic18f458.h: added missing T0CONbits
2637
2638 2005-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
2639
2640         * device/include/mcs51/msm8xc154s.h: added, thanks to Matthias Arndt
2641
2642 2005-07-28 Maarten Brock <sourceforge.brock AT dse.nl>
2643
2644         * src/mcs51/gen.c (operandsEqu): fixed bug 1246687
2645
2646 2005-07-23 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2647
2648         * device/include/mcs51/at89c51ed2.h: added.
2649
2650 2005-07-23 Raphael Neider <rneider AT web.de>
2651
2652         * src/pic/gen.h: added emitpcode macro for debugging
2653         * src/pic/gen.c (emitpcode): renamed to emitpcode_real
2654           and replace by macro adding debug information on demand
2655         * (genNot): fixed to C semantics (!0 = 1; !x = 0 iff x != 0)
2656         * (gencjne): tried to fix; replaced with correct (slower) code
2657         * (gen{Unp,P}ackBits): fixed single bit access
2658         * src/pic/pcode.c (AnalyzepCode): fixed DFPRINTF argument
2659         * src/pic/pcodepeep.c (pCodeSearchCondition): fixed finding
2660           previous instruction
2661         * src/pic/pcoderegs.c (regIsSpecial): NEW, check whether a
2662           register has to be handled with care (forbidding movement
2663           of assignments/uses, removing assignments completely, ...)
2664         * (pCodeOptime2pCodes): make use of regIsSpecial
2665         * added lots of debugging output (commented out)
2666         * src/pic/rallloc.c (deassignLRs): prevent operand registers
2667           from being reused as result UNLESS it is known to work
2668
2669 2005-07-23 Maarten Brock <sourceforge.brock AT dse.nl>
2670
2671         * support/Util/dbuf.h: include <stddef.h> for size_t
2672         * .version: changed to version 2.5.2
2673
2674 2005-07-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2675
2676         * src/SDCCloop.c (loopInvariants): fixed bug #1234048
2677
2678 2005-07-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2679
2680         * src/hc08/gen.c (genMinus): fixed bug #1241835,
2681           (genModOneByte): removed needless psha/pula
2682
2683 2005-07-22 Raphael Neider <rneider AT web.de>
2684
2685         * src/SDCCmain.c (linkEdit): initialized linkerScriptFileName,
2686           have PIC14 handled like PIC16, fixes broken pic14 linker calls
2687         * src/pic/gen.c (resolveIfx): do not "invent" labels
2688         * (genSkipc): changed to positive logic
2689         * (genSkipCond): removed as no longer needed
2690         * (pic14_mov2w_regOrLit,genCmp): NEW, replacement for buggy version,
2691           backport from PIC16
2692         * (genLeftShift): check operands are in different registers
2693         * src/pic/genarith.c (genPlus): replaced INCF with ADDLW as
2694           INCF does not update CARRY...
2695         * src/pic/main.c: fixed _linkCmd
2696         * src/pic/pcode.c (unlinkpCode): added inactive code
2697         * src/pic/ralloc.c (deassignLRs): keep arguments to shift operations
2698           alive (do not assign result and operand overlapping registers)
2699
2700 2005-07-22 Raphael Neider <rneider AT web.de>
2701
2702         * src/pic/device.c (dump_sfr): replaced register declaration with
2703           call to emitSymbolToFile() to avoid duplicate symbols
2704         * (assignRelocatableRegisters): do not declare external symbols
2705         * src/pic/ralloc.c (allocNewDirReg): fixed to get size of arrays
2706           right (take size of type, not etype)
2707         * (allocDirReg): fixed call to allocNewDirReg() to pass OP_SYM_TYPE
2708         * (writeUsedRegs): also dump dynDirectRegs (e.g. local variables)
2709         * (packRegsForAccUse): disabled assignment of WREG as
2710           the result reg to prevent occurence of just fixed #1235003,
2711           fixes #1242954
2712         * src/pic/glue.c (emitSymbolToFile): NEW, central place to declare
2713           symbols (avoids duplicate symbols in .asm file)
2714         * (pic14emitRegularMap): use emitSymbolToFile()
2715         * src/pic/gen.c (aopOp): fixed spillLocation handling
2716         * (gen{Unp,P}ackBits): fixed acquiring bit-operands
2717         * (genDataPointerSet): removed unneccessary variables/output
2718
2719 2005-07-22 Maarten Brock <sourceforge.brock AT dse.nl>
2720
2721         * as/mcs51/lkarea.c: enlarged codemap for banked memory
2722         * device/lib/mcs51/crtbank.asm: added # to 0x0F
2723
2724 2005-07-21 Raphael Neider <rneider AT web.de>
2725
2726         * src/pic/gen.c (aopOp): do not generate AOP_ACC operands as pic14
2727           architecture cannot handle them efficiently, fixes bug #1235003
2728         * src/pic16/device.c (pic16_dump_{u,i}section,pic16_dump_int_registers):
2729           check for empty sets before using them (fixes bug #1232190)
2730
2731 2005-07-19 Maarten Brock <sourceforge.brock AT dse.nl>
2732
2733         * as/mcs51/lkarea.c (lnkarea, lnkarea2): improved BSEG size calculation,
2734           (lnksect2): generate warnings for memory overlap
2735         * src/SDCC.lex (doPragma, process_pragma): added pragma's codeseg and
2736           constseg to set the name of these segments so you can instruct the linker
2737           to place them in banks
2738         * src/SDCCast.c (decorateType): use new macro IS_FUNCPTR()
2739         * src/SDCCglobl.h: added MODEL_HUGE to enum,
2740           added code_seg and const_seg to options
2741         * src/SDCCglue.c (emitMaps): use options.const_seg,
2742           (createInterruptVect): put interrupt vectors in segment HOME,
2743           (glue): put HOME before static segment and put the main glue in HOME,
2744           (glue): use options.code_seg
2745         * src/SDCCicode.c (geniCodeCall): use new macro IS_FUNCPTR()
2746         * src/SDCCmain.c: added option --codeseg and --constseg to set the name of
2747           these segments so you can instruct the linker to place them in banks
2748           (linkEdit): use code_loc for HOME segment which should be the first
2749           segment in code memory now
2750         * src/SDCCmem.c: fixed more stuff like bug 1238386
2751         * src/SDCCsymt.c (getSize): use generic pointer size for banked functions,
2752           (changePointer): don't change function pointers to code pointers for
2753           banked functions,
2754           (compareType): added exceptional check for banked function pointers
2755         * src/SDCCsymt.h: changed IFFUNC_ISBANKEDCALL, added IS_FUNCPTR
2756         * src/hc08/main.c (_hc08_genAssemblerPreamble): put HOME first, put CSEG
2757           after static in code memory
2758         * src/mcs51/gen.c: added aopLiteralLong prototype,
2759           (aopForSym): use getSize for functions,
2760           (genCall): generate banked calls over one trampoline __sdcc_banked_call
2761           in HOME with lsb of address in r0, msb in r1 and bank in r2, use
2762           -Wl-bBANKSEG=0xbbaaaa option to set the address (aaaa) and bank (bb) of
2763           the segment,
2764           (genPcall): use call for literal function pointers and generate banked
2765           calls over the one trampoline so there's only one place for the user to
2766           modify according to his/hers hardware,
2767           (genEndFunction): jump to __sdcc_banked_ret in HOME for banked functions,
2768           (genPlusIncr): moved check icount>4 beyond inc dptr optimization
2769         * src/mcs51/main.c: added keyword banked,
2770           (_mcs51_genExtraAreas): put HOME first followed by GSINIT, STATIC and CSEG
2771         * support/Util/SDCCerr.c,
2772         * support/Util/SDCCerr.h: added E_BANKED_WITH_CALLEESAVES, registers are
2773           needed for passing the bank and address to the trampoline
2774         * device/lib/mcs51/crtbank.asm: added for bankswitching
2775         * device/lib/mcs51/Makefile: added crtbank
2776
2777 2005-07-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2778
2779         * src/SDCCcse.c (algebraicOpts): fixed loss of volatility
2780           for fields at offset 0 of a struct or union as reported
2781           on 2005-07-07 in the developer mailing list.
2782
2783 2005-07-15 Maarten Brock <sourceforge.brock AT dse.nl>
2784
2785         * src/SDCCmem.c: fixed bug 1238386
2786
2787 2005-07-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2788
2789         * src/mcs51/peeph.def: added labelrefcounting for peepholes
2790           (patch #1144962), added peephole 300, enabled 259.x
2791         * doc/sdccman.lyx: removed screenshot and provided link instead
2792
2793 2005-07-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2794
2795         * doc/sdccman.lyx: added section about debugging with ddd
2796         * doc/figures/ddd_example.eps: screenshot of debugging session
2797
2798 2005-07-04 Raphael Neider <rneider AT web.de>
2799
2800         * src/pic/gen.c (genPointerGet): handle pointers to CONST values
2801           like CODE pointers, fixes #1115683
2802         * src/pic/pcode.c (DoBankSelect): forget LastRegIdx during function
2803           call, fixes bugs #1232211, #1228110,
2804           fixed wrong casts to pCodeFlow from pCodeInstructions
2805
2806 2005-07-04 Raphael Neider <rneider AT web.de>
2807
2808         * src/pic/gen.c (popGet): changed assert to allow for
2809           bit operands
2810         * (popGetAddr): changed signature to provide
2811           an additional index, patched all call sites
2812         * (genCmpEq): handle literal-like operands correctly
2813         * (genAddrOf): added sanity checks on __code/__data pointers
2814         * (genAssign): added handling of symbols from __code section
2815         * (gencjne): do not generate code for comparisons whose result
2816           is neither stored nor used, fixes bug #1171114
2817         * (AccLsh, AccRsh): operate on operand instead of WREG
2818         * (shift{Left,Right}_Left2ResultLit): NEW, size independant
2819           replacement for Shift{LR}{12}Left2Result; shift (byte/int/long)
2820           by known count
2821         * rewrote complete shift-by-literal logic, commented unused
2822           functions out
2823         * (genConstPointerGet): get multiple bytes (if result size > 1),
2824           fixed handling of non-immediate addresses
2825         * (genPointerGet): handle CODE pointers like CONST pointers
2826         * (genpic14Code): insert C-SRC lines as Cource-pCodes
2827         * ({aop,op}_isLitLike): NEW, single place to decide whether an
2828           operand is to be treated as a literal or not
2829         * (mov2w,genPcall,genCmpEq),
2830           src/pic/genarith.c: use aop_isLitLike() to decide between
2831           literal/register contents
2832         * (addSign): added missing offset
2833         * src/pic/gen.h: remove newline after FENTRY/FEXIT comments,
2834           only emit comment in debug-mode,
2835           use {aop,op}_isLitLike throughout the file
2836         * src/pic/glue.c: fix initializers for pointers (work in progress)
2837         * src/pic/pcode.c (get_op): honor index on _const symbols
2838         * ({reset,dump}pCodeStatistics): NEW, estimate code size
2839         * (dumppBlock): added pCode size estimation
2840         * src/pic/ralloc.c (deassignLRs,serialRegAssign,packRegisters):
2841           check for IS_SYMOP before OP_SYMBOL'ing
2842         * fixed indentation, compacted switch-statements
2843         * (allocReg): find free register and allocate it instead of
2844           allocating new registers all the time
2845         * (deassignLRs): prevent POINTER_GET's from being assigned the same
2846           registers as its operands (necessary only for multibyte GETs)
2847
2848 2005-07-01 Raphael Neider <rneider AT web.de>
2849
2850         * src/pic/gen.h: added prototypes emitpComment, popGetAddr and
2851           debugging .asm-output macros FENTRY + FEXIT
2852         * src/pic/gen.c (Safe_vsnprintf): NEW, is there a more generic
2853           way... I wonder...
2854         * (emitpComment): NEW, printf to pCode
2855         * (popGet): added assert on too large offsets, fixed PO_IMMEDIATE's
2856           offset handling
2857         * (popGetAddr): NEW, variant of popGet to access an immediates
2858           high(er) bytes instead of the n'th byte of memory they reference,
2859           replaced popGet with popGetAddr where neccessary
2860         * (genDataPointerGet): reactivated and fixed implementation
2861         * (genNearPointerGet): enabled call to genDataPointerGet, fixes array-
2862           accesses
2863         * (genDataPointerSet): fixed multibyte assignments
2864         * (genpic14Code): fixed --i-code-in-asm handling
2865         * src/pic/genarith.c: fixed PO_IMMEDIATE issue using popGetAddr,
2866         * (genPlus): fixed index-out-of-bounds error
2867         * src/pic/pcode.c (get_op): fixed PO_IMMEDIATE's index/offset handling
2868         * src/pic/ralloc.c: added debugging output macro FENTRY2
2869         * (spillThis): fixed indentation, enbraced for-body for clarity
2870         * (rematStr): commented out as now unused
2871         * (regTypeNum): commented out special spill case (overwrites
2872           arbitrary values)
2873         * fixes bugs #1229346, #1216476 (both arrays) and #1115667 (SIGSEGV)
2874
2875 2005-06-30 Maarten Brock <sourceforge.brock AT dse.nl>
2876
2877         * doc/sdccman.lyx: documented sfr16/sfr32,
2878           added example for using storage class with function pointers
2879         * src/mcs51/gen.c (genPlusIncr): optimized small offsets from dptr
2880
2881 2005-06-28 Maarten Brock <sourceforge.brock AT dse.nl>
2882
2883         * device/lib/_gptrget.c: also push/pop _PSBANK, added # to 0x03
2884         * device/lib/_itoa.c,
2885         * device/lib/_ltoa.c: optimized codesize
2886         * src/SDCCsymt.c (checkSClass): added sanity check for sfr at addresses,
2887           but don't know how to suppress the double warning.
2888         * src/mcs51/gen.c (genPlusIncr): fixed bug when incrementing volatile int's
2889         * support/Util/SDCCerr.c,
2890         * support/Util/SDCCerr.h: added warning W_SFR_ABSRANGE for sanity check
2891
2892 2005-06-27 Maarten Brock <sourceforge.brock AT dse.nl>
2893
2894         * as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
2895           fixed old K&R prototypes
2896         * as/mcs51/asout.c (outrb): always output as if generating 24bit addresses
2897         * device/lib/_gptrget.c,
2898         * device/lib/_gptrgetc.c,
2899         * device/lib/_gptrput.c: changed versions for new memory indicator values,
2900           also new versions for small generic pointers and banked generic pointers
2901         * src/port.h: added const_name
2902         * src/SDCC.lex: added keywords sfr16, __sfr16, sfr32, __sfr32
2903         * src/SDCC.y: added tokens SFR16, SFR32 and their sfr_attributes
2904         * src/SDCCcse.c (findPrevIc): check all associative operators
2905         * src/SDCCglue.c (emitMaps): use CONST_NAME if defined
2906         * src/SDCCicode.h: added macro IS_ASSOCIATIVE
2907         * src/SDCCmem.c: updated comments,
2908           set far-space to 0 for pdata, results in optimized code
2909         * src/SDCCmem.h: added macro CONST_NAME
2910         * src/SDCCsymt.h: renumerated generic pointer types GPTYPE_... thereby
2911           moving the info into the highest bits, see also gptrget/gptrput
2912         * src/src.dsp: added sdcc.ico to project files
2913         * src/avr/gen.c (genCast): fixed bug 0x%d
2914         * src/avr/main.c (avr_port): added "CONST (CODE)" for const_name
2915         * src/ds390/gen.c (aopForRemat, adjustArithmeticResult): disconnected direct
2916           relation between ptr_type and DCL_TYPE,
2917           (genCast): fixed bug 0x%d
2918         * src/ds390/main.c (ds390_port, tininative_port, ds400_port): added "CONST
2919           (CODE)" for const_name
2920         * src/hc08/gen.c (genCast): fixed bug 0x%d
2921         * src/hc08/main.c (_hc08_genAssemblerPreamble): added .area ...const_name,
2922           (hc08_port): added "CONST (CODE)" for const_name
2923         * src/mcs51/gen.c (aopForSym): optimized pushing ACC,
2924           (aopForRemat, adjustArithmeticResult): disconnected direct relation
2925           between ptr_type and DCL_TYPE,
2926           (aopGetUsesAcc, aopGet, aopPut): changed first parameter from asmop* to
2927           operand* and took AOP() inside function so sfr-ness can be checked,
2928           (all over): repaired calls to aopGetUsesAcc, aopGet, aopPut to comply with
2929           new prototype,
2930           (genFunction, genEndFunction): optimized stack setup,
2931           (genMinus): optimized for literals with ending zeroes (in bytes),
2932           (genCast): fixed bug 0x%d
2933         * src/mcs51/main.c (_mcs51_keywords): added sfr16 and sfr32,
2934           (mcs51_port): added "CONST (CODE)" for const_name
2935         * src/mcs51/peeph.def: made rule 226 more generic
2936         * src/pic/main.c (pic_port): added "CONST (CODE)" for const_name
2937         * src/pic16/main.c (pic16_port): added "CONST (CODE)" for const_name
2938         * src/xa51/main.c (xa51_port): added "CONST (CODE)" for const_name
2939         * src/z80/main.c (z80_port): added NULL for const_name,
2940           (gbz80_port): added NULL for const_name
2941         * support/regression/tests/bug663539.c,
2942         * support/regression/tests/sfr16.c: new tests
2943
2944 2005-06-25 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
2945
2946         * device/include/mcs51/p89v51rd2.h, device/include/mcs51/at89s53.h: added.
2947
2948 2005-06-24 Raphael Neider <rneider AT web.de>
2949
2950         * device/lib/pic16/libdev/pic18f[68][567]20.c:
2951           corrected typos...
2952         * device/include/pic16/signal.h: added USBIF
2953           and SIG_USB
2954
2955 2005-06-24 Raphael Neider <rneider AT web.de>
2956
2957         * device/lib/pic16/libdev/pic18f2455.c,
2958           device/include/pic16/pic18f2455.h: NEW
2959         * device/include/pic16/pic18fregs.h,
2960           device/lib/pic16/pics.all,
2961           src/pic16/device.c: added 18f2455
2962         * device/lib/pic16/libdev/pic18f[68][567]20.c,
2963           device/include/pic16/{pic18f[68][567].h,usart.h}:
2964           replaced MULTIPLE_USARTS define with more relaible
2965           compatibility sfrs (for USART access)
2966
2967 2005-06-20 Slade Rich <slade_rich AT users.sourceforge.net>
2968
2969         * src/pic/pcode.c : Fixed problem when a string constant contains a "\r\n"
2970           and the output asm file line is printed on two lines.
2971
2972 2005-06-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
2973
2974         * sim/ucsim/hc08.src/inst.cc (inst_condbranch): fixed simulation of
2975           BGT, BLE, BHI, and BLS instructions
2976         * src/hc08/gen.c (outAcc, outBitC, outBitNV, genCmpLt, genCmpGt,
2977           genCmpEq): removed
2978         * src/hc08/gen.c (genCmpEQorNE, genCmp, branchopCmp, nameCmp,
2979           negatedCmp, exchangedCmp, genhc08Code): rewrite of comparison handling,
2980           fixes bug #1216342
2981         * src/hc08/peeph.def: added rules 2g - 2l for new conditional branches
2982
2983 2005-06-15 Raphael Neider <rneider AT web.de>
2984
2985         * src/pic16/NOTES: moved Vangelis from active developers to people to contact
2986         * device/include/pic16/{6520.h,8520.h}: fixed configuration bits
2987         * src/pic16/gen.c (): prevent iTemps from being considered to be in CODESPACE,
2988           fixes bug #1221120; for symbols in CODESPACE get number of bytes to read from
2989           OP_SYM_TYPE() instead of OP_SYM_ETYPE()
2990
2991 2005-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
2992
2993         * device/include/mcs51/reg764.h: Changed PB0 to PBO as requested by
2994           Marcel Telka in bug #1215704
2995
2996 2005-06-02 Slade Rich <slade_rich AT users.sourceforge.net>
2997
2998         * src/pic/pcode.c : Changed pseudo stack size to 15 to allow WSAVE to be
2999           located in shared memory bank.
3000
3001 2005-05-31 Raphael Neider <rneider AT web.de>
3002
3003         * src/pic16/{gen.c,genarith.c}: replaced sign-extension
3004           "CLRF, BTFSC <signbit>, DECF/COMF" with side-effect-free
3005           "CLRF, BTFSC <signbit>, SETF"; fixes "long>>9"
3006
3007 2005-05-27 Maarten Brock <sourceforge.brock AT dse.nl>
3008
3009         * device/lib/_strncpy.c: fixed the fix
3010
3011 2005-05-26 Raphael Neider <rneider AT web.de>
3012
3013         * src/pic16/glue.c (pic16_printIvalChar): fixed _constant_ string
3014           initializers with \0, bug #1208187
3015         * src/pic/glue.c (printIvalChar): fixed (non- and constant) string
3016           intializers with \0, bug #1208187
3017
3018 2005-05-26 Raphael Neider <rneider AT web.de>
3019
3020         * src/pic16/glue.c (pic16_printIvalChar): fixed string
3021           initializers with \0, bug #1208187
3022         * src/pic16/main.c (_process_pragma): added sanity checks
3023           for stack position and size, emit warnings when appropriate
3024
3025 2005-05-26 Maarten Brock <sourceforge.brock AT dse.nl>
3026
3027         * device/lib/_strncpy.c: fixed not filling with \0
3028
3029 2005-05-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3030
3031         * src/SDCCast.c (funcOfType, funcOfTypeVarg, stringToSymbol,
3032           createFunction),
3033         * src/SDCC.y (external_definition, enumerator, parameter_declaration,
3034           compound_statement),
3035         * src/SDCCsymt.h,
3036         * src/SDCCsymt.c (addSymChain, processFuncArgs): fixed bug #1159134
3037
3038 2005-05-24 Raphael Neider <rneider AT web.de>
3039
3040         * src/pic16/glue.c (pic16_printGPointerType): fixed #1207796
3041
3042 2005-05-24 Raphael Neider <rneider AT web.de>
3043
3044         * device/include/pic16/pic18f{442,452,458}.h: fixed wrong
3045           TRISE definitions, closes bug #1162453
3046
3047 2005-05-22 Raphael Neider <rneider AT web.de>
3048
3049         * src/pic16/main.c (_process_pragma): check for missing
3050           arguments to pragmas code and udata
3051         * device/include/pic16/pic18f{2550,4331,4455,4520}.h:
3052           consistency fixes to match other headers (thanks to Jim Paris)
3053         * device/lib/pic16/libio/i2c.ignore: 18f4331 provides no I2C
3054
3055 2005-05-21 Maarten Brock <sourceforge.brock AT dse.nl>
3056
3057         * src/SDCCicode.c (isOperandEqual): fixed missing ;
3058
3059 2005-05-19 Maarten Brock <sourceforge.brock AT dse.nl>
3060
3061         * support/regression/tests/bug1198642.c: new test
3062         * src/SDCCicode.c (isOperandEqual): fixed bug 1198642
3063         * src/SDCCcse.c (findPrevIc): added comment, please have a look
3064         * support/scripts/resource.h,
3065         * support/scripts/resource.rc,
3066         * src/src.dsp: added sdcc.ico to project as icon for sdcc.exe
3067         * support/scripts/sdcc.ico: added 32x32 icon
3068
3069 2005-05-18 Raphael Neider <rneider AT web.de>
3070
3071         * device/lib/pic16/libdev/pic18f*.c,
3072         * device/include/pic16/pic18f*.h: updated "sfr" and "at X"
3073           keywords to "__sfr" and "__at (X)"
3074         * device/include/pic16/pic18fregs.h: added pic18f4520
3075         * src/pic16/pcode.c (pic16_pCode2str): fixed (?) bug
3076           #1203088 (MPLAB compatibility)
3077
3078 2005-05-17 Raphael Neider <rneider AT web.de>
3079
3080         * device/include/pic16/pic18f{2550,4331,4455,4520}.h: NEW
3081         * device/lib/pic16/libdev/pic18f{2550,4331,4455,4520}.c: NEW
3082         * device/lib/pic16/pics.all: added new devices
3083         * src/pic16/device.c: added support for pic18f4520
3084
3085 2005-05-16 Raphael Neider <rneider AT web.de>
3086         * src/pic16/gen.{c,h}: s/mov2f/pic16_mov2f made public
3087         * src/pic16/genarith.c (genAddLit): fixed bug 1202480
3088         * src/pic16/pcode.{c,h} (pic16_newpCodeOpBit_simple): NEW
3089           convenience function for bit access
3090
3091 2005-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
3092
3093         * device/lib/printf_large.c: fixed bug 1193299
3094         * support/regression/tests/bug1057979.c: added test %3.3s
3095
3096 2005-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3097
3098         * device/include/mcs51/8051.h,
3099         * device/include/mcs51/8052.h: made parseable with lint
3100         * device/include/mcs51/lint.h: added include file for (sp)lint
3101         * doc/sdccman.lyx: added doc about use of splint (syntax checking tool)
3102         * doc/cdbfileformat.lyx,
3103         * doc/test_suite_spec.lyx: hardcoded date to the date of last text change
3104
3105 2005-05-14 Raphael Neider <rneider AT web.de>
3106
3107         * device/lib/pic16/Makefile.common.in: add --optimize-df to OPT_FLAGS
3108         * device/lib/pic16/libc/stdlib/itoa.c (new)
3109         * device/lib/pic16/libc/stdlib/Makefile: have itoa.c built
3110         * device/lib/pic16/libio/Makefile: exclude subdir according to
3111           ${subdir}.ignore for certain PICs (lacking e.g. i2c)
3112         * device/lib/pic16/libio/i2c.ignore (new): pic18f1220 has no I2C support
3113         * src/pic16/gen.c (genFunction): prevent annoying warning
3114         * src/pic16/pcode.c: renamed stack_t to dynstack_t to prevent
3115           nameclashes on BeOS
3116         * support/cpp2/cppmain.c (cpp_output_string): new
3117         * support/cpp2/cpplib.c (_cpp_do__Pragma): fixed _Pragma(""),
3118           fixes bug 1116802
3119
3120 2005-05-13 Borut Razem <borut.razem AT siol.net>
3121
3122         * src/SDCCmain.c (linkEdit): fixed bug 1195202
3123
3124 2005-05-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3125
3126         * .version: changed to version 2.5.1; back to bleeding edge development
3127
3128 2005-05-11 Borut Razem <borut.razem AT siol.net>
3129
3130         * doc/sdccman.lyx doc/cdbfileformat.lyx doc/test_suite_spec.lyx:
3131           generate PDF version 1.3 documents
3132
3133 2005-05-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3134
3135         * .version: changed to version 2.5.0
3136
3137 2005-04-27 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3138
3139         * doc/sdccman.lyx: updated weblinks, index and smaller updates
3140
3141 2005-04-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3142
3143         * doc/sdccman.lyx: changed version 2.5.0, documented --std-c89,
3144         --std-sdcc89, --std-c99, --std-sdcc99, and the corresponding #pragmas, as
3145         well as many smaller updates.
3146         * .version: changed to version 2.5.0-pre1
3147
3148 2005-04-26 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
3149
3150         * src/SDCCmain.c (setIncludePath): added port->target to SDCC_INCLUDE_NAME
3151
3152 2005-04-26 Maarten Brock <sourceforge.brock AT dse.nl>
3153
3154         * support/regression/tests/bug1185672.c: added
3155         * src/mcs51/gen.c (aopGetUsesAcc, genCpl, genAnd, genOr, genXor): fixed
3156           bug 1185672
3157         * src/mcs51/gen.c (genCall): added comments, made it look safer
3158         * src/mcs51/gen.c (genEndFunction): simplified
3159
3160 2005-04-25 Maarten Brock <sourceforge.brock AT dse.nl>
3161
3162         * src/mcs51/ralloc.c (serialRegAssign): fixed bug 1189609
3163
3164 2005-04-14 Borut Razem <borut.razem AT siol.net>
3165
3166         * fixed bug 1045046 - SIGSEGV with really simple code?:
3167           src/pic/pcode.c (pCodeInitRegisters)- pseudo stack size increased to 16
3168           src/pic/ralloc.c (typeRegWithIdx) - error message on pseudo stack overflow
3169
3170 2005-04-14 Borut Razem <borut.razem AT siol.net>
3171
3172         * src/pic16/gen.c (genInline), src/pic16/main.c (_process_pragma),
3173           src/pic16/device.h: temporarily disabled experimental #inline pragma
3174           for 2.5.0 release
3175
3176 2005-04-14 Maarten Brock <sourceforge.brock AT dse.nl>
3177
3178         * device/include/z80/stdio.h,
3179         * device/include/z80/string.h: removed these highly incomplete files so
3180           SDCC can use the default ones in device/include/
3181
3182 2005-04-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3183
3184         * src/mcs51/gen.c (genEndFunction): removed unused variable to fix
3185         gcc warning.
3186         * device/lib/Makefile.in: default PORTINCDIR to the mcs51 subdir to
3187         fix sdcpp warnings.
3188
3189 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3190
3191         * device/include/malloc.h: removed redundant __reentrant prototypes
3192         * device/lib/_mullong.c: added working xstack variant in asm (C version
3193           doesn't pass regression tests)
3194         * device/lib/bpx.c: used __data and made bpx char for mcs51
3195         * src/SDCCast.c (decorateType): removed unused GPTYPE_IDATA,
3196           (createFunction): fixed bug with xstackPtr
3197         * src/SDCCcse.c: corrected comments
3198         * src/SDCCopt.c (convertToFcall): fixed warning in MSVC,
3199           (killDeadCode, eBBlockFromiCode): removed unused code
3200         * src/SDCCsymt.h: removed unused GPTYPE_GPTR and GPTYPE_IDATA,
3201           corrected comments
3202         * src/mcs51/gen.c (aopForSym, aopPut, toBoolean, unsaveRegisters,
3203           assignResultValue, genCall, genFunction, genEndFunction, genAnd,
3204           genOr, genXor, genAddrOf): fixed several bugs concerning xstack
3205           (genModOneByte): fixed warning in MSVC
3206         * src/mcs51/main.c (): added comments
3207         * src/mcs51/peeph.def: changed 129 to 129.a, added 129.b, 129.c & 129.d
3208
3209 2005-04-12 Maarten Brock <sourceforge.brock AT dse.nl>
3210
3211         * src/SDCCmain.c (linkEdit): oops, changed one line too many
3212
3213 2005-04-11 Maarten Brock <sourceforge.brock AT dse.nl>
3214
3215         * src/SDCCmain.c (linkEdit): fixed bug with finding crt0.o for z80
3216
3217 2005-04-10 Vangelis Rokas <vrokas AT users.sourceforge.net>
3218
3219         * src/pic16/glue.c (printIvalChar): fixed bug when emitting
3220         characters arrays of larger size than the declared one.
3221
3222 2005-04-10 Borut Razem <borut.razem AT siol.net>
3223
3224         * src/pic/gen.c (genInline),
3225           src/pic/pcode.c (newpCodeAsmDir), (pCode2str),
3226           (genericPrint), (unlinkpCodeFromBranch), (compareLabel),
3227           (findNextInstruction), (findPrevInstruction),
3228           (findInstructionUsingLabel),
3229           src/pic/pcode.h: fixed bug #1164907 - Labels not being recognized
3230         * src/pic/pcode.c (findLabel): added missing '\n'
3231         * src/src.dsp: added SDCCdwarf2.c to the project
3232
3233 2005-04-09 Borut Razem <borut.razem AT siol.net>
3234
3235         * support/scripts/sdcc.nsi: added include/hc08/* h to NSIS setup
3236
3237 2005-04-08 Raphael Neider <rneider AT web.de>
3238
3239         * src/pic16/pcode.c: added helpers defmapInsertAfter (insert a new item
3240           into the chain after a given one) and mergeDefmapSymbols (combine
3241           defmap entries for each symbol per pcode)
3242         * (createDefmap): have defmap entries merged in the end
3243         * (defmapReplaceSymRef): split defmap entries covering two accesses to
3244           a symbol before replacing one access type's symbol, merge symbols in
3245           the end (replacement symbol might already have an entry)
3246         * (assignValnums): keep reference to written WREG intact
3247
3248 2005-04-08 Raphael Neider <rneider AT web.de>
3249
3250         * src/pic16/pcode.c (struct defmap_s): named anonymous union (for
3251           Alpha)
3252
3253 2005-04-08 Vangelis Rokas <vrokas AT users.sourceforge.net>
3254
3255         * src/pic16/pcode.c (pic16_get_op2): enlarged size of array b to 128
3256         bytes
3257
3258 2005-04-07 Raphael Neider <rneider AT web.de>
3259
3260         * device/include/pic16/usart.h: added compatibility defines for
3261           devices with more than one USART
3262         * device/include/pic16/pic18f[68][567]20.h: activated above defines
3263
3264 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3265
3266         * device/lib/Makefile.in: updated for port specific include
3267
3268 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3269
3270         * support/regression/ports/mcs51/spec.mk: added mcs51 include
3271
3272 2005-04-07 Maarten Brock <sourceforge.brock AT dse.nl>
3273
3274         * device/include/8051.h,
3275         * device/include/8052.h,
3276         * device/include/at89S8252.h,
3277         * device/include/at89c55.h,
3278         * device/include/at89x051.h,
3279         * device/include/at89x51.h,
3280         * device/include/at89x52.h,
3281         * device/include/mcs51reg.h,
3282         * device/include/reg51.h,
3283         * device/include/reg764.h,
3284         * device/include/regc515c.h,
3285         * device/include/sab80515.h: (re)moved these 12 files
3286         * device/include/mcs51/8051.h,
3287         * device/include/mcs51/8052.h,
3288         * device/include/mcs51/at89S8252.h,
3289         * device/include/mcs51/at89c55.h,
3290         * device/include/mcs51/at89x051.h,
3291         * device/include/mcs51/at89x51.h,
3292         * device/include/mcs51/at89x52.h,
3293         * device/include/mcs51/mcs51reg.h,
3294         * device/include/mcs51/reg51.h,
3295         * device/include/mcs51/reg764.h,
3296         * device/include/mcs51/regc515c.h,
3297         * device/include/mcs51/sab80515.h: and added them here
3298
3299 2005-04-06 Maarten Brock <sourceforge.brock AT dse.nl>
3300
3301         * device/include/stdarg.h: changed SDCC specific keywords to double
3302           underlined form.
3303         * device/include/stdint.h: changed intptr_t and uintptr_t for others than
3304           mcs51 and ds390.
3305         * device/include/hc08/mc68hc908gp32.h,
3306         * device/include/hc08/mc68hc908jb8.h,
3307         * device/include/hc08/mc68hc908jkjl.h,
3308         * device/include/hc08/mc68hc908qy.h: fixed comments
3309         * device/include/mcs51/README: updated
3310         * device/include/mcs51/c8051f120.h: added PINRSF
3311         * device/lib/pic16/libc/stdlib/crc16.c: fixed comments
3312         * src/pic16/pcode.c: MSVC6 doesn't accept declaring new variables
3313           amidst code. Also inline is not supported.
3314
3315 2005-04-06 Raphael Neider <rneider AT web.de>
3316
3317         * src/pic16/pcode.c (pic16_pCodeReplace): also update pcflow->end
3318         * (createDefmap): fixed CALLs to depend on FSR1 and RETLW to restore
3319           callers stack/frame pointers
3320
3321 2005-04-06 Vangelis Rokas <vrokas AT users.sourceforge.net>
3322
3323         * device/include/pic16/usart.h: added, missing in previous commit,
3324         * device/include/pic16/adc.h: fixed typo,
3325         * device/lib/pic16/libc/utils/cvtdec.S: added missing in previous
3326         commit,
3327         * device/lib/pic16/libc/stdlib/g_ftoa.S: modified to include
3328         <p18fxxx.inc>
3329         * device/lib/pic16/libc/stdio/streams.c: leave stdin, stdout
3330         uninitialized because a bug appears with gplink
3331         * device/lib/pic16/{some makefiles}: moved $(CSTD) from CFLAGS to
3332         COMPILE_FLAGS and added CPPFLAGS with -nostdinc because sdcpp
3333         complains for unrecognised option
3334
3335 2005-04-05 Raphael Neider <rneider AT web.de>
3336
3337         * src/pic16/gen.c (pic16_popCopyReg): made copying work for extended
3338           structs as well (using memcpy)
3339         * (genFunction): fixed comparison, used pCodeOpLabel to reduce warning
3340           on ISRs (GOTO has no label)
3341         * src/pic16/device.h: added OF_OPTIMIZE_DF
3342         * src/pic16/main.c: added compiler switch --optimize-df to enable the
3343           new data flow analysis/optimization
3344         * src/pic16/pcode.c: added (prototypes for and implementation of)
3345           dataflow analysis functions, fixed pCodeInstructions' inCond and
3346           outCond values, made RCALL a branch instruction
3347         * (pic16_unlinkpCode): keep C line if possible
3348         * (pic16_pCodeUnlink): removed cast on left side of assignment, have
3349           C line moved if possible
3350         * (pic16_getRegFrompCodeOp): NEW, improved version of...
3351         * (pic16_getRegFromInstruction,pic16_getRegFromInstruction2): changed
3352           to use new pic16_getRegFrompCodeOp (works for more SFRs)
3353         * (pic16_BuildFlow): fixed skip instructions with label (did not start
3354           new flow)
3355         * (pic16_getJumptabpCode): NEW, needed in...
3356         * (LinkFlow): fixed handling of jumptables, calls and conditional
3357           branches
3358         * (pic16_InsertCommentAfter): NEW
3359         * (pic16_pCodeReplace): made verbose and flow preserving
3360         * (AnalyzeFlow): added call to data flow analysis
3361         * src/pic16/pcode.h: added defmaps to pCodeFlow struct
3362         * src/pic16/pcodeflow.h: added PCC_STATUS to mean all STATUS bits
3363         * src/pic16/ralloc.c (packRegsForAssign): added return 1 in the end
3364
3365 2005-04-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3366
3367         * src/SDCCast.c (decorateType): fixed bug #1105626
3368
3369 2005-04-02 Vangelis Rokas <vrokas AT users.sourceforge.net>
3370
3371         * device/include/asm/pic16/features.h,
3372         * pic18f*.h headers,
3373         * device/include/pic16/adc.h,
3374         * device/include/pic16/delay.h,
3375         * device/include/pic16/i2c.h,
3376         * device/include/pic16/malloc.h,
3377         * device/include/pic16/stdio.h,
3378         * device/include/pic16/stdlib.h,
3379         * device/include/pic16/string.h,
3380         * device/lib/pic16/libc/stdio/printf_tiny.c,
3381         * device/lib/pic16/libc/stdio/printf_small.c,
3382         * device/lib/pic16/libc/stdio/strmgpsim.c,
3383         * device/lib/pic16/libc/stdio/strmmssp.c,
3384         * device/lib/pic16/libc/stdio/strmusart.c,
3385         * device/lib/pic16/libc/stdio/vfprintf.c,
3386         * device/lib/pic16/libc/stdlib/ltoa.c,
3387         * device/lib/pic16/libc/stdlib/putchar.c,
3388         * device/lib/pic16/libc/stdlib/x_ftoa.c,
3389         * device/lib/pic16/libc/stdlib/memchrpgm.c,
3390         * device/lib/pic16/libc/stdlib/memchrram.c,
3391         * device/lib/pic16/libc/stdlib/memcpypgm2ram.c,
3392         * device/lib/pic16/libc/stdlib/memcpyram2ram.c,
3393         * device/lib/pic16/libio/adc/adcbusy.c,
3394         * device/lib/pic16/libio/adc/adcread.c,
3395         * device/lib/pic16/libio/adc/adcsetch.c,
3396         * device/lib/pic16/libio/usart/ubaud.c,
3397         * device/lib/pic16/libio/usart/ubusy.c,
3398         * device/lib/pic16/libio/usart/udrdy.c,
3399         * device/lib/pic16/libio/usart/uopen.c,
3400         * device/lib/pic16/libio/usart/uputc.c,
3401         * device/lib/pic16/libsdcc/gptr/gptrget1.c,
3402         * device/lib/pic16/libsdcc/gptr/gptrget2.c,
3403         * device/lib/pic16/libsdcc/gptr/gptrget3.c,
3404         * device/lib/pic16/libsdcc/gptr/gptrget4.c,
3405         * device/lib/pic16/libsdcc/gptr/gptrput1.c,
3406         * device/lib/pic16/libsdcc/gptr/gptrput2.c,
3407         * device/lib/pic16/libsdcc/gptr/gptrput3.c,
3408         * device/lib/pic16/libsdcc/gptr/gptrput4.c: modified all SDCC
3409         specific keywords to double underlined form,
3410         * device/lib/pic16/libc/Makefile.rules,
3411         * device/lib/pic16/libsdcc/Makefile.rules,
3412         * device/lib/pic16/libm/Makefile,
3413         * device/lib/pic16/libio/Makefile.rules: added CSTD macro in CFLAGS
3414         to compile with C standard set in Makefile.common
3415         * device/lib/pic16/libc/stdlib/Makefile: added new C sources
3416         rand.c and crc.c in compilation process,
3417         * device/lib/pic16/libsdcc/int/divuint.c,
3418         * device/lib/pic16/libsdcc/long/divulong.c: changed declaration of
3419         `c' from signed to unsigned,
3420         * device/lib/pic16/startup/crt0.c,
3421         * device/lib/pic16/startup/crt0i.c,
3422         * device/lib/pic16/startup/crt0iz.c: adopted to all SDCC specific
3423         keywords to double underlined form, bug fixes in _do_cinit function
3424         which prevented the correct initialization of the .idata segment,
3425         * src/pic16/pcoderegs.c (insideLRBlock): fixed a bug that caused the
3426         core to enter a infinite loop
3427         * device/lib/pic16/libc/stdlib/rand.c, crc.c: new files
3428
3429 2005-04-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3430
3431         * src/SDCCicode.c (getArraySizePtr): fixed bug #1122171
3432
3433 2005-04-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3434
3435         * device/include/Makefile.in: add support for hc08 subdirectory
3436         * device/include/hc08/: new subdirectory
3437         * device/include/hc08/mc68hc908jkjl.h: new header contributed by
3438         Lucas Loizaga, thanks!
3439         * device/include/hc08/mc68hc908qy.h,
3440         * device/include/hc08/mc68hc908gp32.h,
3441         * device/include/hc08/mc68hc908jb8.h: moved hc08 register defs to
3442         their own directory. Changed internal macro names to use the compiler
3443         reserved namespace. Changed SDCC specific keywords to double
3444         underlined form.
3445         * device/include/math.h,
3446         * device/include/malloc.h,
3447         * device/include/stdarg.h,
3448         * device/include/stdbool.h
3449         * device/include/string.h,
3450         * device/include/tinibios.h,
3451         * device/include/ds400rom.h,
3452         * device/include/8051.h,
3453         * device/include/8052.h,
3454         * device/include/80c51xa.h,
3455         * device/include/at89c55.h,
3456         * device/include/at89S8252.h,
3457         * device/include/at89x51.h,
3458         * device/include/at89x52.h,
3459         * device/include/ds80c390.h,
3460         * device/include/reg764.h,
3461         * device/include/regc515c.h,
3462         * device/include/sab80515.h,
3463         * device/include/mcs51/c8051f000.h,
3464         * device/include/mcs51/c8051f018.h,
3465         * device/include/mcs51/c8051f020.h,
3466         * device/include/mcs51/c8051f040.h,
3467         * device/include/mcs51/c8051f060.h,
3468         * device/include/mcs51/c8051f120.h,
3469         * device/include/mcs51/c8051f300.h,
3470         * device/include/mcs51/c8051f310.h,
3471         * device/include/mcs51/c8051f320.h,
3472         * device/include/mcs51/c8051f330.h,
3473         * device/include/mcs51/c8051f350.h,
3474         * device/include/z180.h: Changed SDCC specific keywords to double
3475         underlined form.
3476
3477 2005-03-31 Vangelis Rokas <vrokas AT users.sourceforge.net>
3478
3479         * src/pic16/device.c (Pics16[]): added devices 18F2550, 18F4331,
3480         18F4455,
3481         * (pic16_assignConfigWordValue): disable testing of configuration
3482         register value with config mask,
3483         * src/pic16/gen.c (pic16_testStackOverflow): prefix stack test
3484         function with port->fun_prefix,
3485         * (genFunction): when generating a naked interrupt function never
3486         create an absolute segment placed in interrupt vector address, place
3487         the actual interrupt function at IVA instead, when an interrupt
3488         function is generated with unspecified interrupt then do not create
3489         the absolute section,
3490         * (genGenPointerGet, genGenPointerSet, genPackBits): replace all
3491         code for generating a call to generic pointer get/put function with
3492         a call to function pic16_callGenericPointer(),
3493         * src/pic16/genutils.c (pic16_callGenericPointerRW): NEW, generates
3494         the call to the generic pointer get/put functions with prefixing the
3495         function name with port->fun_prefix,
3496         * src/pic16/glue.c (pic16glue): ifdef-out test of OF_LR_SUPPORT,
3497         * src/pic16/main.c (_process_pragma): prefix function with
3498         port->fun_prefix,
3499         * (_pic16_finaliseOptions): define macro __18Fxxxx macro when
3500         calling assembler, old 18Fxxxx macro is deprecated,
3501         * src/pic16/pcode.c (unlinkpCodeFromBranch): added PC_INLINE and
3502         PC_ASMDIR in while condition,
3503         * (findInstruction): add PC_ASMDIR in while condition,
3504         * (buildCallTree): prefix main with port->fun_prefix,
3505         * (pic16_pCode2str): fixed bug that didn't emit the memory access
3506         identifier for variable with banked access in instructions BTFSS,
3507         BTFSC, BCF, BSF, BTG
3508         * (AnalyzeFlow): moved call to OptimizepCode to pic16_AnalyzeBanking,
3509         * src/pic16/pcodepeep.c (pCodeOpCompare): increase size of b to 1024,
3510         * src/pic16/pcoderegs.c (pic16_pCodeRegoptimizeRegUsage): don't
3511         perform optimization when enviroment variable NO_REG_OPT is set,
3512         * (insideLRBlock): NEW, return 1 if register is inside an
3513         INF_LOCALREGS block,
3514         * (RemoveRegFromLRBlock): remove a register that is completely
3515         eliminated by register optimization, but it is still left in local
3516         register store/restore in/from stack block,
3517         * (Remove2pcodes): after removing register, check to see if it
3518         should be removed from local register store/restore in/from stack
3519         block,
3520         * src/pic16/ralloc.c (pic16_decodeOp): added decode for
3521         DUMMY_READ_VOLATILE,
3522
3523         * device/include/pic16/adc.h: minor prototype modifications and
3524         update,
3525         * device/include/pic16/malloc.h: added GPL notice various
3526         modifications,
3527         * device/include/pic16/stdint.h: NEW, standard header for ints
3528         * device/include/pic16/delay.h: NEW, header for delay functions,
3529         delay10tcy, delay100tcy, delay1ktcy, delay10ktcy, delay100ktcy,
3530         delay1mtcy,
3531         * device/include/pic16/signal.h: NEW, header providing helper macros
3532         for implementing signal handlers,
3533         * device/include/pic16/stdio.h: added prototypes for functions,
3534         printf, vprintf, sprintf, vsprintf, fprintf, vfprintf. Added
3535         prototypes for stdin and stdout, added macro PUTCHAR to
3536         automatically implement putchar function prototype,
3537         * device/include/pic16/usart.h: modified and updated USART library,
3538         * device/lib/pic16/libio/adc/,
3539         * device/lib/pic16/libio/i2c: some modifications to improve library
3540         performance,
3541         * device/lib/pic16/libc/stdio/: modifications for the new printf*
3542         family of functions,
3543         * device/lib/pic16/libc/stdlib/: various modifications in the malloc
3544         family of functions and other sources,
3545         * device/lib/pic16/libio/usart/: NEW, c sources for the usart module
3546         of the PIC18Fxx[28] devices,
3547         * device/lib/pic16/libc/delay/: NEW, c sources for the delay functions,
3548         * device/lib/pic16/libc/utils/: minor modifications in the .S sources,
3549         * device/lib/pic16/startup/{crt0i.c, crt0iz.c}: redesign of the
3550         _do_cinit function, because the previous failed when local variables
3551         where not placed in the same memory bank,
3552         * device/lib/pic16/libsdcc/char/: various modifications to improve
3553         library performance,
3554         * doc/sdccman.lyx: some reorganization of the PIC16 part, added many
3555         information on the new functions of the c library and more...
3556
3557 2005-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3558
3559         * src/SDCCBBlock.c (iCodeBreakDown): fixed bug #1170212
3560
3561 2005-03-26 Raphael Neider <rneider AT web.de>
3562
3563         * src/pic16/gen.c (genSkipc): fixed semantics (execute branch
3564           if condition == CARRY)
3565         * (genCmp): adapted to new genSkipc semantics
3566         * src/pic16/genutils.c (pic6_genCmp_special): removed side effect
3567           on rIfx (genCmp was broken)
3568
3569 2005-03-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3570
3571         * src/SDCCmain.c (setDefaultOptions, optionsTable[], parseCmdLine),
3572         * src/z80/main.c (_keywords[]),
3573         * src/SDCCglobal.h (struct options),
3574         * src/SDCC.y,
3575         * src/SDCC.lex (isTargetKeyword, doPragma, pragma_tbl[]): new pragmas
3576         to enable/disable SDCC and C99 extensions/keywords (std_c89, std_sdcc89,
3577         std_c99, std_sdcc99). Also, equivalent command line options (--std-c89,
3578         --std-sdcc89, --std-c99, --std-sdcc99). SDCC specific keywords are
3579         always available in leading double underscore form. The C99 support is
3580         mostly missing, but it's a start.
3581         * support/regression/tests/bug-227710.c: fixed nonconforming use of
3582         reserved identifier "__data".
3583
3584 2005-03-24 Maarten Brock <sourceforge.brock AT dse.nl>
3585
3586         * src/mcs51/peeph.def: fixed bug 1170013
3587
3588 2005-03-22 Maarten Brock <sourceforge.brock AT dse.nl>
3589
3590         * device/include/mcs51reg.h: fixed bug 842007
3591
3592 2005-03-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3593
3594         * src/SDCCcflow.c (dfNumCompare): committed the wrong version of this
3595         last time.
3596
3597 2005-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3598
3599         * src/port.h (struct PORT),
3600         * src/avr/ralloc.c (avr_assignRegisters),
3601         * src/avr/main.c,
3602         * src/ds390/ralloc.c (ds390_assignRegisters),
3603         * src/ds390/main.c,
3604         * src/hc08/ralloc.c (hc08_assignRegisters),
3605         * src/hc08/main.c,
3606         * src/mcs51/ralloc.c (mcs51_assignRegisters),
3607         * src/mcs51/main.c,
3608         * src/pic/ralloc.c (pic14_assignRegisters),
3609         * src/pic/main.c,
3610         * src/pic16/ralloc.c (pic16_assignRegisters),
3611         * src/pic16/main.c,
3612         * src/xa51/ralloc.c (xa51_assignRegisters),
3613         * src/xa51/main.c,
3614         * src/z80/ralloc.c (z80_assignRegisters),
3615         * src/z80/ralloc.h,
3616         * src/SDCCopt.c (eBBlockFromiCode, replaceRegEqv, killDeadCode),
3617         * src/SDCCcse.c (ifxOptimize, cseBBlock, cseAllBlocks),
3618         * src/SDCCcse.h,
3619         * src/SDCCdflow.c (computeDataFlow),
3620         * src/SDCCdflow.h,
3621         * src/SDCCloop.c (addDefInExprs, loopInvariants, loopOptimizations),
3622         * src/SDCCloop.h,
3623         * src/SDCCcflow.c (*),
3624         * src/SDCCcflow.h,
3625         * src/SDCCBBlock.c (iCodeBreakDown, dumpEbbsToFileExt, eBBWithEntryLabel),
3626         * src/SDCCBBlock.h (struct ebbIndex): new struct that keeps two copies
3627         of the eBBlock list, sorted by both bbnum and dfnum. (fixes bug with
3628         immedDom() returning wrong block; probably fixes bug #1160833)
3629
3630 2005-03-20 Borut Razem <borut.razem AT siol.net>
3631
3632         * support/scripts/inc2h.pl: WIN32 port
3633
3634 2005-03-19 Maarten Brock <sourceforge.brock AT dse.nl>
3635
3636         * device/lib/makefile.in: added abs.c and labs.c
3637
3638 2005-03-17 Maarten Brock <sourceforge.brock AT dse.nl>
3639
3640         * device/include/stdint.h: added
3641         * device/lib/abs.c: added
3642         * device/lib/labs.c: added
3643         * device/include/stdlib.h: added abs() and labs() prototypes
3644         * device/lib/libsdcc.lib: added abs and labs
3645         * device/include/float.h,
3646         * device/lib/_fsmul.c,
3647         * device/lib/printf_fast.c,
3648         * device/lib/printf_tiny.c: updated comments
3649
3650 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3651
3652         * src/SDCCicode.c (geniCodeSwitch, geniCodeJumpTable): fixed
3653         bug #1164313
3654
3655 2005-03-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3656
3657         * src/SDCCcse.c (cseBBlock): retain assignment to self when volatile
3658         * src/SDCCast.c (isLoopCountable): fixed bug #1161985
3659
3660 2005-03-15 Maarten Brock <sourceforge.brock AT dse.nl>
3661
3662         * device/lib/printf_large.c: removed inline assembly for portability and
3663           readability. Use printf_fast if speed or size are more important.
3664         * src/pic16/gen.c: removed conditions around use of DEBUGpc
3665         * src/pic16/genutils.h: added define for DEBUGpc for MSVC
3666
3667 2005-03-15 Vangelis Rokas <vrokas AT users.sourceforge.net>
3668
3669         * src/pic16/genutils.c (pic16_genCmp_special): initialized offs to
3670         prevent compiler warning
3671
3672 2005-03-14 Vangelis Rokas <vrokas AT users.sourceforge.net>
3673
3674         * device/lib/pic16/startup/crt0i.c (_cinit): local variables where
3675         moved to level 0 and declared as static. Also they are explicit
3676         placed in access bank. This was necessery because some times they
3677         might cross memory bank boundaries. crt0iz.c is *NOT* updated!!!
3678         * src/pic16/device.h: added flag OPTIMIZE_CMP to enable some compare
3679         optimizations. Currently only compare to unsigned char is implemented,
3680         * src/pic16/gen.c: added fReturnIdx array,
3681         * (struct resolvedIfx) is moved to gen.h and made public,
3682         * (struct _G): added sregsAlloc and sregsAllocSet fields,
3683         * (aopForSym): added an optimization to directly store in stack of
3684         the operand of a SEND iCode,
3685         * (pic16_aopOp): don't return return registers as strings (AOP_STR)
3686         but as registers instead (AOP_REG) using the fReturnIdx array,
3687         * (pic16_freeAsmop): remove the freed register from the
3688         _G.sregsAlloc field,
3689         * (pic16_aopGet): in case AOP_STR, the compare to 'a' is changed to
3690         a compare of 'WREG',
3691         * (pic16_popGetTempRegCond): changed function prototype, now
3692         function takes also a bitVector argument v which holds the current
3693         set of registers that are allocated for stack access by aopForSym,
3694         registers allocated in aopForSym for accessing stack symbols are not
3695         any more part of the functions usedRegs field,
3696         * (genCall): some times aopOp is called for a stack variable to be
3697         send, aopForSym might perform the push, if this is true make sure
3698         that genCall doesn't push the variable twice by testing _G.resDirect,
3699         * (genFunction): changed testing for unspecified interrupt number
3700         from 256 to INTNO_UNSPEC,
3701         * modified selection scheme of frame pointer generation. Previously
3702         if function did use local registers a frame pointer was generated,
3703         now a frame pointer is generated only if function has arguments
3704         (that need PLUSW2 register access), or has stack arguments, or the
3705         compiler is not instructed to omit the frame pointer,
3706         * (genEndFunction): before restoring local registers that were saved
3707         in the function preamble, also restore the registers that *might*
3708         have been allocated for stack access,
3709         * (genRet): removed some old comments,
3710         * (genCmp, the active (RN's) version): added a call to the
3711         pic16_genCmp_special function to perform the compare with a more
3712         robust and optimized way,
3713         * (genInline): a feature has been added in inline code generation,
3714         which allows a wildcard variable substitution when writing inline
3715         assembly. Code is incomplete and experimental therefore undocumented,
3716         * (genCast): changed order of aopOp for result and right to allow
3717         aopForSym to directly load the result if possible,
3718         * src/pic16/genutils.c (selectCompareOp, pic16_genCmp_special): NEW,
3719         perform an optimized compare on some selected special occasions,
3720         * src/pic16/genutils.h: declaration of resolvedIfx structure from gen.c,
3721         * src/pic16/glue.c (pic16createInterrupVect): make sure we never
3722         generate an IVT any more,
3723         * src/pic16/main.c (pic16_optionsTable): added command line option
3724         --optimize-cmp,
3725         * (_pic16_initPaths): when calling C preprocessor define pic18fXXXX
3726         macro too, when calling assembler define pic18fXXXX *and* __18Fxxxx
3727         macros,
3728         * src/pic16/NOTES: Raphael Neider added in list of active developers
3729         * src/pic16/pcode.c (OPT_TYPE_STR): added strings jumptable_begin and
3730         jumptable_end to prevent bug #,
3731         * (pic16_pciADDWFC, ADDFWC, COMF, CLRF): added some missing flags in
3732         inCond and outCond fields,
3733         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): add a fix for bug #,
3734         * src/pic16/ralloc.c (serialRegAssign): explicit set willCS to 0 to
3735         turn off register spilling,
3736         * (packRegsForOneUse): synced with other ports' versions although it
3737         is not used currently,
3738         * (pic16_packRegisters): added an optimization while reading
3739         structure bitfields, some registers may be saved (malloc code is
3740         decreased by 80 bytes)
3741
3742 2005-03-12 Vangelis Rokas <vrokas AT users.sourceforge.net>
3743
3744         * src/SDCCcse.c (cseBBlock): inside 'do operand lookup' loop test if
3745         left is a bitfield, if yes, then don't optimize assignment. Perhaps
3746         this can be optimized more?
3747
3748 2005-03-10 Raphael Neider <rneider AT web.de>
3749
3750         * src/pic16/gen.c (pic16_loadFSR0, genPackBits, genUnpackBits,
3751           genNearPointerGet): (hopefully) fixed access to bitfields via
3752           pointers (p->bitN = x; and x = p->bitN; failed)
3753
3754 2005-03-09 Paul Stoffregen <paul AT pjrc.com>
3755
3756         * device/lib/printf_fast.c: fix leading zero format, eg "%02d"
3757
3758 2005-03-09 Raphael Neider <rneider AT web.de>
3759
3760         * src/SDCCopt.c (killDeadCode): fixed bug #1156016
3761
3762 2005-03-06 Maarten Brock <sourceforge.brock AT dse.nl>
3763
3764         * src/SDCCicode.h: moved CRITICAL and ENDCRITICAL from SKIP_IC2 to SKIP_IC
3765         * src/mcs51/ralloc.c (willCauseSpill): added check for REG_BIT type,
3766           (regTypeNum): set REG_BIT type if necessary
3767         * src/mcs51/ralloc.h: added define REG_BIT, used to fix bug 1144613
3768         * support/regression/tests/critical.c: check bug 1144613
3769
3770 2005-03-02 Raphael Neider <rneider AT web.de>
3771
3772         * src/pic16/gen.c (genRightShiftLiteral): fixed bug #1154256
3773
3774 2005-02-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3775
3776         * src/avr/ralloc.c (serialRegAssign),
3777         * src/ds390/ralloc.c (serialRegAssign),
3778         * src/hc08/ralloc.c (serialRegAssign),
3779         * src/mcs51/ralloc.c (serialRegAssign),
3780         * src/pic/ralloc.c (serialRegAssign),
3781         * src/pic16/ralloc.c (serialRegAssign),
3782         * src/xa51/ralloc.c (serialRegAssign),
3783         * src/z80/ralloc.c (serialRegAssign): fixed bug #1105154
3784
3785 2005-02-22 Maarten Brock <sourceforge.brock AT dse.nl>
3786
3787         * src/SDCCast.c (decorateType): fixed bug 1124787
3788
3789 2005-02-20 Hubert Sack <sack AT digiplan.de>
3790         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3791
3792         * src/mcs51/peeph.def: added peepholes 3.h-k and 132.a-f from
3793         patch #1121755
3794
3795 2005-02-20 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3796
3797         * src/SDCCpeeph.def: new keyword "labelRefCountChange" which allows peepholes
3798         to keep the correct label reference count when adding/removing references
3799         to labels. A peephole file using this is appended to patch #1144962.
3800
3801 2005-02-14 Raphael Neider <rneider AT web.de>
3802
3803         * device/lib/pic16/libc/string/memccpy.c: changed 3rd argument to char
3804         * src/SDCC.lex (process_pragma): fixed to make disable_warning work for PIC16
3805         * src/pic16/gen.c (aopForSym, calls to pic16_aopOp): prevent unneccessary
3806           retrievals of result operand's value on assignment
3807
3808 2005-02-13 Vangelis Rokas <vrokas AT otenet.gr>
3809
3810         * device/include/pic16/string.h: modified prototype for memccpy()
3811         to memccpy(void *, void *, char, size_t)
3812         * src/pic16/gen.c (genFunction, genEndFunction): reenable if-case to
3813         check whether to omit frame pointer or not,
3814         * (genInline): convert all occurences of "\n" to LF in inline
3815         assembler blocks, this helps formatting the inline text,
3816         * (pic16_loadFSR0): modified prototype,
3817         * (genNearPointerGet, genNearPointerSet): reorganization of code,
3818         removed some 8051 legacy code,
3819         * (genPackBits): enabled handling bitfields exceeding one byte in size,
3820         * src/pic16/ralloc.c (pic16_assignRegisters): clear dynrIdx variable
3821         before allocating temporary registers in functions,
3822
3823 2005-02-11 Maarten Brock <sourceforge.brock AT dse.nl>
3824
3825         * support/regression/tests/bitvars.c: corrected the "fix"
3826
3827 2005-02-10 Maarten Brock <sourceforge.brock AT dse.nl>
3828
3829         * support/regression/tests/bitvars.c,
3830         * support/regression/tests/bitwise.c,
3831         * support/regression/tests/rotate.c: "fixed" problems on Alpha
3832
3833 2005-02-10 Raphael Neider <rneider AT web.de>
3834
3835         * src/pic16/pcode.c (assignToSameBank) : fixed cast to pointer of
3836           different size for Alpha
3837         * src/pic16/gen.c (genCmpEq) : improved compare with 0
3838
3839 2005-02-09 Raphael Neider <rneider AT web.de>
3840
3841         * src/SDCC.lex(doPragma) : save and restore warning options as well
3842           (also added new stack plus clone- and copyAndFreeSDCCERRG())
3843         * have #pragma less_pedantic set the errorlevel to WARNING
3844           (fixes #1117001)
3845         * (cloneOptimize) : fixed wrong malloc's size
3846         * support/Util/SDCCerr.[ch] : made SDCCERRG globally accessible to
3847           facilitate correct handling of #pragma (save|restore)
3848
3849 2005-02-09 Maarten Brock <sourceforge.brock AT dse.nl>
3850
3851         * src/mcs51/gen.c: removed non-standard C nameless struct/union
3852
3853 2005-02-04 Slade Rich <slade_rich AT users.sourceforge.net>
3854
3855         * src/pic/gen.c : Fix for bugs #1080519 & #1115662.
3856
3857 2005-02-03 Maarten Brock <sourceforge.brock AT dse.nl>
3858
3859         * device/include/mcs51/c8051f120.h: added declarations for sbit port 2,3&4
3860
3861 2005-02-02 Raphael Neider <rneider AT web.de>
3862
3863         * src/SDCCast.c (processParms): disabled W_NONRENT_ARGS for pic16 port
3864         * src/pic16/gen.c (aopForSym): reenabled special case for function pointers
3865         * (pic16_storeForReturn): fixed to allow returning function pointers
3866         * (genPackBits): improved accessing full bytes, implemented for GPOINTERs
3867         * device/include/pic16/{stddef.h,stdbool.h}: added
3868
3869 2005-02-02 Maarten Brock <sourceforge.brock AT dse.nl>
3870
3871         * device/include/mcs51/c8051f040.h: added define CPT2_PAGE
3872
3873 2005-02-01 Slade Rich <slade_rich AT users.sourceforge.net>
3874
3875         * src/pic16/pic16.dsp : Added file graph.c to make it compile under windows
3876         * src/pic16/Makefile.bcc : Do not use this file but added file graph.c as it
3877          appeared to be required
3878
3879 2005-01-31 Borut Razem <borut.razem AT siol.net>
3880
3881         * support/scripts/sdcc.nsi: added include/asm/ds390, include/asm/mcs51,
3882           include/mcs51 and include/z80 directories to the package
3883
3884 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3885
3886         * src/hc08/gen.c (genFunction): fixed bug #1112752
3887
3888 2005-01-30 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3889
3890         * src/mcs51/peeph.def: adapted peephole 258.x to changed gen.c (genAnd)
3891
3892 2005-01-29 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
3893
3894         * src/mcs51/gen.c (genAnd): accessing LSB/MSB by rotating acc
3895
3896 2005-01-29 Maarten Brock <sourceforge.brock AT dse.nl>
3897
3898         * device/include/Makefile.in: create/copy mcs51 and z80 include subdirs
3899
3900 2005-01-27 Maarten Brock <sourceforge.brock AT dse.nl>
3901
3902         * device/include/c8051fxxx.h: removed these 6 files
3903         * device/include/mcs51/c8051fxxx.h: added these 11 new files
3904
3905 2005-01-26 Raphael Neider <rneider AT web.de>
3906
3907         * src/pic16/gen.c (genAssign): fixed assignment from longs
3908           in codespace (were cut to three bytes)
3909         * (genDummyRead): implemented (except for CODESPACE...),
3910           fixed bug #1108575
3911         * src/pic16/glue.c (emitStatistics): beautified
3912         * device/lib/pic16/libm/Makefile: added include path
3913
3914 2005-01-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3915
3916         * src/z80/gen.c (aopPut): fixed bug #1103902
3917
3918 2005-01-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
3919
3920         * device/lib/expf.c: fixed bug #1095792
3921
3922 2005-01-24 Vangelis Rokas <vrokas AT otenet.gr>
3923
3924         * device/lib/pic16/libm: added Math library sources
3925
3926 2005-01-24 Raphael Neider <rneider AT web.de>
3927
3928         * src/pic16/pcode.h: added second memory operand to pCodeOpReg
3929           to enable upcast to pCodeOpReg2 (there is no type tag to
3930           differenciate the two and pic16_popGet2p cast into PCOR2)
3931         * src/pic16/main.c (_process_pragma): fixed another malloc bug
3932           (sizeof(sectNames) changed to sizeof(sectName))
3933           Both patches fix segfaults under MinGW.
3934
3935 2005-01-23 Raphael Neider <rneider AT web.de>
3936
3937         * src/pic16/{device.c,pcode.c}: s/free/Safe_free/g for
3938           Safe_[mc]?alloc()'ed variables
3939         * src/pic16/gen.c (pic16_aopOp,pic16_popGet): added handling
3940           of (byte sized) temporaries (assign them to WREG for now)
3941         * src/pic16/main.c (_process_pragma): fixed nasty malloc bug
3942           (used sizeof(set *sectSyms) instead of sizeof(struct sectSym)),
3943           this might fix SIGSEGVs on MinGW...
3944         * src/SDCCopt.c (killDeadCode): restored original behaviour
3945           (volatile operands might get thrown away though)
3946
3947 2005-01-23 Vangelis Rokas <vrokas AT otenet.gr>
3948
3949         * src/pic16/gen.c: fixed bug #1106975,
3950         * src/pic16/gen.c: fixed possible bug #1102572, now during TOS
3951         pointer update, INTCON is saved, global interrupts are disabled and
3952         restored after updateing TOS.
3953         * src/SDCC.y, src/SDCC.lex, src/SDCCsymt.c, src/SDCCsymt.h:
3954         * added function attribute 'shadowregs' to take advantage of shadow
3955         registers,
3956         * added function attribute 'wparam' as an alternative to the wparam
3957         pragma,
3958         * support/Utils/SDCCerr.[ch]: added error E_SHADOWREGS_NO_ISR when
3959         user declares a non-ISR function as 'shadowregs',
3960         * doc/sdccman.lyx: updated to reflect recent changes of pic16 port
3961
3962 2005-01-22 Vangelis Rokas <vrokas AT otenet.gr>
3963
3964         * .version: bumped version number to 2.4.8
3965         * device/lib/pic16/pics.all: list of PIC18F devices supported by
3966         pic16 port,
3967         * device/lib/pic16/libio/i2c/: I2C module support library,
3968         * device/include/pic16/i2c.h: I2C support library header,
3969         * device/lib/pic16/libc/stdio/: standard IO support sources,
3970         * (printf_small.c): printf_small() source, supports float print,
3971         * (printf_tiny.c): printf_tiny() source, does not support floats,
3972         * device/lib/pic16/Makefile.common.in: added OPT_FLAGS macro to
3973         enable global optimizations for entire library source, other
3974         Makefiles in the source tree are also modified to reflect this,
3975         * device/lib/pic16/libc/stdlib/putchar.c (putchar): dummy putchar()
3976         function,
3977         * doc/sdccman.lyx: updated to reflect new changes,
3978         * src/pic16/gen.c (aopForSym): don't handle sym->iaccess in
3979         sym->onStack if-case,
3980         * src/pic16/main.c (_pic16_keywords): commented out keywords bit,
3981         sbit, idata, _idata, xdata, _xdata,
3982         * added pragma library, to link an external library, (see doc),
3983         * removed command line options, --pomit-config-words, --pomit-ivt,
3984         --pleave-reset-vector,
3985         * (pic16_finaliseOptions): when define macro SDCC_MODEL_{SMALL/LARGE}
3986         when calling assembler to reflect memory model used, also define
3987         macro STACK_MODEL_{SMALL/LARGE} when compiling and assembling to
3988         reflect stack model used,
3989         * src/pic16/ralloc.c (pic16_allocDirReg): when operand is allocated
3990         on stack return NULL,
3991
3992 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3993
3994         * src/SDCCopt.c (killDeadCode): do not throw iCodes away if one
3995           of the operands is volatile. Fixes #1020220
3996
3997 2005-01-22 Daniel Winkler <post AT danielwinkler.de>
3998
3999         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): reenabled optimization
4000         * (OptimizeRegUsage): make sure that there is really no other flow where
4001           the first pCode is used
4002
4003 2005-01-22 Raphael Neider <rneider AT web.de>
4004
4005         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): disabled optimization
4006           to fix #1106967 (pCode->seq are not set up correctly)
4007
4008 2005-01-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4009
4010         * src/SDCCglue.c (glue): make sure code area is declared before the
4011         static initialization area.
4012
4013 2005-01-21 Raphael Neider <rneider AT web.de>
4014
4015         * device/lib/Makefile.in: fixed test for pic16 install dir
4016         * device/lib/pic16/*/Makefile*: modified compile flags to enable
4017           optimizations
4018         * doc/sdccman.lyx: updated banksel optimization, removed --flr-support and
4019           added --optimize-goto compiler switch and pragma wparam documentation
4020         * src/pic16/pcode.c (pic16_OptimizeBanksel): removed statistics dump
4021         * src/pic16/pcodepeep.c (pic16_pCodeOpCopy): fixed copying of WREG, PRODL
4022           and PRODH closing bug #1071770 (peephole optimizer)
4023
4024 2005-01-19 Raphael Neider <rneider AT web.de>
4025
4026         * src/SDCCglobl.h: ensure that PATH_MAX >= 2048 to guarantee
4027           cmdLine buffers (used when calling sdcpp...) are large enough
4028           (MAX_PATH=256 truncates arguments leading to system halts when
4029           used in MinGW...)
4030         * src/pic16/gen.c (pic16_sameRegs): relaxed size criterion
4031         * (genUminus): rewritten to for efficiency
4032         * (genNearPointer[GS]et): enforce reloading of FSR0 (was still
4033           used uninitialized in some cases)
4034         * (genCast): upcasting a 16bit int to a 24bit GPOINTER may not
4035           copy the third byte from the int -- now assumes 0x80 (data memory)
4036         * src/pic16/genarith.c (pic16_genPlus): fixed bug when swapping
4037           operands (genAddLit expects the iCode's operands to swapped as
4038           well), fixed leftover bytes (crashed for short left operands)
4039         * (pic16_genMinusDec): performance improvements, removed false
4040           PIC14 emitSKPNCs
4041         * (pic16_genMinus): fixed to cope with differently sized operands
4042         * src/pic16/glue.c (pic16_glue): added new banksel optimization
4043           for --obanksel > 1
4044         * src/pic16/pcode.c: implemented (first phase of) banksel optimization
4045         * src/pic16/graph.[ch]: implementation of directed graphs, used by
4046           new banksel optimization
4047         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): prevented
4048           analysis for temporary registers (segfaults...)
4049         * src/pic16/peeph.def: added rule
4050
4051 2005-01-18 Vangelis Rokas <vrokas AT otenet.gr>
4052
4053         * device/lib/pic16/libc/stdlib/x_ftoa.c: it defines x_ftoa function
4054         which converts a float number to its ASCII representation
4055         * device/lib/pic16/libc/utils/cnvfrac.S,cnvint.S: support
4056         functions to convert the fractional and integer part of a float to ASCII,
4057         * device/lib/pic16/libc/stdlib/(calloc.c,free.c, malloc.c,
4058         realloc.c): added _MALLOC_SPEC to explicit place variables in data
4059         ram
4060         * device/include/asm/pic16/features.h: added _CODE, _DATA, _AUTOMEM,
4061         _STATMEM macros,
4062         * device/include/pic16/adc.h: added GPL info,
4063         * src/pic16/gen.c (genIfxpCOpJump): perform an genIfxJump but using
4064         a pCodeOp as tested operand,
4065         * (genNearPointerGet): optimized bit testing, does not use
4066         intermediate register for bit value, test directly instead with
4067         BTFSS, BTFSC, works only for single bits,
4068         * (genpic16Code): dump the name of the iCode in the asm,
4069         * src/pic16/ralloc.c (decodeOp): removed static declaration and
4070         renamed to pic16_decodeOp,
4071         * (serialRegAssign): do not allocate a temporary register for iCode
4072         sequences that test a single bit for 1/0
4073
4074 2005-01-12 Vangelis Rokas <vrokas AT otenet.gr>
4075
4076         * src/pic16/pcode.[ch]: introduced pic16_stackpnt_*,
4077         pic16_framepnt_*, pic16_stack_*, pic1_frame_* pointer variables to
4078         access stack and frame pointers. They are initially assigned to
4079         point at pic16_pc_fsr1[lh] and pic16_pc_fsr2[lh] variables and other
4080         accessing SFRs. Updated all occurences of modification of stack or
4081         frame pointer in gen.c and pcode.c,
4082         * src/pic16/ralloc.c (serialRegAssign): fixed two bugs with
4083         assigning of a literal value to pointers,
4084         * src/pic16/main.c (pic16_finiliseOptions): set pre-processor define
4085         flag STACK_MODEL_SMALL or STACK_MODEL_LARGE according to the model
4086         selected
4087
4088 2005-01-11 Vangelis Rokas <vrokas AT otenet.gr>
4089
4090         * doc/sdccman.lyx: update documentation about stack pragma, added
4091         some info for stack memory models
4092
4093 2005-01-08 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
4094
4095         * src/pic16/gen.c (DEBUGpc): MSVC 6 does not support macro variable arguments
4096
4097 2005-01-08 Raphael Neider <rneider AT web.de>
4098
4099         * src/pic16/device.c (pic16_dump_usection): changed naming scheme for
4100           udata sections to fix bug #1097823
4101
4102 2005-01-05 Raphael Neider <rneider AT web.de>
4103
4104         * src/pic16/gen.c (genGenericShift): added handling of differently
4105           sized left operand and result
4106
4107 2005-01-04 Raphael Neider <rneider AT web.de>
4108
4109         * src/pic16/gen.c (genIfxJump): fixed inverted skips on CARRY
4110         * (genIfx): fixed (?) read from uninitialized SPIL_LOC (now assumes CARRY
4111           to hold the condition bit)
4112         * added new version of genCmp (old code available via #define)
4113         * added new version of genShiftLeft/genShiftRight in a generic
4114           way, now supports shifting by negative values
4115         * (genLeftShiftLiteral, genRightShiftLiteral): use absolute value of
4116           shiftCount (expected by genGenericShift)
4117         * src/pic16/genarith.c (genPlus): added code for adding CARRY+literal
4118         * src/pic16/pcode.c (pic16_OptimizeJumps): removed annoying statistics
4119           dump
4120         * (pic16_newpCodeOpLit): changed to cast to unsigned char (as e.g. -32766
4121           is an invalid literal too...)
4122
4123 2005-01-04 Vangelis Rokas <vrokas AT otenet.gr>
4124
4125         * src/pic16/gen.c (aopForSym, genEndFunction): applied some fixes
4126         from Raphael Neider,
4127         * src/pic16/pcode.c (pic16_newpCodeOpLit): removed casting to char
4128         for 8-bit literals. This fixes some literal operands which are sign
4129         extended to 16-bits ints when instruction needs only 8-bits.
4130
4131 2004-12-31 Paul Stoffregen <paul AT pjrc.com>
4132
4133         * device/lib/logf.c: added mcs51 assembly version
4134         * device/lib/expf.c: added mcs51 assembly version
4135         * device/lib/_logexpf.c: new shared asm code for expf and logf
4136         * device/include/math.h: add defines for assembly math library
4137         * device/lib/Makefile.in: build new _logexpf.c
4138         * device/lib/libfloat.lib: use new _logexpf.c
4139
4140 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4141
4142         * src/pic/device.c
4143         * src/pic/pcode.c : adjusted internal stack and pre-allocated registers for
4144           device types which have less than 0x7f registers.
4145
4146 2004-12-29 Slade Rich <slade_rich AT users.sourceforge.net>
4147
4148         * src/pic/genarith.c : Fixed problem with subtraction where the result would not be updated when borrowing.
4149
4150 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4151
4152         * device/lib/printf_fast.c: only build on supported arch.
4153         * device/lib/printf_tiny.c: only build on supported arch.
4154         * device/lib/printf_fast_f.c: only build if asm float lib
4155         * device/lib/_fsget1arg.c: only build if asm float lib
4156         * device/lib/_fsget2args.c: only build if asm float lib
4157         * device/lib/_fsnormalize.c: only build if asm float lib
4158         * device/lib/_fsreturnval.c: only build if asm float lib
4159         * device/lib/_fsrshift.c: only build if asm float lib
4160         * device/lib/_fsswapargs.c: only build if asm float lib
4161         * device/include/stdio.h: don't provide print_fast,
4162           print_fast_f, print_tiny prototypes if --xstack used
4163
4164 2004-12-28 Maarten Brock <sourceforge.brock AT dse.nl>
4165
4166         * device/lib/sincosf.c (sincosf): don't invert bit/bool by ~
4167         * support/regression/ports/mcs51-stack-auto/spec.mk: added new _fs.. files
4168           to the SOURCES
4169
4170 2004-12-28 Paul Stoffregen <paul AT pjrc.com>
4171
4172         * device/lib/printf_fast_f.c: same as printf_fast, but
4173           with floating point enabled
4174         * device/lib/printf_fast.c: minor tweaks
4175         * device/include/stdio.h: add printf_fast_f
4176
4177 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4178
4179         * src/SDCCmain.c: make --float-reent default for mcs51
4180         * device/lib/_fsadd.c: added mcs51 assembly version
4181         * device/lib/_fssub.c: added mcs51 assembly version
4182         * device/lib/_fsmul.c: added mcs51 assembly version
4183         * device/lib/_fsdiv.c: added mcs51 assembly version
4184         * device/lib/_fseq.c: added mcs51 assembly version
4185         * device/lib/_fsneq.c: added mcs51 assembly version
4186         * device/lib/_fsgt.c: added mcs51 assembly version
4187         * device/lib/_fslt.c: added mcs51 assembly version
4188         * device/lib/_fscmp.c: shared code for fseq,fsgt,fslt,fsneq
4189         * device/lib/Makefile.in: add _fscmp to build
4190         * device/lib/libfloat.lib: add _fscmp to build
4191
4192 2004-12-27 Paul Stoffregen <paul AT pjrc.com>
4193
4194         * device/lib/_fs2slong.c: added mcs51 assembly version
4195         * device/lib/_fs2sint.c: added mcs51 assembly version
4196         * device/lib/_fs2schar.c: added mcs51 assembly version
4197         * device/lib/_fs2ulong.c: added mcs51 assembly version
4198         * device/lib/_fs2uint.c: added mcs51 assembly version
4199         * device/lib/_fs2uchar.c: added mcs51 assembly version
4200         * device/lib/_slong2fs.c: added mcs51 assembly version
4201         * device/lib/_sint2fs.c: added mcs51 assembly version
4202         * device/lib/_schar2fs.c: added mcs51 assembly version
4203         * device/lib/_ulong2fs.c: added mcs51 assembly version
4204         * device/lib/_uint2fs.c: added mcs51 assembly version
4205         * device/lib/_uchar2fs.c: added mcs51 assembly version
4206         * device/include/float.h: added #define to select asm vs c
4207
4208 2004-12-26 Paul Stoffregen <paul AT pjrc.com>
4209
4210         * device/lib/printf_fast.c: improvements to float output
4211         * device/include/float.h: add defines for assembly float library
4212         * device/lib/_fsget1arg.c: receive 1 float arg
4213         * device/lib/_fsget2args.c: receive 2 float args (reentrant)
4214         * device/lib/_fsnormalize.c: normalize a float
4215         * device/lib/_fsreturnval.c: return float, various helper routines
4216         * device/lib/_fsrshift.c: right shift a float's mantissa
4217         * device/lib/_fsswapargs.c: swap 2 floats
4218         * device/lib/Makefile.in: build these 6 new files for mcs51
4219         * device/lib/libfloat.lib: add these 6 files to the library
4220
4221 2004-12-26 Borut Razem <borut.razem AT siol.net>
4222
4223         * sim/ucsim/avr.src/arith_inst.cc: fixed bug #1088372- savr is not
4224           built by gcc 3.4.2
4225
4226 2004-12-25 Paul Stoffregen <paul AT pjrc.com>
4227
4228         * device/lib/printf_tiny.c: printf for mcs51 in only 267 bytes,
4229           and fully reentrant and register bank neutral.
4230         * device/lib/printf_fast.c: added float (not enabled by default),
4231           added compact/slower integer (also not enabled by default),
4232           improved size/speed of fast integer code, other minor changes
4233         * device/include/stdio.h, device/lib/Makefile.in,
4234           device/lib/libsdcc.lib: integrate printf_tiny into mcs51 build
4235
4236 2004-12-24 Maarten Brock <sourceforge.brock AT dse.nl>
4237
4238         * src/pic16/pcode.c: declaring variables other than at the start of a
4239           block is not supported in C by VC6.
4240
4241 2004-12-22 Vangelis Rokas <vrokas AT otenet.gr>
4242
4243         * applied a previous patch from Raphael Neider that wasn't included
4244         in the previous commits, which fixes infinite loops within jumptable
4245         improvements,
4246         * made some fixes that previous patches introduced
4247
4248 2004-12-21 Vangelis Rokas <vrokas AT otenet.gr>
4249
4250         * src/pic16/gen.c (pic16_aopGet): applied fix from Raphael Neider
4251         that fixes an issue with AOP_PCODE asmop's offset,
4252         * (pic16_popCopyReg): update instance field too,
4253         * (mov2w): modified to pic16_mov2w because it conflicts with mov2w
4254         function of pic port,
4255         * (genCmp, genAnd, genAssign),
4256         * src/pic16/genarith.c (genAddLit): some fixes from Raphael Neider,
4257
4258 2004-12-20 Vangelis Rokas <vrokas AT otenet.gr>
4259
4260         * src/SDCCast.c (gatherAutoInit): allow pic16 to emit static
4261         variables initial values to idata section,
4262         * src/SDCCicode.c (geniCodeCall): patch from ### to fix unreferenced
4263         variables in some functions. This utilizes parmBytes field of iCode
4264         structure to hold the offset of the variable in stack. (might be
4265         able to use the stack field too?)
4266         * applied patch from Raphael Neider # ### , # ###
4267         * src/pic16/glue.c (pic16emitRegularMap): fix to print static
4268         variable initial values in idata section,
4269         * src/pic16/ralloc.c (pic16_allocDirReg): don't allocate register
4270         for static variables with initial value
4271         * src/device/lib/pic16/libsdcc/float/ulong2fs.c (__ulong2fs):
4272         applied fix in while loop from Raphael Neider.
4273
4274 2004-12-19 Maarten Brock <sourceforge.brock AT dse.nl>
4275
4276         * src/ds390/gen.c (genCpl): fixed bit=~(char/bit) bugs, added warning
4277         * src/ds390/main.c (_ds390_regparm): don't pass bit params in registers
4278         * src/ds390/ralloc.c (serialRegAssign): spill bits
4279         * src/mcs51/gen.c (genCpl): fixed bit=~(char) bugs, added warning
4280         * support/Util/SDCCerr.c,
4281         * support/Util/SDCCerr.h: added warning W_COMPLEMENT for using bit=~(bit)
4282         * support/regression/tests/bitvars.c: added tests for bitwise complement(~)
4283         * support/regression/tests/bitwise.c: added test for bitwise complement(~)
4284
4285 2004-12-09 Maarten Brock <sourceforge.brock AT dse.nl>
4286
4287         * device/include/sdcc-lib.h: inserted LGPL, added includes
4288           asm/ds390/features.h and asm/mcs51/features.h
4289         * device/include/asm/default/features.h,
4290         * device/include/asm/gbz80/features.h,
4291         * device/include/asm/z80/features.h: added empty _AUTOMEM
4292           and _STATMEM
4293         * device/include/asm/ds390/features.h,
4294         * device/include/asm/mcs51/features.h: added files with defines for
4295           _AUTOMEM and _STATMEM indicating automatic and static storage class
4296         * device/lib/printf_large.c (_print_format): optimized & used _AUTOMEM
4297         * doc/sdccman.lyx: version 2.4.7, updated xstack documentation
4298         * src/SDCCicode.c (geniCodeCast),
4299         * src/SDCCsymt.c (compareType): allow cast of data-ptr to idata-ptr
4300         * src/SDCCloop.c (loopInduction): removed unused variable lr
4301         * src/SDCCopt.c (convilong, convertToFcall): moved "easy special case"
4302           to convertToFcall to include char modulo (RFE 1065037), added check
4303           if left operand is unsigned and use abs of literal value
4304         * src/SDCCpeeph.c (setFromConditionArgs): removed double quotes option
4305           as it doesn't work after conversion from peephole.def to peephole.rul
4306         * src/mcs51/gen.c (toBoolean): added check for size,
4307           (genModOneByte): optimized code for signed char modulo a literal
4308           power of 2 (thanks to Hubert Sack),
4309           (genRRC): removed unnecessary "clr c",
4310           (genRLC): replaced "add a,acc" with cheaper "rlc a"
4311         * src/mcs51/peeph.def: renamed 115 to 115.a, added rule 115.b: another
4312           jump optimization,
4313           swapped rules 256.c and 256.d,
4314           extended 256.d by using new multiple checks (thanks Erik),
4315           added rules 256.e and 256.f,
4316           updated rule 261.a and 261.b to new generated code
4317         * support/regression/tests/muldiv.c: added test div/mod by a power of 2
4318
4319 2004-12-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4320
4321         * src/SDCCloop.c (basicInduction, loopInduction): fixed several
4322           induction related bugs, including first part of bug #1074377
4323
4324 2004-12-05 Vangelis Rokas <vrokas AT otenet.gr>
4325
4326         * applied patch from bug-report #1076292,
4327         * applied patches for genAnd and Goto-optimizations for Raphael
4328         Neider,
4329         * src/SDCCicode.c (printOperand): fixed !REGA source to compile and
4330         dump a less iCode information,
4331         * src/pic16/device.h (pic16_options_t): added field debgen,
4332         * src/pic16/gen.h: added macros DUMP_FUNCTION_ENTRY,
4333         DUMP_FUNCTION_EXIT, FENTRY, FENTRY2,
4334         * src/pic16/gen.c (my_powof2): renamed to pic16_my_powof2 and made
4335         puclic,
4336         * (various functions): added macros FENTRY and FENTRY2 to functions,
4337         to emit function prologue,
4338         * (various functions): fixed indentation,
4339         * (genNearPointerGet): fixed loading of FSR0,
4340         * (genPackBits): applied patch from Raphael Neider to fix updating
4341         of FSR0 and touching only the modified bits,
4342         * src/pic16/genarith.c (various functions): added macros FENTRY to
4343         emit function prologue in comments,
4344         * src/pic16/pcode.h: added functions debugf2, debugf3,
4345         * src/pic16/ralloc.c: partial fix for packForPush caused
4346         segmentation fault,
4347
4348 2004-12-04 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4349
4350         * src/mcs51/peeph.def: added 261.a,b (16 bit rotate) by Stas Sergeev
4351           <stsp AT users.sourceforge.net> with reversed byte order
4352         * support/regression/tests/rotate.c: added (ds390 skips some tests)
4353
4354 2004-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4355
4356         * src/z80/gen.c (genLeftShift, genRightShift): fixed second part of
4357           bug #1074377
4358         * src/hc08/gen.c (genrshFour, shiftRLong, shiftLLong),
4359         * src/mcs51/gen.c (shiftLLong): Fixed some shifting bugs Frieder found
4360
4361 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4362
4363         * src/pic/pcode.c : fixed a problem where banksel was not being inserted.
4364
4365 2004-12-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4366
4367         * src/SDCCpeeph.c (callFuncByName): support combined peephole rule
4368           conditions,
4369           (setFromConditionArgs): friendly operand parser for peephole rules,
4370           (operandBaseName, operandsNotRelated): new peephole condition
4371           "operandsNotRelated" -- similar to "operandsNotSame", but takes
4372           architecture specific register naming into account, handles n-way
4373           comparisons, and supports quoted literals
4374         * src/mcs51/peeph.def: restored rule 177.d with an extra condition
4375
4376 2004-12-02 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4377
4378         * src/mcs51/peeph.def: fixed bug #1076940
4379
4380 2004-12-02 Slade Rich <slade_rich AT users.sourceforge.net>
4381
4382         * device/include/pic/pic16f877.h : added an include file for the PIC16F877 device.
4383
4384 2004-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4385
4386         Adding support for replacing ljmps with sjmps in jumptables
4387         generated for switch statements. For now you need to set the
4388         environment variable SDCC_SJMP_JUMPTABLE to enable this.
4389         Now 4 algorithms for mcs51 jumptable generation are used:
4390         ljmp or sjmp jumptables for up to 16 cases, stack-pushing target
4391         addresses loaded pc-relative for up to 112 cases and stack-pushing
4392         target addresses loaded with offset from dptr for up to 256 cases.
4393
4394         * src/SDCCpeeph.c: added peephole conditional labelJTInRange
4395         * src/mcs51/main.c: adapted constants for switch table generation
4396         * src/mcs51/peeph.def: added 260.x for replacing ljmp with sjmp
4397
4398 2004-11-26 Maarten Brock <sourceforge.brock AT dse.nl>
4399
4400         * device/lib/printf_large.c (_print_format): fixed bug 1073386
4401         * support/regression/tests/bug1057979.c: added test for bug 1073386
4402
4403 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4404
4405         * src/pic16/pcode.c: fixed bug which may produce error in non-GNU
4406         compilers
4407
4408 2004-11-25 Vangelis Rokas <vrokas AT otenet.gr>
4409
4410         * src/pic16/device.h,
4411         * src/pic16/genarith.c,
4412         * src/pic16/glue.c,
4413         * src/pic16/main.c,
4414         * src/pic16/pcode.c: applied patches #1068154 and #1070213
4415
4416 2004-11-24 Vangelis Rokas <vrokas AT otenet.gr>
4417
4418         Large cummulative patch for pic16 port.
4419         * device/lib/pic16/gstack.h: NEW, user can specify its own handler
4420         to call when a stack overflow occurs,
4421         * (malloc.h): added CVS Id tag,
4422         * (pic18f{242,252,442,452}.h): added T0CONbits structure and
4423         variable,
4424         * added libc directory. The current version of LibC contains string
4425         functions, ctype functions and macros and some functions of the
4426         stdlib set (like malloc/free/atof/atoi etc...). All functions are to
4427         be extensively tested in the future. Standard disclaimer here.
4428         Library is not automatically build yet. But one can build it by
4429         invoking 'make' inside the libc directory.
4430         * added ADC library under libio. Preliminary version yet.
4431
4432         * src/pic16/gen.h: added emitTOGC macro, to toggle Carry flag,
4433         * src/pic16/gen.c (aopForRemat): asmop size is filled by
4434         aopForRemat() now and not by pic16_aopOp(),
4435         * (pic16_popGetTempReg): removed warning messgae when allocating
4436         temporary registers, its a buggy feature and will be removed,
4437         * (pic16_popGet): set register instance field in AOP_CRY,
4438         * (pic16_outBitC): fixed for results in size greater than 1,
4439         * (genUminusFloat): fixed for pic16, ported code from mcs51,
4440         * (pic16_storeForReturn): optimized return of 0,
4441         * (genCmp): experimental code for new genCmp which uses PIC18's
4442         special compare&skip instructions. Initial tests fail some times
4443         with variables grater than 1 byte in size, so new code is disabled,
4444         * (genUnpackBits, genPackBits): more optimizations in reading/writing,
4445         a single bit,
4446         * (genCast): began a fix to optimize the casting of a bit to another
4447         bit, now assigning a bitfield to another bitfield will fail, sorry,
4448         * src/pic16/main.c: disabled the use of lr-support feature,
4449         * src/pic16/pcode.h: renamed PCASMDIR to PCAD,
4450         * added some function prototypes, added function _debugf prototype,
4451         * src/pic16/pcode.c: (pic16_get_op): fixed emitting operands of register
4452         bits with offset (case PO_GPR_BIT),
4453         * (genericPrint): don't emit INFO pcode when --pcode-verbose not in
4454         command line,
4455         * (isBankInstruction): modified to return 0 for no banking instruction,
4456         and 1 for banking instruction,
4457         * (pic16_isPCinFlow): check for PCAD (assembler directives) too,
4458         caused stop processing pCodes after a inline assembly block,
4459         * (pic16_popCopyGPR2Bit): updated to match bitfields with offset,
4460         * src/pic16/pcoderegs.c: fixed a bug with eliminating some temporary
4461         registers when it shouldn't,
4462         * src/pic16/ralloc.c (allocReg): add preliminary support for
4463         supporting a limited set of temporary registers,
4464
4465 2004-11-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4466
4467         * src/hc08/gen.c (genAssign, genPointerGetSetOfs, genDataPointerGet,
4468           genDataPointerSet): ensure assignments always copy in MSB to LSB
4469           order,
4470           (loadRegFromAop): recognize CLRH optimization,
4471           (genFunction): optimize RECEIVE iCodes in reentrant functions
4472
4473 2004-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4474
4475         * src/SDCCmain.c (parseCmdLine, optionsTable[]): fixed bug with
4476           --out-fmt-s19 turning into --out-fmt-elf if s19 was already
4477           selected.
4478         * src/SDCCmain.c (linkEdit): don't define SSEG for HC08
4479         * src/hc08/main.c (_hc08_setDefaultOptions): default xdata to be
4480           contiguous with data
4481
4482 2004-11-19 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4483
4484         * device/lib/_gptrget.c (_gptrget),
4485         * device/lib/_gptrgetc.c (_gptrgetc),
4486         * device/lib/_gptrput.c (_gptrput): _naked allows to use ret
4487           instead of sjmp to ret
4488         * src/mcs51/peeph.def: added peepholes 3.d-g and 177.g,h provided
4489           by Hubert Sack <hsack2002 AT arcor.de> in RFE #1067986, thanks
4490
4491 2004-11-18 Maarten Brock <sourceforge.brock AT dse.nl>
4492
4493         * .version: bumped version to 2.4.7
4494         * device/lib/_gptrget.c (_gptrget): is now _naked
4495         * device/lib/_gptrgetc.c (_gptrgetc): is now _naked
4496         * device/lib/_gptrput.c (_gptrput): is now _naked
4497         * src/SDCCast.c (createBlock): removed ridiculous self-assignment,
4498           (createFunction): fixed xstack
4499         * src/SDCCglue.c (emitMaps): set allocation required for bit area
4500         * src/SDCCicode.c (geniCodeCast): don't change SPEC_OCLS for literal
4501           or bit either,
4502           (geniCodeCritical): store original interrupt state in an iTemp bit
4503           var unless stack-auto
4504         * src/SDCCicode.h: added CRITICAL and ENDCRITICAL to SKIP_IC2
4505         * src/SDCCmain.c (setIncludePath): added include/target to search path
4506         * src/SDCCmem.c (allocParms): store bit vars in bit space, not overlay
4507         * src/SDCCsymt.c (checkFunction): don't check regbank for isr's against
4508           prototype,
4509           (processFuncArgs): put bit vars in bit area
4510         * src/mcs51/gen.c (saveRegisters, unsaveRegisters, genXpush, saveRBank,
4511           unsaveRBank): fixed xstack,
4512           (genFunction): bugfix: replaced (global!) reentrant with fReentrant,
4513           (genFunction, genEndFunction): fixed xstack,
4514           (genAssign): optimization don't walk backwards through mem
4515         * src/mcs51/main.c (_mcs51_regparm): don't pass bit params in registers
4516         * src/mcs51/ralloc.c (createStackSpil): spill bits to bit area
4517         * support/regression/Makefile: also make library (for stack-auto) when
4518           making "all" and added "test-mcs51-xstack-auto"
4519         * support/regression/fwk/lib/testfwk.c: added T2_isr prototype for mcs51
4520         * support/regression/ports/mcs51/T2_isr.c: added this file as a stub
4521         * support/regression/ports/mcs51/fwk.lib: added to link T2_isr stub
4522         * support/regression/ports/mcs51/spec.mk: added rules for fwk.lib
4523         * support/regression/ports/mcs51-stack-auto/spec.mk: replaced
4524           make-library by MAKE_LIBRARY
4525         * support/regression/ports/mcs51-xstack-auto/spec.mk: file added to run
4526           regression tests for xstack
4527         * support/regression/tests/bitvars.c: test for bit vars (bug 938782)
4528         * support/regression/tests/critical.c: test for critical on mcs51
4529
4530 2004-11-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4531
4532         * support/regression/ports/ucz80/spec.mk: use include and lib files from
4533           built version of sdcc instead of installed version
4534
4535 2004-11-14 Maarten Brock <sourceforge.brock AT dse.nl>
4536
4537         * src/mcs51/gen.c (toBoolean): fixed bug 1065458
4538         * device/lib/Makefile.in: z80 uses printf_large.c, sprintf.c and
4539           vprintf.c now
4540         * device/lib/printf_large.c (calculate_digit): fixed bug 1057979
4541         * device/lib/z80/Makefile: don't use printf.c as it fails bug 1057979
4542           WARNING: remove device/lib/build/z80/printf.o by hand when
4543           updating from previous build!
4544         * device/lib/z80/printf.c: updated comment
4545         * support/regression/tests/bug1057979.c: test all ports now
4546         * support/regression/tests/bug1065458.c: file added
4547
4548 2004-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4549
4550         * src/z80/gen.c (genFunction, genEndFunction): avoided generating
4551           *_start and *_end symbols for static functions
4552
4553 2004-11-11 Maarten Brock <sourceforge.brock AT dse.nl>
4554
4555         * src/SDCCmain.c (linkEdit): don't suppress crt0 if --nostdlib is used
4556           and search crt0.o in all library paths,
4557           (setIncludePath): proper handling of --nostdinc,
4558           (setLibPath): proper handling of --nostdlib
4559         * support/regression/Makefile,
4560         * support/regression/ports/ds390/spec.mk,
4561         * support/regression/ports/gbz80/spec.mk,
4562         * support/regression/ports/hc08/spec.mk,
4563         * support/regression/ports/mcs51/spec.mk,
4564         * support/regression/ports/mcs51-large/spec.mk,
4565         * support/regression/ports/mcs51-stack-auto/spec.mk,
4566         * support/regression/ports/z80/spec.mk: use include and lib files from
4567           built version of sdcc instead of installed version
4568         * doc/sdccman.lyx: fixed typo in --nostdinc
4569
4570 2004-11-10 Slade Rich <slade_rich AT users.sourceforge.net>
4571
4572         * src/pic/pcode.c,
4573         * src/pic/device.c,
4574         * src/pic/ralloc.c,
4575         * src/pic/gen.c : added support to generate code for struct bit fields.
4576
4577 2004-11-06 Maarten Brock <sourceforge.brock AT dse.nl>
4578
4579         * as/xa51/xa_version.h,
4580         * device/include/errno.h,
4581         * device/include/regc515c.h,
4582         * device/lib/_itoa.c,
4583         * device/lib/_ltoa.c,
4584         * device/lib/ser_ir_cts_rts.c,
4585         * sim/ucsim/xa.src/glob.cc,
4586         * sim/ucsim/xa.src/inst_gen.cc,
4587         * sim/ucsim/xa.src/xa_bit.cc,
4588         * sim/ucsim/xa.src/xa_sfr.cc,
4589         * sim/ucsim/z80.src/inst_dd.cc,
4590         * sim/ucsim/z80.src/inst_fdcb.cc,
4591         * support/scripts/keil2sdcc.pl,
4592         * src/pic16/pic16.dsp,
4593         * src/pic16/pic16a.dsp: corrected cvs line endings
4594         * device/lib/printf_large.c: fixed bug 1057979
4595         * src/pic16/gen.c: fixed non-C standard code
4596         * src/SDCCmain.c: made --pack-iram default, added --no-pack-iram
4597         * src/SDCCglobl.h: changed pack_iram to no_pack_iram
4598         * support/regression/ports/mcs51/support.c: reload T1 asap
4599         * doc/sdccman.lyx: updated for options --pack-iram and --no-pack-iram,
4600           pdata use and clear idata startup behaviour
4601         * support/regression/tests/bug1057979.c: added
4602
4603 2004-11-04 Maarten Brock <sourceforge.brock AT dse.nl>
4604
4605         * device/examples/ds390/ow390/ad26.h,
4606         * device/examples/ds390/ow390/cnt1d.h,
4607         * device/examples/ds390/ow390/crcutil.c,
4608         * device/examples/ds390/ow390/ownet.h,
4609         * device/examples/ds390/ow390/owsesu.c,
4610         * device/examples/ds390/ow390/swt12.h,
4611         * device/examples/ds390/ow390/swtoper.c,
4612         * device/examples/ds390/ow390/temp10.h,
4613         * device/examples/ds390/ow390/thermodl.c,
4614         * device/examples/ds390/tinitalk/tinitalk.dsp,
4615         * device/examples/ds390/tinitalk/tinitalk.dsw,
4616         * device/examples/mcs51/clock/hw.h,
4617         * device/examples/mcs51/simple2/go.bat,
4618         * device/examples/serialcomm/windows/serial.h,
4619         * device/examples/xa51/dummy.c,
4620         * device/examples/xa51/hello.c,
4621         * device/include/80c51xa.h,
4622         * device/include/at89x051.h: corrected cvs line endings
4623
4624 2004-11-04 Vangelis Rokas <vrokas AT otenet.gr>
4625
4626         * src/pic16/main.c (options): added command line --gstack, to trace
4627         stack over/under flows,
4628         * added pragma 'wparam' to allow passing first byte of function
4629         parameters via WREG, syntax is #pragma wparam my_function[, func2...]
4630         * src/pic16/gen.c (pic16_testStackOverflow): function which emits a
4631         call to __gstack_test function and sets up the symbol as extern,
4632         * (pic16_pushpCodeOp, pic16_poppCodeOp, pushw, pushaop, popaopidx,
4633         * popaop): added call to pic16_testStackOverflow,
4634         * (wParamCmp, inWparamList): NEW, test existence of a symbol in
4635         wparamList list,
4636         * (genCall, genPcall): now all parameters are passed via stack
4637         except in functions that are pass to wparam pragma in which WREG is
4638         used too,
4639         * (genPcall): REENTRANT flag is checked to see if variable prototype
4640         contains reentrant keyword, don't call a non-reentrant function, via
4641         a reentrant function pointer or vice versa, functions are never
4642         passed via WREG,
4643         * (genJumpTab): applied patch from bug #1057478 by R.Neider and
4644         D.Winkler,
4645         * src/pic16/glue.c (pic16emitRegularMap): fixed bug which caused a
4646         SIGSEGV when accessing a NULL register stucture,
4647         * (pic16_printGPointerType): modified to handle UPPER modifier for
4648         function initializers, changed prototype of function to simpler one,
4649         * (pic16_printIvalFuncPtr): check to see if function is already
4650         added in externs list,
4651         * src/pic16/pcoderegs.c (pCodeOptime2pCodes): fixed bug which
4652         optimized a move from W to SFR with a move to the same register
4653         later after a CALL,
4654         * device/lib/pic16/debug: NEW directory, contains debug features
4655         which are enabled when linking with libdebug.lib, currently command
4656         line option --gstack enables stack pointer tracing for over/under
4657         flow, corresponding sources are in debug/gstack
4658
4659 2004-10-30 Vangelis Rokas <vrokas AT otenet.gr>
4660
4661         * doc/sdccman.lyx: updated SDCC version,
4662         * (PIC16 port): update list of command line options,
4663         * src/pic16/device.h (structure pic16_options_t): added field gstack
4664         to enable stack overflow tracing on push/pops,
4665         * src/pic16/device.c (statistics structure): added statistics
4666         structure,
4667         * (pic16_dump_access, pic16_dump_usection, pic16_dump_gsection,
4668         pic16_dump_int_registers): increase statistics counters for each
4669         * variable which is encountered
4670         * (pic16_dump_usection): emit each .udata variable to its own udata
4671         section,
4672         * src/pic16/gen.c (assignResultValue, genCall, genPcall, genFunction):
4673         when macro USE_WREG_IN_FUNC_PARAMS is set to 0 pass all function
4674         parameters via stack, otherwise use old scheme,
4675         * src/pic16/glue.c (pic16_emitStatistics): dump statistics in
4676         assembler output file,
4677         * src/pic16/main.c: added command line options --gstack to enable
4678         push/pop tracing for stack overflow,
4679         * src/pic16/pcode.c (all pCodeInstruction records for PIC18F
4680         instructions): added size of each instruction,
4681         * (pic16_countInstruction): estimate size of instructions in
4682         the_pFile list, inline assembly blocks are not counted,
4683         * (pic16_FixRegisterBanking): trace previous register usage, when
4684         banksel optimizations is greater than 0, don't emit a redudant
4685         banksel directive,
4686
4687 2004-10-26 Slade Rich <slade_rich AT users.sourceforge.net>
4688
4689         * src/pic/ralloc.c : fixed inefficient code produced when compiling a complimented bit operation.
4690         * src/pic16/ralloc.c : applied same fix for pic16.
4691         * src/pic/gen.c : tidied it up a little.
4692
4693 2004-10-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4694
4695         * src/mcs51/peeph.def: disabled 259.a,b for removing redundant ret,
4696         thanks to Martin Helmling for reporting (mail on sdcc-devel 2004-10-25)
4697
4698 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4699
4700         * src/SDCCast.c (reverseParms): fixed bug #1040577 (part 2)
4701
4702 2004-10-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
4703
4704         * device/lib/ser_ir_cts_rts.c: integer promotion caused a call to the
4705         non-reentrant function __modsint in the interrupt function (thus
4706         corrupting math operations during serial I/O)
4707         * device/lib/ser_ir.c: as above, changed buffersize
4708         * src/mcs51/peeph.def: added 259.a,b for removing redundant ret,
4709         256.c,d for zeroing
4710         * doc/Makefile: added option -t for rsync
4711
4712 2004-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4713
4714         * src/SDCCast.h (struct ast),
4715         * src/SDCCast.c (reverseParms, copyAst): fixed bug #1040577 (part 1)
4716
4717 2004-10-20 Borut Razem <borut.razem AT siol.net>
4718
4719         * support/scripts/sdcc.nsi: added include/pic16/*.h to the setup
4720         package
4721
4722 2004-10-20 Vangelis Rokas <vrokas AT otenet.gr>
4723
4724         * device/lib/pic16/libsdcc/Makefile: added lregs directory in
4725         makefile targets,
4726         * device/lib/pic16/libsdcc/lregs/{Makefile,lrst.c,lrrest.c}: NEW
4727         support functions to replace long sequences of MOVFF's from access
4728         bank registers to stack and vice versa,
4729         * src/pic16/device.h: added new field opt_flags, where optimization
4730         flags can be set to enable certain features,
4731         * src/pic16/gen.c (pic16_emitpinfo): NEW to add PC_INFO pCode in
4732         * pBlock, (genFunction, genEndFunction): surroung loop for
4733         saving/loading used registers in stack with PC_INFO pCodes,
4734         INF_LREGS. Code in between can then be optimized by pCode optimizer
4735         to support function calls,
4736         * (genDataPointerSet): fixed bug which loaded float fields in
4737         structures with corrupt data,
4738         * src/pic16/genutils.c (debugf, _debugf): macro/function which emits
4739         in a standard way debug info on stderr. Feature used for developing
4740         and debugging only,
4741         * src/pic16/glue.c (pic16glue): reformatted, deleted some old and
4742         obsolete chunks of code,
4743         * if optimization flag OF_LR_SUPPORT was set, call pic16_OptimizeLocalRegs,
4744         * src/pic16/main.c (_pic16_parseOptions): added handler for --flr-support,
4745         * pic16/src/pcode.c (pic16_newpCodeInfo,
4746         * (pic16_newpCodeOpLocalRegs),
4747         * (pic16_convertLocalRegs2Support): NEW, to support new optimization
4748         feature,
4749         * (pic16_pCodeConstString): printing of the initial value of a
4750         symbol as a comment is inhibited since parsing was already done by
4751         copyStr and output is corrupt,
4752         * (pic16_pCode2str, genericPrint): handle PC_INFO pCode,
4753
4754 2004-10-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
4755
4756         * src/mcs51/ralloc.c (packRegisters): fixed bug #1044601
4757
4758 2004-10-19 Maarten Brock <sourceforge.brock AT dse.nl>
4759
4760         * as/mcs51/lkarea.c: removed old K&R style,
4761           (lnksect): changed check on boundary error,
4762           (lnksect2): changed check on boundary error,
4763           (lnksect2): extend XSTK to end of page if size = 1
4764         * as/mcs51/lkmain.c: removed old K&R style,
4765           (Areas51): create l_IRAM symbol
4766         * as/mcs51/lkmem.c (summary2): added report on PSEG and XSTK
4767         * device/lib/Makefile.in: renamed model-mcs51-reentrant to
4768           model-mcs51-stack-auto, added model-mcs51-xstack-auto
4769         * device/lib/_mullong.c: added version to be compiled with xstack
4770         * device/lib/mcs51/crtclear.asm: clear only upto --iram-size
4771         * device/lib/mcs51/crtxclear.asm: clear pdata as well
4772         * device/lib/mcs51/crtxstack.asm: fixed comment
4773         * src/SDCCglue.c: maxInterrupts defaults to 0,
4774           (emitMaps): added pdata,
4775           (createInterruptVect): (re)moved default,
4776           (glue): added pdata,
4777           (glue): moved __start__xstack to XSTK with default size 1
4778         * src/SDCCmain.c (parseCmdLine): automatically set options.intlong_rent
4779           and options.float_rent when options.stackAuto is set,
4780           (linkEdit): only write XDATA_NAME if provided on command line
4781         * src/SDCCmem.h,
4782         * src/SDCCmem.c: added pdata
4783         * src/port.h: added pdata_name to PORT
4784         * src/mcs51/gen.c (toBoolean): fixed for Acc use of aopGet,
4785           (saveRegisters, unsaveRegisters): removed usage of B,
4786           (genMinus): fixed accumulator clash,
4787           (genJumpTab): added comment, this needs another look
4788         * src/mcs51/gen.c: added check for "B in use" paranoia,
4789           added pushB() and popB()
4790         * src/mcs51/peeph.def: restart after 177.c so 177.a can get a second
4791           chance
4792         * src/avr/main.c,
4793         * src/ds390/main.c,
4794         * src/hc08/main.c,
4795         * src/mcs51/main.c,
4796         * src/pic/main.c,
4797         * src/pic16/main.c,
4798         * src/xa51/main.c,
4799         * src/z80/main.c: (reset_regparms) made void parameter explicit and
4800           added PSEG (PAG,XDATA) or NULL to port specifier
4801         * src/ds390/main.c (_ds390_genIVT): moved implemented default in here
4802         * src/mcs51/main.c (_mcs51_genIVT): moved implemented default in here,
4803           (_mcs51_genInitStartup): removed __start__xstack equ,
4804           (mcs51_port): moved xstack from XSEG (XDATA) to XSTK (PAG,XDATA)
4805         * src/pic16/device.c (pic16_dump_usection, pic16_dump_isection),
4806         * src/z80/gen.c (_rleAppend): fixed warnings
4807         * support/regression/tests/zeropad.c: added pdata test
4808         * .version: bumped to 2.4.6
4809
4810 2004-10-17 Borut Razem <borut.razem AT siol.net>
4811
4812         * support/scripts/sdcc.nsi: cross compiling of WIN32 setup.exe on Linux
4813         as a part of nightly build
4814
4815 2004-10-16 Vangelis Rokas <vrokas AT otenet.gr>
4816
4817         * src/pic16/gen.c (struct _G): added field useWreg, is set to 1 when
4818         WREG holds the first byte function parameters,
4819         * (aopForSym): take special case for symbols which are in FARSPACE
4820         but in CODESPACE too,
4821         * (assignResultValue): modified to take into account _G.useWreg,
4822         * (genCall): don't use wreg for parameter passing when function is
4823         declared as reentrant, too, added optimization INCF to stack
4824         pointer when stack parameter count is 1,
4825         * (genFunction, genEndFunction): refurnished and fixed to not using
4826         wreg for passing parameters when function has varargs or is
4827         reentrant, fixed bug with symbol name compare for generating
4828         functions in absolute address,
4829         * (pic16_storeForReturn): refurnished,
4830         * (genCmp): began writing a new version of the function, not ready
4831         yet, therefore it is disabled,
4832         * (genAssign): do not read code memory when assigning a function to
4833         a pointer function,
4834         * src/pic16/glue.c (pic16emitStaticSeg): abSym->name is defined an
4835         array of characters, not pointer,
4836         * (pic16initialComments): in debug mode emit an .ident directive for
4837         the assembler,
4838         * (_process_pragma): emit a new warning type (internal to pic16)
4839         when setting stack to default length, emit a similar warning when
4840         placing a function at absolute address and address is not word aligned
4841         * (_pic16_parseOptions): added 'return TRUE' statement,
4842         * (_pic16_linkEdit): if compiling a source, then add the source's
4843         file object, first in the list of objects to link,
4844
4845 2004-10-13 Slade Rich <slade_rich AT users.sourceforge.net>
4846
4847         * src/pic/pcoderegs.c : increased count on regUsedinRange to prevent unnecessary warning.
4848         * src/pic/main.c : removed VC warning.
4849         * src/pic/gen.c : changed comment.
4850
4851 2004-10-12 Vangelis Rokas <vrokas AT otenet.gr>
4852
4853         * device/lib/pic16/libsdcc/gptr/gptrput[234].c: an external
4854         reference to a deprecated symbol _GPTRREG was causing failure to
4855         link. Thanks G. M. Gallant for the info.
4856
4857 2004-10-12 Slade Rich <slade_rich AT users.sourceforge.net>
4858
4859         * src/pic/pcode.c : Applied a code patch supplied by Paul Ashmore in
4860         comments for Bugs item #954788.
4861
4862 2004-10-10 Vangelis Rokas <vrokas AT otenet.gr>
4863
4864         * src/pic16/device.c (pic16_dump_gsection,
4865         * pic16_groupRegistersInSection): handle symbols declared to be in
4866         access bank differently,
4867         * src/pic16/gen.c (struct _G): added field resDirect,
4868         * (aopForSym): if symbol on stack and iCode is '=' and result exists,
4869         send values read from stack directly to result and don't allocate
4870         temporary values,
4871         * (pic16_sameRegs): fixed bug that allowed MOVFF to move between
4872         same registers,
4873         * (pic16_sameRegsOfs): NEW,
4874         * (freeAsmop): if _G.resDirect is set then do not mark registers as
4875         free because they were not allocated from temporary pool,
4876         * pic16_popRegFromString): workaround to fix a problem with
4877         allocating variables twice or never,
4878         * (genGenPointerGet): using PRODL instead of FSR0H,
4879         * (genGenPointerSet): using POSTDEC1 (that is a stack location)
4880         instead of FSR0H,
4881         * (genAssign): take advantage of the _G.resDirect flag,
4882         * (genCast): around line 11844, use mov2f instead of directly
4883         MOVFF'ing between operands to account for literal values,
4884         * src/pic16/genutils.c: some new debug functions for gpsim have been
4885         added,
4886         * src/pic16/glue.c (pic16_printIvalType): fixed bug that initialized
4887         float with integer part only,
4888         * src/pic16/main.c (_process_pragma): handle pragma udata access to
4889         place variables in access bank
4890         * device/lib/pic16/libsdcc/gptr/gptr*.c: using BRA instead of GOTO,
4891         updated sources to reflect recent changes in gen.c
4892
4893 2004-10-06 Vangelis Rokas <vrokas AT otenet.gr>
4894
4895         * device/lib/pic16/libsdcc/Makefile.rules: fixed bug concerning
4896         sources that searched for headers in installation path, now the
4897         device/include/pic16 is used,
4898         * src/pic16/glue.c (pic16glue),
4899         * src/pic16/pcode.c (pCode2str, genericPrint): don't print .file or
4900         .line directives if not in debug mode, this suppresses assembler's
4901         warnings for ignored directives
4902
4903 2004-10-05 Maarten Brock <sourceforge.brock AT dse.nl>
4904
4905         * src/port.h: made reset_regparms prototype void parameter explicit.
4906         * src/SDCCsymt.c (processFuncArgs): removed argument "func".
4907         * src/mcs51/ralloc.c (packRegisters): new fix for bugs 898889 & 979599.
4908         * doc/sdccman.lyx: documented warning disabling and how to use
4909           printf_large to make it print floats.
4910         * device/include/stdbool.h: NEW
4911         * device/lib/_atof.c,
4912         * device/lib/_divuint.c,
4913         * device/lib/_divulong.c,
4914         * device/lib/expf.c,
4915         * device/lib/printf_large.c,
4916         * device/lib/sincosf.c,
4917         * device/lib/sincoshf.c: used stdbool.h, all compile with stack-auto now
4918         * device/lib/Makefile.in: added target for model-mcs51-reentrant to build
4919           a completely reentrant lib.
4920
4921 2004-10-05 Vangelis Rokas <vrokas AT otenet.gr>
4922
4923         * device/lib/pic16/libsdcc/gptr/gptr*.c: added return statements
4924         * device/include/pic16/stdio.h: fixed bug with colon
4925
4926 2004-10-03 Vangelis Rokas <vrokas AT otenet.gr>
4927
4928         * device/include/pic16/stdio.h,
4929         * device/include/pic16/stdlib.h,
4930         * device/include/pic16/math.h: NEW
4931         * device/lib/pic16/libsdcc/gptr/*.c (gptrget*, gptrput*): functions
4932         declared as _naked to reduce overhead
4933         * device/lib/Makefile.in (target port-specific-objects-pic16):
4934         changed * to *.* so to ignore the CVS directory,
4935         * src/pic16/gen.c (pic16_freeAsmop): added code to store result of
4936         stacked variables back in stack,
4937         * (genEndFunction): fixed bug reported by G.M. Gallant with stack
4938         corruption
4939
4940 2004-10-01 Vangelis Rokas <vrokas AT otenet.gr>
4941
4942         * .version: bumped version number to 2.4.5
4943         * support/Util/SDCCerr.h: added warning W_POSSBUG2.
4944         * support/Util/SDCCerr.c (messages structure): added entry for
4945         W_POSSBUG2
4946
4947         Large cumulative patch for pic16 port and libraries.
4948         * device/include/pic16/sdcc-lib.h,
4949         * device/include/pic16/stdarg.h,
4950         * device/include/asm/pic16/features.h,
4951         * device/include/lib/pic16/libsdcc/gptr/{*.c, Makefile}: NEW,
4952         * device/include/pic16/float.h: changes reentrant keyword with
4953         _FS_REENTRANT, added prototype for __fsneq, included sdcc-lib.h
4954         * device/lib/pic16/libsdcc/Makefile: added target directory gptr,
4955         updated target build-libraries to include objects from gptr,
4956         * device/lib/pic16/libsdcc/{char,int,long}/*.c: added macro
4957         _IL_REENTRANT to all function headings, included sdcc-lib.h header,
4958         * device/lib/pic16/libsdcc/float/*.c: added macro _FS_REENTRANT to
4959         all function headings,
4960         * src/SDCCmain.c: added global parameter userIncDirsSet,
4961         * (parseCmdLine): when option -I is encountered add directory to
4962         userIncDirsSet too,
4963         * src/version.awk: added space between control and long,
4964         * src/pic16/NOTES: added some notes for the port,
4965         * src/pic16/gen.c: added prototype for mov2fp function,
4966         * (fReturnpic16[]): properly named return value registers,
4967         * (_G structure): added fields stackRegSet, fregsUsed, stack_lat,
4968         * (aopForSym): added code to handle symbols with onStack flag set,
4969         symbols onStack are allocated PTRSIZE bytes,
4970         * (aopFreeAsmop): handles special case where asmops are stack objects,
4971         * (aopGet, pic16_popGet): adde cod to handle new asmop AOP_STA,
4972         * (pic16_popGetTempReg, pic16_popGetTempRegCond, pic16_popReleaseTempReg):
4973         added argument lock to trace flaws in allocating temporary registers
4974         when developing port,
4975         * (pic16_popGetLit, pic16_popGetLit2): changed lit from unsigned to signed
4976         * (pic16_popRegFromString): reenabled allocating a direct register
4977         from string,
4978         * (assignResultValue): various beautifications,
4979         * fixed bug #1037717 (patch from R. Neider & D. Wrinkler) with mistaken
4980         referenced function argument,
4981         * (genIpush): reenabled to allow stacked arguments, handles only
4982         ic->parmPush iCodes,
4983         * (genCall, genPcall): major changes to allow for variable argument
4984         functions, fixed a bug with falsely restoring stack pointer after
4985         returning from call,
4986         * (genFunction): pending code for critical function,
4987         * (shiftR1Left2ResultSigned, shiftR1Left2Result, shiftL2Left2Result,
4988         * (shiftR2Left2Result, shiftLLong) applied patch #1032155 from R.Neider,
4989         * (genNearPointerGet): fixed bug with indirect reading, was always
4990         reading from INDF0
4991         * (genGenPointerGet, genGenPointerSet): rewrote to support generic
4992         pointers,
4993         * (genAddrOf): rewrote code to take address of a stacked function parameter
4994         * (genCast): fixed casting to generic pointer type,
4995         * src/pic16/gen.h: added AOP_STA,
4996         * (struct asmop): added field stk,
4997         * src/pic16/genarith.c (pic16_AopType): handle AOP_STA,
4998         * (pic16_genPlusIncr): changed emitSKPNZ to emitSKPNZ,
4999         * (pic16_genAddLit, pic16_genPlus): applied patch #1034042 by tecodev,
5000         * (pic16_genMinus): fixed bug #1035119 with patch submitted by tecodev,
5001         * src/pic16/genutils.c (pic16_genNot): removed symbol *tlbl,
5002         * src/pic16/glue.c (pic16_printGPPointerType): fixed to support new
5003         generic pointers,
5004         * src/pic16/main.c (_pic16_initPaths): ignores default SDCC include
5005         and library paths,
5006         * (pic16_port structure): generic pointer size is set to 3,
5007         * src/pic16/pcode.c (pic16_newpCodeOpLit): correctly print literal integer,
5008         * (insertBankSwitch): cast to (char *) to prevent 64bit CPUs'
5009         compiler warning,
5010         * src/pic16/ralloc.c (allocReg): prevent allocating register when
5011         operand is an iTemp,
5012
5013 2004-09-24 Martin Helmling <mh AT octo-soft.de>
5014
5015         * debugger/mcs51/cmd.c: set PC if a symbol at pc reg is set
5016         * debugger/mcs51/simi.c: addapt new syntax of s51
5017
5018 2004-09-23 Vangelis Rokas <vrokas AT otenet.gr>
5019
5020         * src/pic16/genutils.c (pic16_genNot): fixed bug #1032265,
5021         * src/pic16/pcode.c: commented out some calls to free() in order to
5022         fix bug #989576,
5023
5024 2004-09-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5025
5026         * src/SDCCicode.h,
5027         * src/SDCCicode.c (isiCodeInFunctionCall),
5028         * src/avr/ralloc.c (selectSpil),
5029         * src/pic/ralloc.c (selectSpil),
5030         * src/pic16/ralloc.c (selectSpil),
5031         * src/ds390/ralloc.c (selectSpil),
5032         * src/hc08/ralloc.c (selectSpil),
5033         * src/xa51/ralloc.c (selectSpil),
5034         * src/mcs51/ralloc.c (selectSpil): Don't use remainSpil to spill to the
5035         stack in the middle of a function call sequence (fixes bug #1020268)
5036         * src/SDCCicode.c (geniCodeJumpTable): fixed error in computing the
5037         costs associated with the minimum switch case.
5038
5039 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5040
5041         * src/SDCC.lex: fixed bug #1030549
5042
5043 2004-09-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5044
5045         * src/SDCCcse.h (struct cseDef),
5046         * src/SDCCcse.c (cseBBlock, newCseDef, ifFromAddrTaken): purge CSEs
5047         over a function call if the CSE is derived from a symbol whose
5048         address has been taken (fixes bug #1029883)
5049         * support/regression/tests/bug-1029883: a new regression test for
5050         this bug
5051
5052 2004-09-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5053
5054         * src/hc08/gen.c (emitinline): fixed bug #1029778
5055         * src/SDCC.y (assignment_expr): fixed the grammer so that assignment
5056         to a cast object is no longer a syntax error ("fixes" bug #1030006,
5057         and starts toward RFE #905167)
5058
5059 2004-09-17 Vangelis Rokas <vrokas AT otenet.gr>
5060
5061         * src/pic16/gen.c (mov2f): New function to move an operand to
5062         another without considering if it is a literal or a register,
5063         * (pic16_sameRegs): don't check if they are both AOP_REG,
5064         * (AccRsh): removed andmask=0 lines,
5065         * (genLeftShift): duplicated to be improved in future versions,
5066         * src/pic16/main.c (_process_pragma): emit stack default size in hex,
5067         * src/pic16/pcode.c: added POC_INFSNZW, updated inverted_op fields
5068         in POC_INCFSZ, POC_INCFSZW, POC_INFSNZ,
5069         * (pic16initMnemonics): added initialization for POC_INFSNZW,
5070         * (insertBankSwitch): fixed inserting banksel directives algorithm
5071         for instructions that follow a skip instruction, this fixes a report
5072         for broken subtraction code generation,
5073         * src/pic16/ralloc.c (deassignLRs): do not free register if current
5074         iCode is a left op, just in case result and right share the same
5075         registers
5076
5077 2004-09-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5078
5079         * src/hc08/main.c,
5080         * src/hc08/gen.c (genJumpTable): more efficient jump table, supports
5081         preservation of HX
5082         * src/hc08/gen.c (pullRegs): fixed order of HX & XA pairs
5083         * src/mcs51/ralloc.c (packRegisters): removed the patch applied
5084         on 2004-09-12; it was buggy
5085
5086 2004-09-15 Bernhard Held <bernhard AT bernhardheld.de>
5087
5088         * src/SDCCsymt.h: removed RESULT_CHECK
5089         * src/SDCCast.c,
5090         * src/SDCCglue.c,
5091         * src/SDCCval.c,
5092         * src/pic/glue.c,
5093         * src/pic16/glue.c: replaced RESULT_CHECK with RESULT_TYPE_NONE
5094
5095 2004-09-15 Vangelis Rokas <vrokas AT otenet.gr>
5096
5097         * src/SDCCicode.c (piCode): applied patch from Raphael Neider,
5098         * src/pic16/device.c (pic16_assignConfigWordValues): wrong
5099         configuration values no more rejected by compiler, they are assigned
5100         to configuration registers with a warning message instead,
5101         * src/pic16/glue.c (pic16_emitConfigRegs): added +1 at top-limit of
5102         the for-loop so last conf register is emitted too,
5103         * (_pic16_initPaths): link library libsdcc.lib by default,
5104         * (_hasNativeMulFor): modified test for multiplication according to
5105         Raphael Neider's remarks. Integer multiplication is also done with
5106         support functions,
5107         * device/include/pic16/pic18fregs.h: corrected type error in while
5108         testing and including 18f6720 header file
5109
5110 2004-09-14 Vangelis Rokas <vrokas AT otenet.gr>
5111
5112         * src/pic16/device.h (pic16_options): removed field use_crt,
5113         * src/pic16/gen.c (genUnpackBits): added call to pic16_loadFSR0
5114         until an optimization to handle single bits is added,
5115         * (pic16_loadFSR0): moved before genUnpackBits,
5116         * (genAnd): some white lines removed,
5117         * src/pic16/main.c (_pic16_finaliseOptions): set omit_ivt and clear
5118         leave_reset flags in pic16_options when using crt modules,
5119
5120 2004-09-12 Maarten Brock <sourceforge.brock AT dse.nl>
5121
5122         * src/mcs51/ralloc.c (packRegisters): applied fix by Bernhard Held
5123           for bugs 898889 & 979599. Also used some safer print instructions.
5124
5125 2004-09-12 Vangelis Rokas <vrokas AT otenet.gr>
5126
5127         * src/pic16/device.h (pic16_options_t): added field use_crt,
5128         crt_name, no_crt,
5129         * src/pic16/genarith.c (pic16_genPlus): added an assert(0) line to
5130         catch a probable future bug,
5131         * src/pic16/gen.c: aopIdx function commented out,
5132         * (genAssign): commented out old code which used aopIdx,
5133         * src/pic16/glue.c (pic16glue): removed some legacy fragments of
5134         code, added if conditionals to take into account the --use-crt
5135         command line options,
5136         * src/pic16/main.c (pic16_optionsTable): added new command line
5137         options, --use-crt= and --no-crt,
5138         * (_pic16_linkEdit): now the proper crt object is added in the
5139         linker command line except than when --no-crt is specified,
5140         * src/pic16/pcode.c,
5141         * src/pic16/pcode.h: added some structures and functions for a new
5142         optimization scheme to compansate for instruction overhead between
5143         same iCodes, this scheme is currently under development and is not
5144         working in any way,
5145         * src/pic16/gen.c (genAnd): added patch provided by Aaron Collwell
5146         to && operator,
5147         * device/lib/pic16/startup/crt0i.c,
5148         * device/lib/pic16/startup/crt0iz.c: added global char variable
5149         __uflags to force the generation of an idata section
5150
5151 2004-09-12 Bernhard Held <bernhard AT bernhardheld.de>
5152
5153         * doc/Makefile,
5154         * doc/clean.mk: added support for easy creation of sdcc-doc.tar.bz2
5155         * doc/sdccman.lyx: updated sdcc version to 2.4.4
5156
5157 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5158
5159         * doc/sdccman.lyx: fixed a problem with my new index entries (thanks
5160         Frieder) and clarified the default code optimization mode
5161
5162 2004-09-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5163
5164         * src/SDCC.lex (doPragma, process_pragma),
5165         * src/SDCCglobl.h (struct optimize): added pragmas "opt_code_speed",
5166         "opt_code_size", and "opt_code_balanced"
5167         * src/SDCCmain.c (optionsTable[], printOptions, scanOptionsTable):
5168         regrouped options by category, added support for category headers
5169         * src/SDCCmain.c (parseCmdLine): added options "--opt-code-speed"
5170         and "--opt-code-size"
5171         * doc/sdccman.lyx: documented these new options and pragmas
5172         * src/hc08/gen.c (AccLsh, AccRsh): take speed/size optimization
5173         preference into account
5174
5175 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5176
5177         * src/SDCCicode.c (geniCodePostInc, geniCodePreInc, geniCodePostDec,
5178           geniCodePreDec): Fixed bug 904237 by generating a warning
5179         * src/SDCCerr.h,
5180         * src/SDCCerr.c: added warning W_SIZEOF_VOID
5181
5182 2004-09-09 Slade Rich <slade_rich AT users.sourceforge.net>
5183
5184         * src/pic/device.c : When no max ram set validate full memory range.
5185         * src/pic/pcode.c,
5186         * src/pic/pcodepeep.c : Copy C code comments to optimised replacement code.
5187
5188 2004-09-08 Maarten Brock <sourceforge.brock AT dse.nl>
5189
5190         * device/lib/_gptrget.c,
5191         * device/lib/_gptrput.c: updated comment
5192         * device/lib/calloc.c,
5193         * device/lib/free.c,
5194         * device/lib/malloc.c,
5195         * device/lib/realloc.c: added LGPL, made them reentrant-safe
5196         * src/SDCCcse.c (cseBBlock),
5197         * src/SDCCicode.c (printOperand, geniCodeArray),
5198         * src/SDCCicode.h (struct operand): fixed bug 868103
5199         * support/regression/tests/bug-868103.c: added
5200         * src/SDCCast.c (searchLitOp),
5201         * src/SDCCcse.h (struct cseDef),
5202         * src/SDCCglue.c (printIvalArray, spacesToUnderscores),
5203         * src/SDCCicode.h (struct operand),
5204         * src/SDCCsymt.h (struct sym_link),
5205         * src/avr/gen.c (hasInc),
5206         * src/ds390/gen.c (hasInc),
5207         * src/hc08/gen.c (genPlusIncr, hasInc),
5208         * src/mcs51/gen.c (hasInc),
5209         * src/pic16/glue.c (pic16_printIvalChar),
5210         * src/pic16/ralloc.c (regWithIdx),
5211         * src/xa51/gen.c (hasInc) : removed warnings
5212         * src/SDCCast.c (createBlock): added comment ???
5213         * src/hc08/ralloc.c: updated comments
5214
5215 2004-09-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5216
5217         * doc/sdccman.lyx: updated section on switch statements, added
5218         section about semaphore locking
5219         * doc/Makefile: added option -info for latex2html
5220         * device/lib/_gptrget.c,
5221         * device/lib/_gptrput.c: __XPAGE instead of P2 in outcommented code
5222
5223 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5224
5225         * src/pic/device.h,
5226         * src/pic/device.c,
5227         * src/pic/port.c : Changed PIC14 code to not set bit RP1 when
5228          maxram is less than 0x100.
5229
5230 2004-09-06 Slade Rich <slade_rich AT users.sourceforge.net>
5231
5232         * Bug fixes for PIC14 - signed RSHIFT problem. Patch supplied by Allen(agschrum).
5233
5234 2004-09-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5235
5236         * src/port.h,
5237         * src/mcs51/main.c,
5238         * src/ds390/main.c,
5239         * src/z80/main.c,
5240         * src/hc08/main.c,
5241         * src/pic/main.c,
5242         * src/pic16/main.c,
5243         * src/avr/main.c,
5244         * src/xa51/main.c
5245         * src/SDCCicode.c (geniCodeJumpTable): Better logic to determine if a
5246         a jump table is the best form for a switch statement, including
5247         automatic insertion of missing cases to make the case range
5248         continuous. Developed in collaboration with Frieder Ferlemann.
5249
5250 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5251
5252         * src/hc08/ralloc.c (canDefAccResult): multi-byte shift is unsafe for
5253         accumulator result if it needs sign extension
5254
5255 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5256
5257         * src/hc08/ralloc.c (canUseAccOperand): fixed comparison bug
5258
5259 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5260
5261         * device/lib/gbz80/printf.c,
5262         * device/lib/z80/printf.c: removed define for NULL
5263
5264 2004-09-02 Maarten Brock <sourceforge.brock AT dse.nl>
5265
5266         * as/xa51/xa_link.c,
5267         * device/examples/ds390/ow390/ad26.c,
5268         * device/examples/ds390/ow390/cnt1d.c,
5269         * device/examples/ds390/ow390/counter.c,
5270         * device/examples/ds390/ow390/ds2480.h,
5271         * device/examples/ds390/ow390/ds2480ut.c,
5272         * device/examples/ds390/ow390/findtype.c,
5273         * device/examples/ds390/ow390/gethumd.c,
5274         * device/examples/ds390/ow390/owllu.c,
5275         * device/examples/ds390/ow390/ownetu.c,
5276         * device/examples/ds390/ow390/swt12.c,
5277         * device/examples/ds390/ow390/swtloop.c,
5278         * device/examples/ds390/ow390/temp.c,
5279         * device/examples/ds390/ow390/temp10.c,
5280         * device/examples/ds390/ow390/thermo21.c,
5281         * device/examples/ds390/ow390/tinilnk.c,
5282         * device/examples/ds390/ow390/tstfind.c,
5283         * device/examples/serialcomm/windows/serial.cpp,
5284         * device/examples/serialcomm/windows/test_serialcomm.cpp,
5285         * device/include/reg51.h: fixed line endings for cvs
5286
5287 2004-09-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5288
5289         * src/hc08/ralloc.c (canDefAccResult, canUseAccOperand,
5290         packRegsForAccUse, packRegisters): new accumulator register
5291         packing algorithm
5292         * support/regression/ports/hc08/support.c (_putchar): suppress
5293         warning of unused variable
5294         * src/SDCCicode.c: added SWAP entry to codeTable
5295
5296 2004-09-01 Maarten Brock <sourceforge.brock AT dse.nl>
5297
5298         * device/lib/sprintf.c: forgot to add this file before previous commit
5299
5300 2004-09-01 Vangelis Rokas <vrokas AT otenet.gr>
5301
5302         * src/pic16/gen.c (genPackBits): added operand right in function
5303         parameters, load result directly if p_type is POINTER (that is
5304         called by genNearPointerSet)
5305         * (genUnPackBits): added operand left in function parameters,
5306         * (genNearPointerGet, genNearPointerSet): prevent the loading of
5307         FSR0 if accessing bitfields,
5308
5309 2004-08-31 Maarten Brock <sourceforge.brock AT dse.nl>
5310
5311         * device/include/stdio.h: added NULL, size_t, typedef pfn_outputchar,
5312           _print_format; updated printf, sprintf, vsprintf
5313         * device/include/asm/default/features.h: corrected comment/define
5314         * device/lib/Makefile.in: added sprintf.c
5315         * device/lib/libsdcc.lib: added sprintf module
5316         * device/lib/printf_large.c,
5317         * device/lib/vprintf.c,
5318         * device/lib/sprintf.c: totally refactored printf_large and vprintf
5319           into these 3 files
5320         * support/regression/Makefile: changed ALL_PORTS into a usefull default
5321         * support/regression/ports/mcs51-stack-auto/spec.mk: added sprintf
5322         * support/regression/tests/bug-927659.c: removed dummy putchar, enabled
5323           hc08 test
5324         * support/regression/tests/zeropad.c: define idata as data for hc08
5325
5326 2004-08-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5327
5328         * src/SDCCpeeph.c (labelIsReturnOnly): support hc08 rts opcode also
5329         * src/SDCCpeeph.c (buildLabelRefCountHash): assume function entry point
5330         labels are referenced at least once (even if a reference is not found)
5331         * src/hc08/gen.c (emitcode): set isComment flag for comments
5332         * src/hc08/peeph.def: added rules 5a..5f (optimize redundant immediate
5333         loads), rules 6a..6b (optimize jumps to return)
5334
5335 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5336
5337         * device/lib/acosf.c (acosf),
5338         * device/lib/asinf.c (asinf),
5339         * device/lib/atanf.c (atanf),
5340         * device/lib/ceilf.c (ceilf),
5341         * device/lib/cosf.c (cosf),
5342         * device/lib/coshf.c (coshf),
5343         * device/lib/cotf.c (cotf),
5344         * device/lib/fabsf.c (fabsf),
5345         * device/lib/floorf.c (floorf),
5346         * device/lib/log10f.c (log10f),
5347         * device/lib/logf.c (logf),
5348         * device/lib/sinf.c (sinf),
5349         * device/lib/sinhf.c (sinhf),
5350         * device/lib/sqrtf.c (sqrtf),
5351         * device/lib/tanf.c (tanf),
5352         * device/lib/tanhf.c (tanhf),
5353         * device/include/math.h: defined _FLOAT_FUNC_REENTRANT macro and
5354         replaced all instances of "reentrant" in the library functions
5355         defined in math.h with this macro.
5356         * support/regression/tests/float_trans.c: reenabled test for hc08
5357
5358 2004-08-30 Bernhard Held <bernhard AT bernhardheld.de>
5359
5360         * device/lib/pic16/Makefile.common.in: added MODELFLAGS again, it was
5361         erroneously deleted
5362
5363 2004-08-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5364
5365         * src/hc08/gen.c (loadRegFromAop): better use of clra & clrx
5366         * src/hc08/gen.c (genAnd, genOr): fixed bug with conditional when
5367         multi-byte volatile operands are used
5368         * src/hc08/gen.c (shiftRLong): fixed bug with wrong rotate direction
5369         * src/hc08/main.c (_hc08_genAssemblerPreamble): moved the built-in
5370         initialization to area GSINIT0 so that it would always precede
5371         any static initializers in GSINIT
5372         * support/regression/tests/zeropad.c: fixed idata define for hc08
5373         * support/regression/tests/bug-927659.c,
5374         * support/regression/tests/float_trans.c: disabled tests for hc08
5375         pending missing library routines
5376         * .version: increased version number to 2.4.4 - hc08 port now passes
5377         regression tests
5378
5379
5380 2004-08-29 Bernhard Held <bernhard AT bernhardheld.de>
5381
5382         * device/lib/pic16/Makefile.common.in: added $(MM) to fix `make clean`
5383         * Makefile.common.in,
5384         * as/Makefile,
5385         * as/hc08/Makefile.in,
5386         * as/mcs51/Makefile.in,
5387         * as/z80/Makefile.in,
5388         * debugger/mcs51/Makefile.in,
5389         * device/include/Makefile.in,
5390         * device/lib/Makefile.in,
5391         * doc/Makefile,
5392         * link/Makefile,
5393         * link/z80/Makefile.in,
5394         * packihx/Makefile.in,
5395         * sim/ucsim/main_in.mk,
5396         * sim/ucsim/avr.src/Makefile.in,
5397         * sim/ucsim/doc/Makefile.in,
5398         * sim/ucsim/gui.src/serio.src/Makefile.in,
5399         * sim/ucsim/hc08.src/Makefile.in,
5400         * sim/ucsim/s51.src/Makefile.in,
5401         * sim/ucsim/xa.src/Makefile.in,
5402         * sim/ucsim/z80.src/Makefile.in,
5403         * src/Makefile.in,
5404         * support/cpp2/Makefile.in,
5405         * support/librarian/Makefile,
5406         * support/makebin/Makefile: added DESTDIR to the install path proposed
5407         by "Maciej 'Agaran' Pijanka" <agaran AT pld-linux.org>
5408         * doc/sdccman.lyx: added DESTDIR documentation
5409
5410 2004-08-29 Vangelis Rokas (vrokas AT otenet.gr>
5411
5412         * src/pic16/gen.c (genFunction, genEndFunction): fixed return
5413         instruction for interrupt handlers, use fast returns when returning
5414         from high priority interrupts
5415
5416 2004-08-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5417
5418         * src/hc08/gen.c (genAnd, genOr, transferAopAop, rmwWithAop): optimized
5419         code generation
5420         * src/hc08/gen.c (genrshFour, genCpl): fixed bugs
5421         * src/hc08/gen.c (genMultOneByte, genDivOneByte, genModOneByte): fixed
5422         bugs, ported much of Bernhard's code from mcs51
5423         * src/mcs51/gen.c (genSend),
5424         * src/hc08/gen.c (genSend): fixed bug with lost SEND iCodes if more
5425         than one when calling a reentrant function
5426         * device/lib/_mullong.c: defined an alternate struct layout for big
5427         endian ports (hc08)
5428
5429 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5430
5431         * src/hc08/gen.c (shiftL2Left2Result): fix for bug-500536 regression
5432         test
5433
5434 2004-08-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5435
5436         * src/SDCCsymt.c (processFuncArgs): make sure parameter types
5437         are sane and complete before asking the port its prefered parameter
5438         passing method (fixes bug #1017633)
5439         * device/lib/hc08/_ret.c: added "data" storage class to _ret2
5440         and _ret3
5441
5442 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5443
5444         * src/hc08/gen.c (genPackBitsImmed, genUnpackBitsImmed): fix offset
5445         problem in bitfields >= 8 bits.
5446
5447 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5448
5449         * src/SDCCsymt.c: undid changes that were not meant to be committed
5450
5451 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5452
5453         * support/regression/ports/hc08spec.mk: REENTRANT must be reentrant
5454
5455 2004-08-27 Maarten Brock <sourceforge.brock AT dse.nl>
5456
5457         * src/hc08/gen.c (genUminusFloat): fixed bug where only 3 bytes were
5458           copied and wrong bit got inverted
5459
5460 2004-08-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5461
5462         * src/hc08/gen.c (genPointerSet, genFarPointerSet): moved code from
5463         genFarPointerSet into genPointerSet; eliminated genFarPointerSet
5464         * src/hc08/gen.c (genPointerGet, genFarPointerGet): moved code from
5465         genFarPointerGet into genPointerGet; eliminated genFarPointerGet
5466         * src/hc08/gen.c (genPackBitsImmed): generate optimized code for
5467         assignments to bitfields at known addresses
5468         * src/hc08/gen.c (genUnpackBitsImmed): generate optimized code for
5469         reads from bitfields at known addresses
5470         * src/hc08/ralloc.c (packRegisters),
5471         * src/hc08/gen.c (genPointerGet, genUnpackBits, genUnpackBitsImmed,
5472         genhc08Code): optimize pointer get values used as conditionals
5473         * src/hc08/peeph.def: added rules 2e & 2f to optimize bit test
5474         and branch
5475
5476 2004-08-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5477
5478         * src/mcs51/gen.c (genPointerGet, genNearPointerGet, genPagedPointerGet,
5479         genFarPointerGet, genCodePointerGet, genGenPointerGet, genUnpackBits),
5480         * src/mcs51/ralloc.c (packRegisters): optimize pointer get values used
5481         as conditionals
5482
5483 2004-08-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5484
5485         * src/mcs51/peeph.def: peepholes 248.i-m for xdata bitfields
5486
5487 2004-08-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5488
5489         * src/mcs51/ralloc.c (packRegsForOneuse): fixed bug #1012650 and some
5490         related problems
5491
5492 2004-08-21 Bernhard Held <bernhard AT bernhardheld.de>
5493
5494         * sim/ucsim/cmd.src/Makefile.in: run lex only if $(PRJDIR)/devel exists
5495
5496 2004-08-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5497
5498         * src/z80/ralloc.c (packRegsForAssign): ported some bug fixes from the
5499         mcs51 port
5500
5501 2004-08-16 Slade Rich <slade_rich AT users.sourceforge.net>
5502
5503         * src/pic/gen.c: Restored fn genRet as previous fix was incorrect.
5504
5505 2004-08-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5506
5507         * src/mcs51/gen.c (genJumpTab): jumptables for more than 16 switch
5508         cases use more compact code.
5509
5510 2004-08-13 Slade Rich <slade_rich AT users.sourceforge.net>
5511
5512         * src/pic/gen.c: Fixed problem with fn returning a variable bigger than a char.
5513
5514 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5515
5516         * src/SDCClrange.c (findPrevUse): fixed bug #1007371
5517
5518 2004-08-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5519
5520         * src/SDCCsymt.h,
5521         * src/SDCCsymt.c (changePointer, checkDecl, addSymChain): changed
5522         parameter of changePointer() from symbol* to sym_link*
5523         * src/SDCCast.c (decorateType): call changePointer() for CAST op
5524         * src/SDCCsymt.c (compareType): void* type is castable to other
5525         pointers, but not necesarily an exact match.
5526         * src/SDCCicode.c (geniCodeCast): allow void* casting here since it
5527         is no longer blindly treated as an exact match.
5528         * src/SDCCval.c (valCastLiteral): treat missing type as cast to void
5529
5530 2004-08-12 Slade Rich <slade_rich AT users.sourceforge.net>
5531
5532         * src/pic/glue.c: Added struct initialisation fn printIvalStruct.
5533
5534 2004-08-11 Slade Rich <slade_rich AT users.sourceforge.net>
5535
5536         * src/pic/gen.c,
5537         * src/pic/pcode.c,
5538         * src/pic/ralloc.h,
5539         * src/pic/ralloc.c: Printing rIdx on internal verbose debug.
5540
5541 2004-08-10 Slade Rich <slade_rich AT users.sourceforge.net>
5542
5543         * src/pic/device.c,
5544         * src/pic/device.h,
5545         * src/pic/device.c: Will no longer exit if #pragma maxram has not been defined.
5546
5547 2004-08-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5548
5549         * src/mcs51/gen.c (emitcode): fixed bug #992819
5550
5551 2004-08-05 Maarten Brock <sourceforge.brock AT dse.nl>
5552
5553         * src/pic/ralloc.c (deassignLR): allthough pic port is buggy already,
5554           there's no need to make it worse
5555
5556 2004-08-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5557
5558         * src/mcs51/ralloc.c (deassignLR),
5559         * src/ds390/ralloc.c (deassignLR),
5560         * src/hc08/ralloc.c (deassignLR),
5561         * src/z80/ralloc.c (deassignLR),
5562         * src/pic/ralloc.c (deassignLR),
5563         * src/pic16/ralloc.c (deassignLR),
5564         * src/avr/ralloc.c (deassignLR),
5565         * src/SDCClrange.c (findRecursiveSucc, findRecursivePred, findPrevUse,
5566         rlivePoint): fixed another part of bug #971834
5567
5568 2004-08-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5569
5570         * src/z80/main.c: enabled "critical" keyword
5571         * src/z80/mappings.i,
5572         * src/z80/gen.c (genFunction, genEndFunction): support for interrupt
5573         functions (fixes bug #979646)
5574         * doc/sdccman.lyx: added a subsection explaining z80 interrupt support
5575
5576 2004-08-04 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
5577
5578         * src/mcs51/gen.c (genInline): Add \n for labels, not DOS/WIN dirs
5579           such as c:\mydir.
5580
5581 2004-08-03 Maarten Brock <sourceforge.brock AT dse.nl>
5582
5583         * src/SDCCloop.c (loopInvariants): fixed bug 983545, hope this
5584           doesn't disable too much optimizations
5585
5586 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5587
5588         * src/pic/glue.c Disabled "WARNING: function 'main' undefined" when -S option is used.
5589
5590 2004-08-02 Maarten Brock <sourceforge.brock AT dse.nl>
5591
5592         * src/SDCClrange.c (rlivePoint): fixed bug 988568, thanks to anonymous
5593
5594 2004-08-02 Slade Rich <slade_rich AT users.sourceforge.net>
5595
5596         * src/pic/gen.c tidied up tabs
5597         * src/pic/genarith.c tidied up tabs and fixed bug with literal multiple where same register was used for hi and low byte
5598         * src/pic/main.c tidied up tabs
5599         * src/pic/pcode.c tidied up tabs and disabled verbose code generation
5600         * src/pic/pcoderegs.c tidied up tabs
5601         * src/pic/ralloc.c tidied up tabs
5602
5603 2004-07-30 Vangelis Rokas <vrokas AT otenet.gr>
5604
5605         * src/SDCCmem.c (allocGlobal): don't turn S_REGISTER storage class
5606         to S_FIXED for pic16 port and when symbol is not in level 0,
5607         allocate for S_REGISTER storage class and pic16 port, too,
5608         * src/pic16/device.h: prototype for checkSym,
5609         * src/pic16/device.c (pic16_dump_access, checkSym): NEW,
5610         * (pic16_assignConfigWordValue): test the value and the mask to
5611         validate that the value is suitable for the configuration word,
5612         * src/pic16/glue.c (pic16_printIvalFuncPtr): use 'externs' to
5613         collect extern declared symbols, don't emit symbol twice, check
5614         first if symbol is in publics set first,
5615         * src/pic16/main.c (_pic16_keywords[]): added keyword 'register',
5616         * added command line '--fstack' which enables an experimental
5617         feature for stack access, too buggy to be used yet...
5618         * src/pic16/ralloc.c (pic16_accessregWithName): NEW,
5619         * (pic16_allocDirReg): when register has storage class S_REGISTER
5620         allocate in pic16_dynAccessRegs,
5621         * device/include/pic16/pic18f????.h: modified configuration word
5622         naming convention, words started as CONFIG0H but should be CONFIG1H
5623
5624 2004-07-29 Maarten Brock <sourceforge.brock AT dse.nl>
5625
5626         * device/include/mcs51reg.h: fixed bug 970993
5627
5628 2004-07-27 Maarten Brock <sourceforge.brock AT dse.nl>
5629
5630         * added lib/calloc.c, lib/free.c, lib/realloc.c, include/stddef.h
5631         * updated lib/malloc.c, lib/libsdcc.lib, lib/Makefile.in, include/malloc.h
5632         * src/SDCC.lex (doPragma): added pragma disable_warning <nnn>
5633         * src/SDCCmain.c (parseCmdLine): added option --disable-warning <nnn>
5634         * src/ds390/gen.c (genPlusIncr): fixed bug when incrementing generic pointers
5635         * support/Util/SDCCerr.c (vwerror): suppress disabled warnings and output
5636           error/warning numbers,
5637           added function setWarningDisabled()
5638         * support/Util/SDCCerr.h: added setWarningDisabled() and MAX_ERROR_WARNING
5639         * support/regression/ports/mcs51-stack-auto/spec.mk: added dependencies
5640           _memcmp.c _memmove.c calloc.c realloc.c free.c
5641         * support/regression/tests/malloc.c: added tests for new functionality
5642         * support/regression/tests/zeropad.c: added tests for truncated initializers
5643           and initialized char arrays starting with '\x0'
5644         * src/mcs51/peeph.def: fixed regression, added peephole 177.f
5645
5646 2004-07-26 Bernhard Held <bernhard AT bernhardheld.de>
5647
5648         * support/valdiag/tests/overflow.c: fixed warning on (1 >> 40)
5649
5650 2004-07-26 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5651
5652         * doc/sdccman.lyx: updated example in section "Absolute Addressing"
5653         * src/mcs51/peeph.def: added contributed fix for "bug" #995347 as
5654         peephole 177.e. Thanks to anonymous
5655
5656 2004-07-25 Vangelis Rokas <vrokas AT otenet.gr>
5657
5658         * src/pic16/glue.c (pic16_printIvalFuncPtr): when an extern
5659         function isn't used in the source but referenced as a
5660         variable initializer then declare it as extern in .asm file
5661
5662 2004-07-24 Vangelis Rokas <vrokas AT otenet.gr>
5663
5664         * .version: increased version number to 2.4.3
5665
5666         Adding version extension according to ChangeLog CVS revision
5667         * src/Makefile.in (target all): added dependency 'version.h'
5668         * (rule version.h): added rule to create version.h from ChangeLog,
5669         * (rule dep): added dependency version.h,
5670         * src/version.awk: AWK script to create version.h
5671         * src/SDCCdwarf2.c (dwWriteModule),
5672         * src/SDCCglue.c (initialComments),
5673         * src/SDCCmain.c (printVersionInfo): modified to write after
5674         version string the version extension number,
5675         * src/SDCCutil.c: included "version.h"
5676         * (getBuildNumber): NEW, returns SDCC's ChangeLog minor revision
5677         number,
5678         * src/SDCCutil.h: added prototype for getBuildNumber
5679
5680         * src/SDCCmain.c (parseCmdLine): when sOpt is 'I' add rest in
5681         includeDirsSet, too,
5682         * src/SDCCsymt.c (checkSClass): don't emit error when a variable,
5683         const char [] is found in function prototype...
5684
5685         * src/pic16/genarith.c (pic16_genUMult8XLit_8): optimization to omit
5686         moving to WREG with source is already in WREG,
5687         * src/pic16/gen.h: added AOP_FSR0 and AOP_FSR2 in enum,
5688         * src/pic16/gen.c (getFreePtr): updated to look for FSR0 and FSR2,
5689         * (aopForSym): stack'ed symbols are partially supported, added
5690         if-clause to support symbols in FARSPACE,
5691         * (sameRegs): added test for AOP_ACC to see if registers are same,
5692         * (pic16_freeAsmop): added case for AOP_FSR0 and AOP_FSR2,
5693         * (pic16_aopGet): added case for AOP_FSR0 and AOP_FSR2,
5694         * (pic16_popRegFromString): will not allocate a new register if it
5695         doesn't find one by name, bug may have introduced...
5696         * (pic16_popGet): added case for AOP_FSR0 and AOP_FSR2,
5697         * (genIpush): revived to use pic16 port's stack,
5698         * (genAddrOf): added incomplete case for stack'ed operand,
5699         * (genCast): optimized a pair of MOVFW,MOVWF to MOVFF
5700         * src/pic16/genutils.c (pic16_genNot): almot new vesrion for NOT,
5701         can handle multibyte operands,
5702         * src/pic16/glue.c (pic16_printIval*): some debug info added,
5703         * (pic16initialComments): added message for MPLAB compatibility
5704         mode enabled,
5705         * src/pic16/main.h: prototype for pic16_mplab_comp,
5706         * src/pic16/main.c (pic16_optionsTable): new option --mplab-comp,
5707         which enabled MPLAB compatibility mode (i.e. no #LINE/#FILE, BANKED)
5708         * (_pic16_linkEdit): NEW, handles link stage, transferred here
5709         because of increased complexity of procedure,
5710         * (_process_pragma): stack pragma changed to format 'stack pos len',
5711         emit symbol '_stack_end' to conform with gplink,
5712         * src/pic16/pcode.c (pic16_newpCodeOpBit): using pic16_regWithName
5713         to search for register,
5714         * (pic16_get_op, pic16_get_op2): added case for PO_W, PO_WREG and
5715         PO_GPR_REGISTER,
5716         * (pic16_pCode2str): when in MPLAB compatibility mode, comment out
5717         #LINE directives and replace 'B' with 'BANKED' in instruction opcodes
5718         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
5719         case for PO_GPR_REGISTER,
5720         * (pic16_AnalyzeBanking): removed the old message for inc2h.pl, past
5721         dies, the new era is ahead !...
5722         * src/pic16/ralloc.c: added hash reposits pic16_dynAllocRegNames and
5723         pic16_dynInternalRegs,
5724         * (pic16_allocregWithName, pic16_procregWithName, pic16_regWithname): NEW,
5725         * (pic16_allocDirReg): minor optimizations and bug fixes,
5726         * (pic16_allocWithIdx): when searching pic16_dynProcessorRegs use fixed,
5727
5728         * device/lib/pic16/startup/crt0*.c: extern definition of stack_end,
5729         load stack and frame pointer with address of 'stack_end' symbol
5730
5731 2004-07-23 Vangelis Rokas <vrokas AT otenet.gr>
5732
5733         * src/pic16/glue.c (pic16emitStaticSeg): fixed bug with files
5734         without source code but only variable initializers
5735
5736 2004-07-20 Vangelis Rokas <vrokas AT otenet.gr>
5737
5738         * src/pic16/glue.c (pic16emitRegularMap): unused functions marked as
5739         external are not declared as extern to reduce overhead while linking
5740
5741 2004-07-20 Maarten Brock <sourceforge.brock AT dse.nl>
5742
5743         * src/SDCCast.c (decorateType): removed buggy fix for bug #979599
5744
5745 2004-07-11 Maarten Brock <sourceforge.brock AT dse.nl>
5746
5747         * src/SDCCglue.c (printIvalArray): fixed bug #984229, thanks to Phuah
5748           Yee Keat for the patch
5749         * src/SDCCast.c (decorateType): fixed bug #979599
5750         * src/ds390/gen.h: removed local fReturnSizeDS390
5751         * src/ds390/gen.c: made fReturnSizeDS390 signed short to remove a warning
5752         * src/ds390/gen.c (genAnd, genOr, genXor),
5753         * src/mcs51/gen.c (genAnd, genOr, genXor): generate better optimized code
5754
5755 2004-07-04 Vangelis Rokas <vrokas AT otenet.gr>
5756
5757         * src/SDCCmain.c (linkEdit): modifications only for pic16 port,
5758         add relFilesSet to $3, manipulate $2 to handle linking of object
5759         files without source files in command line,
5760         * device/include/pic16 (all headers): added ID location macros,
5761         * src/pic16/device.c (struct PIC16_device Pics16[]): added field
5762         entries for ID location bytes,
5763         * (pic16_assignIdByteValue): NEW,
5764         * src/pic16/device.h: new structures idRegInfo_t and idBytesInfo_t,
5765         added field dumpcalltree to pic16_options_t,
5766         * src/pic16/gen.c (genCmp): fixed bug case so a temporary register
5767         is used instead of pic16_Gstack_base_addr, check if (ifx) before
5768         emitting rFalseIfx label after check_carry label,
5769         * src/pic16/glue.c (PIC16_IS_IDLOC_ADDRESS, PIC16_IS_HWREG_ADDRESS,
5770         pic16_emitDIRegs), NEW
5771         * (pic16glue): dump .calltree file when option --calltree found,
5772         * src/pic16/main.c (OPTION _pic16_optionsTable): new option --calltree
5773         * (_pic16_genAssemblerPreamble): emit ID locations after
5774         configuration registers,
5775         * (pic16_linkCmd): modifications of the link command,
5776         * src/pic16/pcode.c (pic16_pciMOVFF): PCC_REGISTER replaces PCC_REGISTER2
5777         * (pic16_pCodeInitRegisters): don't init stack registers,
5778         * (pic16_findPrevInstruction): fixed bug,
5779         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): fixed
5780         bug with immediate registers,
5781         * (buildCallTree): traces stack push and pop,
5782         * (pct2): dump also stack usage for each function,
5783         * src/pic16/ralloc.c (dynrIdx): registers names start from 0x00
5784         * (pic16_allocDirReg): various modifications,
5785         * (pic16_typeRegWithIdx): when searching pic16_dynProcessorRegs set
5786         fixed to 1,
5787
5788 2004-07-02 Vangelis Rokas <vrokas AT otenet.gr>
5789
5790         * src/pic16/pcode.c: removed buggy double colon
5791
5792 2004-07-01 Borut Razem <borut.razem AT siol.net>
5793
5794         * support/scripts/sdcc.nsi: added include/pic16 to setup
5795
5796 2004-06-30 Vangelis Rokas <vrokas AT otenet.gr>
5797
5798         * device/lib/Makefile.in: fixed bug in target objects-pic16,
5799         * device/lib/pic16/Makefile: prefixed with dash (-) command under
5800         target 'clean',
5801         * doc/sdccman.lyx: changed version to 2.4.2 and added some port
5802         specific command line arguments. Also added sample lkr script
5803         for placing a variable at a specific memory bank.
5804         * src/pic16/device.c (pic16_dump_gsection): NEW, to dump variables
5805         at a specific memory bank,
5806         * (pic16_dump_isection): fixed bug which caused string literals to
5807         be omitted when dumping idata section,
5808         * (pic16_groupRegistersInSection): added code to handle registers
5809         in specific memory banks,
5810         * src/pic16/gen.c: labelOffset is prefixed with pic16_ and made
5811         public, all references are renamed too,
5812         * (pic16_aopGet): removed switch cases for AOP_R0,AOP_R1,AOP_DPTR,
5813         AOP_DPTR2,
5814         * (pic16_storeForReturn): added case to handle when dest is WREG,
5815         * src/pic16/genarith.c (pic16_pCodeOpSubType): NEW,
5816         * src/pic16/glue.c (pic16emitRegularMap): when adding a register in
5817         pic16_rel_udata, check to see if that register is marked as being
5818         a member of a specific memory bank,
5819         * (pic16_printIvalCharPtr): added code to add string literals either
5820         to code or the idata sections,
5821         * src/pic16/main.c (_process_pragma): added \n to WHITE constant,
5822         also accept the 'udata' pragma,
5823         * src/pic16/main.h: new structure types sectName and sectSym
5824         * src/pic16/pcode.c: added new pCodeInstruction entry for BANKSEL
5825         * (newpCodeOpBit): added PIC_OPTYPE subt in function prototype,
5826         * (pic16_findPrevInstruction): fixed, it returned nothing,
5827         * (insertBankSwitch): fixed to emit banksel/skip and skip/banksel
5828         instruction combinations,
5829         * (pic16_FixRegisterBanking): heavily reorganised,
5830         * (pic16_AnalyzeBanking): if generating banksel directives is
5831         disabled, then don't call FixRegisterBanking at all,
5832         * src/pic16/ralloc.c (bitEQUs, aliasEQUs, allDefsOutOfRange):
5833         completely removed,
5834         * (pic16_writeUsedRegisters): added call to pic16_dump_gsection
5835
5836 2004-06-29 Bernhard Held <bernhard AT bernhardheld.de>
5837
5838         * src/SDCCglue.c (printChar): fixed bug #973350, patch provided by
5839         Phuah Yee Keat <yk.phuah AT nestac.com>
5840
5841 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5842
5843         * src/pic16/glue.c (pic16createInterruptVect): function now emits
5844         correctly the IVT even if it is relocated to some other location
5845
5846 2004-06-28 Vangelis Rokas <vrokas AT otenet.gr>
5847
5848         * device/include/pic16/pic18fregs.h: added case for pic18f2220.h
5849         * device/include/pic16/pic18f2220.h: NEW,
5850         * device/lib/pic16/libdev/pic18f2220.c: NEW,
5851         * device/lib/pic16/libdev/Makefile: added 18f2220 in DEVS,
5852         * src/pic16/device.c (struct Pics16): added info for 18f2220,
5853         * src/pic16/device.h (struct pic16_options): added ivt_loc and
5854         nodefaultlibs, ivt_loc is the location of the interrupt vector
5855         table, and nodefaultlibs signs that default libraries should not be
5856         linked in link stage,
5857         * src/pic16/gen.c (genFunction): relocate interrupt vector functions
5858         according to --ivt-loc argument,
5859         * src/pic16/main.c (_process_pragma): emit '_stack' as public symbol
5860         when pragma stack is found,
5861
5862 2004-06-25 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5863
5864         * src/mcs51/peeph.def: added peepholes 182.d (return 0.0),
5865         256 (range check), 257 (do while), 258.a-f (bit banging
5866         f.e. on 3-wire SPI bus)
5867
5868 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5869
5870         * src/SDCClrange.c (findNextUseSym): fixed a live range bug with
5871         variables used exclusively within a loop
5872
5873 2004-06-21 Bernhard Held <bernhard AT bernhardheld.de>
5874
5875         * src/mcs51/gen.c (genCpl): quick fix for bug #974835
5876
5877 2004-06-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5878
5879         * src/SDCClrange.c (computeClash): fixed bug #971834
5880
5881 2004-06-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5882
5883         * src/mcs51/gen.c (genCmp): fixed bug #975903
5884         * src/hc08/gen.c (operandsEqu),
5885         * src/ds390/gen.c (operandsEqu),
5886         * src/z80/gen.c (operandsEqu),
5887         * src/pic/gen.c (operandsEqu),
5888         * src/pic16/gen.c (operandsEqu),
5889         * src/mcs51/gen.c (operandsEqu): fixed bug #976283
5890         * src/SDCCmain.c (parseCmdLine): report --unknown-option only once
5891
5892 2004-06-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5893
5894         * src/SDCCcse.c (cseBBlock): fixed bug #966963
5895
5896 2004-06-12 Vangelis Rokas <vrokas AT otenet.gr>
5897
5898         * src/pic16/gen.c (genPointerGet): added E_INTERNAL_ERROR for
5899         default case in switch statement,
5900         * glue.c (pic16_initPointer): expr is initialised via decoarteType
5901         to eliminate problem with initialisation of pointers, but problem
5902         still exists,
5903         * (pic16_pointerTypeToGPByte): removed, no needed for pic16,
5904         * (emitStaticSegment): removed various lines emitting debug info,
5905         * src/pic16/pcode.c, src/pic16/pcode.h, src/pic16/ralloc.h:
5906         added processor registers for utilizing EEPROM,
5907         * src/pic16/pcode.c (pic16_emitDB): number of DBs emitted is not
5908         configurable and set 8
5909
5910 2004-06-08 Vangelis Rokas <vrokas AT otenet.gr>
5911
5912         * .version: increased version number to 2.4.2,
5913
5914         Cumulative patch for pic16 port
5915         * src/pic16/device.c: changed scheme to dump initial values for
5916         variables in idata segment, all print_idata* functions were removed,
5917         now the pic16_printIval* will be called,
5918         * src/pic16/glue.c: (pic16_initPointer, pic16_pointerTypeToGPByte,
5919         * _pic16_printPointerType, pic16_printPointerType,
5920         * pic16_printGPointerType, pic16_printIvalArray, pic16_printIvalStruct,
5921         * pic16_printIvalBitFields, pic16_printIvalFuncPtr, pic16_printIvalPtr:
5922         NEW, similar to the respective functions in SDCCglue.c,
5923         * src/pic16/pcode.c (pic16_emitDB, pic16_flushDB): reverted to old
5924         way, emitting hex bytes,
5925         * (pic16_emitDS): NEW, emits a string for pointer initialisation,
5926
5927 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5928
5929         * src/avr/ralloc.c (serialRegAssign),
5930         * src/xa51/ralloc.c (serialRegAssign),
5931         * src/pic/ralloc.c (serialRegAssign),
5932         * src/pic16/ralloc.c (serialRegAssign),
5933         * src/hc08/ralloc.c (serialRegAssign),
5934         * src/z80/ralloc.c (serialRegAssign),
5935         * src/ds390/ralloc.c (serialRegAssign),
5936         * src/mcs51/ralloc.c (serialRegAssign): fixed bug #964479
5937
5938 2004-06-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
5939
5940         * src/SDCCicode.c (geniCodeJumpTable): fixed bug #967601
5941         * src/SDCCpeeph.c (labelIsReturnOnly): fixed bug #966505
5942
5943 2004-06-07 Vangelis Rokas <vrokas AT otenet.gr>
5944
5945         Cumulative patch for pic16 port:
5946         * src/pic16/device.h (typedef PIC16_device) modified fields for
5947         defining microcontrollers,
5948         * src/pic16/device.c: added new info for all devices in Pics16 array,
5949         * src/pic16/gen.c (genPcall): fixed bug that caused the return label
5950         to be optimised out by the pCode optimiser,
5951         * src/pic16/glue.c (pic16emitRegularMap): treat implicit aggragates
5952         specially, bug reported by G.M. Gallant,
5953         * src/pic16/pcode.c (pic16_newpCodeLabelFORCE): NEW, marks a label
5954         as force'd so that cannot be optimised out by pCode optimiser,
5955         * src/pic16/pcode.c,
5956         * src/pic16/pcodepeeph.c,
5957         * src/pic16/pcoderegs.c: many modifications to re-enable peepholes,
5958         they are disabled by default, but can be enabled explicit with
5959         command argument --denable-peeps, for testing,
5960         * device/lib/pic16/startup/Makefile: added --no-peep,--pomit-config-words,
5961         --pomit-ivt in COMPILE_FLAGS
5962
5963 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5964
5965         * src/pic16/pcode.c (pic16_emitDB): removed double semicolon which fails
5966           compilation on MSVC
5967
5968 2004-06-06 Maarten Brock <sourceforge.brock AT dse.nl>
5969
5970         * device/include/sab80515.h: added sfr P6, changed GPL to LGPL
5971
5972 2004-06-06 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5973
5974         device/include/sab80515.h: fixed bug #967492, DAPR is defined at adress
5975         0xd8, but the correct adress is 0xda. Thanks to anonymous for reporting
5976
5977 2004-06-06 Vangelis Rokas <vrokas AT otenet.gr>
5978
5979         * src/pic16/device.c (pic16_assignConfigWord): fixed bug that
5980         would only assign 0x300001 register.
5981
5982 2004-06-05 Vangelis Rokas <vrokas AT otenet.gr>
5983
5984         * device/lib/pic16/startup/Makefile: added $(MODELFLAGS)
5985         in COMPILE_FLAGS. Thanks to G. Gallant for report.
5986
5987 2004-06-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
5988
5989         * doc/sdccman.lyx: minor changes, mentioned beta vendor support
5990         for ds80c400
5991         * src/mcs51/peeph.def: ran unexpand -a over peeph.def
5992         * src/mcs51/peeph.def: removed obsolete peephole 100.a,
5993         added peephole 254 (left shift), 255 (jump table)
5994
5995 2004-06-04 Vangelis Rokas <vrokas AT otenet.gr>
5996
5997         * device/lib/Makefile.in: removed comment line with model-pic16,
5998         * (target port-specific-objects-pic16): the libraries and objects
5999         are copied to the build directory form the device/lib/pic16/bin
6000         directory
6001
6002         Cumulative patch concerning pic16 port:
6003         * library directory has been re-organized,
6004         * added support for PIC18F1220,
6005         * added headers and library sources for chips 18f1220,18f6520,
6006         18f6620,18f6680,18f6720,18f8520,18f8620,18f8680,18f8720
6007
6008         * configuration registers setting has changed, now each supported
6009         device has a complete description of the registers it uses,
6010         * all initialisations are moved to idata sections, these section
6011         can be absolute or relocatable,
6012         * fixed initialisation of codespace variables,
6013         * fixed warning about PCLATU and gpsim,
6014         * src/pic16/gen.c (genCmp): now can handle partially iCodes with no ifx,
6015         * (genAssign): use table reads when assigning from variables in codespace,
6016         * src/pic16/glue.c (pic16emitStaticSeg): fixed to correctly initialise
6017         char/int variables placed in codespace,
6018         * (pic16_emitConfigRegs): NEW, emits a list with configuration
6019         registers set in .asm file, no need for --pomit-config-words anymore,
6020         * (pic16glue): some 8051 legacy segments are commented out
6021         (to be removed completely),
6022         * added support for alternative assembler and linker with --asm=
6023         and --link= command line arguments,
6024         * peepholes are disabled automatically in the port, no need to
6025         specify on command line,
6026         * port supports natively char/int/long multiplication, but converts
6027         all divisions to support functions,
6028         * main.c: pic16_linkCmd and pic16_asmCmd changed to force output
6029         to the file set in variable $2,
6030         * pcode.c (pic16_emitDB, pic16_flushDB): modified to print printable
6031         strings in ASCII format and not in hex,
6032         * ralloc.c (serialRegAssign): added a triplet of conditional calls
6033         to pic16_allocDirReg for IC_RESULT, IC_LEFT and IC_RIGHT so to
6034         allocate proper register if iCodes aren't temporary,
6035
6036 2004-06-02 Maarten Brock <sourceforge.brock AT dse.nl>
6037
6038         * support/regression/tests/zeropad.c: added TEST_G macro for alpha
6039
6040 2004-06-02 Vangelis Rokas <vrokas AT otenet.gr>
6041
6042         * src/pic16/gen.c (genPcall): warning about gpsim and PCLATU
6043         is commented out
6044
6045 2004-06-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6046
6047         * src/hc08/gen.c (genPointerGetSetOfs): disabled optimization if
6048         computed address is reused
6049         * src/hc08/gen.c (genPackBits): fixed offsets in assignments to
6050         multi-byte bitfields
6051
6052 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6053
6054         * src/z80/gen.c: (genArrayInit): must check for pointers too
6055
6056 2004-06-01 Maarten Brock <sourceforge.brock AT dse.nl>
6057
6058         * support/regression/tests/zeropad.c: never meant to commit the
6059           nestedstruct test: removed, added check for GCC version
6060
6061 2004-05-31 Maarten Brock <sourceforge.brock AT dse.nl>
6062
6063         * src/SDCCast.c (createIvalArray): fixed bug 770487 SIGSEGV
6064         * src/SDCCglue.c (emitRegularMap): fixed bug 770484 allocation problem
6065         * src/SDCCglue.c (initPointer, printIvalType, printIvalStruct,
6066           printIvalArray, printIvalFuncPtr, printIvalPtr, printIval): fixed
6067           bugs 928906 and 954082 half-empty initializers
6068         * src/SDCCsymt.h,
6069         * src/SDCCsymt.c (getAllocSize): added for above fix
6070         * src/z80/gen.c (genArrayInit): fixed bug 741044
6071         * support/regression/tests/zeropad.c: added tests
6072
6073 2004-05-30 Vangelis Rokas <vrokas AT otenet.gr>
6074
6075         * src/pic16/device.c (pic16_dump_section): corrected bug which
6076         caused some symbols of the libraries to be misplaced
6077
6078 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6079
6080         * src/pic16/glue.c,
6081         * src/pic16/ralloc.h,
6082         * src/pic16/ralloc.cc: prefixed IS_CONFIG_ADDRESS with PIC16_
6083         to fix conflict with pic port
6084
6085 2004-05-28 Vangelis Rokas <vrokas AT otenet.gr>
6086
6087         * src/pic16/glue.c (pic16emitStaticSeg): do not print as publics or
6088         externs configuration variables,
6089         * src/pic16/ralloc.h,
6090         * src/pic16/ralloc.cc: IS_CONFIG_ADDRESS is made public and added
6091         prototype in header, commented out some debug messages
6092
6093 2004-05-26 Vangelis Rokas <vrokas AT otenet.gr>
6094
6095         * src/pic16/glue.c,
6096         * src/pic16/main.c,
6097         * src/pic16/pcode.c: added gpasm directives #FILE/#LINE
6098         for gpasm COFF object generation. Thanks to D. Hawkins for
6099         his patch info
6100
6101 2004-05-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6102
6103         * src/ds390/main.c,
6104         * src/mcs51/main.c: fixed sort order of mnemonics (thanks to Maarten
6105         Brock for spotting this)
6106         * src/ds390/gen.c (genEndFunction),
6107         * src/mcs51/gen.c (genEndFunction): always save psw if function is an
6108         interrupt handler and critical. Disable push/pop optimizations when
6109         peephole optimizations disabled.
6110
6111 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6112
6113         Updated pic16 library sources and headers.
6114         * device/lib/pic16/pic18f*/ ,
6115         * device/include/pic16/*.h: modified to handle structured SFR
6116         definitions
6117
6118 2004-05-25 Vangelis Rokas <vrokas AT otenet.gr>
6119
6120         * src/port.h (PORT structure): added hook initPaths, now each
6121         port can declare its own default search paths,
6122         which can been seen with the --print-search-dirs option,
6123         see pic16 port for example,
6124         * src/SDCCmain.c (setBinPaths, setIncludePaths, setLibPath,
6125         setDataPaths): test to options.printSearchDirs is ifdef'ed out,
6126         * (doPrintSearchDirs): NEW, replaces in a central manner the
6127         printing of search dirs which was split in set*Paths functions,
6128         * (main): added call to port->initPaths and doPrintSearchDirs,
6129         * src/avr/main.c,
6130         * src/ds390/main.c,
6131         * src/hc08/main.c,
6132         * src/izt/i186.c,
6133         * src/izt/tlcs900h.c,
6134         * src/mcs51/main.c,
6135         * src/pic/main.c,
6136         * src/pic16/main.c: modified port structures to reflect addition of
6137         initPaths hook,
6138
6139         * src/pic16/device.c (regCompare): registers are finally sorted by name,
6140         * (pic16_dump_section): for registers in same address reserve memory once,
6141         * src/pic16/device.h (struct PIC16_device): changed variable gen_banksel
6142         to no_banksel,
6143         * src/pic16/genarith.c (pic16_genPlus): added code to handle cases where
6144         result is greater in size than right or left,
6145         * (pic16_genUMult8X8_8): there are some cases where the result can
6146         be 16 bits size, so handle these,
6147         * src/pic16/gen.c: changed some pic16_emitpcomment to DEBUGpic16_emitcode,
6148         * (pic16_outBitC): modified to emit pcodes,
6149         * (pic16_storeForReturn): using is_LitOp to see if operand is literal
6150         or not,
6151         * (genDivOneByte): implemented algorithm to divide 8-bits,
6152         * (genCmp): uncommented goto, but issues still exist,
6153         * (genAnd): fixed a bug with variables >8bits,
6154         * (genPackBits): optimization added that uses BCF/BSF to change a
6155         single bit,
6156         * (genAssign): fixed bug when assigning floating point literals,
6157         * src/pic16/glue.c (pic16glue): added assembler directive 'code' before
6158         __sdcc_gsinit_startup label,
6159         * src/pic16/main.c (_pic16_init): removed search directory
6160         initialisations,
6161         * (_pic16_initPaths): NEW, used to initialise search directories,
6162         * (_hasNativeMulFor): support functions for all except char/int
6163         multiplication, and char division,
6164         * (PIC16_port struct): modified entry for native mul support,
6165         * src/pic16/pcode.c (insertBankSwitch): modified to support the renamed
6166         no_banksel option,
6167         * (buildCallTree): call to register_usage is ifdef'ed out,
6168
6169 2004-05-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6170
6171         * device/include/string.h: applied Stas Sergeev's patch to make this
6172         header file compatible with the preprocessor -Wundef option
6173         * src/SDCCmain.c (main): abort compilation if preprocessor reports
6174         failure (fixes bug #941458)
6175
6176 2004-05-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6177
6178         * src/SDCCopt.c (killDeadCode): fixed bug #907733
6179         * support/Util/SDCCerr.c: reworded E_AUTO_ASSUMED diagnostic to clarify
6180         that the variable, not the function, should be static
6181         * src/SDCCval.c (valCastLiteral): fixed bit initialization from literal
6182         to be consistent with non-literal case
6183
6184 2004-05-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6185
6186         * src/SDCCast.c (isConformingBody): fixed bug #949967
6187         * src/SDCCopt.c (cnvToFcall, cnvToFloatCast, cnvFromFloatCast,
6188         convilong): fixed bug #952086
6189
6190 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6191
6192         * src/SDCCmem.c (allocVariables): fixed bug #955321
6193
6194 2004-05-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6195
6196         * src/hc08/main.c (_hc08_genAssemblerEnd),
6197         * src/SDCCdwarf2.c (dwOpenFile, dwCloseFile, dwWriteFunction,
6198         dwWriteModule, dwWriteCLine, dwWriteALine, dwarf2FinalizeFile):
6199         completely eliminated the use of a temporary file
6200         * src/SDCCdwarf2.c (dwWriteAttr): fixed bug with location list offset
6201         when more than one file linked
6202         * src/SDCCloop.c (pointerAssigned): fixed bug #954163
6203
6204 2004-05-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6205
6206         * src/SDCCval.c (valForArray): applied Maarten Brock's patch #947682
6207         which fixes bug #543481
6208         * support/regression/tests/bug-751703.c: fixed comments left from a
6209         cut and paste error
6210         * src/SDCCdwarf2.c (dwCloseFile): don't explicitly close a temp file
6211         * src/SDCCdwarf2.c (dwTagFromType): added bitfield support
6212         * src/SDCCdwarf2.c (dwWriteSymbolInternal): handle extern within local
6213         scopes
6214         * src/SDCCdwarf2.c (dwWriteLineNumber): line number deltas are signed
6215         * src/SDCCmain.c (processFile, parseCmdLine): non-alphanumeric chars
6216         are now changed to underscores in moduleName
6217
6218 2004-05-15 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6219
6220         * as/mcs51/lkmem.c: better fix for bug #954173
6221
6222 2004-05-15 Maarten Brock <sourceforge.brock AT dse.nl>
6223         committed by Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6224
6225         * device/include/c8051f020.h: newly added SiLabs (Cygnal) header file
6226         * device/include/c8051f000.h,
6227         * device/include/c8051f120.h,
6228         * device/include/c8051f300.h,
6229         * device/include/c8051f310.h,
6230         * device/include/c8051f320.h: updated (added _XPAGE, CAPN, CAPP,
6231         PWM16) and detab'ed
6232
6233 2004-05-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6234
6235         * doc/sdccman.lyx: mentioned sourceforge's delay between web frontend
6236         and mailing lists, doc'ed --no-peep-comments, removed reference
6237         to knoppix (newest version has no LyX/LaTeX), other minor changes
6238         * src/SDCCglue.c (glue): save 2 bytes stack space with
6239         option --main-return. The ljmp could probably be avoided too
6240
6241 2004-05-14 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6242
6243         * as/mcs51/lkmem.c, as/mcs51/lkaomf51: fixed bug 954173
6244
6245 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6246
6247         * src/SDCCsymt.h: added IS_AUTO(symbol) test macro
6248         * src/SDCCopt.c (isLocalWithoutDef),
6249         * src/SDCCicode.c (operandFromSymbol): use the IS_AUTO test macro
6250         which adds a !IS_EXTERN codition. Fixes bugs #877426 and #751703.
6251         (credit to Maarten Brock for patch #949363, on which this is based)
6252         * support/regression/tests/bug-751703.c: some test cases of extern used
6253         within inner scopes.
6254
6255 2004-05-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6256
6257         * src/SDCCdwarf2.c (dwMatchTypes): structs must have matching
6258         SPEC_STRUCT
6259         * src/SDCCdwarf2.c (dwTagFromType): fix to handle recursive
6260         struct definitions
6261         * src/SDCCdwarf2.c (dwWriteModule, dwNewDebugSymbol, dwWriteEndFunction,
6262         dwWriteLabel): fix to create valid debugger symbols even when
6263         the module name has non-alphanumeric symbols in it
6264         * src/SDCCdwarf2.c (dwWriteSymbolInternal): better detection for
6265         when a variable's allocation has been optimized away
6266
6267
6268 2004-05-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6269
6270         * src/hc08/gen.c (hc08_emitDebuggerSymbol),
6271         * src/hc08/main.c,
6272         * src/mcs51/gen.c (mcs51_emitDebuggerSymbol),
6273         * src/mcs51/main.c,
6274         * src/ds390/gen.c (ds390_emitDebuggerSymbol),
6275         * src/ds390/main.c,
6276         * src/z80/gen.c (z80_emitDebuggerSymbol),
6277         * src/z80/main.c,
6278         * src/pic/gen.c (pic14_emitDebuggerSymbol),
6279         * src/pic/main.c,
6280         * src/pic16/gen.c (pic14_emitDebuggerSymbol),
6281         * src/pic16/main.c,
6282         * src/avr/gen.c (avr_emitDebuggerSymbol),
6283         * src/avr/main.c,
6284         * src/xa51/gen.c (xa51_emitDebuggerSymbol),
6285         * src/xa51/main.c,
6286         * src/SDCCdebug.c (emitDebuggerSymbol),
6287         * src/SDCCdebug.h,
6288         * src/port.h: added a debugger struct to the port struct. Added a
6289         callback for defining debugger symbols
6290
6291         * src/SDCCast.c (createLabel),
6292         * src/SDCC.y (labeled_statement): mark all compiler generated labels
6293         with isitmp = 1
6294         * src/SDCCicode.h,
6295         * src/SDCCicode.c (geniCodeFunctionBody): added a link from the FUNCTION
6296         iCode back to the ast for the function
6297
6298         * src/hc08/ralloc.c (hc08_assignRegisters),
6299         * src/hc08/ralloc.h: define a regs struct for the stack pointer. Removed
6300         unneeded fields from the regs struct.
6301         * src/hc08/gen.c (transferRegReg, genFunction, genEndFunction): use the
6302         pushReg() & pullReg() functions instead of emitcode()
6303
6304         * src/hc08/gen.c (genLabel, genhc08Code),
6305         * src/SDCCdebug.h: Added additional debugger hooks needed for DWARF
6306
6307         * src/cdbFile.c (cdbWriteLabel, cdbWriteScope): Added stubs for unneeded
6308         debugger hooks
6309
6310         * src/hc08/gen.c (genEndFunction, genhc08Code),
6311         * src/hc08/gen.h,
6312         * src/mcs51/gen.c (genEndFunction, gen51Code),
6313         * src/mcs51/gen.h,
6314         * src/ds390/gen.c (genEndFunction, gen390Code),
6315         * src/ds390/gen.h,
6316         * src/z80/gen.c (genEndFunction, genZ80Code),
6317         * src/z80/gen.h,
6318         * src/z80/z80.h,
6319         * src/pic/gen.c (genEndFunction, genpic14Code),
6320         * src/pic/gen.h,
6321         * src/pic16/gen.c (genEndFunction, genpic16Code),
6322         * src/pic16/gen.h,
6323         * src/avr/gen.c (genEndFunction, genAVRCode),
6324         * src/avr/gen.h,
6325         * src/xa51/gen.c (genEndFunction, genXA51Code),
6326         * src/xa51/gen.h,
6327         * src/cdbFile.c (cdbWriteFunction, cdbWriteEndFunction): moved cdb
6328         specific code to cdbFile.c and out of the backend code generators
6329
6330         * as/hc08/lkmain.c (main): removed OMF51 support from link-hc08
6331         * as/hc08/lkarea.c (lnkarea): areas with NOLOAD attribute default
6332         starting address is now 0
6333
6334         * as/hc08/asm.h,
6335         * as/hc08/m08pst.c,
6336         * as/hc08/asmain.c (asmbl): implemented the .sleb128 and .uleb128
6337         assembler directive for DWARF support
6338         * as/hc08/lkelf.c (elf): only increment address when rtflg[] set
6339
6340         * src/src.dsp,
6341         * src/Makefile.in,
6342         * src/SDCCdwarf2.c: preliminary DWARF (ver 2) debugger data generator
6343
6344 2004-05-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6345
6346         * src/hc08/gen.c (genJumpTab, emitcode, genhc08code): fixed stack error
6347         and inappropriate peephole optimization in jump tables
6348
6349 2004-04-30 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6350
6351         * as/hc08/m08pst.c,
6352         * src/SDCCglue.c: sdccopt works for the hc08 port now
6353
6354 2004-04-27 Bernhard Held <bernhard AT bernhardheld.de>
6355
6356         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): fixed bug #942130
6357
6358 2004-04-27 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6359
6360         * as/hc08/lkelf.c: sdccconf.h is not available in WIN32
6361
6362 2004-04-24 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6363
6364         * src/SDCCpeeph.c (replaceRule): support empty replacement peephole
6365         rules
6366         * src/SDCCmain.c,
6367         * src/SDCCglobl.h,
6368         * src/SDCCpeeph.c (getPeepLine): new option --no-peep-comments omits
6369         comments from the peephole optimizer replacement rules
6370         * src/SDCCmem.c (printAllocInfoSeg): give actual location of spilled
6371         symbols
6372         * src/SDCCcse.c (updateSpillLocation),
6373         * src/SDCCopt.c (killDeadCode, findReqv): better tracking of register
6374         equivalents
6375         * src/hc08/ralloc.c (regTypeNum): pseudo symbols must be in DATA only
6376         * src/hc08/main.c (_hc08_finaliseOptions): made pointers to stack
6377         objects far pointers
6378
6379 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6380
6381         * src/SDCCsymt.h: a missing part of my last change
6382         * src/pic/ralloc.c (regTypeNum),
6383         * src/pic16/ralloc.c (regTypeNum): fixed statement/declaration order
6384
6385 2004-04-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6386
6387         * src/SDCCicode.h,
6388         * src/SDCCicode.c (aggrToPtrDclType),
6389         * src/SDCCptropt.h,
6390         * src/SDCCptropt.c (ptrBaseRematSym, ptrPseudoSymSafe,
6391         ptrPseudoSymConvert),
6392         * src/pic/ralloc.c (regTypeNum),
6393         * src/pic16/ralloc.c (regTypeNum),
6394         * src/hc08/ralloc.c (regTypeNum),
6395         * src/ds390/ralloc.c (regTypeNum),
6396         * src/mcs51/ralloc.c (regTypeNum): check for dependancy hazards before
6397         creating pseudo symbols (fixed bugs #777768, #930484, and #933966)
6398
6399 2004-04-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6400
6401         * link/z80/lkmain.c (afile),
6402         * as/hc08/lkmain.c (afile),
6403         * as/mcs51/lkmain.c (afile): fix suggested by Maarten Brock to
6404         prevent a pointer problem when a filename has no directory and
6405         no extension specified.
6406
6407 2004-04-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6408
6409         * link/z80/lkmain.c (afile): allow periods in directory names
6410         * link/z80/lkmain.c (afile),
6411         * as/mcs51/lkmain.c (afile),
6412         * as/hc08/lkmain.c (afile): allow linker script file to have an
6413         extension other than ".lnk"
6414         * link/z80/lklex.c (getfid),
6415         * link/z80/lkmain.c (parse),
6416         * as/mcs51/lklex.c (getfid),
6417         * as/mcs51/lkmain.c (parse),
6418         * as/hc08/lklex.c (getfid),
6419         * as/hc08/lkmain.c (parse): Support comments in the linker script
6420         file on lines by themselves and after filenames
6421
6422 2004-04-20 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6423
6424         * as/link_hc08.dsp: Added as/hc08/lkelf.c to project.
6425
6426 2004-04-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6427
6428         * src/z80/peeph-z80.def: removed some peephole rules that don't
6429         work with multibyte arithmetic (fixed bug #937126)
6430         * src/mcs51/peeph.def: fixed peephole rules 150-158 to apply only
6431         to registers and not global variables
6432         * src/SDCCicode.c (geniCodeAssign, ast2iCode, geniCodePostInc,
6433         geniCodePreInc, geniCodePostDec, geniCodePreDec,
6434         geniCodeLogicAndOr, geniCodeConditional): enforce strict lvalue
6435         checking for assignments not internally generated (fixed bug #931895)
6436         * src/SDCC.y (postfix_expr): ignore typedefs when looking for a
6437         structure member (fixed bug #930072)
6438
6439 2004-04-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6440
6441         * src/SDCCmain.c (linkEdit),
6442         * src/hc08/main.c (_hc08_parseOptions),
6443         * as/hc08/Makefile.in,
6444         * as/hc08/aslink.h,
6445         * as/hc08/asm.h,
6446         * as/hc08/m08pst.c,
6447         * as/hc08/lkrloc.c (relr, rele),
6448         * as/hc08/lkarea.c (lnkarea)
6449         * as/hc08/lkmain.c (afile, parse),
6450         * as/hc08/lkelf.c: support for ELF output
6451         * as/hc08/lks19.c (s19),
6452         * as/hc08/lkihx.c (ihx): ignore areas with the NOLOAD attribute
6453
6454 2004-04-17 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6455
6456         * as/mcs51/lkihx.c: Fixed bug #899105.
6457
6458 2004-04-16 Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
6459
6460         * doc/sdccman.lyx: Added instructons on how to convert MSVC .dsw and
6461         .dsp files from Unix to DOS.
6462
6463 2004-04-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6464
6465         * doc/sdccman.lyx: removed the ANSI-C noncompliance note regarding
6466         function pointers; we have been compliant for several months now.
6467         * src/mcs51/ralloc.c (serialRegAssign): enabled part of my 2004-04-13
6468         change that was accidently commented out
6469         * src/mcs51/gen.c (freeAsmop, getFreePtr, freeForBranchAsmop, genIfxJump,
6470         genCmpEq, jmpTrueOrFalse, genCmp, genAnd, genOr, genXor, genIfx): fixed
6471         bug #922319
6472
6473 2004-04-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6474
6475         * src/hc08/gen.c: output of all of the internal debugging information
6476         is now controlled by the D() macro; it is disabled by default
6477
6478 2004-04-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6479
6480         * src/mcs51/ralloc.c (serialRegAssign, fillGaps, allocThisReg): try
6481         harder to keep the same registers during a CAST iCode
6482         * src/SDCCopt.c (optimizeCastCast, eBBlockFromiCode): casts of char to
6483         long via int can be done in a single cast, if the signedness is
6484         correct.
6485         * support/regression/tests/bug-927659.c: fixed to avoid conflict with
6486         putchar() in tinibios.c in ds390's library
6487
6488 2004-04-12 Bernhard Held <bernhard AT bernhardheld.de>
6489
6490         * src/SDCCast.c (decorateType): fixed bug #898889,
6491         cast result of a literal complement too
6492         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #930931,
6493         fixed check for bitfields
6494
6495 2004-04-11 Bernhard Held <bernhard AT bernhardheld.de>
6496
6497         * src/SDCCicode.c (geniCodeLogic): made it static,
6498         (geniCodeLogicAndOr): added in order to fix bug #905492,
6499         (ast2iCode): fixed bug #905492
6500         * support/regression/tests/bug-905492.c: added
6501         * src/SDCCast.c (decorateType): don't decorate/process parms twice,
6502         (processParms): fixed bug #927659: don't copy parms, this will clear
6503         decorated flag
6504         * support/regression/tests/bug-927659.c: added
6505
6506 2004-03-29 Bernhard Held <bernhard AT bernhardheld.de>
6507
6508         * src/SDCCast.c (addCast): don't cast float to char
6509         * device/lib/libsdcc.lib: added _memmove
6510
6511 2004-03-28 Bernhard Held <bernhard AT bernhardheld.de>
6512
6513         * device/lib/large/Makefile: fixed parallel execution by
6514         replacing `make` by `$(MAKE)`
6515
6516 2004-03-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6517
6518         * src/hc08/gen.c (genPointerGetSetOfs): correctly handle 1 byte array
6519         offsets (fixes bug #923936)
6520
6521 2004-03-26 Bernhard Held <bernhard AT bernhardheld.de>
6522
6523         * device/lib/small/Makefile: fixed parallel execution by
6524         replacing `make` by `$(MAKE)`
6525
6526 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6527
6528         * device/lib/vprintf.c (vsprintf): minor optimization, see bug #801101
6529
6530 2004-03-23  Scott Dattalo  <scott AT dattalo.com>
6531
6532         * src/pic/gen.c (genCpl): multi-byte complements were not working.
6533         * src/regression/Makefile: Regression test was not running.
6534
6535 2004-03-23 Bernhard Held <bernhard AT bernhardheld.de>
6536
6537         * src/SDCCast.c (resultTypePropagate, decorateType): avoid promotion to int for
6538         complement if possible
6539         * src/SDCCval.c (valComplement),
6540         * src/SDCCicode.c (operandOperation): fixed complement of literal
6541         * support/regression/tests/onebyte.c (testComplement): added
6542
6543 2004-03-22 Bernhard Held <bernhard AT bernhardheld.de>
6544
6545         * src/SDCCast.c (processParms): fixed bug #920866; decorateType() can
6546         return an optimized tree; actually replace actParm with the new tree
6547         * src/SDCCast.h: added some parantheses to remove side effects
6548         * support/regression/tests/bug-920866.c
6549
6550 2004-03-21  Scott Dattalo  <scott AT dattalo.com>
6551         * src/pic/gen.c, src/pic/gen.h, src/pic/genarith.c, src/pic/pcode.c:
6552         Bit operands were not being handled properly in the pic14 port.
6553         (now src/regression/add.c passes again).
6554
6555 2004-03-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6556
6557         * src/SDCC.y (labeled_statement): case and default no longer require
6558         a following statement (RFE #893037)
6559
6560 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6561
6562         * src/mcs51/gen.c (pushSide, genSignedRightShift, genDjnz, geniPush):
6563         use MOVA macro to avoid "mov a,acc" when peephole optimizer is
6564         disabled (fixes bug #916294)
6565         * sim/ucsim/s51.src/mov.cc (inst_mov_a_addr): Throw an error on
6566         "mov a,acc"; patch provided by Lenny Story
6567         * device/include/mc68hc908gp32.h: header contibuted by Juan Gonzalez
6568
6569 2004-03-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6570
6571         * src/mcs51/gen.c (genFunction): optimize RECEIVE in reentrant
6572         functions
6573         * src/ds390/gen.c (genFunction, genEndFunction),
6574         * src/ds390/ralloc.c (ds390_assignRegisters),
6575         * src/mcs51/gen.c (genFunction, genEndFunction, mcs51_assignRegisters):
6576         * src/mcs51/ralloc.c (mcs51_assignRegisters): Skip optimizing registers
6577         pushed if there are parameters passed on the stack. Also, a cleaner
6578         way to decide if r0/r1 should be pushed/popped. (Together they fix
6579         bug #918693)
6580
6581 2004-03-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6582
6583         * doc/sdccman.lyx,
6584         * device/lib/mcs51/crtpagesfr.asm,
6585         * device/lib/mcs51/crtxinit.asm,
6586         * device/lib/mcs51/crtxstack.asm: Changed name of _PAGESFR to _XPAGE
6587         to avoid confusion with Si Lab's SFRPAGE register.
6588
6589 2004-03-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6590
6591         * src/SDCCglue.c (emitMaps): allow public sfr variables
6592         * src/SDCCglue.c (initialComments): include compiler build date
6593         with compiler version and put the timestamp of the generated
6594         assembly file on a serperate line to be less confusing.
6595         * src/port.h: added genInitStartup hook
6596         * src/avr/main.c,
6597         * src/ds390/main.c,
6598         * src/hc08/main.c,
6599         * src/pic/main.c,
6600         * src/pic16/main.c,
6601         * src/xa51/main.c,
6602         * src/z80/main.c: genInitStartup initialize as NULL (default to
6603         historical behaviour)
6604         * src/SDCCglue.c (glue): _sdcc_gsinit_startup is now port specific.
6605         * src/mcs51/main.c: (_mcs51_genInitStartup, _mcs51_genExtraAreas,
6606         _mcs51_genXINIT, _mcs51_genRAMCLEAR): link initialization code from the
6607         library instead of hard coding it into the compiler.
6608         * support/regression/ports/mcs51-stack-auto/spec.mk,
6609         * src/SDCCmain.c (linkEdit): added mcs51.lib to the link libraries
6610         * device/lib/mcs51/Makefile,
6611         * device/lib/small/Makefile,
6612         * device/lib/large/Makefile,
6613         * device/lib/mcs51/crtpagesfr.asm,
6614         * device/lib/mcs51/crtstart.asm,
6615         * device/lib/mcs51/crtxclear.asm,
6616         * device/lib/mcs51/crtxinit.asm,
6617         * device/lib/mcs51/crtclear.asm,
6618         * device/lib/mcs51/crtxstack.asm: move most of the mcs51 C runtime
6619         startup/initialization out of src/SDCCglue.c and src/mcs51/main.c
6620         and into user configurable files.
6621         * device/lib/clean.mk: clean mcs51 directory too
6622         * support/regression/tests/longlit.c: added static to T1 declaration
6623         * doc/sdccman.lyx: documented _PAGESFR sfr for customizing pdata
6624         accesses in the initialization code
6625
6626 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6627
6628         * device/include/mc68hc908qy.h: corrected declarations of FLBPR and
6629         OSCTRIMVAL as noted in bug #916008
6630
6631 2004-03-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6632
6633         * src/SDCCloop.c (basicInduction): fixed bug with loop induction
6634         in loops with multiple exits (reported as incorrect registers
6635         used by Martin Helmling in Sdcc-user list)
6636
6637 2004-03-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6638
6639         * src/ds390/main.c (_ds390_genAssemblerPreamble): cosmetic change,
6640         made ds390 register extensions look less like error messages
6641
6642 2004-03-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6643
6644         * src/SDCCglue.c (printIvalPtr): fixed bug with pointer initializer
6645         reported by Adam Wozniak in Sdcc-user list
6646
6647 2004-03-10 Bernhard Held <bernhard AT bernhardheld.de>
6648
6649         * src/SDCCast.c (decorateType): fixed with bug and promotion in
6650         arithmetic optimizations, added debug output
6651
6652 2004-03-09 Bernhard Held <bernhard AT bernhardheld.de>
6653
6654         * device/lib/time.c (mktime): fixed bug reported by Bert Thomas
6655         * sdcc.spec: updated and split sdcc into 3 rpms
6656         * src/SDCCast.c (decorateType): &|^ don't need addCast(); addCast() is
6657         needed for literals of LEFT_OP and '+'
6658         * src/SDCCicode.c (geniCodeLogic): I must have been braindead when I
6659         introduced RESULT_TYPE_NOPROM
6660         (geniCodeMultiply): fixed logic for decision if mul is optimized to
6661         left shift
6662         * src/SDCCsymt.c (computeType): op is int; added RESULT_TYPE_OTHER;
6663         limited promotion to int only for '*'
6664         * src/SDCCsymt.h (computeType): op is int, removed RESULT_TYPE_NOPROM
6665
6666 2004-03-09 Hans Dorn <hjdorn AT users.sourceforge.net>
6667
6668         * src/pic16/gen.c (genSkip),
6669         (genc16bit2lit), (gencjneshort): commented out
6670         (is_LitOp): new helper function, checks operand type
6671         (genCmpEq): rewritten
6672
6673 2004-03-08 Bernhard Held <bernhard AT bernhardheld.de>
6674
6675         * support/regression/tests/bug-908454.c: added
6676
6677 2004-03-07 Bernhard Held <bernhard AT bernhardheld.de>
6678
6679         * src/SDCCast.c (addCast): fixed bug #908454 by promoting bits to char
6680         * src/SDCCicode.c (usualBinaryConversions): op needs int type
6681         (geniCodeCast): cosmetic, don't preserve bit storage class
6682         (geniCodeLeftShift): added promotion
6683         (geniCodeLogic): fixed regression
6684         * src/SDCCsymt.c (computeTypeOr): accept bits too
6685         (compareType): 2nd part of fix for bug #908454, needed for bitfields
6686
6687 2004-03-07  Borut Razem <borut.razem AT siol.net>
6688
6689         * support/Util/findme.c: alloca() replaced with malloc()/free() pair
6690
6691 2004-03-06 Vangelis Rokas <vrokas AT otenet.gr>
6692
6693         * src/pic16/ralloc.c (pic16_genPackRegisters): reverted to old
6694         version of pic16_genPackRegisters which does not check if ic is a
6695         CAST operator,
6696         * src/pic16/gen.c (ifxForOp): disabled new and untested code in
6697         function cause string1.c regression test fails
6698
6699 2004-03-06 Bernhard Held <bernhard AT bernhardheld.de>
6700
6701         * sim/ucsim/configure.in,
6702         * sim/ucsim/configure,
6703         * sim/ucsim/doc/Makefile.in: use docdir
6704         * src/SDCC.y: fixed sbit atrributes
6705         * src/SDCCast.c (getResultTypeFromType): added support for bitfields
6706         * src/SDCCast.c (decorateType): |^& need special promotion handling
6707         * src/SDCCast.h,
6708         * src/SDCCsymt.h: moved definition of RESULT_TYPE
6709         * src/SDCCsymt.h (computeType),
6710         * src/SDCCicode.c: computeType() needs op
6711         * src/SDCCsymt.c (checkTypeSanity),
6712         * doc/sddman.lyx: "plain" bitfields are unsigned
6713         * src/SDCCsymt.c (computeTypeOr): added
6714         * src/SDCCsymt.c (computeType): added support for bitfields, fixed
6715         |^& ops
6716         * src/SDCCval.c (val*): computeType() needs op
6717         * src/SDCCval.c (valCastLiteral): fixed casting of bitfields
6718         * support/regression/tests/onebyte.c: added tests for |^&
6719
6720 2004-03-06 Hans Dorn <hjdorn AT users.sourceforge.net>
6721
6722         * src/pic16/gen.c: (genpic16Code) use copy of printILine's output
6723         for writing icode into asm output.
6724
6725 2004-03-05 Vangelis Rokas <vrokas AT otenet.gr>
6726
6727         * src/pic16/device.c: added some debug lines enabled
6728         with macro DEBUG_CHECK,
6729         * src/pic16/genarith.c: more debug in genPlus,
6730         * (pic16_genUMult8XLit_16, pic16_genUMult8X8_16): removed,
6731         * (pic16_genUMult16X16_16, pic16_genUMult16XLit_16): NEW,
6732         * src/pic16/gen.c: added prototypes for pic16_genMult16X16_16,
6733         * (aopForSym): onStack symbols are re-placed in data memspace,
6734         and onStack flag is cleared,
6735         * (pic16_popGetTempReg, pic16_popReleaseTempReg): modified to
6736         copy temporary pcodeop,
6737         * (genPcall): added warning for not updating PCLATU,
6738         * (genFunction): removed test with IFFUNC_CALLEESAVES, its
6739         always true for pic16 port,
6740         * (genMultOneWord): NEW, supports integer multiplication,
6741         * (genMult): modified to call genMultOneWord,
6742         * (ifxForOp): added warning when return NULL,
6743         * src/pic16/glue.c (pic16emitRegularMap): symbol implicit
6744         flag is set before call to operandFromSymbol for implicit
6745         added structures,
6746         * src/pic16/main.c (_pic16_finaliseOptions): options.float_rent,
6747         options.intlong_rent are set by default,
6748         * (_hasNativeMulFor): modified to allow port generation of integer
6749         multiplication,
6750         * src/pic16/ralloc.c (pic16_allocDirReg): commented out line which
6751         set regtype to REG_SFR for all registers, restricting seting the
6752         accessBank flag for registers 0<= r < 0x80 and 0xf80<=r<=0xfff,
6753
6754 2004-03-05 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
6755
6756         * src/mcs51/peephole.def: added 251.b and 253.x. 253.x are applied
6757         more than 500 times in the regression tests
6758
6759 2004-03-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6760
6761         * support/Util/SDCCerr.h,
6762         * support/Util/SDCCerr.c,
6763         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
6764         enumerator_list),
6765         * src/SDCCsymt.c (addSymChain): show location of oriignal definition
6766         for symbol conflicts.
6767         * support/valdiags/tests/enum.c,
6768         * support/valdiags/tests/tentdecl.c,
6769         * support/valdiags/tests/struct.c: expect possible error messages
6770         referring to original symbol definitions.
6771         * src/SDCC.y (struct_or_union_specifier, struct_declarator),
6772         * src/SDCCsymt.h,
6773         * src/SDCCsymt.c (promoteAnonStructs): support anonymous struct/union
6774
6775 2004-03-03 Hans Dorn <hjdorn AT users.sourceforge.net>
6776
6777         * src/pic16/gen.c (gencjne): fixed for right=REG / left=LIT
6778
6779 2004-02-03 Vangelis Rokas <vrokas AT otenet.gr>
6780
6781         * src/pic16/ralloc.c (newReg): fixed bug #908929
6782
6783 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6784
6785         * src/ds390/gen.c: added missing #include "main.h"
6786
6787 2004-03-02 Vangelis Rokas <vrokas AT otenet.gr>
6788
6789         * src/pic16/device.c (checkAddSym): NEW, adds a symbol to set while
6790         checking if symbol is already in set,
6791         * src/pic16/device.h: prototype for checkAddSym,
6792         * src/pic16/gen.c: (_G): added entry interruptvector,
6793         * (assignResultValue): removed some commented out lines,
6794         * (genFunction): check for ISR via sym->type, absolute section for
6795         interrupt code is created via a new pBlock, the goto instruction is
6796         placed now correctly at the interrupt vector position, changed all
6797         references from ivec to _G.interruptvector,
6798         * WREG,STATUS,BSR are not saved in stack upon an entry to interrupt
6799         is the interrupt is a high priority one, same for return from ISR,
6800         * src/pic16/glue.c: changed all calls of addSetHead for publics and
6801         externs to calls of checkAddSym,
6802         * src/pic16/pcode.c (pic16_pBlockConvert2*): emit warning when
6803         pic16_pcode_verbose flag is set,
6804         * src/pic16/pcode.h: extern to pic16_pcode_verbose,
6805         * src/pic16/pcoderegs.c: message about how many registers are saved
6806         will only be emitted if pic16_pcode_verbose flag is set,
6807
6808 2004-03-02 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6809
6810         * src/ds390/ralloc.h,
6811         * src/ds390/ralloc.c (ds390_regWithIdx),
6812         * src/ds390/gen.c (emitcode),
6813         * src/ds390/main.h,
6814         * src/ds390/main.c (instructionSize, ds390newAsmLineNode, updateOpRW,
6815         ds390opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6816         ds390operandCompare, getRegsRead, getRegsWritten,
6817         initializeAsmLineNode): customized instruction size calculation for
6818         ds390, started basis for some register optimizations
6819         * src/ds390/gen.c (gen390Code, emitcode): associate iCodes with
6820         corresponding assembly output
6821         * src/ds390/gen.c (genFunction, genEndFunction): added case to handle
6822         missing push/pop of r0/r1. Optimized push/pops
6823
6824 2004-03-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6825
6826         * src/mcs51/main.c (instructionSize): fixed ACALL size
6827         * src/mcs51/main.c (updateOpRW): fixed bug with @dptr, @a+dptr operands
6828
6829 2004-03-01 Vangelis Rokas <vrokas AT otenet.gr>
6830
6831         * src/pic16/device.c (pic16_dump_section): fixed a bug that allowed
6832         the sorting of rlist with NULL elements
6833         * (print_idataType, print_idata): NEW to create idata sections
6834         * src/pic16/device.h: idataSymSet new variable
6835         * src/pic16/gen.c (genFunction): fixed some bugs in string
6836         comparing, improved the absolute section creation for ISRs,
6837         added FSR0L/FSR0H in registers that are saved in an ISR,
6838         * (genInline): fixed the processing of inline snippets,
6839         now they undergo no process by the peephole optimizer
6840         * src/pic16/glue.c (pic16emitRegularMap): symbols with initialiser
6841         are placed in idataSymSet,
6842         * (pic16emitStaticSeg): extern symbols are added in externs,
6843         * src/pic16/ralloc.c (pic16_allocDirReg): work around to reduce bank
6844         switching when aboslute variables are placed in access bank memory
6845         * (pic16_writeUsedRegs): added call to pic16_dump_idata,
6846         * (packRegsForSupport,packRegsForAccUse,packRegsForOneuse):
6847         commented out with #if,
6848         * (pic16_packRegisters): reintroduce the check for CAST because some
6849         symbols are not correctly handled,
6850         * src/pic16/pcode.h: changed the definition of pCodeAsmDir to hold a
6851         pCodeInstruction instead of pCode,
6852         * src/pic16/pcode.c (pic16_newpCodeAsmDir): modified for the new
6853         pCodeAsmDir definition,
6854         * (pic16_pCode2str, genericPrint): when an AsmDir pcode has a NULL
6855         directive, then the argument directive is emitted without the leading
6856         tab, hack for inline labels which must be in the first column,
6857         * (compareLabel,pic16_findNextInstruction),
6858         * (pic16_findPrevInstruction): added case for PO_ASMDIR,
6859         * (insertBankSwitch): modified for the new pCodeAsmDir,
6860
6861 2004-03-01 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6862         patch applied by Vangelis Rokas <vrokas AT otenet.gr>
6863
6864         * src/pic16/gen.c (pic16_popGet): case PO_DIR, adds the offset to
6865         instance,
6866         * (pushSide): commented out with #if,
6867         * (assignResultValue): fixed some typos in saving
6868         registers,
6869         * (genPcall): FIXED and sync'ed with genCall,
6870         * (genDataPointerGet,genDataPointerSet): using offset not leoffset
6871         * (genNearPointerGet): fixed to handle some more cases,
6872         implementation scheme via table reads,
6873         * (genConstPointerGet): modified to access code memory correct,
6874         * (genCodePointerGet,genNearPointerSet,genGenPointerSet): modified
6875         and improved to handle some cases
6876         * glue.c (printIvalType,printIvalChar,emitStaticSeg): use "DB"
6877         instead of "RETLW" for init data
6878         * src/pic16/ralloc.c (pic16_allocDirReg): warning when a symbol is
6879         not IN_DIRSPACE, work around to reduce bank switching when aboslute
6880         variables are placed in access bank memory (<0x80 and >=0xf80),
6881         * src/pic16/pcode.c: added SFRs TBLPTR, TABLAT, added opcodes TBLRD,
6882         TBLRD_POSTINC,TBLRD_POSTDEC,TBLRD_PREINC,TBLWT,TBLWT_POSTINC,
6883         TBLWT_POSTDEC,TBLWT_PREINC
6884         * Fixed initialisation of BSR, set "alias" for SSAVE to "0"
6885         * (pic16_emitDB,pic16_flushDB): New functions to generate "DB"
6886         directives
6887         * (pic16_pCodeConstString): use "DB" instead of "RETLW"
6888         * src/pic16/pcode.h: added TBLRD*,TBLWT*, added pic16_emitDB,
6889         pic16_flushDB, made pic16_newpCodeAsmDir public, added TBLPTR, TABLAT
6890         * src/pic16/ralloc.h: added IDX_BSR,IDX_TBLPTR*,IDX_TABLAT
6891
6892 2004-02-29  Borut Razem <borut.razem AT siol.net>
6893
6894         * src/Makefile.in, src/SDCCutil.c, support/Util/findme.c,
6895         support/Util/findme.h, support/Util/system.h: enhance binary relative
6896         search for lib and include by using findProgramPath()
6897
6898 2004-02-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
6899
6900         * src/SDCCpeeph.h,
6901         * src/SDCCpeeph.c (pcDistance),
6902         * src/port.h,
6903         * src/mcs51/ralloc.h,
6904         * src/mcs51/ralloc.c (mcs51_regWithIdx),
6905         * src/mcs51/main.h,
6906         * src/mcs51/main.c (instructionSize, asmLineNode, updateOpRW,
6907         mcs51opcodeCompare, asmLineNodeFromLineNode, getInstructionSize,
6908         mcs51operandCompare, getRegsRead, getRegsWritten): made instruction
6909         size calculation port specific, started basis for some register
6910         optimizations
6911         * src/mcs51/gen.c (genFunction, genEndFunction): added case to handle
6912         missing push/pop of r0/r1. Optimized push/pops
6913         * src/mcs51/ralloc.c (packregisters): fixed bug #727095
6914         * device/lib/_modsint.c (_modsint),
6915         * device/lib/_modslong.c (_modslong): fixed sign of result in non-asm
6916         and stack version so regression tests pass
6917
6918 2004-02-26 Bernhard Held <bernhard AT bernhardheld.de>
6919
6920         * src/Makefile.in (dep): include SLIBOBJS in dependency check
6921         * src/SDCCast.c (decorateType): catch another small optimization
6922         with '?' operator
6923         * src/SDCCsymt.c (computeType): added comments and cosmetic changes
6924         * src/SDCCval.c (valMult, valDiv, valMod, valPlus, valMinus, valShift):
6925         modified to finally use computeType() all over SDCC,
6926         see Feature Request #877103
6927         * src/SDCCval.h: cosmetic
6928         * src/SDCCicode.c (operandOperation): fixed EQ_OP bug, now same as in
6929         valCompare(); regression tested in muldiv.c
6930         * support/regression/tests/muldiv.c (testMod): mod sign follows
6931         dividend only
6932
6933 2004-02-23 Bernhard Held <bernhard AT bernhardheld.de>
6934
6935         * src/SDCCast.c (decorateType): fixed bug #902362
6936         * doc/INSTALL.txt: fixed install instructions for win32
6937
6938 2004-02-21 Bernhard Held <bernhard AT bernhardheld.de>
6939
6940         * device/include/Makefile.in (install): fixed by replacing spaces
6941         by tabs
6942         * doc/README.txt,
6943         * doc/INSTALL.txt: updated for release
6944         * doc/sdccman.lyx: added warning for --xstack being buggy
6945
6946 2004-02-20 Bernhard Held <bernhard AT bernhardheld.de>
6947
6948         * src/pic16/ralloc.c (packRegsForAccUse):  disabled functions with #if
6949         to eliminate build warnings.
6950         * src/pic16/gen.c (pic16_popGet): fixed for gcc 2.95.4
6951
6952 2004-02-20 Vangelis Rokas <vrokas AT otenet.gr>
6953            Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
6954
6955         * doc/sdccman.lyx: removed PIC16 from PIC16 Port Specific Options,
6956         removed -penable-stack, added comment for stack pragma, added
6957         warning for not initializing the stack/frame registers, removed
6958         comment at interrupts section
6959
6960         Stack is made permanent, there is no ability to disable stack usage.
6961         * src/pic16/device.h,
6962         * src/pic16/device.c: removed all references to USE_STACK macro,
6963         * src/pic16/device.c (pic16_dump_section): when no elements in
6964         rlist, free rlist before return,
6965         * (pic16_dump_int_registers): NEW, internal registers are a new set
6966         of general purpose registers reused by each function,
6967         * (checkAddReg): returns 1 if registers is added to set,
6968         * (pic16_groupRegistersInSection): when a registers is of type
6969         PO_GPR_TEMP add it in pic16_int_regs and not in pic16_rel_udata,
6970         * src/pic16/device.h: memRange and Assigned Memory are deleted,
6971         SRCASECMP macro is moved here from device.c
6972         * src/pic16/genarith.c (pic16_pCodeOpType): added cases for
6973         PO_PCLATU, PO_PRODL, PO_PRODH,
6974         * (pic16_pCodeOpType, genMinus,
6975         changed compares to "a" register, with AOP_ACC,
6976         * (pic16_genPlus): fixed some bugs and indented properly,
6977         * (pic16_addSign): changed size to size+offset in the MOVWF
6978         instruction,
6979         * (pic16_genUMult8XLit_8): NEW, uses processor MULLW instruction to
6980         multiply 8-bit operand by literal, result is 8-bit,
6981         * (pic16_genUMult8X8_8): NEW, uses processor MULWF instruction to
6982         multiply 2 8-bit operand, result is 8-bit,
6983         * (pic16_genMult8X8_8): modified to call genUMult8X*_8 functions and not
6984         genUMult8X*_16,
6985         * src/pic16/gen.c: changed accUse to contain WREG only,
6986         * (pic16_emitcomment): renamed to pic16_emitpcomment,
6987         * (aopForSym): allocated dir register when IN_DIRSPACE(space) is,
6988         true, do not use immediate addressing any more unless sym is a
6989         pointer in codespace,
6990         * (aopForRemat): do not use immediate addressing when symbol not in
6991         codespace and when symbol's address is requested,
6992         * (aopOp): for-loop in if(sym->accUse) is modified for the new
6993         accUse size (= 1),
6994         * (aopGet): added case for AOP_ACC and don't return "accumulator
6995         bug" but WREG instead,
6996         * (popGetTempReg): pushes contents of temporary register in stack,
6997         * (popReleaseTempReg): pops contents of temporary register from
6998         stack. Use popGetTempReg/popReleaseTempReg in aligned pairs,
6999         * (pic16_popGet): separated case AOP_ACC to return register WREG
7000         from processor registers, AOP_PCODE not checks if pcop is PO_DIR
7001         or PO_IMMEDIATE and initializes their instance/offset appropriately,
7002         * The whole issue with aopForSym,aopForRemat,popGet) is to minimize
7003         the use of immediate pointers to certain cases only.
7004
7005         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): use pic16_popGet2p,
7006         * (pic16_loadFromReturn, pic16_storeForReturn: NEW,
7007         * (assignResultValue, genCall, genRet): modified to use the new
7008         function return value scheme with WREG,PRODL,PRODH,FSR0L and FSR0,
7009         genPcall is still broken,
7010         * (genFunction): added code to create 'A' type pBlocks when
7011         interrupt functions are generated, code not extensively tested yet,
7012         ISRs push WREG,STATUS,BSR,PRODL,PRODH,FSR0L,FSR0H registers on stack,
7013         * (genEndFunction): modified so ISRs pop stored registers from stack,
7014         * (genMultOneByte): cleanup,
7015         * (AccRsh): added flag andmask, to and result with appropriate mask,
7016         * (genUnpackBits,genPackBits): fixed and can handle bit fields,
7017         * (genDataPointerGet): fixed and reenabled its use,
7018         * (genNearDataPointerGet): bugs fixed,
7019         * (genDataPointerSet): bugs fixed,
7020         * src/pic16/genutils.c: added functions pic16_DumpValue,pic16_DumpAop,
7021         pic16_DumpSymbol, pic16_DumpOp,
7022         * src/pic16/genutils.h: function prototypes for the above functions,
7023         * src/pic16/glue.c: new flags initsfpnt, to initialize stack/frame
7024         pointers,
7025         * (pic16emitRegularMap): many many many improvements, but needs a
7026         major cleanup,
7027         * src/pic16/main.c: enable_stack in pic16_options is removed,
7028         * (_pic16_parseOptions): removed command line options -penable-stack,
7029         * (_process_pragma): emit stack symbol only when stack pragma is
7030         processed,
7031         * src/pic16/pcode.c: pic16_pc_fsr0 is removed, all operations are
7032         redirected to FSR0L/FSR0H pair,
7033         * (pic16_get_op, pic16_get_op2): modifications and improvements,
7034         * (pic16_getRegFromInstruction, pic16_getRegFromInstruction2): added
7035         cases PO_PRODL,PO_PRODH, pic16_getRegFromInstruction2 returns sane
7036         for immediates,
7037         * (insertBankSwitch): modified to handle cases like: (alfa + 1)
7038         * (dumpPicOptype): NEW,
7039         * src/pic16/pcode.h: added PO_PCLATU,PO_PRODL,PO_PRODH in enum,
7040         * src/pic16/pcoderegs.c (pCodeRegMapLiveRangesInFlow): fixed bug
7041         with movff instruction,
7042         * src/pic16/ralloc.c: renamed typeRegWithIdx to pic16_typeRegWithIdx,
7043         added pic16_int_regs, some packRegsFor* functions are commented out,
7044         because produce errors,
7045         * src/pic16/NOTES: minor modifications
7046
7047 2004-02-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7048
7049         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c, as/mcs51/lkmain.c,
7050         as/mcs51/lkmem.c, src/SDCCglob.h, src/SDCCmain.c: added options --stack-size and
7051         --pack-iram.
7052         * doc/sdccman.lyx: described options --stack-size and --pack-iram.
7053         * as/mcs51/lkaomf51.c: fixed bug #895763
7054
7055 2004-02-17 Bernhard Held <bernhard AT bernhardheld.de>
7056
7057         * device/include/c8051f320.h: added. Contributed by Maarten Brock.
7058
7059 2004-02-17 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7060
7061         * doc/sdccman.lyx: added details about the HC08 storage classes and
7062         interrupts, fixed the register usage info for z80 & gbz80
7063
7064 2004-02-17 Vangelis Rokas <vrokas AT otenet.gr>
7065
7066         * doc/sdccman.lyx: added more pic16 port documentation
7067         * device/include/pic16/: added header pic18fregs.h
7068
7069 2004-02-16 Bernhard Held <bernhard AT bernhardheld.de>
7070
7071         * doc/sdccman.lyx: added Vangelis' contribution
7072
7073 2004-02-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7074
7075         * src/SDCClrange.c (rlivePoint): live range of SEND operand should
7076         extend to the next CALL or PCALL, not just to the next CALL.
7077
7078 2004-02-16 Vangelis Rokas <vrokas AT otenet.gr>
7079
7080         * src/pic16/gen.c (genInline): fixed bug #896482 with inline assembly
7081
7082 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7083
7084         * src/mcs51/ralloc.c (packRegsForAssign, reassignAliasedSym): fixed
7085         bug #895752 and a better fix for bug #716790
7086
7087 2004-02-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7088
7089         * src/SDCCsymt.c (processFuncArgs): fixed bug #896796
7090
7091 2004-02-14 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7092
7093         * doc/sdccman.lyx: minor changes, minor changed
7094
7095 2004-02-13 Bernhard Held <bernhard AT bernhardheld.de>
7096
7097         * src/SDCCicode.c (usualBinaryConversions): removed pic16 from ports
7098         which can't handle SDCC_NEWONEBYTEOPS,
7099         (geniCodeMultiply): removed conversion from mult to shift for pic14
7100         and pic16
7101
7102 2004-02-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7103
7104         * src/hc08/gen.h,
7105         * src/hc08/gen.c (storeRegToAop, aopOp, aopAdrStr, accopWithAop,
7106         rmwWithAop): Ported my 2003-10-02 fix for bug #663539 to the hc08,
7107         thus fixing bug #895406
7108
7109 2004-02-11 Bernhard Held <bernhard AT bernhardheld.de>
7110
7111         * device/lib/_modsint.c,
7112         * device/lib/_modslong.c: sign follows divisor only
7113         * src/hc08/gen.c (genMultOneByte): if result size is 1,
7114         signs or signedness can be ignored
7115         * src/SDCCast.c (addCast): cosmetic - added lineno to CAST
7116         * src/SDCCast.c (resultTypePropagate): added even more ops: +, - and *,
7117         added optimization for IFX,
7118         (decorateType): Mult/Div/ModOneByte ops can handle all kind of signed
7119         arguments;
7120         reenabled optimization for IFX, which was removed on 2004-01-11
7121         * src/SDCCast.h: added return type IFX
7122         * src/SDCCicode.c: Mult/Div/ModOneByte ops can handle all kind of signed
7123         arguments with 8 or 16 bit results; pic14 and pic16 ports use old
7124         promotion behaviour; env. var. SDCC_NEWONEBYTEOPS selects the new,
7125         SDCC_OLDONEBYTEOPS selects the old behaviour
7126         * src/SDCCsymt.c (computeType): type2 can be NULL (for LEFT_OP);
7127         changed again and commented promotion rule
7128         * src/SDCCval.c (valDiv): promotion no longer necessary
7129         * src/ds390/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte),
7130         * src/mcs51/gen.c (genMultOneByte) (genDivOneByte) (genModOneByte):
7131         rewritten
7132         * support/regression/tests/onebyte.c: added
7133
7134 2004-02-11 Vangelis Rokas <vrokas AT otenet.gr>
7135
7136         * gen.c (genInline): reverted to old code for assemnling inline
7137         code because of bug reported James Chadd
7138
7139 2004-02-10 Vangelis Rokas <vrokas AT otenet.gr>
7140
7141         * ralloc.h: missing declarations from previous patch,
7142         seems that patch for ralloc.h was never applied, fixed
7143
7144 2004-02-10 Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7145            patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7146
7147         * pcode.c,
7148         * pcode.h,
7149         * ralloc.h: added FSR0L, FSR0H and other missing PIC16 SFR's for
7150         indirect addressing. Marked FSR0 as deprecated
7151         * gen.c (pointerCode): commented out, not needed now
7152         (pic16_popGet2p): new MOVFF helper function
7153         (genGenPointerGet),
7154         (genGenPointerSet): reimplemented with MOVFF and POSTINC0
7155         (shiftRLong): removed duplicate debugging info
7156
7157 2004-02-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7158
7159         * src/ds390/gen.c (genNearPointerGet),
7160         * src/mcs51/gen.c (genNearPointerGet): allow the genDataPointerGet()
7161         optimization with bits, but not bitfields.
7162         * src/ds390/ralloc.c (packRegisters),
7163         * src/mcs51/ralloc.c (packRegisters): fixed bug #884453 & #880832
7164
7165 2004-02-09 Bernhard Held <bernhard AT bernhardheld.de>
7166
7167         * src/SDCCcse.c (algebraicOpts): copy operands before modification
7168
7169 2004-02-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7170
7171         * src/SDCCsymt.h,
7172         * src/SDCCicode.c (operandFromSymbol),
7173         * src/mcs51/ralloc.c (verifyRegsAssigned, serialRegAssign),
7174         * src/ds390/ralloc.c (verifyRegsAssigned, serialRegAssign),
7175         * src/z80/ralloc.c (verifyRegsAssigned, serialRegAssign),
7176         * src/hc08/ralloc.c (verifyRegsAssigned, serialRegAssign),
7177         * src/pic/ralloc.c (verifyRegsAssigned, serialRegAssign),
7178         * src/pic16/ralloc.c (verifyRegsAssigned, serialRegAssign): fixed
7179         bug #892038
7180         * src/SDCCast.c (createIvalStruct, createIvalArray, gatherAutoInit),
7181         * src/SDCCglue.c (emitRegularMap, printIvalStruct, printIvalArray,
7182         printIvalCharPtr, printIvalPtr, printIval, emitStaticSeg, emitOverlay)
7183         * src/SDCCsymt.c (newSymbol),
7184         * src/SDCC.y (struct_or_union_specifier, enum_specifier,
7185         enumerator_list),
7186         * src/SDCCval.h,
7187         * src/SDCCval.c (newiList): fixed bug #885705
7188
7189 2004-02-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7190
7191         * doc/sdccman.lyx: added section 3.1.4: sdcclib.
7192         * as/mcs51/lkmem.c: report the size of the stack in .mem file.
7193
7194 2004-02-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7195
7196         * device/include/c8051f120.h,
7197         * device/include/c8051f300.h,
7198         * device/include/c8051f310.h: added/updated header files for Silicon
7199         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7200         * doc/sdccman.lyx: minor changes, recommended diff -Naur and diff -u
7201         in new section Submitting patches
7202
7203 2004-02-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7204
7205         * src/mcs51/gen.c (genNearPointerGet, genPagedPointerGet,
7206         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7207         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7208         genGenPointerSet),
7209         * src/ds390/gen.c (genNearPointerGet, genPagedPointerGet,
7210         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7211         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7212         genGenPointerSet),
7213         * src/pic16/gen.c (genNearPointerGet, genPagedPointerGet,
7214         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7215         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7216         genGenPointerSet),
7217         * src/pic/gen.c (genNearPointerGet, genPagedPointerGet,
7218         genFarPointerGet, genCodePointerGet, genGenPointerGet,
7219         genNearPointerSet, genPagedPointerSet, genFarPointerSet,
7220         genGenPointerSet): fixed bug #892400
7221         * src/pic16/gen.c (genSkipz, AccRol): disabled functions with #if 0
7222         to eliminate build warnings.
7223         * src/SDCCast.c (processParms),
7224         * src/SDCC.y (function_declarator2, declarator2_function_attributes):
7225         fixed bug 751859
7226         * support/valdiag/valdiag.py: added GCC to the list of defines active
7227         when compiling with gcc
7228
7229 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7230
7231         * support/Util/SDCCerr.h,
7232         * support/Util/SDCCerr.c,
7233         * src/SDCCast.c (decorateType, sizeofOp): complain when sizeof is used
7234         with an incomplete type (fixed bug #883734)
7235         * src/SDCCicode.c (geniCodeCast): fixed bug #890510
7236
7237 2004-02-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7238
7239         * src/pic16/gen.c (genCmpEq, shiftRLong): fixed declarations
7240
7241 2004-02-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7242
7243         * src/SDCCast.c (decorateType),
7244         * src/SDCCicode.c (geniCodeParms, geniCodeCall): fixed bugs in my ANSI
7245         function pointer implementation
7246         * support/regression/tests/funptrs.c: added tests to verify both forms
7247         of function pointers work correctly. Added tests to verify parameters
7248         are passed in the correct order.
7249
7250 2004-02-06  Vangelis Rokas <vrokas AT otenet.gr>
7251
7252         * device.c (regCompare): registers are sorted by ascending
7253         address and increasing size,
7254         * main.c (_pic16_finaliseOptions): removed the declaration
7255         of compiler macro MCU. Now a macro of the format pic18fxxxx
7256         will be defined from the command line
7257
7258 2004-02-06  Hans-Juergen Dorn <hans.dorn AT apl-landau.de>
7259             patch committed by Vangelis Rokas <vrokas AT otenet.gr>
7260
7261         * pcode.c (pic16initMnemonics): fixed typo in assignment to PCOP_RLNCF
7262         PCOP_RLCF was overwritten!
7263         * gen.c (genSkip): commented out calls to pic16_emitcode,
7264         * (genCmpEQ): fixed "long" compares, only high word did get compared,
7265         * (genlshTwo),
7266         * (genRRC): added debugging info,
7267         * (shiftL2Left2Result): Fixed bug, if offr > offl. Result got
7268         overwritten while shifting,
7269         * (shiftR2Left2Result): Fixed bug, if offr < offl. Result got
7270         overwritten while shifting,
7271         * (AccLsh),
7272         * (AccRsh),
7273         * (shiftLLeftOrResult),
7274         * (shiftRLeftOrResult),
7275         * (shiftRLong),
7276         * (shiftLLong): Implemented with pic16_emitpcode
7277         * (genlshFour): Replaced pic16_aopPut with pic16_emitpcode,
7278         * (genLeftShift): Fixed bug, operand for shift by variable always
7279         was "and"ed with 0x0f,
7280         * (genLeftShiftLiteral),
7281         * (genrshTwo),
7282         * (genRightShiftLiteral): added debugging info,
7283         * (genrshFour): added comment,
7284         * (genRightShift): determined signedness from operand "left"
7285         instead of "result"
7286
7287 2004-02-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7288
7289         * src/SDCCicode.c (geniCodeParms),
7290         * src/SDCCast.c (decorateType, processParms): support for ANSI-style
7291         function pointers, fixed function pointer bugs #861242 and #861896
7292
7293 2004-01-31 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7294
7295         * device/include/c8051f000.h,
7296         * device/include/c8051f120.h,
7297         * device/include/c8051f300.h: added header files for Silicon
7298         Laboratories (formerly Cygnal) CPUs. Contributed by Maarten Brock.
7299
7300 2004-01-31 Bernhard Held <bernhard AT bernhardheld.de>
7301
7302         * src/SDCCast.c (processParams): added new type flow and restructured
7303         (gatherAutoInit): added new type flow
7304         (addCast): cosmetic changes
7305         (getLeftResultType): added new type flow for array indices, patch
7306         provided by Stas, see FR #877103
7307         (decorateType): SDCC_NEWTYPEFLOW removed, new type flow is now standard;
7308         array index patch by Stas
7309         * src/SDCCast.h: added prototype getResultTypeFromType()
7310         * src/SDCCval.h,
7311         * src/SDCCval.c (resolveIvalSym) (resolveIvalSym),
7312         * src/pic/glue.c (pic14emitStaticSeg),
7313         * src/pic16/glue.c (pic16emitStaticSeg),
7314         * src/SDCCglue.c (emitRegularMap) (emitStaticSeg): added new type flow
7315         for initialization of symbols
7316         * src/SDCCicode.c (geniCodeArray): removed warning W_ARRAY_BOUND
7317         * support/Util/SDCCerr.h:
7318         * support/Util/SDCCerr.c: replaced W_ARRAY_BOUND by W_IDX_OUT_OF_BOUNDS
7319         * .version: bumped version number to 2.3.8
7320         * device/include/Makefile.in (install),
7321         * doc/Makefile (install): changed to 'rm `find ...`' construct to
7322         avoid warnings
7323
7324 2004-01-30 Bernhard Held <bernhard AT bernhardheld.de>
7325
7326         * support/regression/tests/libmullong.c: fixed for 64 bit hosts
7327         Slade Rich fixed an optimization bug
7328         * src/pic/pcodepeep.c,
7329         * src/pic/pcoderegs.c
7330         * doc/Makefile (install): added test for directory
7331
7332 2004-01-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7333
7334         * src/mcs51/ralloc.c (getRegPtr, getRegGpr),
7335         * src/ds390/ralloc.c (getRegPtr, getRegGpr),
7336         * src/pic/ralloc.c (getRegPtr, getRegGpr),
7337         * src/pic16/ralloc.c (getRegPtr, getRegGpr),
7338         * src/z80/ralloc.c (getRegGpr): fixed bug #883361
7339         * as/mcs51/asexpr.c (term),
7340         * as/hc08/asexpr.c (term): fixed bug #887146
7341
7342 2004-01-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7343
7344         * src/z80/gen.c (genMult): handle single byte result product
7345         * src/SDCCopt.c (killDeadCode): never convert ADDRESS_OF iCode to
7346         DUMMY_READ_VOLATILE (fixed bug #886367)
7347
7348 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7349
7350         * support/regression/tests/libmullong.c: fixed logic, on little endian
7351         hosts we ended without a mullong_wrapper()
7352
7353 2004-01-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7354
7355         * ChangeLog: changed "@" to " AT " in hopes of reducing spam and
7356         virus/worm forged address usage.
7357
7358 2004-01-27 Bernhard Held <bernhard AT bernhardheld.de>
7359
7360         Fixed promotion, it should be done on AST level:
7361         * src/SDCCast.c (addCast): added promotion to int
7362         (decorateType): updated call to upCast()
7363         * src/SDCCicode.c (geniCodeLeftShift): removed call to
7364         usualUnaryConversions()
7365
7366 2004-01-26  Michael Hope  <michaelh AT juju.net.nz>
7367
7368         * support/regression/tests/literalop.c (mulWrapper): Added a
7369         wrapper to remove integer overflow warnings.
7370
7371         * support/regression/tests/float_trans.c: Made work on host.
7372
7373         * support/regression/ports/ucz80/spec.mk (UCZ80): Made detect the
7374         location of sz80.
7375
7376         * support/regression/generate-cases.py (main): Changed from inline
7377         to a main method.
7378
7379         * doc/Makefile (install): Changed to depth first to get rid of
7380         missing directory install warning.
7381
7382         * as/Makefile (install-doc): Made work on Mac.
7383
7384 2004-01-25 Bernhard Held <bernhard AT bernhardheld.de>
7385
7386         * src/SDCCast.c: added an additional type flow in decorateType() of
7387         opposite direction, see feature request #860006; it's enabled at runtime
7388         by setting the environment variable SDCC_NEWTYPEFLOW
7389         * src/SDCCast.h: changed prototype of decorateType()
7390         * src/SDCCglue.c (emitRegularMap): updated call of decorateType()
7391         * src/SDCCicode.c (geniCodeDivision) (geniCodeModulus): promotion from
7392         'char' to 'int' can be omitted, if both operands are 'unsigned char';
7393         see feature request #877103
7394         * src/SDCCval.c: updated call of decorateType()
7395         (valBitwise): fixed bug #882876
7396         (valMinus): added promotion
7397         (valLogicAndOr): result is unsigned
7398         (cheapestVal) (constVal): literals from 0...255 are 'unsigned char' now
7399         * src/SDCCsymt.c (computeType),
7400         * src/mcs51/gen.c (genCmpGt) (genCmpLt): literal 'unsigned char'
7401         must not cause an unsigned operation
7402         * src/pic/glue (pic14emitRegularMap),
7403         * src/pic16/glue.c (pic16emitRegularMap): updated call of decorateType()
7404
7405 2004-01-23 Bernhard Held <bernhard AT bernhardheld.de>
7406
7407         * src/pic/pcode.c (PCodeID): commented out left over debug code
7408
7409 2004-01-20 Bernhard Held <bernhard AT bernhardheld.de>
7410
7411         * support/valdiag/tests/overflow.c: added shift tests
7412         * src/pic/device.c,
7413         * src/pic/gen.c,
7414         * src/pic/gen.h,
7415         * src/pic/glue.c,
7416         * src/pic/main.c,
7417         * src/pic/pcode.c,
7418         * src/pic/pcode.h,
7419         * src/pic/pcodepeep.c,
7420         * src/pic/pcoderegs.c,
7421         * src/pic/ralloc.c,
7422         * src/pic/ralloc.h: applied patch from Slade Rich;
7423         added support for multiple code pages and multiple RAM banks on the
7424         PIC 14 port. The ASM files now no longer simply assume all the
7425         code / RAM are in the same page / bank. This means the linker can
7426         safely allocate code/RAM of separate ASM files to different pages/banks.
7427         * doc/sdccman.lyx: added Slade's tips
7428         * src/mcs51/peeph.def: fixed bug #880768
7429
7430 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7431
7432         * src/hc08/ralloc.c (rematStr): fixed bug #879282
7433         * src/SDCCast.c (decorateType): fixed bug #880197
7434
7435 2004-01-20  Michael Hope  <michaelh AT juju.net.nz>
7436
7437         * sim/ucsim/gui.src/serio.src/main.cc: Fixed unconditional use of
7438         getopt.h.
7439
7440         * debugger/mcs51/cmd.c (getValBasic): Changed strtof to strtod as
7441         strtof is not part of C89 and isn't included with Mac OS X.
7442
7443 2004-01-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7444
7445         * src/hc08/gen.c (genPlusIncr, genUminus, genMinusDec, genCmp,
7446         shiftL2Left2Result): fixed bug #879326
7447         (genAnd, genOr, genXor): fixed bug when result was of type AOP_CRY
7448         (genMultOneByte): fixed bug in signed vs unsigned multiplication
7449         * sim/ucsim/hc08.src/inst.cc (inst_clr): added missing effective
7450         address fetch for clr instruction
7451         * device/lib/hc08/_mulint.c: created optimized assembly version
7452         * src/SDCCdflow.c (computeDataFlow): fixed bug #878209
7453
7454 2004-01-19 Bernhard Held <bernhard AT bernhardheld.de>
7455
7456         * src/SDCCicode.c (geniCodeArray): applied patch from Stas Sergeev
7457         proposed in FR #877103
7458
7459 2004-01-18 Bernhard Held <bernhard AT bernhardheld.de>
7460
7461         * src/SDCCval.c (cheapestVal): added missing checks
7462         * src/SDCCicode.c (usualBinaryConversions): fixed condition
7463         * src/SDCCicode.c (geniCodeAdd): fixed part of bug #877103
7464
7465 2004-01-16 Klaus Flittner <klaus_flittner AT gmx.de>
7466
7467         * src/ds390/gen.c (aopOp3): fixed the assignment of different dptrs to
7468         equal operands
7469
7470 2004-01-16 Vangelis Rokas <vrokas AT otenet.gr>
7471
7472         * src/SDCCmain.c (linkEdit): variable $3 of the linker command is
7473         loaded with the linker search paths (-L arguments) and the libraries
7474         to be linked with the current source (-l arguments). Changes
7475         currently will affect only the pic16 port.
7476         * src/pic16/main.c (_pic16_finaliseOptions): add to the linker
7477         include path the port specific paths and port specific libraries,
7478         * gplink command now contains the $3 argument,
7479         * src/pic16/device.h,
7480         * src/pic16/device.c,: structure PIC_device is made public and
7481         renamed to PIC16_device, the same for variable Pics which is renamed
7482         to Pics16. Updated all references to them.
7483         * src/pic16/glue.c (pic16glue): corrected bug with code
7484         initialization which bypassed the variable initializations block.
7485
7486         * device/lib/pic16/Makefile.rules: removed --penable-stack from
7487         COMPILE_FLAGS and added the --nostdinc option
7488
7489 2004-01-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7490
7491         * device/include/mc68hc908jb8.h: Register defs for another member
7492         of the hc08 family. Contributed by Bjorn Bringert - thanks!
7493
7494 2004-01-14 Vangelis Rokas <vrokas AT otenet.gr>
7495
7496         Documenting changes from previous commits.
7497         * configure.in (version 1.56),
7498         * configure: initially I've added AC_CONFIG_SUBDIRS(device/lib/pic16)
7499         when generating output files to configure the pic16 library,
7500         but now I've commented it out, since gputils aren't installed in the
7501         SF compile farm, so library won't compile
7502
7503         * device/lib/Makefile.in (version 1.56): initially I've added in
7504         target 'all' the prerequestive 'model-pic16' so it compiled the
7505         pic16 library, but now I've commented it out for the same reasons
7506         above,
7507         * added targets 'model-pic16' and 'objects-pic16' to compile the
7508         library
7509         * added target 'port-specific-objects-pic16' to handle the
7510         generated libraries and copy them into the build/ directory
7511         * added target 'clean-intermediate-pic16' to clean intermediate
7512         files into pic16 directory
7513         * in target 'installdirs' added line to create directory pic16 in
7514         the installation path
7515
7516         * device/include/Makefile.in (version 1.11): in target 'install'
7517         added lines to copy all header files to installation path,
7518         * in target 'installdirs' added line create directory for pic16
7519         headers in the installation path
7520
7521 2004-01-13 Klaus Flittner <klaus_flittner AT gmx.de>
7522
7523         * src/ds390/gen.c (genCall): fixed a double use of acc and b after
7524          a function call
7525
7526 2004-01-13 Bernhard Held <bernhard AT bernhardheld.de>
7527
7528         * configure,
7529         * device/lib/configure.in,
7530         * device/lib/configure: fixed for autoconf 2.57
7531
7532 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7533
7534         * src/z80/main.c (_parseOptions): fixed the portmode= command line
7535         option so that it actually works. Made it specific to the z80, since
7536         the gbz80 doesn't have these kinds of I/O ports.
7537
7538 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7539
7540         * device/include/z180.h,
7541         * device/lib/_memcpy.c,
7542         * device/lib/_memmove.c,
7543         * device/lib/_mulint.c,
7544         * device/lib/ser_ir.c,
7545         * device/lib/ser_ir_cts_rts.c,
7546         * device/lib/_strcmp.c,
7547         * device/lib/_strtok.c: fixed pragmas to non-deprecated form
7548         * src/z80/main.c (_process_pragma): add support for pragmas bank and
7549         portmode; added deprecation warning for bank= and protmode= forms.
7550         Also, guard against buffer overflow.
7551         * src/z80/gen.c (aopGet): generate better code for sfr banked read
7552
7553 2004-01-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7554
7555         * src/hc08/main.c (_hc08_genAssemblerPreamble): fixed bug #875487. Also
7556         changed interrupt vector table generation to only emit declared vectors.
7557         * device/include/Makefile.in: added missing backslash
7558         * device/lib/pic16/Makefile.rules: add $(MODELFLAGS) to $(CFLAGS)
7559
7560 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7561
7562         Mainly changes to support compilation of the device libraries
7563         * src/pic16/device.c: stack is allocated via symbol and not
7564         via literal number. The symbol is placed in the corresponding
7565         position of the data ram
7566         * (pic16_dump_section): relocatable and absolute uninitialized
7567         data are now emitted in sorted order to reduce section naming,
7568         * src/pic16/ralloc.c (newReg): fixed bug with SFR's that
7569         weren't marked as being in the access bank,
7570
7571 2004-01-13 Vangelis Rokas <vrokas AT otenet.gr>
7572
7573         Added portion of GNU PIC Library under the directory
7574         device/include/pic16 and device/lib/pic16. These files
7575         contain the declarations of SFRs for the PIC18Fxx2 devices.
7576         The directory is initialized via configure from toplevel.
7577
7578 2004-01-12 Klaus Flittner <klaus_flittner AT gmx.de>
7579
7580         * src/ds390/gen.c (operandsEqu): fixed a little typo, that prevented
7581         the spilllocations to be compared correctly
7582
7583 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7584
7585         * src/SDCCast.c (decorateType): fixed bug introduced today
7586
7587 2004-01-12  Borut Razem <borut.razem AT siol.net>
7588
7589         * src/SDCC.lex, support/Util/SDCCerr.h, support/Util/SDCCerr.c,
7590         doc/sdccman.lyx: upper case pragmas are deprecated
7591
7592 2004-01-12 Bernhard Held <bernhard AT bernhardheld.de>
7593
7594         * src/SDCCast.c (decorateType): replacing 'ul > 0' by  '!ul' results
7595         in simpler and even better code
7596
7597 2004-01-11 Bernhard Held <bernhard AT bernhardheld.de>
7598
7599         * src/SDCCicode.c (operandOperation): fixed bug #874819
7600         * src/SDCCast.c (decorateType): fixed
7601         char foo (unsigned long ul) { return ul > 0; }
7602
7603 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7604
7605         * doc/sdccman.lyx: Moved and added some sections, small changes
7606         all over. Telling LaTeX to be less strict with word spacing
7607         to better keep the right margin. Changed some notes about
7608         maintainance of the ports in section 3.2.1 - is it OK like this?
7609
7610 2004-01-11 Vangelis Rokas <vrokas AT otenet.gr>
7611
7612         SDCC source changes:
7613         * src/SDCCopt.c (cntToFcall, cnvToFloatCast, cnvFromFloatCast,
7614         convilong): modified to inform the pic16 port that builtin functions
7615         are external
7616
7617         PIC16 PORT specific changes:
7618         * src/pic16/device.c pic16_dump_equates() added,
7619         processor registers declared internally by the port are emitted in
7620         the translation as equates,
7621         * src/pic16/gen.c: inline code is passed unprocessed to the
7622         translation,
7623         * (pic16_popGetLit2): fnuction modified to take second operand as
7624         pCodeOp pointer and not as literal,
7625         * (popRegFromIdx): prefixed with pic16_,
7626         * (pic16_popCombine2): modified to receive already allocated pCode
7627         operands,
7628         * (pic16_pushpCodeOpReg, pic16_poppCodeOpReg): added
7629         * (genFunction): initializes local stack frame and pushes on stack
7630         all the registers used by this function,
7631         * (genEndFunction): restores all registers from stack and restores
7632         stack frame,
7633         * src/pic16/glue.c (pic16emitRegularMap): various changes and
7634         improvements,
7635         * (pic16glue): changed the program startup sequence,
7636         * added new dbName code 'A' for functions placed in absolute section
7637         * src/pic16/main.c: added function attribute _naked,
7638         * added pragma 'code' to place a fnuction at an absolute address,
7639         * added command line arguments --debug-ralloc and --pcode-verbose,
7640         * (_pic16_finiliseOptions): options.all_callee_saves is set by default
7641         * src/pic16/pcode.c (pic16_pBlockConvert2Absolute) added,
7642         * (pic16_newpCodeOpLit2): modified to take the second operand as
7643         pCodeOp pointer,
7644         * (pic16_printpBlock): modified to emit each function in a separate
7645         section,
7646         * (pic16_get_op): modified to use the gpasm modifiers LOW,HIGH and
7647         UPPER for immediate operands,
7648         * src/pic16/pcodepeeph.c: added peephole support for the LFSR
7649         instruction,
7650         * src/pic16/peeph.def: all peepholes with movff are commented out,
7651         because there is a problem in the pcode peep optimizer,
7652         * src/pic16/ralloc.c: the register allocator can now reuse local
7653         function symbols for another function. This saves register usage.
7654         * src/pic16/ralloc.h: added flag isLocal in structure regs,
7655
7656         Added file src/pic16/NOTES with information about program writing on
7657         the current port version.
7658
7659 2004-01-11 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7660
7661         * src/mcs51/peephole.def: added peepholes 177.c,d (redundant moves)
7662         and peephole 252 (array access)
7663
7664 2004-01-09  Borut Razem <borut.razem AT siol.net>
7665
7666         * src/SDCCmain.c : fixed #872250: -l command line defined library
7667           files are scanned before standard library files
7668
7669 2004-01-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7670
7671         * src/SDCCast.c (decorateType): fixed bug #874046
7672
7673 2004-01-09  Borut Razem <borut.razem AT siol.net>
7674
7675         * support/scripts/sdcc.nsi: remove previous installation
7676
7677 2004-01-09 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7678
7679         * src/SDCCglue.c (createInterruptVect): don't append 7(5) padding
7680         bytes for last interrupt vector (mcs51)
7681         * sdcc.spec: fixed typo
7682
7683 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7684
7685         * src/mcs51/gen.c (genFunction, genEndFunction, genReceive, getTempRegs,
7686         gen51Code): more efficient parameter receive for --model-large
7687         ("bug" #845294)
7688
7689 2004-01-09 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7690
7691         * src/ds390/main.c,
7692         * src/z80/main.c: added missed needLinkerScript flags (more than
7693         one port structure defined in these file)
7694         * src/ds390/gen.c (aopForSym, aopOp, operandsEqu, aopOp3): fixed
7695         bug #795325
7696
7697 2004-01-08 Vangelis Rokas <vrokas AT otenet.gr>
7698
7699         * src/SDCCmain.c: removed various references to DEFAULT_PORT
7700         * src/port.h: added flag needLinkerScript in port->linker
7701         structure to inform whether to create a .lnk file or not,
7702         * src/avr/main.c,
7703         * src/ds390/main.c,
7704         * src/hc08/main.c,
7705         * src/mcs51/main.c,
7706         * src/pic/main.c,
7707         * src/pic16/main.c,
7708         * src/xa51/main.c,
7709         * src/z80/main.c: changed appropriately to configure
7710         needLinkerScript flag
7711         * src/pic/gen.c,
7712         * src/pic16/gen.c (genAddrOf): fixed bug #863624
7713         * src/pic/glue.c: added variable udata_section_name to
7714         override default uninitialized data segment definition for
7715         devices only with SHAREBANK memory (reported from Erik Epetrich)
7716         * (pic14emitOverlay): modified to emit a commented overlay segment
7717         directive when no overlay data exist
7718         * (picglue): modified to emit uninitialized data segment
7719         according to udata_section_name
7720         * src/pic/main.c (_pic14_parseOptions): added command line
7721         options --udata-section-name=[name] to override default
7722         udata definition name
7723         * modified _linkCmd and _asmCmd to include compiler passed
7724         arguments via -W option
7725         * src/pic16/main.c: added $l in _asmCmd, changed extension for
7726         object file from '.rel' to '.o' in port->linker structure,
7727         changed size of fptr from 2 to 3 in port structure
7728
7729 2004-01-07  Borut Razem <borut.razem AT siol.net>
7730
7731         * support/scripts/sdcc.nsi: update PATH
7732         * support/scripts/sdcc.ico: craeted
7733
7734 2004-01-07 Bernhard Held <bernhard AT bernhardheld.de>
7735
7736         * device/include/Makefile.in: fix install
7737         * doc/Makefile: fix install
7738
7739 2004-01-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7740
7741         * src/SDCCsymt.c (processFuncArgs): fixed superflous allocation noted
7742         in bug #860505
7743         * src/SDCCmem.c (printAllocInfoSeg, printAllocInfo): minor changes to
7744         how the function variable allocation summary is displayed; also
7745         include information about variables allocated to the overlay
7746         segment
7747
7748 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7749
7750         * as/mcs51/lkmain.c: Help about -Y option
7751         * as/mcs51/lkarea.c: Fixed gcc warnings
7752
7753 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7754
7755         * src/SDCCval.c (valShift): changed from 16 to 32 bit shift count,
7756         fixed warning
7757         * support/valdiag/tests/overflow.c: added
7758         * src/SDCCast.c (decorateType),
7759         * src/SDCCicode.c (geniCodeLeftShift): added promotion to int for
7760         LEFT_OP (left shift)
7761
7762 2004-01-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7763
7764         * as/mcs51/lkmain.c: stack must be after data when option -Y is not used
7765         (default behaviour).
7766
7767 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7768
7769         A python script to validate compiler diagnostic messages. It can be
7770         used to verify that sdcc complains about bad c source code and
7771         gives a good location of the error.
7772         * support/valdiag/Makefile,
7773         * support/valdiag/valdiag.py,
7774         * support/valdiag/tests/*
7775
7776 2004-01-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7777
7778         * src/SDCC.y (enum_specifier, enumerator_list, opt_assign_expr),
7779         * src/SDCCsymt.c (newEnumType),
7780         * src/SDCCsymt.h
7781         * support/Util/SDCCerr.c,
7782         * support/Util/SDCCerr.h: fixed bug #871258 and some other unreported
7783         enum related bugs.
7784         * support/regression/tests/enum.c: added test for enum values that
7785         require at least 2 bytes of storage.
7786
7787 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7788
7789         * src/common.h: added ifndef/define/endif macros
7790         around the header file.
7791         Bug reported from Jesus Calvino-Fraga
7792
7793 2004-01-06 Bernhard Held <bernhard AT bernhardheld.de>
7794
7795         * sdcc.spec: updated
7796         * device/include/Makefile.in: don't install CVS directories
7797         * device/lib/Makefile.in: added removal of CVS directories after install
7798         * doc/Makefile: fixed install, added local_icons
7799         * sim/ucsim/gui.src/Makefile.in: fixed an old typo
7800         * src/mcs51/gen.c (genRightShift): fixed bug #870788
7801         * src/ds390/gen.c (genRightShift): fixed bug #870788
7802         * src/SDCCast.c (decorateType): fixed bug #870781
7803
7804 2004-01-06 Vangelis Rokas <vrokas AT otenet.gr>
7805
7806         PIC16 port related changes:
7807         * device.c: removed pic16_finalMapping and pic16_finalMappingSize,
7808         added variable stackPos,
7809
7810         * gen.c: genCall, assignResultValue: added support for
7811         pushing/retrieving function parameters to/from stack,
7812         genFunction,genEndFunction: setup stack frame for the
7813         generated function,
7814         genAddrOf: will be changed according to bug 863624
7815
7816         * added files genutils.c and genutils.h which contain gen*
7817         debugged and optimised functions extracted from gen.c
7818
7819         * glue.c: added variable 'externs' which holds extern symbols,
7820         pic16emitRegularMap: is modified to properly handle relocatable
7821          symbols under the new scheme,
7822         pic16createInterruptVect: is modified
7823         pic16printPublics: is modified to emit 'global' assembler directives,
7824         added pic16_printExterns to print extern symbols,
7825         pic16glue: initializes stack/frame pointer in the beginning of
7826         the assembly output. Temporary hack, will be corrected later,
7827         because gplink yet does not support stack and SDCC does not
7828         yet support a type of crt0.o object to create the final binary.
7829
7830         * Removed many lines that contain 8051 legacy code.
7831         * The code is finally placed under a 'code' directive.
7832         * Added port specific options.
7833
7834         * _process_pragma: simplified since now we do not need *special*
7835         include file to define SFR registers. But a separate header
7836         will be needed. This will be developed later.
7837         * _pic16_parseOptions: added, parses port specific options:
7838         --pgen-banksel, --obanksel=, --pomit-config-words, --pomit-ivt,
7839         --pleave-reset-vector, --penable-stack, --pstack-model, --debug-xtra
7840         --preplace-udata-with=
7841
7842         * _pic16_setDefaultOptions: modified to initialize section names,
7843         but hack is temporarly out of order since it needs improvement.
7844         * _pic16_genAssemblerPreamble: configuration words are emitted by
7845         their address instead of their name. This part is incomplete and
7846         supports only the 18Fxx2 devices. Other devices will emit an error
7847         during assembly since they do not contain the same set of config
7848         registers
7849         * _pic16_genIVT: is modified,
7850
7851         * pcode.c: added definitions for some hardware registers that are needed
7852         for stack support
7853         * added flag is2LitOp and variable pci_magic in pCodeInstruction.
7854         All PCI entries are updated. Now LFSR is supported.
7855         * Removed pic16_pciTRIS is mentioned by mdubuc in source
7856         * added pic16_newpCodeOpLit2 to support instructions with
7857         two literal arguments
7858         * pic16_pCode2str: corrected code that emits assembler instructions
7859         with two literal operands and those that have an access bit modifier
7860         * genericPrint: now PC_ASMDIR pCodes, can emit a label if it exists,
7861         this fixes a bug which caused some labels to be lost, when an
7862         assembler directive was added, i.e. banksel,
7863         * pic16_FixRegisterBanking: improved logic that causes the insertion
7864         of bank switching,
7865         * InlineFunction: functions that are called once, are not any more
7866         inlined. This can be a port option in the future,
7867
7868         * pcode.h: added pCodeOpLit2 and added variable label in pCodeAsmDir
7869
7870         * ralloc.c: added pic16_rel_udata and pic16_fix_udata variables which
7871         hold the corresponding uninitialized symbols,
7872         * pic16_allocProcessorRegister: registers have explicit marked the
7873         accessBank field,
7874         * pic16_allocInternalRegister: registers are explicit marked as
7875         not used,
7876         * pic16_writeUsedRegs: pic16_dynDirectBitRegs was missing from the
7877         processing list, so bit registers were lost,
7878         *
7879
7880         * ralloc.h: added field 'accessBank' and original symbol operand
7881         in register definition,
7882         * removed the field isMapped from register definition,
7883
7884         ** Several functions have been removed from various sources:
7885         BanksUsedFlow2,BanksUsedFlow,FixBankFlow,InstructionRegBank,
7886         pic16_addMemRange,pic16_isREGinBank,pic16_dump_map,pic16_dump_cblock
7887         isSFR,validAddress,mapRegister,assignRegister,pic16_assignFixedRegisters
7888         pic16_assignRelocatableRegisters
7889
7890         ** others have been introduced:
7891         pic16_areRegsSame,pic16_dump_section,checkAddReg,pic16_groupRegistersInSection
7892         pic16_popGetLit2,pic16_popCombine2,pushw,pushaop
7893
7894 2004-01-05 Vangelis Rokas <vrokas AT otenet.gr>
7895
7896         * support/scripts/inc2h.pl: changed definition of BIT_AT
7897         to emit 'sbit at' instead of 'bit at'. This was a request.
7898
7899         PIC16 port related preliminary changes:
7900         * gen.c: prefixed function popRegFromString with
7901         pic16_ and all references to it corrected
7902         * pcode.c: all pic16_pc_* hardware registers prefixed
7903         with underscore (_),
7904         pic16_popCopyGPR2Bit(): function sets register wasUsed=1
7905         * ralloc.c: newReg(): when register is REG_SFR then
7906         set address to rIdx,
7907         pic16_allocProcessorRegister(): marks register wasUsed=0
7908         pic16_writeUsedRegs(): added a call to assign processor
7909         registers via pic16_assignFixedRegisters
7910
7911 2004-01-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
7912
7913         * as/mcs51/aslink.h, as/mcs51/lkarea.c, as/mcs51/lkdata.c,
7914         as/mcs51/lkmain.c, as/mcs51/lkmem.c: 8051 linker can now pack
7915         variables in unused register banks.  Also the SSEG is placed
7916         wherever there is enough space for it, and IDATA can be anywhere
7917         in internal RAM.  For now compile using -Wl-Y[stack_size].
7918         The mem file is different for this option as well, since it
7919         makes no sense of talking about DSEG lenght.
7920
7921 2004-01-02 Vangelis Rokas <vrokas AT otenet.gr>
7922
7923         * src/SDCClrange.c: fixed bug 869095 that caused segfault
7924         in certain cases, e.g. when ROM assignment, patch provided
7925         from Albert den Haan.
7926
7927 2004-01-01 Bernhard Held <bernhard AT bernhardheld.de>
7928
7929         Many signedness and type propagation fixes:
7930         * src/SDCCicode.c: made geniCodeCast() static
7931         replaced SPEC_ by IS_ (cosmetic)
7932         (operandOperation): fixed div and mod operation
7933         (usualBinaryConversions): added support for promotion of char
7934         (geniCodeMultiply): replaced (unsigned long) by (TYPE_UDWORD)
7935         (geniCodeDivision): replaced (unsigned long) by (TYPE_UDWORD)
7936         (geniCodeAdd): an array index will stay unsigned, even if promoted
7937         from char to int
7938         (geniCodeArray): ditto
7939         * src/SDCCicode.h: made geniCodeCast() static: removed prototype
7940         * src/SDCCsymt.c (computeType): added more support for char;
7941         promotion of char is selectable by promoteCharToInt, fixed signedness
7942         for all cases
7943         (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7944         * src/SDCCsymt.h (powof2): replaced (unsigned long) by (TYPE_UDWORD)
7945         * src/SDCCval (val*): replaced signedness calculation by
7946         computeType()
7947         rearranged if-branches (cosmetic)
7948         (valShift): added warning W_SHIFT_CHANGED
7949         (valCompare): fixed problem with different types
7950         * src/hc08/rallo.c (leastUsedLR): fixed gcc 3.3 warning
7951         * support/regression/tests/literalop.c: added many cases
7952         * support/regression/tests/ast_constant_folding.c: changed finally to
7953         'unsigned int'
7954         * .version: new year, new version: 2.3.7
7955         * src/SDCCmain.c (main): applied patch #866468
7956         * debugger/mcs51/sdcdb.c (parseCmdLine): added -k for ucsim, patch
7957         provided by Scott Bronson
7958         * doc/sdccman.lyx: updated documentation for sdcdb
7959         updated and added chapter tips
7960
7961 2004-01-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7962
7963         * src/SDCCsymt.h: missing from yesterday's commits
7964
7965 2003-12-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7966
7967         * src/SDCC.y (struct_or_union_specifier),
7968         * support/Util/SDCCerr.c,
7969         * support/Util/SDCCerr.h: verify that struct & union tags are used
7970         as declared.
7971
7972 2003-12-29 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7973
7974         * src/SDCCglobl.h: missing from yesterday's commits
7975
7976 2003-12-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7977
7978         * src/SDCC.y (external_definition, type_specifier2, sfr_reg_bit,
7979         sft_attributes, struct_declaration, parameter_declaration,
7980         type_name, start_block, declaration_list),
7981         * src/SDCC.lex (check_type): support redefinition of typedef names
7982
7983 2003-12-22 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
7984
7985         * src/mcs51/gen.c (genPlus): added special handling for 256 byte
7986         aligned xdata arrays. Erik helped me with the if clause.
7987
7988 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7989
7990         * device/lib/ds390/tinibios.c (CpuSpeed): suppress unreachable code
7991         warning
7992
7993 2003-12-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
7994
7995         * src/SDCCast.h,
7996         * src/SDCCast.c (newAst_),
7997         * src/SDCCicode.h,
7998         * src/SDCCicode.c (ast2iCode, newiCode),
7999         * src/SDCCglobl.h,
8000         * src/SDCC.y (logical_and_expr, logical_or_expr, conditional_expr,
8001         expr, statement, expression_statement, selection_statement,
8002         iteration_statement, expr_opt, jump_statement): foundation for tracking
8003         sequence points
8004         * src/SDCCopt.c (killDeadCode): fixed bug #861580 (needs the sequence
8005         point code too)
8006
8007 2003-12-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8008
8009         * support/Util/SDCCerr.c,
8010         * src/SDCCast.h,
8011         * src/SDCCast.c (createCase, createDefault, decorateType),
8012         * src/SDCClabel.c (labelUnreach),
8013         * src/SDCC.y (labeled_statement, jump_statement): More improvements
8014         to error messages.
8015         * support/Util/SDCCerr.c (werrorfl): fixed a non-standard declaration
8016         (with thanks to Stas Sergeev)
8017         * device/include/time.h,
8018         * device/lib/time.c (CheckTime): suppress unreachable code warning
8019
8020 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8021
8022         * src/SDCCast.c (createIvalCharPtr),
8023         * src/SDCCglue.c (printChar): fixed bug #862241 (an error in my fix for
8024         bug #753752)
8025         * support/regression/tests/nullstring.c: tests for these two bugs
8026
8027 2003-12-18 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8028
8029         * support/Util/SDCCerr.h,
8030         * support/Util/SDCCerr.c (E_NOT_ALLOWED),
8031         * src/SDCC.y (struct_declaration, struct_or_union_specifier): complain
8032         about storage class and 'at' used inside struct or union
8033         * src/SDCCBBlock.c (iCodeFromeBBlock),
8034         * src/SDCCcse.c (ifxOptimize),
8035         * src/SDCCglue.c (emitRegularMap, initPointer, printIvalStruct,
8036         printIvalArray, printiValFuncPtr, printIvalCharPtr, printIvalPtr,
8037         printIval, emitStaticSeg, emitOverlay),
8038         * src/SDCClabel.c (deleteIfx),
8039         * src/SDCCopt.c (replaceRegEqv, eBBlockFromiCode),
8040         * src/SDCCast.c (resolveSymbols, createIvalStruct, createIvalArray,
8041         gatherAutoInit, processParms),
8042         * support/Util/SDCCerr.h,
8043         * support/Util/SDCCerr.c (werrorfl): Support for better error location
8044         reporting for post-parse errors.
8045
8046 2003-12-16 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8047
8048         * src/SDCCval.c (valPlus, valMinus, valShift): fixed some problems with
8049         implicit casts via union; they don't work on big endian systems
8050         (possible fix for bug #861138)
8051
8052 2003-12-16 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8053
8054         (committed by Erik Petrich <epetrich AT ivorytower.norman.ok.us> on Frieder's behalf)
8055         * src/mcs51/main.c: fixed the fix for bug #737001
8056
8057 2003-12-15  Borut Razem <borut.razem AT siol.net>
8058
8059         * support/scripts/sdcc.nsi: updated for NSIS 2.0 beta 4
8060
8061 2003-12-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8062
8063         * support/makebin/makebin.c: put output in binary mode
8064
8065 2003-12-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8066
8067         * src/mcs51/main.c: fixed bug #737001 for the mcs51. SDCC clears
8068         xdata and data memory on startup. Set the environment variable
8069         SDCC_NOGENRAMCLEAR to disable this.
8070         * src/mcs51/peephole.def,
8071         * src/ds390/peephole.def: using the atomic test and clear instruction jbc
8072         (allows non-interrupt and interrupt code to safely compete for a resource
8073         without the non-interrupt code having to disable interrupts)
8074
8075 2003-12-13 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8076
8077         * src/SDCCicode.c (geniCodeAdd),
8078         * src/SDCCast.c (decorateType): fixed bug #857753 (need to be careful
8079         with valFromType if type might be a pointer and host is big endian).
8080         * src/SDCCast.c (decorateType): unary plus compatible with all arithmetic
8081         types, not just integer types.
8082         * src/SDCCsymt.c (addSymChain): clarified error message when symbol is
8083         multiply defined with mismatching "at" address.
8084
8085 2003-12-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8086
8087         * src/ds390/main.c (PORT tininative_port): fixed bug #858416
8088         * src/SDCCglue.c (printChar, printIvalChar, emitStaticSeg),
8089         * src/SDCCast.c (createIvalCharPtr, stringToSymbol): handle strings
8090         with embedded nulls (fixed bug #753752)
8091
8092 2003-12-12 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8093
8094         * src/mcs51/main.c(_mcs51_genRAMCLEAR): using r0 instead of r1/r2.
8095         Apparently this did not see much testing (endless loop)
8096
8097 2003-12-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8098
8099         * src/z80/ralloc.c: set DISABLE_PACK_HL = 1 as a temporary fix to bug #855165
8100
8101 2003-12-10 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8102
8103         * src/SDCCdebug.c (outputDebugSymbols, outputDebugStackSymbols, dumpSymInfo):
8104         gracefully handle NULL memmap pointers
8105
8106 2003-12-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8107
8108         * src/SDCCopt.c (killDeadCode): change iCode type to DUMMY_READ_VOLATILE
8109         instead of deleting the iCode when an operand is volatile
8110         * src/z80/gen.c (genDummyRead),
8111         * src/mcs51/gen.c (genDummyRead),
8112         * src/ds390/gen.c (genDummyRead),
8113         * src/hc08/gen.c (genDummyRead): handle operands in IC_LEFT and/or IC_RIGHT,
8114         not just IC_RIGHT
8115         * src/SDCCicode.c (geniCodeCall): fixed bug #851607
8116         * src/SDCC.y: fixed bug #850420
8117
8118 2003-12-05 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8119
8120         Applied z80 i/o port patch from Peter Townson and fixed some operators
8121         to better handle operands in A register.
8122         * device/include/z180.h
8123         * src/SDCC.y
8124         * src/SDCCglue.c
8125         * src/z80/gen.c
8126         * src/z80/gen.h
8127         * src/z80/main.c
8128         * src/z80/peeph-z80.def
8129         * src/z80/peeph.def
8130         * src/z80/z80.h
8131
8132 2003-12-03 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8133
8134         * src/SDCCsymt.c (addSymChain, compareTypeExact): fixed bug #838241 again
8135
8136 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8137
8138         * device/lib/hc08/_mullong.c: Removed extra #endif
8139
8140 2003-12-01 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8141
8142         * sim/ucsim/hc08.src/inst.cc,
8143         * sim/ucsim/hc08.src/hc08mac.h: fixed some problems with CC flag bits and
8144         carries from x to h
8145         * src/hc08/gen.c (aopAdrStr): fixed problem with 16 bit immediate
8146         * src/hc08/gen.c (XAccRsh): fixed problem with right shift
8147         * device/include/stdarg.h: fixed varargs for hc08
8148         * device/lib/Makefile.in,
8149         * device/lib/hc08/Makefile,
8150         * device/lib/hc08/_mulint.c,
8151         * device/lib/hc08/_mullong.c: fixed some endian problems
8152
8153 2003-11-28 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8154
8155         * sdcc/src/mcs51/gen.c (genMultOneByte): help peephole 105
8156         * sdcc/src/mcs51/peeph.def: added peephole 186.e array access in code space
8157         * device/lib/_gptrget.c,
8158         * device/lib/_gptrput.c: P2 not used any more (related to #850747, #785979)
8159
8160 2003-11-27 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8161
8162         * src/SDCClrange.c (findNextUseSym, rlivePoint): fixed bug #849795
8163         * src/SDCCast.c (astErrors): fixed bug #846007
8164         * src/SDCCsymt.c (checkFunction): fixed follow-up bug on bug #846007
8165
8166 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8167
8168         * src/SDCCast.c (decorateType): disabled a transformation I added in
8169         revision 1.188 (access to fields of a structure at an absolute address);
8170         it breaks with bitfields, extern declarations, and gcse analysis.
8171         * src/SDCCopt.c (isLocalWithoutDef): if ADDRESS_OF applied to a symbol, it
8172         could be assigned through a pointer, so don't complain.
8173         * src/SDCCast.c (astErrors),
8174         * src/SDCCast.h,
8175         * src/SDCCglue.c (emitRegularMap): fixed bug #847813
8176
8177 2003-11-26 Vangelis Rokas <vrokas AT otenet.gr>
8178
8179         * src/pic16/main.c (_pic16_genIVT): fixed interrupt vector table
8180         * src/pic16/main.c (_pic16_genAssemblerPreamble): re-enabled the
8181         output of __config directives, since gpasm now supports them
8182         * src/pic16/main.c (_pic16_finaliseOptions): define MCU
8183         pre-processor macro, i.e. -DMCU=p18f452
8184         * src/pic16/ralloc.c: renamed packRegisters to pic16_packRegisters,
8185         and modified to handle 'cast' icode similarly to '=' icode
8186         * src/pic16/device.h (typedef struct PIC_device): added field
8187         'extMIface' to indicate that chip has external memory interface
8188         * src/pic16/device.c: added chips 18F248, 18F258, 18F448, 18F458,
8189         18F6520, 18F6620, 18F6680, 18F6720, 18F8520, 18F8620, 18F8680,
8190         18F8720
8191
8192 2003-11-26 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8193
8194         * src/SDCC.y (pointer): fixed bug #846006
8195         * support/Util/SDCCerr.c: made W_PTR_TYPE_INVALID message clearer
8196         * src/SDCCast.c (decorateType): fixed bug #846009
8197         * src/ds390/peeph.def,
8198         * src/ds390/gen.c (genAnd, genOr),
8199         * src/mcs51/peeph.def,
8200         * src/mcs51/gen.c (genAnd, genOr): fixed bug #846777
8201
8202 2003-11-25 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8203
8204         Fixed several common-sub-expression bugs (#772861, #768380, & #755323)
8205         * src/SDCCdflow.c
8206         * src/SDCCcse.c
8207         * src/SDCCcse.h
8208         * src/SDCCBBlock.h
8209         * src/SDCCBBlock.c
8210
8211 2003-11-23 Klaus Flittner <klaus_flittner AT gmx.de>
8212
8213         fixed bug #845089
8214         * src/SDCCbitv.h,
8215         * src/SDCCbitv.c: added function to free a bitvector
8216         * src/SDCClrange.h,
8217         * src/SDCClrange.c: added function to recompute the liveranges
8218         * src/avr/ralloc.c,
8219         * src/ds390/ralloc.c,
8220         * src/hc08/ralloc.c,
8221         * src/mcs51/ralloc.c,
8222         * src/pic/ralloc.c,
8223         * src/pic16/ralloc.c,
8224         * src/xa51/ralloc.c,
8225         * src/z80/ralloc.c: recompute the liveranges after register packing
8226
8227 2003-11-21 Klaus Flittner <klaus_flittner AT gmx.de>
8228
8229         * src/SDCCloop.c (newInduction): fixed bug #845630
8230
8231 2003-11-21 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8232
8233         * src/SDCCsymt.c (compareTypesExact): disabled debugging output
8234         inadvertantly left behind from my 2003-11-12 change
8235
8236 2003-11-20 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8237
8238         Updated headers I neglected to commit yesterday.
8239         * src/SDCClrange.h,
8240         * src/SDCCicode.h
8241
8242 2003-11-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8243
8244         * src/SDCCcse.c (algebraicOpts): fixed bug #773153
8245         * src/SDCClrange.c (rlivePoint): need to mark IC_RESULT used if POINTER_SET op
8246         * src/SDCCopt.c (eBBlockFromiCode),
8247         * src/SDCClrange.c (hashiCodeKeys, sequenceiCode, computeLiveRanges): seperated
8248         the creation of the key hash table from the sequencing so it can be used
8249         earlier (for some GCSE bug fixes still pending)
8250
8251 2003-11-15 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8252
8253         * src/mcs51/gen.c (genPlus): generate shortcut for adding 0xab00
8254         * support/regression/tests/addsub.c: testing genPlus shortcut
8255
8256 2003-11-15  Borut Razem <borut.razem AT siol.net>
8257
8258         * src/SDCCmain.c: fixed bug #841645: -MM command line option passed to sdcpp
8259
8260 2003-11-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8261
8262         * src/SDCCcse.c (cseBBlock): fixed bug #527779
8263         * src/SDCCcse.c (deleteGetPointers): rewrote so that the set
8264         ordering is immaterial.
8265         * src/SDCCdflow.c (mergeInExprs): fixed bug #587536
8266
8267 2003-11-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8268
8269         * src/SDCCicode.c (geniCodeAddressOf): fixed part of bug #840381
8270         * src/SDCCopt.c (replaceRegEqv, isLocalWithoutDef): fixed other part
8271         (SIGSEV) of bug #840381
8272         * src/SDCCmain.c (linkEdit, assemble): fixed bug #841606 (don't
8273         unlink new file before rename if new and old filenames are the same)
8274
8275 2003-11-13 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8276
8277         * src/mcs51/main.c: started fixing bug #737001 (SDCC not clearing
8278         uninitialized variables) for the mcs51. Set environment variable
8279         SDCC_GENRAMCLEAR to test.
8280         xdata initialization slightly shorter
8281
8282 2003-11-12 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8283
8284         * src/SDCCsymt.h,
8285         * src/SDCCsymt.c (addSymTypeChain, compareTypesExact): fixed bugs
8286         #838241 & 780691 (basicly the same bug)
8287         * src/SDCCBBlock.c (iCode2eBBlock): fixed bug #840148
8288         * src/SDCCBBlock.c (iCodeFromeBBlock): fixed bug #840162
8289
8290 2003-11-11 Bernhard Held <bernhard AT bernhardheld.de>
8291
8292         * src/SDCCmain.c (linkEdit): "fix" #834252
8293
8294 2003-11-11 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8295
8296         * src/SDCCast.c (removePostIncDecOps, removePreIncDecOps),
8297         * src/SDCCast.h,
8298         * src/SDCC.y: fixed bug #819403
8299
8300 2003-11-08 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8301
8302         * support/regression/fwk/lib/testfwk.c: printn is recursive and thus needs
8303         the reentrant attribute.
8304         * src/hc08/gen.c (genPackBits): added missing stack readjustment
8305         * sim/ucsim/hc08.src/inst.cc (inst_mov): fixed bugs with mov instruction
8306         simulation
8307         * src/SDCCast.c (decorateType): fixed bug with storage class not being
8308         updated during pointer dereference; f.e. ~(((char *)1)*) was being
8309         erroneously reduced to a literal.
8310         * src/hc08/ralloc.c (packRegisters, rematStr),
8311         * src/hc08/gen.c (aopForRemat): allow literals to be rematerialized in
8312         some cases
8313
8314 2003-11-08 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8315
8316         * src/mcs51/main.c: fixed bug #838385. Thanks to Josef Pavlik for finding and fixing
8317         * doc/sdccman.lyx: changed from 'article' to 'book'
8318         * doc/Makefile: readded test_suite_spec and cdbfileformat
8319
8320 2003-11-08 Bernhard Held <bernhard AT bernhardheld.de>
8321
8322         * device/include/stdlib.h: include malloc.h to comply with ANSI
8323         * support/regression/tests/malloc.c: include stdlib.h instead of malloc.h
8324
8325 2003-11-07 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8326
8327         * doc/Makefile: sdccman.pdf should build with correct references (more info in commit msg)
8328         * doc/clean.mk: also remove *.out files
8329         * doc/sdccman.lyx: some additions, larger top/bottom margins
8330
8331 2003-11-07 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8332
8333         * src/SDCC.y: fixed bug #837365
8334         * support/regression/tests/bitopcse.c
8335         * src/hc08/gen.c (genPointerGet): Don't assume pointer operand is
8336         a symbol (might be valop instead)
8337         * device/lib/Makefile.in: added errno.c to HC08SOURCES
8338         * device/lib/clean.mk: added hc08 to the cleaning list
8339
8340 2003-11-04  Borut Razem <borut.razem AT siol.net>
8341
8342         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes,
8343           made 2003-11-04
8344         * support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8345           as/z80/aslist.c, as/z80/assym.c: removed inclusion of nonstandard malloc.h;
8346           malloc is declared in standard stdlib.h
8347
8348 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8349
8350         * device/lib/hc08/Makefile: need to clean .rel not .o files
8351         * src/hc08/gen.c (genDjnz): can't use djnz with extended addressing mode
8352
8353 2003-11-06 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8354
8355         * src/port.h,
8356         * src/hc08/main.c,
8357         * src/mcs51/main.c,
8358         * src/ds390/main.c,
8359         * src/z80/main.c,
8360         * src/avr/main.c,
8361         * src/pic/main.c,
8362         * src/pic16/main.c,
8363         * src/xa51/main.c: added hasExtBitOp & oclsExpense functions to ports
8364         * src/SDCCicode.c: changed several IS_FARSPACE tests to isOclsExpensive
8365         tests (which uses the port's oclsExpense function)
8366         * src/SDCC.y,
8367         * src/SDCCast.c,
8368         * src/SDCCicode.c,
8369         * src/hc08/gen.c,
8370         * src/ds390/gen.c,
8371         * src/mcs51/gen.c: added support for the SWAP iCode (RFE #834167)
8372
8373 2003-11-04 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8374
8375         * src/SDCCcse.c (ifxOptimize),
8376         * src/SDCClabel.c (labelIfx, deleteIfx): When the condition to
8377         an IFX iCode is volatile, convert to DUMMY_READ_VOLATILE instead
8378         deleting the IFX iCode.
8379         * src/hc08/ralloc.c: reduced unneeded slocs
8380         * src/hc08/gen.c: fixed bug in asmopToBoolean
8381
8382 2003-11-04  Borut Razem <borut.razem AT siol.net>
8383
8384         * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h,
8385           support/Util/NewAlloc.c, as/hc08/lklibr.c, as/mcs51/lklibr.c,
8386           as/z80/aslist.c, as/z80/assym.c: decision to include malloc.h
8387           transferred to configure
8388
8389 2003-11-03 Bernhard Held <bernhard AT bernhardheld.de>
8390
8391         Use headers defined in the C[++] standards:
8392         * sim/ucsim/gui.src/serio.src/fileio.cc
8393         * sim/ucsim/gui.src/serio.src/frontend.cc
8394         * sim/ucsim/gui.src/serio.src/main.cc
8395         * sim/ucsim/gui.src/serio.src/posix_signal.cc
8396         * support/Util/NewAlloc.c
8397         * as/hc08/lklibr.c
8398         * as/mcs51/lklibr.c
8399         * as/z80/aslist.c
8400         * as/z80/assym.c
8401
8402 2003-11-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8403
8404         * Added MSVC projects for hc08 assembler and linker:
8405         all.dsp, config.dsp, sdcc.dsw, /as/hc08/as_hc08.dsp,
8406         /as/hc08/link_hc08.dsp
8407
8408 2003-11-03 Martin Helmling <Martin.Helmling AT octo-soft.de>
8409
8410         * debugger/mcs51/cmd.c: allows filename starting with digit(+ some debug)
8411
8412 2003-11-02 Bernhard Held <bernhard AT bernhardheld.de>
8413
8414         * src/SDCCmain.c (linkEdit): "fixed" again bug #833605
8415
8416 2003-11-01 Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8417
8418         * src/mcs51/main.c: xdata initialization is 13 bytes shorter now
8419
8420 2003-10-31  Borut Razem <borut.razem AT siol.net>
8421
8422         * support/cpp2/cpplib.h,
8423           support/cpp2/cpplib.c,
8424           support/cpp2/cpplex.c,
8425           support/cpp2/cppinit.c: introduced #pragma preproc_asm [ + | - ]
8426           to switch _asm block preprocessing on / off. Default is
8427           #pragma preproc_asm +
8428
8429 2003-10-31  Borut Razem <borut.razem AT siol.net>
8430
8431         * support/cpp2/cpplex.c: Fixed _WIN32 problem with CR-CR-LF sequences
8432           when outputting comment blocks (when executed with -C option) and
8433           _asm (SDCPP specific) blocks
8434
8435 2003-10-31 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8436
8437         * as/hc08/lkrloc.c (relr): Fixed ihx output, fixed lastAreaIndex warning
8438
8439 2003-10-31 Klaus Flittner <klaus_flittner AT gmx.de>
8440
8441         * src/SDCCcse.c (updateSpillLocation): fixed bug #808027
8442
8443 2003-10-31 Bernhard Held <bernhard AT bernhardheld.de>
8444
8445         * src/SDCCmain.c (linkEdit): "fixed" bug #833605
8446         * src/SDCCast.c (decorateType): fixed bug #832664
8447
8448 2003-10-31  Borut Razem <borut.razem AT siol.net>
8449
8450         * support\cpp2\cpplex.c: fixed for SDCPP:
8451           comments(when executed with -C option) and _asm blocks
8452           were included even if they where in skipped #if block.
8453           Applied solution from GCC cpp 3.3.2
8454
8455 2003-10-31  Borut Razem <borut.razem AT siol.net>
8456
8457         * src/SDCC.lex: sdcc now understands both formats:
8458           '# <line_number> <file_name>' and
8459           '#line <line_number> <file_name>'
8460         * support/cpp2/cppmain.c: sdcpp now generates the standard
8461           '# <line_number> <file_name>' instead of former
8462           '#line <line_number> <file_name>'
8463
8464 2003-10-30  Borut Razem <borut.razem AT siol.net>
8465
8466         * support/cpp2/cpphash.h,
8467         * support/cpp2/cpplib.h
8468         * support/cpp2/cpplex.c,
8469         * support/cpp2/cppmain.c,
8470         * support/cpp2/cppinit.c: fixed bug #828015 - Syntax variation for _asm character constants
8471
8472 2003-10-30 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8473
8474         Fixed a number of problems revealed by bug #827883.
8475         * src/SDCCloop.c (loopInvariants): Spill location of the
8476         result operand should be recomputed if extracted from
8477         a loop. Also, don't extract assignments of an iTemp
8478         from a literal.
8479         * src/SDCCast.c (isConformingBody): loop reversal should
8480         not occur if the control variable is involved with a
8481         relational operator.
8482
8483 2003-10-28 Bernhard Held <bernhard AT bernhardheld.de>
8484
8485         * .version: bumped to 2.3.6 to reflect the big improvements
8486         made by Erik and Klaus. Thanks!
8487
8488 2003-10-28 Klaus Flittner <klaus_flittner AT gmx.de>
8489
8490         Replaced the livrange code.
8491         * src/SDCClrange.c: added new LR code
8492         * src/SDCCloop.c,
8493         * src/SDCCBBlock.h: removed remainig parts from old LR code
8494         * src/ds390/ralloc.c,
8495         * src/ds390/gen.c: minor fixes to make it work with new code
8496
8497 2003-10-28 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8498
8499         * as/hc08/asm.h,
8500         * as/hc08/lkrloc.c,
8501         * src/hc08/gen.c,
8502         * src/hc08/ralloc.c: Fix various warnings related to the hc08
8503         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec): Fixed bug #829717
8504         (tweaked fix for bug #818696)
8505
8506 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8507
8508         * src/z80/ralloc.c (joinPushes): Fixed bug #828742
8509
8510 2003-10-23 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8511
8512         * src/SDCCmain.c,
8513         * sdccconf_in.h: Fixed bug #828387 (--disable-hc08-port didn't work)
8514         * src/mcs51/gen.c (gencjneshort),
8515         * src/ds390/gen.c (gencjneshort): Made comparison with AOP_IMMD operand
8516         more efficient (per Scott Bronson's suggestion)
8517
8518 2003-10-22 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8519
8520         Extended the semantics of the critical keyword to include
8521         individual statements. See RFE #827755 and #799831
8522         * src/SDCC.y
8523         * src/SDCCicode.c
8524         * src/SDCCopt.c
8525         * src/SDCCast.c
8526         * support/Util/SDCCerr.c
8527         * support/Util/SDCCerr.h
8528         * src/mcs51/gen.c
8529         * src/ds390/gen.c
8530         * src/hc08/gen.c
8531
8532 2003-10-19  Borut Razem <borut.razem AT siol.net>
8533
8534         * src/SDCC.lex: fixed bug #825944 - defined yytext_ptr to make it compile with flex 2.5.31
8535
8536 2003-10-19 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8537
8538         * src/SDCCicode.c (geniCodePreInc, geniCodePreDec, ast2iCode):
8539         Fixed bug #818696
8540         * src/SDCCast.c (ast_print): Fixed --dumptree so that preincrement
8541         and predecrement operand is displayed
8542
8543 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8544
8545         * src/SDCCval.c (valMinus): fixed bug #826041
8546
8547 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8548
8549         Some hc08 related updates that I missed earlier
8550         * sim/ucsim/stypes.h
8551         * support/regression/ports/hc08/spec.mk
8552
8553 2003-10-15 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8554
8555         New target "hc08" for the Motorola 68hc08 family of micros
8556
8557         * configure
8558         * configure.in
8559         * Makefile
8560         * src/hc08/*
8561         * src/SDCCmain.c
8562         * src/port.h
8563         * sim/ucsim/hc08.src/*
8564         * sim/ucsim/configure.in
8565         * src/ucsim/configure
8566         * sim/ucsim/packages_in.mk
8567         * as/hc08/*
8568         * as/Makefile
8569         * device/include/mc68hc908qy.h
8570         * device/lib/hc08/*
8571         * device/lib/Makefile.in
8572         * support/regression/ports/hc08/*
8573         * support/regression/Makefile
8574
8575 2003-10-14 Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8576
8577         * src/z80/gen.c: fixed bug revealed by ast_constant_folding.c
8578         regression test
8579         * src/ds390/gen.c (genCast): fixed bug #821957
8580
8581 2003-10-13 Bernhard Held <bernhard AT bernhardheld.de>
8582
8583         * device/lib/logf.c: "fixed" overlay bug
8584         * support/regression/ports/host/spec.mk: added m library
8585         * support/regression/ports/mcs51-stack-auto/spec.mk: added float funcs
8586         * support/regression/tests/float_trans: added (for Eric)
8587
8588 2003-10-12 Bernhard Held <bernhard AT bernhardheld.de>
8589
8590         * src/mcs51/gen.c (genCpl): fixed bug
8591         http://sf.net/mailarchive/message.php?msg_id=6263915
8592
8593 2003-10-10 Bernhard Held <bernhard AT bernhardheld.de>
8594
8595         * src/SDCCast.c (decorateType): added extended constant folding
8596         * src/SDCCsymt.c (computeType): cleanup
8597         * src/SDCCval.c (valShift): minor optimization
8598         * support/regression/tests/ast_constant_folding.c: added
8599
8600 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8601
8602         * src/SDCCmain.c: removed some unintended changes
8603
8604 2003-10-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8605
8606         * src/SDCCmain.c (setParseWithComma): fixed bug #816685
8607         * src/z80/gen.c: fixed part of bug #817589
8608         * src/SDCCsymt.c (checkFunction): fixed bug #817895
8609
8610 2003-10-08 Bernhard Held <bernhard AT bernhardheld.de>
8611
8612         Replaced cast (void **) with (void *) to avoid gcc 3 warning:
8613         * src/SDCCcflow.c
8614         * src/SDCCcse.c
8615         * src/SDCCdflow.c
8616         * src/SDCClabel.c
8617         * src/SDCClrange.c
8618         * src/SDCCmem.c
8619         * src/SDCCopt.c
8620         * src/SDCCpeeph.c
8621         * src/SDCCset.c
8622         * src/avr/ralloc.c
8623         * src/ds390/ralloc.c
8624         * src/izt/ralloc.c
8625         * src/mcs51/ralloc.c
8626         * src/pic/ralloc.c
8627         * src/pic16/ralloc.c
8628         * src/xa51/ralloc.c
8629         * src/z80/ralloc.c
8630         * src/z80/gen.c: removed unused label "release:"
8631
8632 2003-10-06  Borut Razem <borut.razem AT siol.net>
8633
8634         * src/SDCC.lex: removed definition of unused variables
8635           save_optimize and save_options
8636
8637 2003-10-06 Bernhard Held <bernhard AT bernhardheld.de>
8638
8639         * clean.mk: removed '=' in "-maxdepth=1"
8640         * src/SDCCloop.c: replace LRKLAUS with SDCC_LRKLAUS
8641         * src/SDCClrange.c: replace LRKLAUS with SDCC_LRKLAUS
8642
8643 2003-10-06  Borut Razem <borut.razem AT siol.net>
8644
8645         * src/SDCC.lex, src/SDCC.lex: use dbuf for "_asm" definitions;
8646           my_unput() replaced by unput()
8647
8648 2003-10-05 Bernhard Held <bernhard AT bernhardheld.de>
8649
8650         * src/SDCCloop.c (assignmentsToSym, loopInduction): cast argument of
8651         setToNull() to (void *) to avoid gcc3.x's warning: "dereferencing
8652         type-punned pointer will break strict-aliasing rules"
8653         Old LR behaviour is again default; Klaus' LR can be choosen by
8654         defining the environment variable LRKLAUS
8655         * src/SDCCBBlock.h
8656         * src/SDCCloop.c
8657         * src/SDCClrange.c
8658         * src/ds390/ralloc.c (spillThis): applied Klaus' patch
8659         * clean.mk: fixed removal of files in bin/CVS/
8660         * device/lib/clean.mk: fixed removal of directories small and large
8661         * support/Util/SDCCerr.c: changed W_INT_OVL to ERROR_LEVEL_PEDANTIC
8662         * src/SDCCicode.c,
8663         * src/SDCCval.c: removed superflous test for pedantic
8664
8665 2003-10-05  Borut Razem <borut.razem AT siol.net>
8666
8667         * src/SDCC.lex, support/Util/SDCCerr.c, sdcc/support/Util/SDCCerr.h:
8668           Fixed bug #816692: introduced new ERROR_LEVEL_PEDANTIC warning
8669           message "unmatched #pragma SAVE and #pragma RESTORE"
8670
8671 2003-10-04  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8672
8673         * doc/sdccman.lyx: various additions and updates (interrupts, inline
8674           assembly, critical functions, atomic, nojtbound)
8675
8676 2003-10-04 Bernhard Held <bernhard AT bernhardheld.de>
8677
8678         Applied liferange patch from Klaus Flittner <klaus_flittner AT gmx.de>
8679         * src/SDCCBBlock.h
8680         * src/SDCCloop.c
8681         * src/SDCCloop.h
8682         * src/SDCClrange.c
8683
8684 2003-10-03  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8685
8686         * src/z80/gen.h,
8687         * src/z80/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8688         * src/mcs51/gen.h
8689         * src/mcs51/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8690         * src/ds390/gen.h
8691         * src/ds390/gen.c (aopOp, aopGet, aopPut, genDummyRead),
8692         * src/SDCCicode.c (ast2iCode, geniCodeDummyRead): Fixed bug #663539
8693         * src/SDCCopt.c (killDeadCode): Fixed bugs #663539 & #816705
8694
8695 2003-10-02  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8696
8697         * src/z80/gen.c (genRet): fixed bug #524753
8698         * src/z80/gen.c (genCast): fixed internal error on cast from
8699         pointer to long
8700         * src/z80/gen.c (_saveRegsForCall, emitCall): adapted Johan's
8701         fix for bug #477835 to the z80
8702         * src/z80/gen.c (genZ80code, _vemit2, _emit2): added support
8703         for tracking iCodes in the peephole optimizer for z80
8704
8705 2003-10-01  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8706
8707         * src/SDCCicode.c (geniCodeJumpTable, geniCodeSwitch): fixed
8708         the other part of bug #814548
8709         * src/SDCCpeeph.c (labelInRange): fixed bug #814558
8710
8711 2003-09-30  Bernhard Held <bernhard AT bernhardheld.de>
8712
8713         * src/SDCCcse.c: fixed part of bug #814548
8714
8715 2003-09-28  Borut Razem <borut.razem AT siol.net>
8716
8717         * src/asm.c: rewrite of printILine() to use temporary file instead
8718           a pipe
8719         * src/xa51/main.c: commented out declaration of int rewinds
8720
8721 2003-09-27  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8722
8723         * src/SDCCicode.c (geniCodeJumpTable): Fixed bug #813206
8724
8725 2003-09-26  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8726
8727         * src/SDCCdflow.c (computeDataFlow): Fixed bug #810746
8728         * src/asm.c (printILine): Fixed bug #811015
8729
8730 2003-09-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8731
8732         *link/z80/lklibr.c, as/mcs51/lklibr.c: Improved memory allocation and
8733         freeing.
8734
8735 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8736
8737         * src/z80/gen.c (setupToPreserveCarry): Fixed bug #796955
8738         * src/z80/gen.c (setupPair, genMovePairPair): Fixed setupPair
8739         to correctly handle general case of AOP_PAIRPTR
8740         * src/z80/gen.c (aopGet, aopPut): Generalized AOP_PAIRPTR handling
8741
8742 2003-09-21  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8743
8744         * src/mcs51/ralloc.c (fillGaps),
8745         * src/ds390/ralloc.c (fillGaps): fixed bug #810093 (yet another
8746         register positioning bug)
8747
8748 2003-09-21  Bernhard Held <bernhard AT bernhardheld.de>
8749
8750         * device/lib/_fsdiv.c: replaced (1<<31) by (1ul<<31)
8751
8752 2003-09-19  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8753
8754         * src/mcs51/gen.c (loadDptrFromOperand, genFarPointerGet,
8755         genCodePointerGet, genGenPointerGet, genFarPointerSet,
8756         genGenPointerSet): handle AOP_DPTR correctly when loading dptr
8757         (ralloc doesn't intentionally do this now, but perhaps later)
8758         * src/mcs51/ralloc.c (serialRegAssign, fillGaps),
8759         * src/ds390/ralloc.c (serialRegAssign, fillGaps): fixed some
8760         register positioning bugs (Fixed bug #762602 and #795325)
8761         * src/SDCCicode.c (geniCodeDerefPtr): Track output class correctly
8762         (Fixed bug #808779)
8763         * src/z80/gen.c: increased _vemit2's buffer[] to handle long
8764         lines that --i-code-in-asm generates
8765
8766 2003-09-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8767
8768         *link/z80/lklibr.c, as/mcs51/lklibr.c: Fixed Linux segfaults when
8769         trying to fclose a FILE* that was already closed.
8770
8771 2003-09-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8772
8773         * src/SDCCsymt.c (structElemType): fixed bug #808291 (members
8774         of const struct should be treated as if const themselves)
8775
8776 2003-09-18  Bernhard Held <bernhard AT bernhardheld.de>
8777
8778         * src/SDCCval.c (valPlus, valMinus): fixed bug #808337
8779
8780 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8781
8782         * support/librarian/sdcclib.c: Generate correct offsets for libraries with
8783         Unix (/n) and DOS (/r/n) line terminations.
8784
8785 2003-09-17  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8786
8787         * src/SDCCopt.c (cnvFromFloatCast, cnvToFloatCast): fixed
8788         bug #613775
8789
8790 2003-09-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8791
8792         * src/mcs51/gen.c (genFunction, genEndFunction),
8793         * src/ds390/gen.c (genFunction, genEndFunction): Moved save
8794         and restore of EA so that stack offsets to parameters are
8795         correct when using both critical and reentrant/stack-auto.
8796         * src/z80/gen.c (aopOp): removed erroneous assertion about sloc
8797         size (can be triggered in error if sloc is shared between
8798         different sized objects)
8799         * device/include/float.h: fixed macros to explicitly use
8800         unsigned long where needed
8801
8802 2003-09-15  Bernhard Held <bernhard AT bernhardheld.de>
8803
8804         Feature req. 799831: added code to allow nesting of critical functions
8805         * src/mcs51/gen.c (genFunction, genEndFunction)
8806         * src/ds390/gen.c (genFunction, genEndFunction)
8807
8808 2003-09-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8809
8810         * src/SDCCsymt.c (sclsFromPtr),
8811         * src/SDCCsymt.h,
8812         * src/SDCCast.c (decorateType): fixed bug #462971. Also, better
8813         support for standard C idiom of memory mapped variables; for
8814         example, *((xdata int*)0x1234) = 1 is now internally equivalent
8815         to xdata int at 0x1234 tempvar = 1.
8816         * sim/ucsim/z80.src/inst_xd.cc: fixed bug #805483 with patch
8817         provided by Akiya ISHIDA
8818
8819 2003-09-13  Bernhard Held <bernhard AT bernhardheld.de>
8820
8821         * src/SDCCval.c (cheapestVal): reenabled to reduce int to char
8822         * src/SDCCval.c (constVal): added reduction from int to char
8823         * src/SDCCval.c (valMult, valDiv): fixed sign handling
8824         * src/SDCCval.c (valShift): fixed after change of cheapestVal()
8825         * src/SDCCval.c (valCompare): fixed EQ_OP and NE_OP; they have
8826         to ignore the sign
8827         * support/regression/tests/shifts.c: fixed
8828
8829 2003-09-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8830
8831         * src/z80/gen.c (genXor): Fixed bug #805445
8832
8833 2003-09-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8834
8835         Fixed bug #621531 (const & volatile confusion in the type chain).
8836         DCL_PTR_CONST, DCL_PTR_VOLATILE, & IS_PTR_CONST now exclusively
8837         refer to the const or volatile state of the pointer itself.
8838
8839         * src/SDCCast.c
8840         * src/SDCCglue.c
8841         * src/SDCCicode.c
8842         * src/SDCCsymt.c
8843         * src/SDCCval.c
8844         * src/SDCC.y
8845         * src/SDCCsymt.h
8846         * src/pic/gen.c
8847         * src/pic/ralloc.c
8848         * src/pic16/gen.c
8849         * src/pic16/ralloc.c
8850         * support/regression/tests/const.c
8851
8852 2003-09-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8853
8854         When checking for duplicated modules, use absolute paths
8855         instead of relative paths.  Files changed:
8856
8857         * as/mcs51/lklib.c
8858         * link/z80/lklib.c
8859
8860 2003-09-09  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8861
8862         * src/SDCCicode.c (geniCodeLogic): fixed bug #797572
8863
8864 2003-09-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8865
8866         * device/include/string.h: added size_t typedef, changed
8867         prototypes to use size_t, eliminated separate reentrant and
8868         non-reentrant declarations, added _memmove declaration
8869         * device/lib/_memcpy.c: changed to use size_t instead of int,
8870         changed /4 to >>2 to avoid division library call
8871         * device/lib/_memcmp.c,
8872         * device/lib/_memset.c,
8873         * device/lib/_strncat.c,
8874         * device/lib/_strncpy.c,
8875         * device/lib/_strncmp.c: changed to use size_t instead of int
8876         * device/lib/_memmove.c: new file (fixed bug #772294)
8877         * device/lib/Makefile.in: added _memmove.c
8878         * device/lib/z80/asm_strings.s: fixed bug #772290
8879         * support/regression/tests/bitfields.c: attempt to fix host assertion
8880         failure on amd64-unknown-linux2.2
8881
8882 2003-09-06  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8883
8884         * src/z80/gen.c (aopPut, spillPairReg): fixed bug #800998
8885         * src/z80/gen.c (genFunction, genEndFunction): fixed "bug" #774700
8886         * as/z80/asmain.c (main): fixed bug #801766
8887
8888 2003-09-06  Bernhard Held <bernhard AT bernhardheld.de>
8889
8890         * src/SDCCicode.c (ast2iCode): fixed differences in iCode with different
8891         compilers
8892
8893 2003-09-05  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8894
8895         * src/SDCCast.c (isConformingBody): fixed loop reversal bug
8896         reported in bug #800609
8897
8898 2003-09-04  Vangelis Rokas <vrokas AT otenet.gr>
8899
8900         * Top header beautifications in src/pic16 directory:
8901           device.c, device.h, gen.c, gen.h, genarith.c, glue.c, pcode.c,
8902           pcodeflow.c, pcodeflow.h, pcode.h, pcodepeep.c, pcoderegs.c,
8903           pcoderegs.h, ralloc.c, ralloc.h
8904         * main.c: added top header and GPL license notice
8905         * pcode.c: fixed the if-conditional warning
8906
8907 2003-09-04  Bernhard Held <bernhard AT bernhardheld.de>
8908
8909         * device/lib/_mullong.c: replaced int by short for gcc
8910
8911 2003-08-31  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8912
8913         * src/SDCCpeeph.c (notVolatile, notVolatileVariable): handle IFX
8914         and JUMPTABLE iCodes properly now (worked by accident before)
8915         * src/mcs51/gen.c (leftRightUseAcc),
8916         * src/ds390/gen.c (leftRightUseAcc): handle IFX and JUMPTABLE
8917         iCode properly now. Use getSize instead of nRegs since a & b
8918         aren't part of the nRegs tally.
8919
8920 2003-08-31  Vangelis Rokas <vrokas AT otenet.gr>
8921
8922         * src/pic16/main.c: corrected offsets of interrupt vectors in _pic16_genIVT()
8923         * src/pic16/pcode.c: fix to disable inserting BANKSEL directive
8924           before instructions that use the _STATUS register
8925
8926 2003-08-31  Bernhard Held <bernhard AT bernhardheld.de>
8927
8928         * src/mcs51/gen.c (freeAsmop): fixed off by one in stack offset (AOP_STK)
8929         * src/mcs51/gen.c (genNearPointerSet): added missing opcode for
8930         fetching of the pointer
8931         * src/mcs51/gen.c (genNearPointerGet): added reuse of PREG,
8932         copied from genNearPointerSet()
8933         * src/mcs51/gen.c (genNearPointerGet): don't pop r0/r1, if RESULTONSTACK
8934         * src/mcs51/gen.c: changed order of freeAsmop(left/right/result)-calls.
8935         If they pop r0/r1 they must be called in the opposite order than aopOp().
8936         * device/lib/_mullong.c: fixed for "--model-large --int-long-reent"
8937         (resp. --stack-auto), prepared for --xstack
8938
8939 2003-08-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8940
8941         * doc/sdccman.lyx: reverted tables to those in cvs 1.64
8942
8943 2003-08-28  Bernhard Held <bernhard AT bernhardheld.de>
8944
8945         * device/lib/_startup.c: quick & dirty fix for ds390/ds400;
8946         these ports have their own __sdcc_external_start()
8947
8948 2003-08-26  Bernhard Held <bernhard AT bernhardheld.de>
8949
8950         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
8951         * src/pic/glue.c (pic14printPublics): fixed bug introduced when symbol
8952         type for bits was changed. It resulted in bit variables becoming
8953         global, which is not permitted in PIC 14 assembly output.
8954
8955 2003-08-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
8956
8957         * doc/sdccman.lyx: various additions and updates. Rearranged sections
8958
8959 2003-08-22  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
8960
8961         Z80 and MCS51 linkers complaint if a public symbol is defined
8962         in more than one library module:
8963
8964         * as/mcs51/lklib.c
8965         * link/z80/lklib.c
8966         * as/mcs51/Makefile.in
8967
8968 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8969
8970         A few small changes that speed up the peephole optimizer.
8971
8972         * src/SDCCpeeph.c
8973
8974 2003-08-22  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8975
8976         Try to make the peephole optimizer smarter by maintaining
8977         an association between the assembly source code and the
8978         iCodes that originated them. Put this information to use
8979         with a new peephole rule condition "notVolatile" so that
8980         the rules can be aggressive yet still safe.
8981
8982         * src/SDCCpeeph.c
8983         * src/SDCCpeeph.h
8984         * src/mcs51/gen.c
8985         * src/mcs51/peeph.def
8986
8987 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8988
8989         Fixed bug #741761
8990
8991         * src/mcs51/gen.c (aopForSym, leftRightUseAcc),
8992         * src/ds390/gen.c (aopForSym, leftRightUseAcc): preserve A and B
8993         if the left or right operand symbols have the accuse flag set.
8994
8995 2003-08-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
8996
8997         Changed the type of the result of the ! (NOT) operator to char;
8998         previously it returned the same type as the source. This allows
8999         us to eliminate all the genFloatNot functions (all of its target
9000         implementations were very buggy) since !float can use the same
9001         code as !long now.
9002
9003         * src/SDCCicode.c (ast2iCode): ! returns char
9004         * src/mcs51/gen.c (genNot, genNotFloat),
9005         * src/ds390/gen.c (genNot, genNotFloat),
9006         * src/z80/gen.c (genNot, genNotFloat),
9007         * src/pic/gen.c (genNot, genNotFloat),
9008         * src/pic16/gen.c (genNot, genNotFloat): eliminated genNotFloat
9009
9010 2003-08-19  Bernhard Held <bernhard AT bernhardheld.de>
9011
9012         pic patch provided by Slade Rich <slade_rich AT yahoo.com>
9013         1. Interrupt would not compile properly. Ensure PCLATH register is saved
9014            during interrupts. Ensure WSAVE is located at a shared bank address.
9015         2. Fixed page selection in some places
9016         3. Fixed BTFSS/C to where necessary use registers directly and not simply
9017            the registers name strings.
9018         4. Fixed "signed / unsigned compare" compiler warnings.
9019         5. The PIC port manages its own allocation of the general purpose
9020            registers, but makes no attempt to reuse them. As a result when
9021            compiling it soon runs out of general purpose registers. Some
9022            additional code was added to the files pcode.c and device.c to walk
9023            through the function call tree and rename the registers so that they
9024            get reused.
9025
9026         * src/pic/device.c
9027         * src/pic/gen.c
9028         * src/pic/glue.c
9029         * src/pic/pcode.c
9030         * src/pic/pcode.h
9031         * src/pic/ralloc.c
9032         * src/pic/ralloc.h
9033         * src/pic/genarith.c: Fixed problems with PIC 14 port in functions
9034         genPlus() & genMinus() when the result is the same as left or right
9035
9036 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9037
9038         * src/z80/gen.c (isUnsplitable, fetchPairLong): fixed bug #770454
9039
9040 2003-08-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9041
9042         Made bitfield a distinct type from bit so that bitfields
9043         convert as per ANSI C and bits retain their traditional
9044         boolean style behaviour. Implemented bitfield support in
9045         the z80 port.
9046
9047         * src/SDCCsymt.h,
9048         * src/SDCCsymt.c,
9049         * src/SDCCast.c,
9050         * src/cdbFile.c,
9051         * src/mcs51/gen.c,
9052         * src/ds390/gen.c: bit v bitfield split
9053         * src/z80/gen.c: New support for bitfields
9054         * support/regression/tests/bitfields.c: reenabled z80,
9055         added more tests
9056
9057 2003-08-17  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9058
9059         Rules 246.x, 247.x relate to bitfields, the others speed up
9060         access to xdata mapped I/O devices.
9061
9062         * src/mcs51/peeph.def: added 26 peepholes 246.x - 248.x, 180.x
9063
9064 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9065
9066         Cleaned up genPackBits and genUnpackBits and added two helper
9067         functions, emitPtrByteGet & emitPtrByteSet. Added optimizations
9068         for literal assignments in genPackBits (thanks to Frieder for
9069         reminding me).
9070
9071         * src/mcs51/gen.c
9072         * src/ds390/gen.c
9073
9074 2003-08-16  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9075
9076         Fixed bug #748310 (pointer to function type mishandled when the
9077         function name is omitted). Also fixed a SIGSEGV when a function
9078         attribute (reentrant, etc) is used on a non-function or on a
9079         function but misplaced before the parameter list.
9080
9081         * src/SDCC.y (abstract_declarator, abstract_declaractor2): fixed
9082         bug #748310
9083         * src/SDCC.y (declarator2_function_attributes): avoided SIGSEGV
9084         * support/Util/SDCCerr.h,
9085         * support/Util/SDCCerr.c: Added func attr misuse error msg
9086
9087 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9088
9089         Fixed bug #787649 by anonymous
9090         * src/SDCCglue.c (emitRegularMap): added emission of sloc for func ptr
9091         * src/ds390/gen.c (aopForSym): fixed func ptr in sloc
9092
9093 2003-08-14  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9094
9095         Fixed numerous bitfield problems.
9096
9097         * src/SDCC.y: More bitfield related error checking
9098         * src/SDCCsymt.h,
9099         * src/SDCCsymt.c (compStructSize): fixed bitfield offset calc
9100         * support/Util/SDCCerr.h,
9101         * support/Util/SDCCerr.c: Added & edited some bitfield err msgs
9102         * src/mcs51/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9103         * src/ds390/gen.c (genPackBits, genUnpackBits): fixed mask bugs
9104         * support/regression/tests/bitfields.c: tests added
9105
9106 2003-08-13  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9107
9108         Made the constant following the "interrupt" keyword optional. If
9109         omitted, the function will not automatically be given an entry
9110         in the interrupt vector table (similar to #pragma NOIV, but
9111         less syntacticly kludgy). The interrupt number is also now
9112         range checked. Also fixed a bug in the high order bit example
9113         in the manual.
9114
9115         * src/SDCC.y
9116         * src/SDCCmem.c
9117         * src/SDCCglue.c
9118         * src/SDCCsymt.h
9119         * support/Util/SDCCerr.c
9120         * support/Util/SDCCerr.h
9121         * doc/sdccman.lyx
9122
9123 2003-08-13  Bernhard Held <bernhard AT bernhardheld.de>
9124
9125         * src/SDCCcse.c (algebraicOpts): fix bug converting op from value to type
9126         * src/SDCCicode.c (operandOperation): rewritten some ops
9127         (*, ==, unary_minus) to fix possible overflows and to accord with ANSI
9128         * src/SDCCsymt.c (computeType): literals are handled the same way as any
9129         other type
9130         * src/SDCCval.c (cheapestVal): removed, it doesn't accord with ANSI (can
9131         be re-activated by defining REDUCE_LITERALS)
9132         * src/SDCCval.c (constVal): fixed; hex and octal constants can be
9133         unsigned, but are signed by default
9134         * src/SDCCval.c (constVal): rearranged
9135         * src/SDCCval.c (valMod): preliminary fix
9136         * src/SDCCval.c (valCastLiteral): use TYPE_* types
9137         * support/regression/literalop.c: added, work in progress
9138
9139 2003-08-12  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9140
9141         Generate warnings for useless declarations like "char data;"
9142         that don't do what new users expect.
9143
9144         * src/SDCC.y
9145         * support/Util/SDCCerr.h
9146         * support/Util/SDCCerr.c
9147
9148 2003-08-09  Bernhard Held <bernhard AT bernhardheld.de>
9149
9150         * src/SDCCval.c (valMult): fix overflow detection of negative int
9151
9152 2003-08-07  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9153
9154         * src/z80/ralloc.c (joinPushes): made compatible with new signedness
9155
9156         Changes to support big endian targets:
9157
9158         * src/ports.h
9159         * src/SDCCglue.c
9160         * src/avr/main.c
9161         * src/ds390/main.c
9162         * src/izt/i186.c
9163         * src/mcs51/main.c
9164         * src/pic/main.c
9165         * src/pic16/main.c
9166         * src/xa51/main.c
9167         * src/z80/main.c
9168
9169 2003-08-06  Bernhard Held <bernhard AT bernhardheld.de>
9170
9171         * src/SDCCval.c (cheapestVal): changed behaviour to the same as constVal()
9172         * device/lib/time.c: fixed warning "integer overflow in expression"
9173
9174 2003-08-05  Bernhard Held <bernhard AT bernhardheld.de>
9175
9176         * src/SDCCval.c (cheapestVal, valueFromLit): use TYPE_* types
9177         * src/SDCCval.c (constVal): changed default to signed; hex and octal
9178         constants are unsigned; added recognition of "u" flag for unsigned
9179         * src/SDCCval.c (valMult): fixed signdness, added warning for overflow
9180         * src/SDCCval.c (valDiv, valMod): fixed signdness
9181         * src/SDCCicode.c (operandOperation): fixed critical typo; fixed
9182         signedness of modulo, left and right shift
9183         * support/Util/SDCCerr.c: added warning "integer overflow in expression"
9184         * support/Util/SDCCerr.h: added warning W_INT_OVL
9185         * src/SDCCast.c (decorateType): fixed gcc3.3 warning
9186         * src/SDCCast.c (ast_print): improved output of constants
9187
9188 2003-08-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9189
9190         Fixed some warnings when building with MSVC:
9191
9192         * as\mcs51\asdata.c
9193         * as\z80\asdata.c
9194         * as\mcs51\asm.h
9195         * as\z80\asm.h
9196         * link\z80\aslink.h
9197         * link\z80\lkdata.c
9198         * link\z80\lkeval.c
9199         * link\z80\lkgb.c
9200         * link\z80\lkihx.c
9201         * link\z80\lks19.c
9202         * link\z80\lksym.c
9203         * support\cpp2\cpplib.c
9204         * src\ds390\gen.c
9205         * src\mcs51\gen.c
9206
9207 2003-08-03  Bernhard Held <bernhard AT bernhardheld.de>
9208
9209         * src/SDCCast.c (constExprTree): fix bug #781827 by Carl Worth <cworth AT isi.edu>
9210
9211 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9212
9213         * support\librarian\clean.mk: Do not remove Makefile.
9214         * support\librarian\Makefile: added.
9215
9216 2003-08-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9217
9218         Added librarian to MSVC build:
9219         * all.dsp
9220         * sdcc.dsw
9221         * support\librarian\librarian.dsp
9222
9223         'configure' not needed for librarian, removed:
9224         * support\librarian\configure
9225         * support\librarian\configure.in
9226         * support\librarian\config_in.h
9227         * support\librarian\Makefile.in
9228
9229         Hopefully these ones built the librarian and the rest of sdcc properly:
9230         * Makefile
9231         * Makefile.common.in
9232
9233         Messed up 'configure', so revert to previous version:
9234         * configure
9235         * configure.in
9236
9237 2003-07-31  Bernhard Held <bernhard AT bernhardheld.de>
9238
9239         * src/SDCCicode.c (operandOperation): 3. fix, this time for Alpha; ULONG has 64 bits
9240         there, while the mantissa of a double is "only" 53 bits wide.
9241
9242 2003-07-31  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9243
9244         Adding sdcclib to the build.  MSVC project coming soon.
9245         Files added/changed:
9246
9247         * support\librarian\clean.mk
9248         * support\librarian\configure
9249         * support\librarian\configure.in
9250         * support\librarian\config_in.h
9251         * support\librarian\Makefile.bcc
9252         * support\librarian\Makefile.in
9253         * support\librarian\sdcclib.c
9254         * Makefile.bcc
9255         * Makefile
9256         * Makefile.common.in
9257         * configure
9258         * configure.in
9259
9260 2003-07-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9261
9262         Linker now complaints if linked modules have conflicting options, for
9263         example, one compiled using --model-large and another one compiled with
9264         --model-small.  The following files were modified:
9265
9266         * as\mcs51\asdata.c
9267         * as\mcs51\aslink.h
9268         * as\mcs51\asm.h
9269         * as\mcs51\asmain.c
9270         * as\mcs51\asout.c
9271         * as\mcs51\i51pst.c
9272         * as\mcs51\lkdata.c
9273         * as\mcs51\lklibr.c
9274         * as\mcs51\lkmain.c
9275         * as\z80\asdata.c
9276         * as\z80\asm.h
9277         * as\z80\asmain.c
9278         * as\z80\asout.c
9279         * as\z80\z80pst.c
9280         * link\z80\aslink.h
9281         * link\z80\lkdata.c
9282         * link\z80\lklibr.c
9283         * link\z80\lkmain.c
9284         * src\SDCCglue.c
9285
9286 2003-07-28  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9287
9288         *link/z80/aslink.h, link/z80/lklibr.c, as/mcs51/aslink.h,
9289         as/mcs51/lklibr.c: Generate a warning when a library is not found.
9290
9291 2003-07-28  Bernhard Held <bernhard AT bernhardheld.de>
9292
9293         * src/z80/mappings.i: fix _mul[us][int,long] entries
9294
9295 2003-07-26  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9296
9297         *src/SDCCmain.c: do not search for crt0.o when using --nostdlib
9298
9299 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9300
9301         * src/SDCCicode.c (operandOperation): really fixed problem with bitops
9302         * support/regression/tests/bitopcse.c: added
9303         fixed warning:
9304         * src/avr/gen.c:
9305         * src/pic/gen.c:
9306         * src/pic16/gen.c:
9307         * src/z80/gen.c:
9308         * src/xa51/gen.c:
9309
9310 2003-07-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9311
9312         added support for new library format to z80, gbz80 linkers:
9313         *link/z80/aslink.h
9314         *link/z80/lklex.c
9315         *link/z80/lklib.c
9316         *link/z80/lklist.c
9317
9318 2003-07-24  Bernhard Held <bernhard AT bernhardheld.de>
9319
9320         * src/SDCCicode.c (operandOperation): fixed problem with bitops and 0xffffffff;
9321         after {double d = 0xffffffff; long l = d;} l will be 0x80000000 (LONG_MIN)
9322
9323 2003-07-23  Bernhard Held <bernhard AT bernhardheld.de>
9324
9325         added DUMMY_READ_VOLATILE:
9326         * src/SDCC.y:
9327         * src/avr/gen.c:
9328         * src/xa51/gen.c:
9329         * src/z80/gen.c:
9330         * src/pic/gen.c:
9331         * src/pic16/gen.c:
9332         * src/mcs51/gen.c:
9333         * src/ds390/gen.c:
9334         * src/SDCCcse.c (algebraicOpts): many improvements
9335         * src/SDCCcse.h: removed algebraicOpts()
9336         * src/SDCCicode.c (picDummyRead): added
9337
9338 2003-07-23  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9339
9340         * as/mcs51/lkmem.c: Changed message "Insufficient DRAM memory" to
9341         "Insufficient space in data memory".
9342
9343 2003-07-20  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9344
9345         * src/mcs51/gen.c: fixed bug #771358
9346         * src/z80/gen.c: fixed bug #759087
9347
9348 2003-07-20  Bernhard Held <bernhard AT bernhardheld.de>
9349
9350         * src/pic16/glue.c: minor cleanup by Vangelis
9351
9352 2003-07-19  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9353
9354         * device/include/regc515c.h: fixed #758477
9355         * device/lib/_gptrget.c: saving some cycles in generic pointer get
9356         * device/lib/_gptrput.c: saved a few bytes
9357         * my tab spacing is 8, yours too?)
9358         * device/lib/_ser.c: process RX bytes earlier than TX bytes
9359         * device/lib/serial.c: process RX bytes earlier than TX bytes
9360         * src/mcs51/gen.c(genGenPointerGet/Set): removed writing of type after postincrement
9361
9362 2003-07-18  Erik Petrich <epetrich AT ivorytower.norman.ok.us>
9363
9364         * src/z80/gen.c: fixed some right shift bugs (#772726 among them)
9365
9366 2003-07-17  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9367
9368     * link/z80/lklibr.c: fixed bug when there is a '.' in a library path.
9369
9370 2003-07-17  Bernhard Held <bernhard AT bernhardheld.de>
9371
9372         * device/lib/Makefile.in: bad fix, reverted to 1.43
9373
9374 2003-07-16  Bernhard Held <bernhard AT bernhardheld.de>
9375
9376         * device/lib/Makefile.in: added missing z80 object files
9377
9378 2003-07-14  Bernhard Held <bernhard AT bernhardheld.de>
9379
9380         * src/SDCCcse.c (algebraicOpts): CSE fun with &|^ and 0x00/0xff literals
9381         pic16 progress by Vangelis:
9382         * src/SDCCglobl.h:
9383         * src/SDCCmain.c:
9384         * src/pic/Makefile:
9385         * src/pic:
9386         * pic/Makefile:
9387         * pic16/device.c:
9388         * pic16/device.h:
9389         * pic16/gen.c:
9390         * pic16/gen.h:
9391         * pic16/genarith.c:
9392         * pic16/glue.c:
9393         * pic16/main.c:
9394         * pic16/pcode.c:
9395         * pic16/pcode.h:
9396         * pic16/pcodepeep.c:
9397         * pic16/peeph.def:
9398
9399 2003-07-13  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9400
9401     * src/SDCCmain.c, src/SDCCglobl.h: added option --no-std-crt0
9402
9403 2003-07-12  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9404
9405     * sdcc.dsw, all.dsp, link/z80/linkgbz80.dsp, as/z80/as-gbz80.dsp:
9406     added gbz80 build to MSVC project.
9407     * src/SDCCmain.c, src/SDCCglue.c, src/z80/main.c, src/z80/z80.dsp,
9408     link/z80/aslink.h, linkz80.dsp: cleaned up z80 and gbz80 asm files
9409     from 8051 stuff and setup so it links using a .lnk file.
9410
9411 2003-07-06  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9412
9413     * support/librarian/sdcclib.c: sdcc librarian.
9414     * as/mcs51/aslink.h, as/mcs51/lklib.c: Support for libraries created
9415     with sdcclib.
9416
9417 2003-07-03  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9418
9419     * as/mcs51/lkmain.c: properly handle extensions in function afile.
9420
9421 2003-07-02  Borut Razem <borut.razem AT siol.net>
9422
9423         * src/port.h, src/SDCCmain.c, src/pic/glue.h, src/pic/main.c,
9424         src/pic16/glue.h, sdcc/src/pic16/main.c, src/izt/i186.c,
9425         src/izt/tlcs900h.c, src/avr/main.c, src/ds390/main.c, src/mcs51/main.c,
9426         src/xa51/main.c, src/z80/main.c:
9427         virtualization of glue() function: each port has it's own glue function,
9428         which is accessed by do_glue function pointer in PORT.general structure
9429
9430 2003-07-01 Kevin Vigor <kevin AT vigor.nu>
9431
9432         * DS800C400 fun, improved ROM interface and tinibios.
9433
9434 2003-06-27 Kevin Vigor <kevin AT vigor.nu>
9435
9436         * More support for DS80C400. Now includes beginning of interface to ROM.
9437
9438 2003-06-25  Bernhard Held <bernhard AT bernhardheld.de>
9439
9440         * src/mcs51/gen.c (gencjneshort): fixed bug #760345
9441
9442 2003-06-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9443
9444         * as/mcs51/lkaomf51.c: Make sure the size of the last procedure is correct.
9445
9446 2003-06-19  Borut Razem <borut.razem AT siol.net>
9447
9448         * src/z80/main.c: fixed Z80 port again: missing -k library paths in linker command line
9449
9450 2003-06-19  Borut Razem <borut.razem AT siol.net>
9451
9452         * src/SDCCutil.h, src/SDCCutil.c, src/SDCCglobl.h, src/SDCCmain.c, src/z80/main.c:
9453         fixed Z80 port - crt0.o: cannot open.
9454
9455 2003-06-19  Bernhard Held <bernhard AT bernhardheld.de>
9456
9457         * support/Util/MySystem.c (merge_command): revert bad fix
9458
9459 2003-06-18  Borut Razem <borut.razem AT siol.net>
9460
9461         * src/SDCC.lex, src/SDCCmain.c: fixed some warnings, introduced with changes made 15.06.1003
9462
9463 2003-06-18  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9464
9465         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9466         option --use-stdout sends errors to stdout instead of stderr.
9467
9468 2003-06-18  Bernhard Held <bernhard AT bernhardheld.de>
9469
9470         * support/Util/MySystem.c (merge_command): quick fix for Linux segfault with \"cmd\" arg
9471
9472 2003-06-15  Borut Razem <borut.razem AT siol.net>
9473
9474         * support/cpp2/sdcc.h: HAVE_DOS_BASED_FILE_SYSTEM defined for _WIN32
9475         * src/SDCC.lex: cloneXxx and copyAndFreeXxx functions for options and optimize stack handling
9476         * src/SDCCglobl.h, src/SDCCmain.c, src/ds390/main.c, src/mcs51/main.c, src/z80/main.c:
9477         fixed width array of pointers replaced with sets;
9478         multiple include and lib paths ared transferred to preprocessor and linker
9479         * src/SDCCset.c, src/SDCCset.h: added function setFromSetNonRev() and mergeSets()
9480         * src/SDCCsymt.c: reimplemented function inCalleeSaveList() by using sets instead
9481         fixed width array of pointers
9482         * src/SDCCutil.c, src/SDCCutil.h: added functions fputStrSet(), appendStrSet(), joinStrSet();
9483         removed functions addToList(), join(), joinn(), pathCharsEquivalent(), pathCharTransform(),
9484         fixupPath(), getPathDifference()
9485         * src/ds390/gen.c, src/mcs51/gen.c: reimplemented function  inExcludeList() by using sets instead
9486         fixed width array of pointers
9487
9488 2003-06-11  Bernhard Held <bernhard AT bernhardheld.de>
9489
9490         * src/pic16/ralloc.c: fix warnings
9491         * src/pic16/pcode.c: fix warning
9492
9493 2003-06-10  Scott Dattalo  <scott AT dattalo.com>
9494
9495          Scott D. for Vangelis Rokas (vrokas AT otenet.gr). I (scott) don't
9496         know all the details, but essentially this set of changes enable
9497         the pic16 port to generate movff instructions and generate assembler
9498         directives,
9499         * src/SDCCmain.c:
9500         * src/pic16/gen.c:
9501         * src/pic16/glue.c:
9502         * src/pic16/pcode.c:
9503         * src/pic16/device.c:
9504         * src/pic16/main.c:
9505         * src/pic16/pcode.h:
9506         * src/pic16/pcoderegs.c:
9507         * src/pic16/ralloc.c:
9508         * src/pic16/ralloc.h:
9509
9510 2003-06-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9511
9512         * support/Util/SDCCerr.c, src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx:
9513         added option --vc, so sdcc errors and warnings are compatible with
9514         Microsoft Visual Studio.
9515
9516 2003-06-07  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9517
9518         * device/lib/_atof.c, device/lib/Makefile.in, device/include/stdlib.h,
9519           device/lib/libfloat.lib: added atof function.
9520
9521 2003-06-04  Bernhard Held <bernhard AT bernhardheld.de>
9522
9523         * doc/sdccman.lyx: updated to Lyx 1.3
9524         * doc/cdbfileformat.lyx: updated to Lyx 1.3
9525         * doc/test_suite_spec.lyx: updated to Lyx 1.3
9526         * doc/Makefile: added fix for the \tabularnewline problem, thanks to Jesus
9527
9528 2003-06-03  Bernhard Held <bernhard AT bernhardheld.de>
9529
9530         * src/SDCCpeeph.c: separate peepRules2pCode() for pic16 by "Vangelis Rokas" <vrokas AT otenet.gr>
9531
9532 2003-06-02  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9533
9534         * doc/sdccman.lyx: cvs revision keywords, passing pdf information in latex preamble,
9535           additions to the "related tools/documentation" section
9536
9537 2003-06-02  Bernhard Held <bernhard AT bernhardheld.de>
9538
9539         * src/SDCCglue.c (tempfileandname): added check for missing TMP/TEMP/TMPDIR variable
9540
9541 2003-05-29  Bernhard Held <bernhard AT bernhardheld.de>
9542
9543         * src/pic/device.c: added 16F819, patch by "David I. Lehn" <dlehn AT vt.edu>
9544         * src/SDCCcse.c (algebraicOpts): fixed "c * 1"
9545
9546 2003-05-28  Bernhard Held <bernhard AT bernhardheld.de>
9547
9548         * doc/sdccman.lyx: fix double dash and other minor things
9549         * doc/Makefile: fix double dash
9550
9551 2003-05-28  Karl Bongers(patches from Martin Helmling)
9552         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files. Martin adds
9553           condition and ignore commands.
9554
9555 2003-05-28  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9556
9557         * doc/sdccman.lyx: Changes all over, index improved, smaller margins. The manual
9558           is in parts still quite out of date, I did changes as far as I felt makes sense
9559           for a non-native english speaker.
9560           Please feel free to add to the manual or to correct my changes.
9561         * doc/Makefile: undid touching the date of intermediate tex files.
9562
9563 2003-05-26  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9564
9565         * doc/sdccman.lyx: Manual has an index now
9566
9567 2003-05-25  Bernhard Held <bernhard AT bernhardheld.de>
9568
9569         Finalize muluint/mulsint and mululong/mulslong merging:
9570         * device/lib/_mulint.c
9571         * device/lib/_mullong.c
9572         * device/lib/gbz80/mul.s
9573         * device/lib/gbz80/stubs.s
9574         * device/lib/z80/mul.s
9575         * device/lib/z80/stubs.s
9576         * src/SDCCsymt.c (initCSupport)
9577
9578 2003-05-25  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9579
9580         * as/mcs51/lkaomf51.c: Address space 'z' was missing.
9581         * src/avr/avr.dsp, src/ds390/ds390.dsp, src/mcs51/mcs51.dsp,
9582           src/pic/pic.dsp, src/pic16/pic16.dsp, src/xa51/xa51.dsp,
9583           src/x80/z80.dsp: peep.rul is bigger now, so /Zm1000 is used
9584           instead of /Zm500.
9585
9586 2003-05-25  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
9587
9588         * src/mcs51/peeph.def: added rules 244.x, 245.x. Although they pass
9589           the regression tests I'm not brave enough to enable 245.b, 245.c
9590         * doc/sdccman.lyx: added latex preamble for hyperref package.
9591           Using pdflatex this will give you a hyperlinked pdf file with
9592           bookmarks. (prepend '%' before /usepackage if this breaks something)
9593
9594 2003-05-24  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9595
9596          * doc/sdccman.lyx: updated information about .adb files (fixed bug 742649)
9597
9598 2003-05-22  Bernhard Held <bernhard AT bernhardheld.de>
9599
9600         * src/pic16/pcode.c (pic16_get_op_from_instruction): fixed a gcc 3.x warning
9601
9602 2003-05-21    <johan AT balder>
9603
9604         * src/SDCCglue.c (printIval): fixed bug #739934
9605
9606 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9607
9608         Applied patch from bug 737905 (renamed yylineo to mylineno):
9609         * src/altlex.c
9610         * src/SDCCast.c
9611         * src/SDCglobl.h
9612         * src/SDCC.lex
9613         * src/SDCCsymt.c
9614         * src/SDCCval.c
9615         * src/pic16/pcode.c: Cleaned warnings
9616         * src/pic16/pcodeflow.c: Cleaned warnings
9617         * src/pic16/pcoderegs.c: Cleaned warnings
9618
9619 2003-05-19  Scott Dattalo  <scott AT dattalo.com>
9620
9621         * src/pic16/pcode.c: Cleaned warnings
9622         * src/pic16/pcodepeep.c: Cleaned warnings
9623         * src/pic16/ralloc.c: Cleaned warnings
9624
9625 2003-05-19  Bernhard Held <bernhard AT bernhardheld.de>
9626
9627         * doc/sdccman.lyx: fixed bug 739745
9628         * src/pic16/pcode.c (pic16_get_op): fixed warning on alpha
9629
9630 2003-05-18  Bernhard Held <bernhard AT bernhardheld.de>
9631
9632         * src/port.h: removed DEFAULT_PORT, it's not yet pic16 ;-)
9633         it can be defined with CFLAGS when running configure
9634         * src/SDCCmain.c: fixed compiling + linking with object files
9635
9636 2003-05-18  Vangelis Rokas (vrokas AT otenet.gr)
9637
9638         * configure.in: configure for pic16 port,
9639             added --disable-pic16-port
9640         * sdccconf_in.h: added macro OPT_DISABLE_PIC16
9641         * src/SDCCmain.c: linkOptions is changed to set *,
9642             added if/endif conditional macros to remove options help
9643             messages from optionsTable when a port is not configured, added
9644             support for the PIc16 port in the ports table, when executing
9645             the compiler with no port specified on command line, a default
9646             port is selected with the new macro DEFAULT_PORT which is
9647             defined in port.h, in setDefaultOptions() linkOptions is removed
9648             from initialization assignment, since now it is a set,
9649             parseCmdLine uses setParseWithComma for linkOptions, in
9650             linkEdit() linkOptions are accessed with new function indexSet()
9651             which returns the i'th item of a set variable. See SDCCset.c, in
9652             linkEdit() when calling buildCmdLine(), added linkOptions as
9653             last argument. Now users can pass arguments to gplink via the
9654             -Wl option, main() uses pic16glue() to glue up pic16 programs
9655         * src/SDCCpeeph.c: various changes to support pic16
9656         * src/SDCCset.c: added function  void *indexSet(set *, int)  to
9657             return the i'th item of the set
9658         * src/SDCCset.h: added function prototype for indexSet()
9659         * src/SDCCsymt.c: in checkSClass(), added support for PIC16
9660         * src/clean.mk: added pic16 in CLEANALLPORTS variable
9661         * src/port.h: added TARGET_ID_PIC16,TARGET_IS_PIC16 macro,
9662             added macro DEFAULT_PORT
9663         * src/pic/main.c: corrected arguments of gplnk in _linkCmd
9664         * src/pic16/gen.c: bug fix in genCpl(), now the correct code is
9665             generated
9666         * src/pic16/glue.c: commented out some error producing lines
9667         * src/pic16/main.c: __config directives are commented out to stop
9668             gpasm complaining and test the linkage with gplink, _linkCmd and
9669             _asmCmd changed to be more gplink and gpasm friendly
9670         * src/pic16/peeph.def: peep rule 3 is commented out, since it
9671             produced an error when parsed, peep rule 12 is added to utilize
9672             movff, but it is commented out since the pCode does not support
9673             yet a command with 2 address arguments
9674
9675 2003-05-18    <johan AT balder>
9676
9677         * src/ds390/gen.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9678         * src/ds390/main.c (genArrayInit): removed obsolete and buggy ARRAYINIT
9679 2003-05-17  Karl Bongers(apply patches from Martin Helmling)
9680
9681         * debugger/mcs51/sdcdb.c,cmd.c,break.c and .h files.
9682   Added feature to script commands from file.
9683
9684 2003-05-14  Bernhard Held <bernhard AT bernhardheld.de>
9685
9686         * device/lib/_strtok.c: fixed bug #734355 by Lenny Story and Tim Woodall
9687         * src/SDCCutil.c: include ctype.h for win32
9688
9689 2003-05-13  Bernhard Held <bernhard AT bernhardheld.de>
9690
9691         * src/pic16/*: removed CR from many files, reported by Vangelis Rokas
9692
9693 2003-05-12  Karl Bongers(apply development patches from Martin Helmling)
9694
9695         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,break.c and .h files.
9696   Fixed so you can set breakpoints prior to run, run does not stop
9697   on entry now.  Add tbreak.  Other enhancements and fixes for use
9698   with ddd.
9699
9700 2003-05-12  Borut Razem <borut.razem AT siol.net>
9701
9702         * src/SDCCmain.c: fixed the problem with searching the DATADIR as the last resort on *nix
9703
9704 2003-05-11  Borut Razem <borut.razem AT siol.net>
9705
9706         * src/SDCCutil.c: WIN32 version of getBinPath() calls GetModuleFileName() to determine
9707         the path of bin directory, so that PATH is the only env. variable, which has to be set
9708         in case of standard installation.
9709         * src/ds390/ds390.dsp: increased value of /Zm option to 1000
9710         * src/pic/main.c: add quotes to file name parameters for gplink and gpasm
9711         * src/SDCCglobl.h, src/SDCCmain.c, doc/sdccman.lyx: added --print-search-dirs command line option
9712
9713 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9714
9715         * src/SDCCmain.c (linkEdit): fixed buffer overflow for gbz80
9716         * support/regression/Makefile: inter-port-clean is no longer nesessary, the
9717         temp files are in the port dir; clean the gen/test directory when
9718         generating new test.c
9719         * support/regression/ports/host/spec.mk: defined OBJEXT for target clean
9720         * support/regression/tests/vaargs.c: fixed gcc 3.3 warning
9721         * support/regression/tests/zeropad.c: added
9722
9723 2003-05-09    <johan AT balder>
9724
9725         * src/SDCCglue.c: fixed bug #597940
9726
9727 2003-05-05  Karl Bongers(apply patches from Martin Helmling)
9728
9729         * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9730   cache sfr, optimize next,step, fix off by one sourceline,
9731   support ddd list function.
9732         * sim/ucsim/cmd.src/newcmd.cc - small fix for sdcdb use.
9733
9734 2003-05-04  Bernhard Held <bernhard AT bernhardheld.de>
9735
9736         * support/regression/HTMLgen.py: added compare_s2f()
9737         * support/regression/Makefile: redo 1.27
9738         * support/regression/generate-cases.py: redo 1.5
9739
9740 2003-04-30  Bernhard Held <bernhard AT bernhardheld.de>
9741
9742         * support/regression/tests/float.c: workaround 33 bit hex constant
9743         * support/regression/tests/simplefloat.c: fix division for host
9744
9745 2003-04-29  Scott Dattalo  <scott AT dattalo.com>
9746
9747         * src/pic/pcoderegs.c Applied patch from Jim Hawkridge <jim AT jimhawkridge.uk.eu.org>
9748         that tame's the PIC's over-aggressive optimizer.
9749
9750 2003-04-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
9751
9752          * src.dsw, link/z80/aslink.h, link/z80/linkz80.dsp: z80 linker
9753          support for MSVC.
9754
9755 2003-04-29  Kevin Vigor <kevin AT vigor.nu>
9756
9757         Initial support for DS80C400. "Hello world" runs on TINIm400
9758         (with polled I/O).
9759
9760 2003-04-28  Karl Bongers(apply patches for Martin Helmling)
9761
9762          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,symtab.c and .h files.
9763          * Some notes on ddd usage added in debugger/README
9764          Martin Helmling adding more features and fixes for ddd GUI debugger.
9765          Code added for nexti, stepi, up, down, and other adjustments.
9766
9767 2003-04-28  Scott Dattalo  <scott AT DATTALO.COM>
9768
9769         * src/pic/pCodepeep.c non-wildcard asmops are now handled
9770         * src/pic/peeph.def Added two rules to optimize carry manipulation
9771         * src/pic/* removed debug printfs
9772
9773 2003-04-28  Bernhard Held <bernhard AT bernhardheld.de>
9774
9775         * debugger/mcs51/cmd.c: added header newalloc.h
9776
9777 2003-04-26  Bernhard Held <bernhard AT bernhardheld.de>
9778
9779         * as/Makefile: new EXEEXT
9780         * as/z80/Makefile: remove trailing slash of BUILDIR
9781         * as/z80/clean.mk: new EXEEXT
9782         * Makefile.common.in: add to CFLAGS (and others), don't replace it
9783         * support/cpp2/Makefile.in: new EXEEXT
9784         * src/pic/glue.c (pic14emitRegularMap): fixed warning
9785
9786 2003-04-24  Bernhard Held <bernhard AT bernhardheld.de>
9787
9788         Cygwin's gcc always appends .exe: 'gcc -o a a.c' creates a.exe;
9789         EXEEXT was introduced to fix all related problems with targets
9790         "clean", "install" and "uninstall"; a couple of further flaws
9791         especially with "clean" have been fixed too
9792         * as/mcs51/Makefile.in
9793         * as/mcs51/clean.mk
9794         * as/z80/Makefile
9795         * Makefile
9796         * clean.mk
9797         * debugger/mcs51/Makefile.in
9798         * debugger/mcs51/clean.mk
9799         * link/z80/Makefile
9800         * link/z80/Makefile.in
9801         * link/z80/clean.mk
9802         * link/Makefile
9803         * packihx/Makefile.in
9804         * packihx/clean.mk
9805         * sim/ucsim/Makefile
9806         * sim/ucsim/clean.mk
9807         * sim/ucsim/avr.src/Makefile.in
9808         * sim/ucsim/avr.src/clean.mk
9809         * sim/ucsim/s51.src/Makefile.in
9810         * sim/ucsim/s51.src/clean.mk
9811         * sim/ucsim/xa.src/Makefile.in
9812         * sim/ucsim/xa.src/clean.mk
9813         * sim/ucsim/z80.src/Makefile.in
9814         * sim/ucsim/z80.src/clean.mk
9815         * sim/ucsim/main_in.mk
9816         * sim/ucsim/packages_in.mk
9817         * sim/ucsim/gui.src/Makefile.in
9818         * sim/ucsim/gui.src/serio.src/Makefile.in
9819         * sim/ucsim/gui.src/serio.src/clean.mk
9820         * src/Makefile.in
9821         * src/clean.mk
9822         * support/cpp2/Makefile.in
9823         * support/cpp2/clean.mk
9824         * support/makebin/Makefile
9825         * support/makebin/clean.mk
9826         * support/scripts/sdcc_mingw32: --program-suffix no longer needed
9827         * doc/sdccman.lyx: --program-suffix no longer needed
9828
9829 2003-04-23  Karl Bongers(apply patches for Martin Helmling)
9830
9831          * debugger/mcs51/sdcdb.c,simi.c,cmd.c,..
9832          Martin Helmling added support for ddd GUI debugger.
9833          Code added to display assembly, set variables, and other commands
9834          to interface to ddd.
9835
9836 2003-04-23  Bernhard Held <bernhard AT bernhardheld.de>
9837
9838         * as/Makefile: fix target clean
9839         * as/clean.mk: fix target clean
9840         * as/z80/clean.mk: fix target clean
9841
9842 2003-04-22  Bernhard Held <bernhard AT bernhardheld.de>
9843
9844         * Makefile.common.in: added  AT EXEEXT AT
9845         * configure.in: removed all mingw32 stuff
9846         * configure: rebuilt from configure.in
9847         * doc/sdccman.lyx: updated section "installation"
9848         * support/scripts/sdcc_mingw32: adapted to configure
9849         * support/scripts/sdcc_cygwin_mingw32: added
9850
9851 2003-04-22  Scott Dattalo  <scott AT dattalo.com>
9852
9853         * src/pic Added object file support for the PIC port
9854         * src/pic Applied patch from Craig Franklin (this started the object file support)
9855         * src/regression Updated the PIC regression tests for object files
9856
9857 2003-04-20  Borut Razem <borut.razem AT siol.net>
9858
9859         * sdcc/as/mcs51/lklex.c: make getfid() more robust and fixed gcc warning:
9860           lklex.c: In function `getfid':
9861           lklex.c:203: warning: array subscript has type `char'
9862         * src/SDCCglobl.h: small change in stack handling macros, to avoid crash when compiled
9863           with MSVC with global optimization enabled (probably an cl compiler bug ;-)
9864         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added function fatal(), called from
9865           stack handling macros
9866
9867 2003-04-19  Borut Razem <borut.razem AT siol.net>
9868
9869         * "handling space characters in file path" task:
9870         * src/SDCCmacro.c: fixed bug in handlig quote at the end of line
9871         * support/Util/BuildCmd.c: define par as NULL if parameter value is invalid
9872         * support/Util/MySystem.h: make it self-sufficient
9873         * src/avr/main.c, src/ds390/main.c, src/mcs51/main.c, src/pic/main.c, src/xa51/main.c,
9874           src/z80/main.c, sdcc/as/mcs51/lklex.c:
9875           handling space characters in file path
9876         * src/SDCCmain.c: introduced setDataPaths() function, {datadir} macro
9877           (it will be used by assemblers, which have their own includes, e.g. gpasm)
9878         * support/Util/MySystem.c: handling space characters in executable's path
9879
9880 2003-04-19  Bernhard Held <bernhard AT bernhardheld.de>
9881
9882         * as/z80/Makefile: fix permanent rebuild of z80
9883         * sim/ucsim/gui.src/Makefile.in: target "install" builds the same packages as target "all"
9884         * support/regression/tests/bitfields.c: added Johan's bitfields.c
9885
9886 2003-04-18      Kevin Vigor <kevin AT vigor.nu>
9887
9888         * src/SDCCopt.c: add special case optimization to replace modulo by
9889           a power of two with a bitwise AND.
9890
9891 2003-04-18    <johan AT balder>
9892
9893         * src/mcs51/gen.c (getFreePtr): fixed bug #635354
9894
9895 2003-04-17    <johan AT balder>
9896
9897         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #716790 and removes lot's of redundant register usage around function calls
9898         * src/mcs51/ralloc.c (packRegisters): fixed bug #720667
9899
9900 2003-04-13  Borut Razem <borut.razem AT siol.net>
9901
9902         * doc/sdccman.lyx: updated info about #pragma SAVE/RESTORE nesting
9903         * configure.in, configure: fixed problems on cygwin/WinCVS environmet with ports.* line endings;
9904           fixed mingw problem in adl_NORMALIZE_PATH
9905
9906 2003-04-12  Borut Razem <borut.razem AT siol.net>
9907
9908         * fixed "#pragma SAVE/RESTORE can not be nested":
9909         * src/SDCC.lex: reworked pragma handling functions
9910         * sdcc/src/SDCCglobl.h: reworked stack handling macros
9911         * support/Util/SDCCerr.c, support/Util/SDCCerr.h: added E_STACK_VIOLATION error
9912
9913 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9914
9915         * src/SDCCutil.c (pathEquivalent): defined but not used
9916         * debugger/mcs51/sdcdb.c: replace SDCC_LIB_DIR
9917         * configure.in: remove sdcc_datadir, sdcc_lib_dir and sdcc_include_dir
9918         * configure: rebuilt from configure.in
9919         * sdccconf_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9920         * sdcc_vc_in.h: remove SDCC_LIB_DIR and SDCC_INCLUDE_DIR
9921         * device/include/Makefile.in: replace sdcc_datadir
9922         * device/lib/Makefile.in: replace sdcc_datadir
9923         * Makefile.common.in: add LDFLAGS from configure
9924         * packihx/Makefile.in: use LDFLAGS
9925         * src/Makefile.in: use LDFLAGS
9926         * support/cpp2/Makefile.in: add LDFLAGS from configure
9927         * support/makebin/Makefile: use LDFLAGS
9928         * .version: bumped version number to 2.3.5
9929
9930 2003-04-12  Borut Razem <borut.razem AT siol.net>
9931
9932         * completed "different paths" task:
9933         * src/SDCCmacro.c: fixed bug in handling quotes
9934         * src/SDCCutil.c, src/SDCCutil.c: rewritten getPrefixFromBinPath()
9935         * src/SDCCmain.c: _discoverPaths() replaced with setBinPaths(), setIncludePath() and setLibPath()
9936
9937 2003-04-12  Bernhard Held <bernhard AT bernhardheld.de>
9938
9939         * src/pic/pcoderegs.c (Remove1pcode): fix warning on alpha
9940
9941 2003-04-11 kevin Vigor <kevin AT vigor.nu>
9942
9943         * ds390/gen.c ds390/peeph.def: fix bug 706781
9944
9945 2003-04-11  Borut Razem <borut.razem AT siol.net>
9946
9947         * support/Util/dbuf.c, support/Util/dbuf.h: update to version 1.1.1 - re-added C++ stuff to make it still more portable
9948
9949 2003-04-10  Scott Dattalo  <scott AT dattalo.com>
9950
9951         * src/pic/* Applied the pointer-to-function patch from Steve Tell.
9952         * src/pic/* Fixed several pointer bugs. (PIC port broke when the ruonly bit was
9953          set - this bit used to not be set...).
9954         * src/pic/gen.c Fixed buf 609268 ==> x = (x+1) & 0xf; generated
9955           bad code in PIC Port
9956         * src/regression/and2.c added to test bug 609268
9957         * src/regression/Makefile added and2.c to regression test
9958
9959
9960 2003-04-08    <johan AT CP255758-A>
9961
9962         * src/mcs51/gen.c (gen51Code): display reg usage in --icode-in-asm
9963         * src/mcs51/ralloc.c (serialRegAssign): update the registers in use and save some slocs
9964         * src/SDCCicode.h: added riu to show the register usage in --icode-in-asm
9965
9966 2003-04-07  Bernhard Held <bernhard AT bernhardheld.de>
9967
9968         * configure.in: fully support prefix, exec_prefix, datadir, docdir;
9969         fix bug #487815
9970         * support/cpp2/Makefile.in: fix bug #487815
9971         * configure: rebuilt from configure.in
9972         * Makefile.common.in: docdir changed, new path suffixes
9973         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
9974         * sdcc_vc_in.h: reflect changes from sdccconf.h
9975         * src/SDCCglobl.h: remove *SEPARATOR_CHARS, they are now in sdccconf.h
9976         * src/SDCCutil.h: remove BINDIR hack
9977         * doc/sdccman.lyx: update new path hierarchy
9978
9979 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9980
9981         * src/SDCCpeeph.c: added okToRemoveSLOC test
9982
9983 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9984
9985         * device/lib/printf_fast.c: added leading zero format ("%06d", etc)
9986
9987 2003-04-06    Paul Stoffregen <paul AT pjrc.com>
9988
9989         * src/SDCCpeeph.c: added labelIsReturnOnly test
9990         * src/mcs51/peeph.def: Peephole 244: replace ljmp to ret with ret
9991
9992 2003-04-05    <johan AT balder>
9993
9994         * src/SDCCcse.c (cseAllBlocks): fixed bug #460088
9995         * src/SDCCloop.c (DEFSETFUNC): fixed bug #460088
9996         * src/SDCCopt.c (eBBlockFromiCode): fixed bug #460088
9997         * src/SDCCast.c: fixed a warning
9998         * src/SDCCast.h: fixed a warning
9999         * src/SDCCicode.c (operandFromAst): fixed a warning
10000
10001 2003-04-04    <johan AT balder>
10002
10003         * src/SDCCloop.c (DEFSETFUNC): undid the fix for bug #519584
10004         * src/SDCCast.c (decorateType): fixed bug #715076
10005         * src/SDCC.y: fixed bug #702907
10006
10007 2003-04-03    <johan AT balder>
10008
10009         * device/lib/_mulint.c (_muluint): new #pragma LESS_PEDANTIC
10010         * src/SDCCopt.c (eBBlockFromiCode): new #pragma LESS_PEDANTIC
10011         * src/SDCCglobl.h (PRAGMA_LESSPEDANTIC): new #pragma LESS_PEDANTIC
10012         * src/SDCC.lex (doPragma): new #pragma LESS_PEDANTIC
10013         * src/SDCCmain.c (parseCmdLine): new #pragma LESS_PEDANTIC
10014
10015 2003-04-03  Bernhard Held <bernhard AT bernhardheld.de>
10016
10017         * _decdptr.c: fix return values
10018         * _gptrget.c: fix return values
10019         * _gptrgetc.c: fix return values
10020         * _gptrput.c: fix return values
10021         * _mulint.c: fix return values
10022         * as/z80/Makefile: fix 'make -j' problem
10023
10024 2003-04-02  Bernhard Held <bernhard AT bernhardheld.de>
10025
10026         * Makefile.common.in: unused PORT, SCC and SAS removed, fixed docdir
10027         * configure.in: big cleanup, updated to autoconf 2.5x
10028         * configure: rebuilt from configure.in
10029         * sdccconf_in.h: new RETSIGTYPE, and other PATHs
10030         * sdcc_vc_in.h: reflect changes from sdccconf.h
10031         * doc/Makefile: fixed a flaw in "make install"
10032
10033 2003-04-02    <johan AT balder>
10034
10035         * src/ds390/gen.c (genCmp): no comments
10036         * src/mcs51/gen.c (genCmp): no comments
10037         * src/SDCCopt.c (eBBlockFromiCode): detect missing return values
10038         * src/SDCCast.c (ast_print): fixed the function type in --dumptree
10039
10040 2003-04-01  Bernhard Held <bernhard AT bernhardheld.de>
10041
10042         * support/regression/generate-cases.py: place generated file in given sub directory
10043         * support/regression/ports/host/spec.mk: prevent removal of testfwk.o
10044         * support/regression/Makefile: improvements for 'make -j';
10045         side effect: it's simpler and faster now
10046
10047 2003-03-31  Borut Razem <borut.razem AT siol.net>
10048
10049         * src/z80/main.c: link-{port} and as-{port} defined without path
10050         * src/src.dsp: support/Util/MySystem.h and src/SDCCutil.h added to project
10051
10052 2003-03-31  Bernhard Held <bernhard AT bernhardheld.de>
10053
10054         * Makefile, src/Makefile.in: add dependencies, so that 'make -j' works
10055
10056 2003-03-30  Borut Razem <borut.razem AT siol.net>
10057
10058         * support/Util/BuildCmd.c, support/Util/BuildCmd.h: rewrite buildCmdLine(),
10059           changed type of list parameter to set
10060         * src/ds390/main.c: changed type of parameter asmOptions to set in _tininative_do_assemble()
10061         * src/port.h: changed type of do_assemble() parameter to set
10062         * src/SDCCmain.c: type of asmOptions changed to set, introduced setParseWithComma(),
10063           sdcpp defined without path, removed variable VersionString, introduced set binPathSet,
10064           definition of "cppoutfilename" macro with NULL value in preProcess()
10065         * src/SDCCglobl.h: included "SDCCset.h", added declaration of setParseWithComma()
10066         * src/SDCCglue.c: removed variable VersionString, inroduced spacesToUnderscores()
10067         * support/Util/MySystem.c, support/Util/MySystem.h: rewrite, char *ExePathList[]
10068           replaced with set *binPathSet
10069         * shash_add() deallocates the item, if allready exsists, before adding the new one
10070         * src/SDCCmacro.c: handling macros with empty or NULL values in _evalMacros()
10071
10072 2003-03-30  Scott Dattalo  <scott AT dattalo.com>
10073
10074         * src/pic/gen.c: Commit patch from Steve Tell <tell AT telltronics.org> that fixes
10075           a nested for loop bug in the PIC port
10076         * src/regression/nestfor.c: new regression test file Steve wrote to test nested
10077           for loops
10078
10079 2003-03-29  Bernhard Held <bernhard AT bernhardheld.de>
10080
10081         * support/Util/dbuf.h: remove C++ stuff to make it portable
10082
10083 2003-03-28  Borut Razem <borut.razem AT siol.net>
10084
10085         * src/SDCC.lex: Fix for bug #711240: dynamic buffer handling of C
10086           literal strings in stringLiteral()
10087         * support/Util/dbuf.c, support/Util/dbuf.h: added: dynamic buffer handling
10088         * src/Makefile.bcc, src/Makefile.in, src\src.dsp: added support/Util/dbuf.c
10089           to the project
10090
10091 2003-03-27  Paul Stoffregen <paul AT pjrc.com>
10092
10093         * src/SDCCpeeph.c (pcDistance): accurate byte distance for mcs51
10094
10095 2003-03-26    <johan AT balder>
10096
10097         * src/mcs51/gen.c (saveRegisters): catched symbol abuse
10098         * src/ds390/gen.c (saveRegisters): catched symbol abuse
10099         * src/SDCCast.c (decorateType): fixed " -v < 3"
10100
10101 2003-03-23  Bernhard Held <bernhard AT bernhardheld.de>
10102
10103         * doc/cdbfile.html: removed, replaced by cdbfileformat.lyx
10104         Added Lenny Story's debug infrastructure changes:
10105         * src/Makefile.in:  added new files cdbFile.c and SDCCdebug.c
10106         * src/Makefile.bcc: added new files cdbFile.c and SDCCdebug.c
10107         * src/cdbFile.c: added
10108         * src/SDCCdebug.c: added
10109         * src/SDCCdebug.h: added
10110         * src/SDCCast.c (createFunction)
10111         * src/SDCCglue.c (emitRegularMap, emitStaticSeg, emitOverlay, glue)
10112         * src/SDCCmain.c (parseCmdLine, main)
10113         * src/SDCCmem.c (redoStackOffsets)
10114         * src/SDCCsymt.c (cdbStructBlock, cdbTypeInfo, cdbSymbol, cdbStruct, cdbStructBlock)
10115         * src/SDCCsymt.h
10116         * src/common.h
10117         * src/avr/gen.c (genAVRCode)
10118         * src/ds390/gen.c (gen390Code)
10119         * src/mcs51/gen.c (gen51Code)
10120         * src/pic/gen.c (genpic14Code)
10121         * src/pic/glue.c (pic14emitRegularMap, pic14emitStaticSeg, pic14emitOverlay, picglue)
10122         * src/xa51/gen.c (genXA51Code)
10123         * src/SDCCast.c: fixed "void foo(void){char c; -c < 0;}"
10124
10125 2003-03-22  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10126
10127         * src/mcs51/gen.c (genCodePointerGet): quicker code for bug #700797
10128         * src/mcs51/peeph.def: added rules 177, 241.x to 243, touched 181, 182.x, 193.x
10129
10130 2003-03-22    <johan AT balder>
10131
10132         * src/SDCCicode.c (geniCodeDerefPtr): fixed bug #698231
10133
10134 2003-03-21  Bernhard Held <bernhard AT bernhardheld.de>
10135
10136         * support/scripts/sdcc_mingw32: adapted to configure from autoconf 2.54
10137         * doc/cdbfileformat.lyx: added, written by Lenny Story
10138         * doc/Makefile: added cdbfileformat.lyx
10139         * doc/clean.mk: added cdbfileformat.lyx
10140
10141 2003-03-20  Bernhard Held <bernhard AT bernhardheld.de>
10142
10143         * src/mcs51/peeph.def: fix bug #705773
10144
10145 2003-03-20    <johan AT balder>
10146
10147         An sfr/sbit can have an "at #" AND an initializer
10148         * src/SDCCsymt.c (checkSClass):
10149         * src/SDCCmem.c (allocGlobal):
10150         * src/SDCCmem.c (allocLocal):
10151         * src/SDCCast.c (createBlock):
10152
10153 2003-03-17  Bernhard Held <bernhard AT bernhardheld.de>
10154
10155         * src/ds390/peeph.def: fix bug #704878: added rule 213.b suggested by Jan Rejlek
10156
10157 2003-03-16    <johan AT balder>
10158
10159         Undid the hackup of const and volatile, the problem is much bigger
10160         * src/SDCC.y:1.65
10161         * src/SDCCast.c:1.171
10162         * src/SDCCglue.c:1.138
10163         * src/SDCCicode.c:1.146
10164         * src/SDCCsymt.c:1.150
10165         * src/SDCCval.c:1.65
10166
10167 2003-03-15  Bernhard Held <bernhard AT bernhardheld.de>
10168
10169         * src/mcs51/ralloc.c (packRegsForAssign): fixed bug #703541
10170         * src/ds390/gen.c (genAddrOf): fixed bug #704087
10171
10172 2003-03-13    <johan AT balder>
10173
10174         Hackup const and volatile modifiers in type chains a bit:
10175         * src/SDCC.y:1.63
10176         * src/SDCCast.c:1.169
10177         * src/SDCCglue.c:1.136
10178         * src/SDCCicode.c:1.143
10179         * src/SDCCsymt.c1.146
10180         * src/SDCCsymt.h1.59
10181         * src/SDCCval.c:1.63
10182
10183 2003-03-12    <johan AT balder>
10184
10185         * src/SDCCBBlock.h: more LRH debugging junk
10186         * src/SDCCcflow.h: more LRH debugging junk
10187         * src/SDCCloop.c: more LRH debugging junk
10188         * src/SDCC.y (struct_declaration): fixed bug #697590
10189         * src/SDCCsymt.[hc] (cloneSpec): NEVER EVER use this again
10190         * src/ds390/gen.c (aopForRemat): fixed bug #700031
10191         * src/SDCCglue.c (emitStaticSeg): fixed bug #700797
10192
10193 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10194         * src/SDCCpeeph.c: quit being lazy and made proper fix (peephole
10195         test function names must now match exactly).
10196         * src/SDCCcse.c: added special case in findCheaperOp to allow
10197         extending a short integer. Makes less awful code for bug 700121 test case.
10198
10199 2003-03-11  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10200
10201         * as/mcs51/lkmain.c: Added ASlink-Warning to messages
10202         * as/mcs51/lkaomf51.c: Fixed bug when linking asmblink example
10203
10204 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10205
10206         * src/SDCCpeeph.c: fix so that operandsNotEqualX functions are
10207         actually called (operandsNotEqual() was called for all
10208         operandsNotEqualX tests).
10209
10210 2003-03-11 Kevin Vigor <kevin AT vigor.nu>
10211
10212         * src/SDCCcse.c: fix findCheaperOp to prevent replacing int types
10213         with shorter literals. Fixes bug 700121.
10214
10215 2003-03-11    <johan AT balder>
10216
10217         * src/SDCCsymt.c (compareType): a (void *) can be assigned to any pointer
10218
10219 2003-03-11  Bernhard Held <bernhard AT bernhardheld.de>
10220
10221         * src/SDCCloop.c (mergeRegions): an evil beast is dead
10222         * src/SDCCmain.c (preProcess): minor cleanup: eliminate preOutName
10223
10224 2003-03-10  Borut Razem <borut.razem AT siol.net>
10225
10226         * src/SDCCmain.c: pipe preprocessor's output
10227         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10228         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10229         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10230         which closes all pipes in pipeSet set
10231         * src/SDCCset.c: free deleted item in function deleteSetItem()
10232         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10233         moved from z80 to src subproject
10234         * .version: increased version number to 2.3.4
10235
10236 2003-03-10  Bernhard Held <bernhard AT bernhardheld.de>
10237
10238         * support/regression/ports/mcs51/spec.mk: increase timeout for CF's sparc to 30s
10239         * support/regression/ports/ds390/spec.mk: increase timeout for CF's sparc to 25s
10240         * support/regression/ports/xa51/spec.mk: fix typo
10241
10242 2003-03-09  Bernhard Held <bernhard AT bernhardheld.de>
10243
10244         * src/SDCCglobl.h: PATH_MAX is already defined in mingw32 headers
10245
10246 2003-03-09  Borut Razem <borut.razem AT siol.net>
10247
10248         * src/SDCCmain.c: pipe preprocessor's output
10249         * support/Util/MySystem.c, support/Util/MySystem.h: added my_popen()
10250         * sdcc_vc_in.h: define pclose as _pclose for WIN32
10251         * src/SDCCglue.c, src/SDCCglue.h: added set pipeSet, added function closePipes,
10252         which closes all pipes in pipeSet set
10253         * src/SDCCset.c: free deleted item in function deleteSetItem()
10254         * src/src.dsp, src/z80/z80.dsp: files support/Util/BuildCmd.c and support/Util/MySystem.c
10255         moved from z80 to src subproject
10256
10257 2003-03-09  Borut Razem <borut.razem AT siol.net>
10258
10259         * src/SDCCglue.c: re-implemented tempfilename() and tempfile(): using mkstemp() if available
10260         * src/SDCCsymt.h: fixed MSVC and BORLANDC compilation (included SDCCglobl.h instead srccconf.h)
10261         * sdcc_vc_in.h: explicitly undefined HAVE_MKSTEMP which is not available on BORLANDC and MSVC
10262         * src/SDCCset.h: removed inclusion of sdccconf.h or sdcc_vc.h
10263         * src/SDCCglobl.h: unification of WIN32 native definitions
10264
10265 2003-03-09  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10266
10267         * src/mcs51/gen.c: applied in-/dec patch mentioned on sdcc-devel 2003-03-01
10268
10269 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10270
10271         * src/configure.in:   check for endianess (even while cross-compiling)
10272         * src/configure:      check for endianess (even while cross-compiling)
10273         * src/configure_in.h: check for endianess (even while cross-compiling)
10274         * src/avr/gen.c:        remove old endianess stuff
10275         * src/mcs51/gen.c:      remove old endianess stuff
10276         * src/ds390/gen.c:      remove old endianess stuff
10277         * src/pic/gen.c:        remove old endianess stuff
10278         * src/pic/genarith.c:   remove old endianess stuff
10279         * src/pic/glue.c:       fix endianess check
10280         * src/pic16/gen.c:      remove old endianess stuff
10281         * src/pic16/genarith.c: remove old endianess stuff
10282         * src/pic16/glue.c:     fix endianess check
10283         * src/xa51/gen.c:       remove old endianess stuff
10284         * src/z80/gen.c:        fix endianess check
10285         * src/SDCCglue.c:       fix endianess check
10286         * src/ds390/peeph.def: fix bug 700036
10287
10288 2003-03-08  Bernhard Held <bernhard AT bernhardheld.de>
10289
10290         * src/SDCCsymt.h: use appropriate data-types on host for SDCC's int and long
10291         * src/configure: find appropriate data-types on host for SDCC's int and long
10292         * src/configure.in: find appropriate data-types on host for SDCC's int and long
10293         * src/sdccconf_in.h: find appropriate data-types on host for SDCC's int and long
10294         * src/xa51/gen.c: use %d, not %ld for 4 byte variables
10295
10296 2003-03-07    <johan AT balder>
10297
10298         Just a big NOOP:
10299                 some minor cleanups before the big shot
10300                 OP_DEFS and OP_USES now use Kevin's protection
10301                 new option --nolabelopt
10302
10303         * src/SDCCBBlock.c:
10304         * src/SDCCast.c,:
10305         * src/SDCCcflow.c:
10306         * src/SDCCcse.c:
10307         * src/SDCCicode.c:
10308         * src/SDCCicode.h:
10309         * src/SDCClabel.c:
10310         * src/SDCCloop.c:
10311         * src/SDCCmain.c:
10312         * src/ds390/ralloc.c:
10313         * src/mcs51/ralloc.c:
10314         * src/pic/ralloc.c:
10315         * src/xa51/ralloc.c:
10316         * src/z80/ralloc.c:
10317
10318 2003-03-06  Bernhard Held <bernhard AT bernhardheld.de>
10319
10320         * src/pic/pcode.c (get_op): fix 64 bit warnings
10321         * src/pic/pcode.c (pCode2str): fix 64 bit warnings
10322         * src/SDCChasht.c (newHashTable): fix 64 bit warnings
10323         * src/SDCCsymt.c (checkTypeSanity): fix 64 bit warnings
10324         * support/regression/tests/malloc.c: fix 64 bit warnings
10325
10326 2003-03-04  Bernhard Held <bernhard AT bernhardheld.de>
10327
10328         * src/mcs51/gen.c (genMinus): fixed bug 696436
10329
10330 2003-03-02  Borut Razem <borut.razem AT siol.net>
10331
10332         * src/SDCCmain.c: added BORLANDC, corrected MSVC in printVersionInfo()
10333
10334 2003-02-26  Bernhard Held <bernhard AT bernhardheld.de>
10335
10336         * configure.in: test for mkstemp
10337         * sdccconf_in.h: add HAVE_MKSTEMP
10338
10339 2003-02-24  Bernhard Held <bernhard AT bernhardheld.de>
10340
10341         * device/include/ctype.h: removed warning while using --stack-auto
10342         * device/include/malloc.h: removed warning while using --stack-auto
10343         * device/include/string.h: removed warning while using --stack-auto
10344
10345 2003-02-23  Borut Razem <borut.razem AT siol.net>
10346
10347         * src/asm.h: corrected assertion in function printILine(): _pipe() was not executed on MSVC,
10348         because NDEBUG is defined (see man assert)
10349         * sdcc_vc_in.h: vsnprintf is defined as _vsnprintf on MSVC
10350
10351 2003-02-23  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10352
10353         * src/mcs51/gen.c (genUminusFloat): avoided dptr in-/decrement for xdata variables
10354         * src/mcs51/peeph.def: added rule suggested by Gernot Fink, white space/comment changes
10355
10356 2003-02-18  Frieder Ferlemann <Frieder.Ferlemann AT web.de>
10357
10358         * src/SDCCpeeph.c: added peephole conditions testing for same arguments
10359         * src/mcs51/peeph.def: added rules 238a-d which remove redundant moves
10360
10361 2003-02-18    <johan AT balder>
10362
10363         * as/mcs51/asmain.c (asmbl): module can start with a digit
10364         * as/z80/asmain.c (asmbl): module can start with a digit
10365
10366 2003-02-16  Bernhard Held <bernhard AT bernhardheld.de>
10367
10368         * sim/ucsim/mkecho: inserted #!/bin/sh for Cygwin, so that it's executable
10369         * src/asm.c: fix pipe() for Mingw32
10370
10371 2003-02-15  Bernhard Held <bernhard AT bernhardheld.de>
10372
10373         * src/SDCCglue.h: make tmpfileNameSet available for preOutName
10374         * src/SDCCmain.c (preProcess): make sure, that preOutName will be deleted;
10375         make -V work again; --c1mode reads now from stdin
10376         * doc/sdccman.lyx: added --c1mode
10377         * support/Util/SDCCerr.c: new messages for c1 mode
10378         * support/Util/SDCCerr.h: new messages for c1 mode
10379         * src/SDCC.lex (checkCurrFile): test if fullSrcFileName is NULL for c1mode
10380
10381 2003-02-15    <johan AT balder>
10382
10383         * src/asm.c: new options: --no-c-code-in-asm and --i-code-in-asm
10384
10385 2003-02-14  Bernhard Held <bernhard AT bernhardheld.de>
10386
10387         * doc/sdccman.lyx: Environment variables, -o and other minor things
10388
10389 2003-02-14    <johan AT balder>
10390
10391         * src/xa51/main.c: before anyone really tries to use it :)
10392
10393         * Install doc's in share/sdcc/doc
10394         * removed some obsolete files
10395         * Do a proper make distclean and uninstall
10396         M Makefile.common.in
10397         R sdccbuild.sh
10398         M as/Makefile
10399         M device/include/Makefile.in
10400         M device/lib/Makefile.in
10401         M doc/sdccman.lyx
10402         M link/Makefile
10403         M sim/ucsim/doc/Makefile.in
10404         M src/clean.mk
10405         R src/avr/peeph.rul
10406         R src/xa51/peeph.rul
10407         M support/cpp2/Makefile.in
10408         M support/makebin/Makefile
10409
10410
10411 2003-02-13  Bernhard Held <bernhard AT bernhardheld.de>
10412
10413         * support/regression/ports/host/spec.mk: use cc as host compiler for max osx
10414
10415 2003-02-10  Borut Razem <borut.razem AT siol.net>
10416
10417         * doc/bccinst.txt, packihx/packihx.c, sdcc_vc_in.h, src/SDCCset.h,
10418         support/cpp2/config.in: Borland C++ build doesn't depend on Cygwin configure
10419         * Bcc.ini, Makefile.bcc, as/mcs51/Makefile.bcc,
10420         device/examples/ds390/tinitalk/Makefile.bcc, packihx/Makefile.bcc,
10421         support/cpp2/Makefile.bcc, src/Makefile.bcc, src/avr/Makefile.bcc,
10422         src/ds390/Makefile.bcc, src/izt/Makefile.bcc, src/mcs51/Makefile.bcc,
10423         src/pic/Makefile.bcc, src/pic16/Makefile.bcc, src/xa15/Makefile.bcc,
10424         src/z80/Makefile.bcc: Borland Makefile cleanup
10425         * as/z80/Makefile.bcc: Added Borland Makefile
10426         * support/cpp2/borland.h: Removed
10427
10428 2003-02-10  Bernhard Held <bernhard AT bernhardheld.de>
10429
10430         * doc/sdccman.lyx: new pragma NOIV by "Johannes Stezenbach" <js AT convergence.de>
10431         * src/SDCC.lex: new pragma NOIV
10432         * src/SDCCglobl.h: new pragma NOIV
10433         * src/SDCCmem.c: new pragma NOIV
10434
10435 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10436
10437         * src/SDCCmain.c: signal handling is switched off by SDCC_LEAVE_SIGNALS
10438
10439 2003-02-09  Bernhard Held <bernhard AT bernhardheld.de>
10440
10441         * src/SDCCmain.c: signal handling is switched off by --debug
10442         * doc/Makefile: small fix for install; use clean.mk again
10443         * doc/clean.mk: clean *.pdf and *.html too
10444
10445 2003-02-08  Bernhard Held <bernhard AT bernhardheld.de>
10446
10447         * device/lib/_mulint.c: small fix for large/ds390 --int-long-reent resp. --stack-auto
10448         * device/lib/printfl.c: fix a ds390 bug by making it portable
10449         * src/SDCCsymt.c (initCSupport): fix compile warning on Cygwin
10450         * src/SDCCopt.c (cnvToFloatCast): fix compile warning on Cygwin
10451         * src/SDCCopt.c (cnvFromFloatCast): fix compile warning on Cygwin
10452         * debugger/mcs51/cmd.c: converted multi-line string literals
10453         * sim/ucsim/globals.cc: converted multi-line string literals
10454         * src/SDCCmain.c: introduced signal handler to remove temp files
10455         * doc/Makefile: small tweaks, implement clean
10456         * doc: removed generated files
10457
10458 2003-02-05  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10459
10460         * as/mcs51/aslink.h, as/mcs51/lkihx.c, as/mcs51/lkrloc.c:  Applied
10461         patch from Jan Rejlek <jr AT apex-lib.cz> to fix Bug 677692: "Extended
10462         Address Record is not correctly generated for DS390."
10463
10464 2003-02-02  Borut Razem <borut.razem AT siol.net>
10465
10466         * Makefile.bcc: removed non existing cpp project and non compilable izt project from makefile
10467         * as/mcs51/asm.h: fixed compilation with Borland C
10468         * support/cpp2/Makefile.bcc: added rule to generate auto-host.h
10469         * support/cpp2/auto-host_vc_in.h: fixed compilation with Borland C
10470         * src/mcs51/mcs51a.dsp: corrected misspelled project name from msc51a to mcs51a
10471         * src/avr/Makefile.bcc, src/ds390/Makefile.bcc, src/izt/Makefile.bcc,
10472         src/mcs51/Makefile.bcc, src/pic16/Makefile.bcc, src/xa51/Makefile.bcc,
10473         src/z80/Makefile.bcc: delete $(LIB) only if exist
10474         * src/Makefile.bcc, src/pic/Makefile.bcc:  fixed compilation with Borland C
10475
10476 2003-02-02  Bernhard Held <bernhard AT bernhardheld.de>
10477
10478         * device/include/malloc.h: introduced NULL
10479         * device/include/string.h: introduced NULL
10480         * device/include/stdlib.h: introduced NULL
10481         * device/lib/_memcpy.c: removed NULL
10482         * device/lib/_strcat.c: removed NULL
10483         * device/lib/_strchr.c: removed NULL
10484         * device/lib/_strcmp.c: removed NULL
10485         * device/lib/_strcpy.c: removed NULL
10486         * device/lib/_strcspn.c: removed NULL
10487         * device/lib/_strlen.c: removed NULL
10488         * device/lib/_strncat.c: removed NULL
10489         * device/lib/_strncmp.c: removed NULL
10490         * device/lib/_strncpy.c: removed NULL
10491         * device/lib/_strpbrk.c: removed NULL
10492         * device/lib/_strrchr.c: removed NULL
10493         * device/lib/_strspn.c: removed NULL
10494         * device/lib/_strstr.c: removed NULL
10495         * device/lib/_strtok.c: removed NULL
10496         * device/lib/malloc.c: removed NULL, include own header
10497
10498 2003-02-02    <johan AT balder>
10499
10500         * 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
10501         * support/regression/fwk/lib/testfwk.c: div and mod isn't broken anymore
10502         * regressions ds390/spec.mk and mcs51/spec.mk (timeout): my good old balder isn't fast enough for some tests
10503         * src/z80/gen.c (genZ80Code): added c-lines in asm comments
10504         * as/z80/asm.h (NINPUT): increased for long c-comments in regression tests
10505         * src/z80/gen.c (genRightShiftLiteral): fixed the (char)(-3)>>8 (I think)
10506
10507 2003-02-01  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10508
10509         * src/SDCCmain.c: Fixed bug 678574: "ds390: ASlink-Error-Stack overlaps
10510         area 'DATA'"
10511
10512 2003-02-01    <johan AT balder>
10513
10514         * src/SDCCval.c (valBitwise): fixed Karl's "2 | (1<<8)"
10515
10516 2003-01-31    <johan AT CP255758-A>
10517
10518         * src/ds390/main.c (_ds390_genAssemblerPreamble): applied Jan Rejlek's >64K startup patch
10519
10520 2003-01-30    <johan AT balder>
10521
10522         * src/SDCCBBlock.c: automatic bug detection
10523         * src/SDCCicode.c: automatic bug detection
10524
10525 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10526
10527         * src/SDCCglobl.h:   now --xram-size 0 works
10528         * src/SDCCmain.c:    now --xram-size 0 works
10529
10530 2003-01-29    <johan AT balder>
10531
10532         * src/almosteverything: changed OP_DEFS and OP_USES from macros to functions to catch symbol abuse (a hot topic in the bug list :)
10533
10534 2003-01-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10535
10536         * as/mcs51/aslink.h: Added options --xram-size and --code-size
10537         * as/mcs51/lkdata.c: Added options --xram-size and --code-size
10538         * as/mcs51/lkmain.c: Added options --xram-size and --code-size
10539         * as/mcs51/lkmem.c:  Added options --xram-size and --code-size
10540         * src/SDCCglobl.h:   Added options --xram-size and --code-size
10541         * src/SDCCmain.c:    Added options --xram-size and --code-size
10542
10543 2003-01-28  Bernhard Held <bernhard AT bernhardheld.de>
10544
10545         * src/ds390/gen.c: fix deps by replacing <common.h> with "common.h"
10546         * src/SDCC.lex: rename P_OVERLAY to P_OVERLAY_ for cross-gcc 3.2 MINGW32
10547
10548 2003-01-27    <johan AT balder>
10549
10550         * src/SDCC.y: fixed bug #613764
10551
10552 2003-01-26    <johan AT balder>
10553
10554         * src/SDCClrange.c:  fixed Bernhard's "char * code ptr = &c"
10555         * src/SDCCsymt.h: fixed bug #673374
10556         * src/SDCCglue.c: fixed bug #661910
10557         * src/SDCCast.c: fixed bug #458099 and 673374
10558
10559 2003-01-26  Bernhard Held <bernhard AT bernhardheld.de>
10560
10561         * as/mcs51/strcmpi.c: added, provides Aurelien Jarno's as_strcmpi(); strcmpi() is not ANSI
10562         * as/mcs51/strcmpi.h: added
10563         * as/mcs51/asm.h: remove ugly "#define strcmpi strcmp"
10564         * as/mcs51/aslink.h: remove ugly "#define strcmpi strcmp"
10565         * as/mcs51/asmain.c: strcmpi -> as_strcmpi
10566         * as/mcs51/assym.c: strcmpi -> as_strcmpi
10567         * as/mcs51/lkmem.c: strcmpi -> as_strcmpi
10568         * as/mcs51/lknoice.c: strcmpi -> as_strcmpi
10569         * as/mcs51/lksym.c: strcmpi -> as_strcmpi
10570         * as/mcs51/Makefile.aslink: new module strcmpi
10571         * as/mcs51/Makefile.asx8051: new module strcmpi
10572         * as/mcs51/Makefil.bcc: new module strcmpi
10573         * as/mcs51/Makefile.in: new module strcmpi
10574         * sim/ucsim/s51.src/uc390.cc (get_mem_size): make RAM big enough for tinibios
10575
10576 2003-01-26    <johan AT balder>
10577
10578         * src/SDCCglue.c: reverted back to 1.124
10579         * src/SDCCast.c: reverted back to 1.156
10580         * src/mcs51/gen.c (aopGet): applied Frieder's efficiency patch
10581
10582 2003-01-25    <johan AT balder>
10583
10584         * src/SDCCglue.c: A better fix for bug #661910
10585         * src/SDCCast.c: A better fix for bug #661910
10586         * src/SDCCglue.c (emitRegularMap): That was a little too efficient
10587
10588 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10589
10590         * src/Makefile.in: remove spawn.o
10591         * src/SDCCmain.c: remove spawn.h
10592         * src/SDCCmain.c (printVersionInfo): report MINGW32 instead of UNIX
10593         * src/spawn.c: removed
10594         * src/spawn.h: removed
10595         * support/regression/ports/ds390/spec.mk: link with -r
10596
10597 2003-01-24    <johan AT CP255758-A>
10598
10599         * src/ds390/gen.c (aopOp): fixed bug #667458
10600         * src/SDCCglue.c (emitRegularMap): fixed bug #458099 again
10601         * src/SDCCast.c (createIvalCharPtr): fixed bug #661910
10602         (createIvalCharPtr): an ival doesn't always have a storage class anymore
10603
10604 2003-01-24  Bernhard Held <bernhard AT bernhardheld.de>
10605
10606         * src/mcs51/peeph.def: better assembler identation by Frieder
10607         * src/mcs51/gen.c: better assembler identation by Frieder
10608
10609 2003-01-22  Bernhard Held <bernhard AT bernhardheld.de>
10610
10611         * as/z80/string.h: removed for gcc 3.2
10612         * support/makebin/makebin.c: #include <string.h> for gcc 3.2
10613         * src/pic/pcode.c (get_op_from_instruction): fix concatenation of string literals with __FUNCTION__ for gcc 3.2
10614
10615 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10616
10617         * src/SDCCmain.c (linkEdit): rename mem and map files even in case of failure
10618         * src/SDCCpeeph.c (replaceRule): fix bug #663503
10619         * support/regression/Makefile: separate temp files for ports
10620         * support/regression/generate-cases.py: separate temp files for ports
10621         * src/mcs51/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10622         * src/ds390/peeph.def: Frieder: removed 237 (obsolete by 236g and 105); added 237 a/b
10623
10624 2003-01-19  Bernhard Held <bernhard AT bernhardheld.de>
10625
10626         * moved tinitalk to device/examples/ds390
10627
10628 2003-01-14  Bernhard Held <bernhard AT bernhardheld.de>
10629
10630         * as/mcs51/lkmem.c: rflag is for DS390
10631         * src/SDCCglobl.h: removed out_name and options stackOnData, genericPtr
10632         * src/SDCCmain.c (optionsTable, setDefaultOptions): removed --stack-after-data and --generic
10633                          (linkEdit): move mem- and map-files the same way as ihx-files
10634         * src/z80/main.c (_setDefaultOptions): removed --generic
10635         * src/SDCCmain.c (_processC1Arg, parseCmdLine, main): --c1mode works again
10636         * src/SDCCglue.c (createInterruptVect, glue): --c1mode works again
10637         * src/pic/glue.c (picglue): --c1mode works again
10638         * src/pic16/glue.c (pic16glue): --c1mode works again
10639         * src/asm.c (printCLine): fix #660034
10640
10641 2003-01-13  Bernhard Held <bernhard AT bernhardheld.de>
10642
10643         * src/ds390/peeph.def: fix #123; add 14 rules by Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>, 1 by Frieder
10644         * src/mcs51/peeph.def: fix #123; add 14 rules by Fiorenzo, 1 by Frieder
10645         * src/mcs51/gen.c (genFunction): emit r0 instead of ar0 by Fiorenzo
10646         * as/mcs51/lkmem (summary): better fix for sp problem
10647         * src/SDCCglue.c (glue): __start_stack - 1, saves 1 byte!
10648         * src/ds390/main.c (_ds390_finaliseOptions, _tininative_finaliseOptions): stack_loc = 0x400008
10649         * support/regression/ports/*/spec.mk: moving testfwk-object to port dir allow parallel execution of regression tests
10650                                               remove --stack-after-data
10651
10652 2003-01-12  Bernhard Held <bernhard AT bernhardheld.de>
10653
10654         * src/SDCCmain.c (main): port->finaliseOptions() moved for z80 linking
10655         * src/SDCCutil.c (join): ugly bug: missing '\0'
10656         * as/mcs51/lkmem.c (summary): sp on address 7 is safe
10657
10658 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10659
10660         * src/SDCCmain.c (assemble, linkEdit): preparations for -o
10661         * src/port.h: typo
10662         * src/pic/main.c (_asmCmd): gpasm supports -o
10663         * src/z80/main.c: more general macros
10664         * device/lib/Makefile.in: remove intermediate files
10665
10666 2003-01-11  Bernhard Held <bernhard AT bernhardheld.de>
10667
10668         * .version: Bumped version number to 2.3.3
10669         * src/SDCCBBlock.c: new option -o
10670         * src/SDCCglobl.h: new option -o
10671         * src/SDCCglue.c: new option -o
10672         * src/SDCCmain.c: new option -o
10673         * src/asm.c: new option -o
10674         * src/ds390/main.c: new option -o
10675         * src/pic/glue.c: new option -o
10676         * src/pic/pcode.c: new option -o
10677         * src/pic/ralloc.c: new option -o
10678         * src/pic16/glue.c: new option -o
10679         * src/pic16/pcode.c: new option -o
10680         * src/pic16/ralloc.c: new option -o
10681         * src/z80/main.c: new option -o
10682         * device/lib/Makefile.in: use -o
10683         * support/regression/ports/ds390/spec.mk: use -o
10684         * support/regression/ports/gbz80/spec.mk: use -o
10685         * support/regression/ports/mcs51/spec.mk: use -o
10686         * support/regression/ports/mcs51-stack-auto/spec.mk: use -o
10687         * support/regression/ports/z80/spec.mk: use -o
10688         * support/regression/ports/ucz80/spec.mk: use -o
10689         * support/regression/ports/xa51/spec.mk: use -o
10690         * support/regression/fwk/lib/timeout.c: fix usage string
10691
10692 2003-01-09  Bernhard Held <bernhard AT bernhardheld.de>
10693         * src/mcs51/gen.c (genPlus): replaced "mov b,acc" by "mov b,a" Fiorenzo D. Ramaglia <fd.ramaglia AT tin.it>
10694
10695 2003-01-07    <johan AT balder>
10696
10697         * src/SDCCast.c (decorateType): fixed bug #600035
10698
10699 2003-01-07  Bernhard Held <bernhard AT bernhardheld.de>
10700         * as/mcs51/lkmem.c: added several l-modifiers to printf to remove warnings
10701         * as/mcs51/lkaomf51.c: #include <ctype.h> to remove warnings
10702         * src/pic/main.c (_hasNativeMulFor): outcommented unused variables to remove warnings
10703         * src/pic/pcode.c: outcommented unused variable to remove warnings
10704         * src/pic/ralloc.c: outcommented unused variable to remove warnings
10705
10706 2003-01-06    <karl AT turbobit.com>
10707         * sim/ucsim/cmd.src/command.cc: fixed so "break xram r 0x7654" works again in
10708    regression tests.
10709
10710 2003-01-06    <johan AT balder>
10711
10712         * src/SDCCicode.c: fixed array add
10713
10714 2002-01-05  Bernhard Held <bernhard AT bernhardheld.de>
10715         * src/SDCCmacro.c: MAX_STRING_LENGTH increased to 2048; was too small for regression tests
10716         * support/regression/ports/host/support.c: #include <stdarg.h> for gcc 3.2
10717
10718 2003-01-04    <johan AT balder>
10719
10720         * src/SDCCval.c (getNelements): fixed the initialized array of structures
10721
10722 2002-12-29  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10723         * as/mcs51/Makefile.bcc: fixed typo lkomf51.o -> lkaomf51.o
10724
10725 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10726         * src/mcs51/peeph.def: added rules 234 and 235 from Frieder Ferlemann <frieder.ferlemann AT web.de>
10727         * support/regression/tests/bug-524697.c: fit mem usage into 8032
10728
10729 2002-12-28  Bernhard Held <bernhard AT bernhardheld.de>
10730         * src/mcs51/gen.c (aopGetUsesAcc): inserted missing "return FALSE"
10731
10732 2002-12-27  Bernhard Held <bernhard AT bernhardheld.de>
10733         * as/mcs51/Makefile.in: fixed typo lkomf51.o -> lkaomf51.o
10734
10735 2002-12-26  Bernhard Held <bernhard AT bernhardheld.de>
10736         * src/mcs51/main.c: removed {bindir}{sep} from aslink
10737
10738 2002-12-10  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10739
10740     * in \sdcc\as\mcs51\ changed these files in order to create an
10741     aomf51 file: aslink.h, lkdta.c, lklex.c, lklibr.c, lklist.c,
10742     lkmain.c.  Also added: lkmem.c and lkaomf51.c.  Changed the
10743     following files to include the previous two files: aslink.dsp,
10744     Makefile.aslink, Makefile.bcc, and Makefile.in.
10745
10746     * Changed \sdcc\src\SDCCmain.c so it creates files with extension
10747     .adb instead of .cdb
10748
10749 2002-11-09  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10750
10751         * \sdcc\as\mcs51\lklist.c: Now reports memory usage using the
10752         value from option --iram-size.
10753
10754 2002-09-20  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10755
10756         * \sdcc\as\mcs51\lklist.c: added boundary check before using
10757         dram[] array.
10758
10759 2002-09-18    <wiml AT hhhh.org>
10760
10761         * SDCClrange.h: exposed setFromRange() and setToRange()
10762         * mcs51/ralloc.c: fixed over-eager packRegsForSupport() and
10763           packRegsForAccUse() (bug 542397)
10764         * mcs51/gen.c: MOVA() is now a function to avoid calling aopGet()
10765           multiple times and emitting the fetch operations more than once
10766           added aopGetUsesAcc() function to allow binary operators to
10767           fetch their operands in the correct order; made genMinus() emit
10768           compact code for X = LITERAL - Y
10769
10770 2002-09-00  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10771         * \sdcc\as\mcs51\lklist.c: Fixed incorrect number of parameters to
10772         sprintf() in line 1267.
10773
10774 2002-09-08  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10775         * \sdcc\src\SDCCglue.c: Generate areas REG_BANK_[0-3] only for 8051
10776         like ports.
10777
10778 2002-09-04  Jesus Calvino-Fraga <jesusc AT ece.ubc.ca>
10779         Changes to aslink (All the changes are marked with 'JCF'):
10780
10781         * \sdcc\as\mcs51\aslink.h: External definition of sflag and
10782         summary().
10783
10784         * \sdcc\as\mcs51\lkarea.c: Computes the size of area BSEG_BYTES from
10785         area BSEG.  Also moves, if possible, the DATA area down into the internal
10786         ram so more space is available.
10787
10788         * \sdcc\as\mcs51\lkdata.c: Definition of memory summary output flag
10789         sflag.
10790
10791         * \sdcc\as\mcs51\lklist.c: For the BSEG area report the size in bits,
10792         not bytes.  Function summary() which creates a memory usage summary
10793         file with extension .mem.  Reports of overlaping stack and small stack
10794         size.  If the space for the stack is less than 16 bytes aslink trows a
10795         warning.
10796
10797         * \sdcc\as\mcs51\lkmain.c: Creation of some of the default areas for
10798         the 8051.  Option 'y' for memory summary output file.
10799
10800         Changes to sdcc (All the changes are marked with 'JCF'):
10801
10802         * \sdcc\src\SDCCglobl.h: External definition of RegBankUsed[4].
10803
10804         * \sdcc\src\SDCCglue.c:  If a register bank is used, creates an
10805         overlaying area for it (uses RegBankUsed[4]).
10806
10807         * \sdcc\src\SDCCmain.c: Definition RegBankUsed[4]; marks register
10808         bank zero as used by default.  By default aslink locates the stack
10809         (equivalent to --stack-after-data).  Pass option 'y' to aslink for
10810         the creation of the .mem file.  Delegates the allocation of data area
10811         to aslink (it is not longer 0x30 by default).  If --stack-loc passes
10812         the begining of the stack area to aslink.
10813
10814         * \sdcc\src\SDCCmem.c:  If a register bank is used, marks it so
10815         glue() in SDCCglue.c creates an area for it.
10816
10817 2002-09-03  Borut Razem <borut.razem AT siol.net>
10818         * sdcc/src/SDCCglue.c, sdcc/src/SDCCglue.h, sdcc/src/SDCCmain.c,
10819         sdcc/src/pic/glue.c:
10820         introduced atexit() handler for teporay files removal in case of
10821         errors, assertions, ...
10822
10823 2002-08-29  Borut Razem <borut.razem AT siol.net>
10824         * sdcc/support/cpp2/auto-host_vc_in.h:
10825         re-definition of O_BINARY and other O_XXX as _O_BINARY and _O_XXX, so the problem
10826         with the returned value from read() in sdcc/support/cpp2/cppfiles.c is solved for MSC.
10827         Maybe there is a similar problem with BORLANDC? It should be checked!
10828
10829         * sdcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c, sdcc/src/z80/ralloc.c:
10830         corrected improper use of assert: the assignment to clr variable was done inside the assert.
10831         In case that NDEBUG was defined, the assert macro was substituted with no-op, so the assignment
10832         was not executed, and the compiler (cl) launched a warning:
10833         ralloc.c(1442) : warning C4700: local variable 'clr' used without having been initialized
10834
10835 2002-08-28  Bernhard Held <bernhard AT bernhardheld.de>
10836         * src/SDCCglue.c (printIvalArray): iterative calculation of array length
10837
10838 2002-08-28  Jesus Calvino-Fraga and Borut Razem <borut.razem AT siol.net>
10839         * sdcc/sdcc.dsw: added sdcpp, sdcppa, yacc, conf projects
10840
10841         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10842           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp,
10843           sdcc/src/xa51/xa51.dsp, sdcc/src/avr/avra.dsp,
10844           sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10845           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp,
10846           sdcc/src/xa51/xa51a.dsp, sdcc/as/as_z80.dsp,
10847           sdcc/as/aslink.dsp, sdcc/as/asx8051.dsp, sdcc/packihx/packihx.dsp:
10848         - added Release configuration in VS projects
10849         - review of compiler an linker options
10850         - VC .exe files are generated in bin_vc directory, not to interfere
10851           with binaries generated from other projects (cygwin, mingw, bcc ...)
10852
10853         * sdcc/src/yacc.dsp: added
10854
10855         * sdcc/config.dsp, sdcc/configure_vc.awk, sdcc/sdcc_vc_in.h:
10856         added - genarate sdcc_vc.h using sdcc_vc_in.h as template
10857         and insert the version number definitions from .version
10858
10859         * sdcc/support/cpp2/sdcpp.dsp: added - VC project for sdcpp
10860
10861         * sdcc/support/cpp2/sdcppa.dsp, sdcc/support/cpp2/auto-host_vc_in.h:
10862         added - genarate auto-host.h using auto-host_vc_in.h as template
10863
10864         * sdcc/sdcc_vc.h,
10865         removed from CVS, generated automatically
10866
10867 2002-08-25  Bernhard Held <bernhard AT bernhardheld.de>
10868         * support/scripts/inc2h.pl: use gputils or gpasm (from Nathan Hurst)
10869
10870 2002-08-11  Borut Razem <borut.razem AT siol.net>
10871         * support/Util/NewAlloc.c: removed unneeded #include "sdccconf.h" (suggested by Jesus Calvino-Fraga)
10872
10873 2002-08-10  Borut Razem <borut.razem AT siol.net>
10874         * src/SDCCmain.c (main):
10875         file preOutName was unlinked before closed. This seems to be OK on UNIX and cygwin
10876         platforms, but it doesn't work with Visual Studio: the opened file can not be removed.
10877         The consequence was that some temporary files were not removed.
10878
10879         * src/SDCCglue.c:
10880         unification of code in functions tempfilename() and tempfile():
10881         function tempnam() is defined in Visual Studio 6.0 and .NET
10882
10883         * sdcc/sdcc.dsw: removed project sdcpp, added project xa51a
10884
10885         * sdcc/src/src.dsp, sdcc/src/avr/avr.dsp, sdcc/src/ds390/ds390.dsp,
10886           sdcc/src/mcs51/mcs51.dsp, sdcc/src/pic/pic.dsp, sdcc/src/z80/z80.dsp:
10887         - removed compiler command line option /WX: Treats all warnings as errors
10888         - update a list of source files, included into the project
10889
10890         * sdcc/src/avr/avra.dsp, sdcc/src/ds390/ds390a.dsp, sdcc/src/mcs51/mcs51a.dsp,
10891           sdcc/src/pic/pica.dsp, sdcc/src/z80/z80a.dsp:
10892         changed project type to Generic Project so that can be correcly converted to VS.NET project
10893
10894         * sdcc/as/mcs51/asm.h: definition of PATH_MAX for MSC
10895
10896         * sdcc/src/SDCCast.c: solved MSC error in function decorateType()
10897
10898         * sdcc/src/SDCC.y: added missing ending ';' to rules to get rid of bison warnings
10899
10900         * dcc/src/ds390/ralloc.c, sdcc/src/mcs51/ralloc.c:
10901         added return 0 statements after assert() to make compiler happy
10902
10903         * sdcc/src/xa51/peeph.rul, sdcc/src/xa51/peeph.def, sdcc/src/z80/ralloc.c:
10904         added newline in the def file to keep MSC compiler satisfied
10905
10906         * sdcc/src/z80/gen.c:
10907         - function strcasecmp() is not defined in MSC (and probably also in BORLANDC),
10908           so it is replaced with STRCASECMP, which is defined as stricmp in case of MSC and BORLANDC
10909         - solved MSC error in function aopDump()
10910
10911         * sdcc_vc.h: define PREFIX as "\\sdcc"
10912
10913 2002-07-18  Bernhard Held <bernhard AT bernhardheld.de>
10914         * src/SDCCast.c (decorateType): fixed access to array of structures http://sourceforge.net/mailarchive/forum.php?thread_id=902690&forum_id=4107
10915
10916 2002-06-22  Scott Dattalo <scott AT dattalo.com>
10917         * src/pic/*: Numerous bug fixes. Flow analysis has been enhanced.
10918         - Rewrote the register banking algorithm.
10919         - Added pCode live-range analysis to registers (for now, only non-used and
10920         singly-used registers optimized away)
10921
10922         * src/pic/pcoderegs.[ch]: Added new files for pCode live-range analysis
10923
10924         * 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.
10925
10926 2002-05-10  Scott Dattalo <scott AT dattalo.com>
10927         * src/pic/*: Added support for multiplication. Fixed many,many bugs.
10928
10929 2002-04-22  Michael Hope  <michaelh AT vroom>
10930
10931         * device/lib/z80/printf.c: Changed emitter to volatile to work around a pcall bug.
10932
10933         * configure.in (DD_COPT): Added include support required for gbdk.
10934
10935         * .version: Bumped version number just to increase it.
10936
10937         * src/SDCCmain.c: Added -nostdinc to the default options.
10938
10939 2002-04-15  Michael Hope  <michaelh AT vroom>
10940
10941         * device/lib/z80/printf.c (sprintf): Added.
10942
10943         * src/z80/ralloc.c (packRegisters): Disabled pack HL use for GB as it's broken.
10944
10945         * src/z80/peeph.def: Added transpose redundent load rule.
10946
10947         * src/z80/main.c: Added force callee saves for jaune.
10948
10949         * src/port.h: Removed the i186 and tlcs-900h ports as they weren't being being developed.
10950
10951         * src/SDCCmain.c: Pulled the options definition out so that you can add port specific options without changing the main file.
10952
10953 2002-03-28  Johan Knol  <johan AT balder>
10954
10955         * src/SDCCval.c: fixed bug #532436
10956
10957 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10958         * /src/port.h:
10959         Added "char *Processor" field to the port structure.
10960
10961         * /src/SDCCmain.c:
10962         Added -p option. Allows port dependent processor to be specified.
10963
10964         * all ports:
10965         Initialized the new field char *Processor field to NULL in all ports
10966
10967         * /src/pic/*:
10968         Compiler generated registers for interrupt context saving
10969         were not getting allocated.
10970
10971 2002-03-16  Sandeep Dutta  <sandeep AT ddi.com>
10972
10973         * /src/SDCCast.c:
10974         Fixed left shift. Will promote the left side of a left shift
10975         if a) left shifting more than size of operand or b) when assigned
10976         to something size > size of left side
10977
10978 2002-03-14  Scott Dattalo <scott AT dattalo.com>
10979         * src/pic/*
10980         tons of changes. Register allocation has been
10981         rewritten. Added customization for the various PICs. Flow
10982         analysis is restructured. ...
10983
10984         * src/pic/device.h:
10985         Added
10986
10987         * src/pic/device.c:
10988         Added. device.c is a PIC port hack to accomodate variations
10989         in PIC devices.
10990
10991 2002-03-13  Michael Hope  <michaelh AT vroom>
10992
10993         * src/z80/gen.c (genGenPointerGet): Fixed a bug where a pointer in HL is dereferenced into HL but HL is not spilled.  Yeah.
10994
10995 2002-03-04  johanknol  <johanknol AT manik>
10996
10997         * /src/SDCCval.c: fixed
10998
10999         const unsigned char arr[][2] = { { 0, 1 } };
11000         t18.c:1: error: Initializer element is not constant
11001
11002 2002-03-04  bela  <bela AT manik>
11003
11004         * /device/include/mcs51reg.h:
11005         ds89c420 register definition update
11006
11007 2002-03-03    <johan AT FRIJA>
11008
11009         * support/Util/SDCCerr.c: did something, but don't no why anymore
11010
11011         * support/regression/tests/bug-524691.c: made it a little less shy
11012
11013         * src/SDCCast.c (decorateType): fixed bug #524697
11014
11015         * src/SDCCast.c: made some lineno improvements
11016
11017         * src/SDCCval.c (getNelements): changed warning to error
11018
11019         * src/SDCCglue.c (printIvalArray): changed warning to error
11020
11021         * src/SDCCicode.c: fixed a warning for mingw
11022
11023         * src/SDCCast.c (decorateType): fixed the << promotion for ops
11024
11025         * src/SDCCicode.c (geniCodeDivision): divide is shift only for unsigned (bug #524685)
11026
11027 2002-03-02  Sandeep Dutta  <sandeep AT ddi.com>
11028
11029         * src/ds390/peeph.def:
11030         Added some more peephole rules
11031
11032         * src/ds390/gen.c: Various fixes & enhancements
11033
11034         * src/SDCClrange.c, src/SDCClrange.h:
11035         functions "alldefsoutofrange" and "notusedinblock" moved to SDCClrange.c
11036
11037         * src/ds390/ralloc.c:
11038         various fixes & enhancements (ds390) specific
11039
11040         * src/avr/ralloc.c, src/mcs51/ralloc.c, src/pic/ralloc.c, src/xa51/ralloc.c, src/z80/ralloc.c:
11041         Functions "allDefsOutOfRange" & "notUsedinBlock" moved to SDCClrange.c
11042         from rallocs.
11043
11044         * sdcc/src/SDCCcse.c: Better fix for bug # 514308
11045
11046 2002-03-02    <johan AT FRIJA>
11047
11048         * src/SDCCast.c (decorateType): fixed bug #524708
11049
11050         * src/SDCCval.c (floatFromVal): fixed the literal void (whatever that may be)
11051
11052         * src/SDCCicode.c (geniCodePtrPtrSubtract): fixed bug #524691
11053
11054 2002-03-01  Michael Hope  <michaelh AT vroom>
11055
11056         * src/SDCCsymt.c (initCSupport): Removed managling of support function names.
11057
11058         * src/z80/ralloc.c (packRegsForIYUse): Fixed fp bug where four byte operands were packed into IY.
11059
11060 2002-03-01    <johan AT FRIJA>
11061
11062         * src/SDCCglue.c (printIvalPtr): fixed bug #524211
11063
11064         * src/SDCCast.c (decorateType): fixed bug #524209
11065
11066         * src/SDCCval.c (valNot): fixed bug #524195
11067
11068 2002-02-26    <johan AT balder>
11069
11070         * src/xa51/gen.c: fixed a warning
11071
11072         * src/SDCCglue.c (printIvalFuncPtr): fixed bug #522534
11073
11074         * src/SDCCast.c (decorateType): fixed bug #522534
11075
11076 2002-02-23    <johan AT balder>
11077
11078         * src/SDCCdflow.c (computeDataFlow): fixed bug #460088
11079
11080 2002-02-22    <johan AT balder>
11081
11082         * src/SDCCast.c: fixed bug #514865
11083
11084         * src/SDCCy.c ("SDCC.y"): fixed bug #516625
11085
11086 2002-02-21  Sandeep Dutta  <sandeep AT ddi.com>
11087
11088         * sdcc/src/SDCCloop.c:
11089         Previous fix was not good. basic blocks that have "break" or "return" are
11090         not really partof a loop , but live ranges used in these blocks should
11091         be live thru the entire loop, so set partOfLoop but don't add them to
11092         loop region
11093
11094 2002-02-21    <johan AT FRIJA>
11095
11096         * src/SDCCcse.c: fixed bug #514308
11097
11098 2002-02-20  Sandeep Dutta  <sandeep AT ddi.com>
11099
11100         * src/SDCCloop.c:
11101         Fixed BUG #519583. If a conditional block ended in a return/break
11102         statement inside a loop, it was not being considered part of the loop.
11103
11104         * src/SDCCcflow.c: Removed fix (Fixed in SDCCloop.c)
11105
11106 2002-02-10  Karl Bongers <karl AT turbobit.com>
11107
11108         * debugger/*:
11109         Fixed up SDCDB debugger somewhat.  Updated debugger/README
11110         with lots of comments and notes.
11111
11112         * device/examples/test2.c:
11113         Fix bug, "red" variable not being initialized(compiler complained).
11114
11115         * device/examples/Makefile, examples/test3.c:
11116         Add Makefile in device/examples folder, compiles test3.c
11117         for use as a multiple module SDCDB test case.
11118
11119         * sim/ucsim/cmd.src/cmdset.cc:
11120         Took out debug printfs in ucsim "next" command.
11121
11122         * sim/ucsim/xa.src:
11123         Karl and Johan start ucsim XA support.  Most dissassembly working,
11124         about 75% emulation done(plenty of work remaining).
11125
11126         * sim/ucsim/z80.src:
11127         Add Z80 support to ucsim, add test-ucz80 regression test,
11128         notice ucsim/z80 emulation fails on examples/test3.c/itoa code.
11129         Notice z80 compiler fails on examples/test3.c/crc code.
11130
11131 2002-01-30  Sandeep Dutta  <sandeep AT ddi.com>
11132
11133         * src/mcs51/gen.c, src/mcs51/main.c, src/mcs51/ralloc.c:
11134         Added support for --parms-in-bank1
11135
11136         * src/ds390/peeph.def:
11137         added a few more peephole optimzations
11138
11139         * src/ds390/main.c:
11140         1) added __builtin_inp & __builtin_outp used to read in data of given length
11141            from a memory mapped port
11142         2) added __builtin_memcmp
11143         3) added __builtin_swapw swap bytes of a short
11144
11145         * src/ds390/gen.c, src/ds390/gen.h, src/ds390/ralloc.c:
11146         1) handle multiple send & receives from register bank1
11147         2) ralloc can now allocate DPTR1 to some liveRanges
11148
11149         * src/SDCCsymt.c, src/SDCCsymt.h:
11150         changes to handle multiple sends & receives
11151
11152         * src/SDCCptropt.h:
11153         added some pointer arithmetic optimization
11154
11155         * src/SDCCptropt.c:
11156         added some pointer arithmetic optimizations but not stable yet so not
11157         called from anywhere (will get this working shortly)
11158
11159         * src/SDCCopt.c: fixed for multiple sends & receives
11160
11161         * src/SDCCmain.c:
11162         1) added options --parms-in-bank1 (ds390/mcs51) & --protect-sp-update
11163         2) preprocessing done AFTER port->finalizeoptions . This allows ports to
11164            set preprocessor defines (depending on options)
11165
11166         * src/SDCCicode.c, src/SDCCicode.h:
11167         changes made to handle multiple sends & receives
11168
11169         * src/SDCCglobl.h:
11170         Added options --protect-sp-update (ds390) and --parms-in-bank1 (ds390/mcs51)
11171
11172         * src/SDCCcse.c, src/SDCCcse.h:
11173         added function findbackward def (to be used in upcoming optimization)
11174
11175         * src/SDCCcflow.c, src/SDCCcflow.h:
11176         added function returnAtEnd - to determine if a basic block terminates with
11177         a RETURN iCode
11178
11179         * src/SDCCast.c, src/SDCCast.h:
11180         added option parms-in-bank1
11181
11182         * device/lib/_divsint.c, device/lib/_divslong.c, device/lib/_divuint.c
11183         * device/lib/_divulong.c, device/lib/_modsint.c, device/lib/_modslong.c
11184         * device/lib/_modulong.c, device/lib/_mulint.c, device/lib/_mullong.c:
11185         adjusted for --parms-in-bank1 option
11186
11187         * device/include/string.h:
11188         donot redefine "reentrant" keyword
11189
11190         * device/include/ds80c390.h: Added some more SFRs
11191
11192 2002-01-28  Bernhard Held  <bernhard AT bernhardheld.de>
11193
11194         * sim/ucsim: Merged branch ucsim-034-pre3 to main trunk; new version 0.4
11195
11196 2002-01-26  Bernhard Held  <bernhard AT bernhardheld.de>
11197
11198         * src/SDCCast.c (funcOfType): fix usage of double --float-reent
11199
11200 2002-01-22  Bernhard Held  <bernhard AT bernhardheld.de>
11201
11202         * support/regression/fwk/lib/testfwk.c (main): Removed workaround for bug #505387
11203
11204 2002-01-18  Paul Stoffregen  <paul AT pjrc.com>
11205
11206         * Added --xram-movc option
11207
11208 2002-01-13  Bernhard Held  <bernhard AT bernhardheld.de>
11209
11210         * support/regression/Makefile: don't include test-mcs51-stack-auto in target all
11211
11212 2002-01-11  Johan Knol
11213
11214         * Added math lib of Jesus Calvino-Fraga
11215
11216 2002-01-08  Bernhard Held  <bernhard AT bernhardheld.de>
11217
11218         * src/SDCCmain.c (processFile): fix processing of ../../src.c
11219         * support/regression/Makefile: new target test-mcs51-stack-auto
11220         * support/regression/ports/mcs51-stack-auto/spec.mk: added
11221
11222 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11223
11224         * src/SDCCglue.h: printIvalCharPtr(), not printIvalChar()
11225
11226 2002-01-04  Bernhard Held  <bernhard AT bernhardheld.de>
11227
11228         * support/regression/ports/mcs51/support.c: correct setup of timer / UART
11229
11230 2002-01-03  Bernhard Held  <bernhard AT bernhardheld.de>
11231
11232         * src/SDCCsymt.c (processFuncArgs): fix #498307 by Johan
11233
11234         * src/SDCCglue.h: add definition for printIvalChar()
11235
11236 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11237
11238         * src/SDCCast.c: fix #498138 by Johan
11239
11240         * src/SDCCglue.c: fix #498138 by Johan
11241
11242 2002-01-02  Bernhard Held  <bernhard AT bernhardheld.de>
11243
11244         * support/regression/Makefile: fix clean
11245
11246         * support/regression/ports/ds390/support.c: fix transmission of last character
11247
11248 2001-12-29  Sandeep Dutta  <sandeep AT ddi.com>
11249
11250         * /sdcc/src/ds390/gen.c:
11251         a) improved computing address of stack variable
11252         b) took out some #if 0 code
11253         c) improved parmBytes adjustment
11254         d) improved genPlusIncr & genMinusIncr
11255         e) genCmp could generate bad code (when left assigned to DPTR)
11256         f) Fixed bug in hasInc
11257
11258         * /sdcc/src/ds390/ralloc.c:
11259         a) packRegsForSupport could mess up live information (Fixed)
11260         b) packRegsDPTRuse could be incorrect for left & right shift
11261
11262         * /sdcc/src/mcs51/ralloc.c:
11263         packRegsForSupport could mess up the live information (Fixed)
11264
11265         * /sdcc/src/mcs51/gen.c: Fixed a bug in hasInc
11266
11267         * /sdcc/src/SDCCast.c:
11268         can reverse a loop even if function call is present as long
11269         as the loop control variable is local & is not passed as parameter
11270
11271 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11272
11273         * /sdcc/ChangeLog: *** empty log message ***
11274
11275         * /sdcc/src/ds390/gen.c, /sdcc/src/ds390/main.c:
11276         More builtin function additions for TININative
11277
11278         * /sdcc/src/ds390/ralloc.c:
11279         Had broken the regression testsuite
11280
11281         * /sdcc/src/SDCCast.c: Fixed a bug in dumptree
11282
11283         * /sdcc/src/SDCCsymt.c, /sdcc/src/SDCCsymt.h:
11284         Added funcattr hasStackParms will be set for reentrant functions when there
11285         are paramteres on the stack, this helps in minimizing frame pointer generation
11286         typeFromStr can handle function pointers now
11287
11288         * /sdcc/doc/builtins.txt, /sdcc/doc/TININative.txt:
11289         *** empty log message ***
11290
11291 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11292
11293         * /src/ds390/gen.c, /src/ds390/main.c:
11294         More builtin function additions for TININative
11295
11296         * /src/ds390/ralloc.c:
11297         Had broken the regression testsuite
11298
11299         * /src/SDCCast.c: Fixed a bug in dumptree
11300
11301         * /src/SDCCsymt.c, /src/SDCCsymt.h:
11302         Added funcattr hasStackParms will be set for reentrant functions when there
11303         are paramteres on the stack, this helps in minimizing frame pointer generation
11304         typeFromStr can handle function pointers now
11305
11306         * /doc/builtins.txt, /doc/TININative.txt:
11307         *** empty log message ***
11308
11309
11310 2001-12-24  Sandeep Dutta  <sandeep AT ddi.com>
11311
11312         * /src/ds390/gen.c, /src/ds390/main.c, /src/ds390/peeph.def, /src/ds390/ralloc.c:
11313         ALPHA version for -mTININative
11314
11315         * /src/izt/i186.c, /src/izt/tlcs900h.c, /src/mcs51/main.c, /src/pic/main.c, /src/z80/main.c, /src/avr/main.c:
11316         updated to reflect changes in the port structure
11317
11318         * /src/port.h:
11319         added function do_assemble (similar to do_link) if non-null this function
11320         will be called to do assembly (-mTININative) requires a multi command
11321         assembly
11322         added function genAssemblerEnd will be called to generate assembler Epilogue
11323
11324         * /src/SDCCsymt.c:
11325         added _JavaNative to debug info printing
11326
11327         * /src/SDCCmain.c: added option --tini-libid
11328         added port->do_assemble function (-mTININative) has a multi command assemble
11329
11330         * /src/SDCCglue.c: Disabled "constExpr" check
11331         added port->genAssemblerEnd function
11332
11333         * /src/SDCCglobl.h: Added option --tini-libid value
11334
11335         * /src/SDCCast.h:
11336         tookout optimizeCompare from the header (has no external references)
11337
11338         * /src/SDCCast.c: made one more function "static"
11339
11340 2001-12-23  Michael Hope  <michaelh AT juju.net.nz>
11341
11342         * src/z80/mappings.i: Added z80asm support.
11343
11344         * src/z80/main.c: Added z80asm support on --asm=z80asm
11345
11346         * src/z80/gen.c: Fixed asm portability issues.
11347
11348         * src/asm.c (tvsprintf): Removed old code, added 'N' for function name.  For extern support.
11349
11350         * src/SDCCglue.c (printExterns): Added global/extern split.
11351
11352 2001-12-17  Bernhard Held  <bernhard AT bernhardheld.de>
11353
11354         * support/regression/Makefile: added test for mcs51 model large
11355
11356         * support/regression/ports/mcs51-large/spec.mk: added test for mcs51 model large
11357
11358         * support/regression/ports/gbz80/spec.mk: added -mgbz80
11359
11360 2001-12-05  Michael Hope  <michaelh AT juju.net.nz>
11361
11362         * src/diff.1 (Index): Many, many optmisiations.  Dhrystone up to 201.
11363
11364 1904-01-06  Michael Hope  <michaelh AT juju.net.nz>
11365
11366         * src/z80/ralloc.c (packRegsForIYUse): Fixed the case where an operand is in direct space.
11367
11368         * src/z80/gen.c (makeFreePairId): Optimised IY load by using a spare pair.
11369
11370 2001-12-02  Bernhard Held  <bernhard AT bernhardheld.de>
11371
11372         * src/mcs51/gen.c (genFunction): avoid excess "inc sp"
11373
11374         * support/regression/tests/simplefloat.c: Port to mcs51.
11375
11376 2001-11-25  Michael Hope  <michaelh AT juju.net.nz>
11377         * support/regression/tests/bug-485362.c: Added.
11378
11379         * support/regression/tests/simplefloat.c (testDivNearOne): Added.
11380
11381         * src/z80/gen.c (aopOp): Fixed case where left and result are in the same spill loc and they have different sizes.
11382
11383         * src/z80/peeph.def: Added rules for optimising two byte compares on the same thing, and to optimise two ptr assign.
11384
11385         * src/z80/gen.c (aopDump): Added a dump function.
11386
11387 2001-11-25  Bernhard Held  <bernhard AT bernhardheld.de>
11388         * sim/ucsim/s51.src/glob.cc: DS390 SFRs and bits added.
11389
11390         * sim/ucsim/s51.src/port.cc: Port 4 and 5 added.
11391
11392         * sim/ucsim/s51.src/regs51.h: DS390 SFRs added.
11393
11394         * sim/ucsim/s51.src/uc390.cc: Some details improved, CKRDY works for tinibios.
11395
11396         * sim/ucsim/s51.src/uc390cl.h: Work in progress.
11397
11398         * sim/ucsim/sim.src/uccl.h: 6 ports for DS390.
11399
11400         * support/regression/fwk/lib/testfwk.c: Run with tinibios.
11401
11402         * support/regression/ports/mcs51/spec.mk: Fine tuninig.
11403
11404         * support/regression/ports/ds390/support.c: Use tinibios.
11405
11406         * support/regression/ports/ds390/spec.mk: Fine tuning, use tinibios.
11407
11408 2001-11-23  Michael Hope  <michaelh AT juju.net.nz>support/regression/tests/bug-460010.c
11409
11410         * src/z80/ralloc.c (packRegsForHLUse3): Changed to not pack into HL if anything is in direct space.
11411         (packRegsForHLUse3): Added packing support for send, cast, and return value from a call.
11412
11413         * src/z80/peeph.def: Added rules for optimising pushes of part of a pair.
11414
11415         * src/z80/gen.c (emitCall): Changed the stack fixup to not use HL.
11416
11417 2001-11-18  Michael Hope  <michaelh AT juju.net.nz>
11418
11419         * src/z80/gen.c (genCmp): Fixed compare on unsigned.
11420
11421         * src/z80/ralloc.c (packRegsForHLUse3): Created and optimised.
11422         (packRegsForIYUse): Created and optimised.
11423
11424 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11425
11426         * support/regression/tests/float.c (testFloatAdd): Fixed up warning.
11427 2001-11-18  Bernhard Held  <bernhard AT bernhardheld.de>
11428
11429         * sdcc/support/regression/tests/bug-460010.c: fix seg violation on host
11430
11431         * sdcc/support/regression/tests/muldiv.c: fix output on mcs51
11432
11433         * sdcc/support/regression/tests/stacks.c: fix DSEG overflow on mcs51
11434
11435 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11436
11437         * sdcc/sim/device/lib/_gptrget.c: mem region 5 (idata) added
11438
11439         * sdcc/sim/device/lib/_gptrput.c: mem region 5 (idata) added
11440
11441 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11442
11443         * sdcc/sim/ucsim/globals.cc: New: IXRAM.
11444
11445         * sdcc/sim/ucsim/stypes.h: New: IXRAM.
11446
11447         * sdcc/sim/ucsim/s51.src/uc390.cc: New: IXRAM.
11448
11449 2001-11-07  Michael Hope  <michaelh AT juju.net.nz>
11450
11451         * src/z80/ralloc.c (packRegsForHLUse): Banned IFXs from being packed into HL.
11452         (packRegsForHLUse): Added rule to pack address of/pointer get for itemps into HL for the Z80.
11453         (packRegsForAccUse2): Added rule to pack hbit IFXs into A.
11454
11455         * src/z80/main.c (_setDefaultOptions): Made float code re-entrant by default.
11456
11457         * src/z80/gen.c (aopGetLitWordLong): Added word support for floats.
11458         (genNotFloat): Added.
11459         (genUminusFloat): Added.
11460
11461         * device/lib/z80/Makefile: Added floating pt stubs.
11462
11463         * device/lib/Makefile.in (Z80SOURCES): Added floating pt support.
11464
11465         * src/z80/gen.c (genIpush): Fixed up a push of one byte when left is in a pair.
11466
11467         * device/lib/_fsadd.c (__fsadd): Fixed up return where the numbers are hugely different.
11468
11469 2001-11-07  Bernhard Held  <bernhard AT bernhardheld.de>
11470
11471         * sdcc/sim/ucsim/s51.src/glob.cc: Minor fix.
11472
11473         * sdcc/sim/ucsim/s51.src/regs51.h: Minor fix.
11474
11475         * sdcc/support/regression/Makefile: Add port ds390.
11476
11477         * sdcc/support/regression/ports/mcs51/spec.mk: Minor change.
11478
11479         * sdcc/support/regression/ports/z80/spec.mk: Minor change.
11480
11481         * sdcc/support/regression/ports/ds390/spec.mk: Added.
11482
11483         * sdcc/support/regression/ports/ds390/support.c: Added.
11484
11485         * sdcc/support/regression/ports/ds390/uCsim.cmd: Added.
11486
11487         * sdcc/support/regression/ports/mcs51/timeout.c: Cut.
11488
11489         * sdcc/support/regression/fwk/lib/timeout.c: Paste.
11490
11491 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11492
11493         * device/include/malloc.h: Added z80 and gbz80 support.
11494
11495         * device/lib/gbz80/heap.s: Added.
11496
11497         * device/lib/z80/heap.s: Added.
11498
11499         * device/lib/malloc.c: Added z80 and gbz80 support.
11500
11501         * support/regression/tests/malloc.c (testMalloc): Added.
11502
11503         * src/SDCCmain.c (parseCmdLine): Added support for -Wp.
11504
11505         * support/regression/tests/bug-478094.c: Added.
11506
11507         * src/z80/gen.c (commitPair): Fixed silly gbz80/z80 commit to static bug.
11508
11509 2001-11-04  Bernhard Held  <bernhard AT bernhardheld.de>
11510
11511         * sdcc/sim/ucsim/s51.src/uc390cl.h: Improvement for ds390 to run regression tests
11512
11513         * sdcc/sim/ucsim/s51.src/uc390.h: Improvement for ds390 to run regression tests
11514
11515         * sdcc/sim/ucsim/s51.src/regs51.h: Improvement for ds390 to run regression tests
11516
11517         * sdcc/sim/ucsim/s51.src/glob.cc: Improvement for ds390 to run regression tests
11518
11519         * sdcc/support/regression/tests/bug-460010.c: Small change for ds390
11520
11521 2001-11-04  Michael Hope  <michaelh AT juju.net.nz>
11522
11523         * src/z80/peeph-gbz80.def: Removed a bad sub optimisation.
11524
11525 2001-11-03  Michael Hope  <michaelh AT juju.net.nz>
11526
11527         * support/regression/tests/bug-477927.c: Added.
11528
11529         * src/z80/peeph.def: Added minor rules.
11530
11531         * src/z80/gen.c (genPlusIncr): Added an extra plusinc rule.
11532
11533         * src/z80/peeph.def: Added jump optimisation modification.
11534
11535 2001-11-01  Michael Hope  <michaelh AT juju.net.nz>
11536
11537         * src/SDCCmain.c (linkEdit): Added runtime path detection to the mcs51 port.
11538
11539 2001-10-30  Michael Hope  <michaelh AT juju.net.nz>
11540
11541         * support/regression/tests/funptrs.c: Added.
11542
11543 2001-10-29  Michael Hope  <michaelh AT juju.net.nz>
11544
11545         * src/z80/ralloc.c (packRegsForHLUse): Fixed up bad spill due to pushing one byte via HL.
11546
11547 2001-10-28  Michael Hope  <michaelh AT juju.net.nz>
11548
11549         * src/z80/gen.c (genArrayInit): Made it work for on stack arrays.
11550
11551         * src/z80/main.c (gbz80_port =): Added rle support to the gbz80 port.
11552
11553         * src/z80/gen.c (genMinus): Fixed for where the result is one byte.
11554         (movLeft2ResultLong): Created.
11555
11556         * src/z80/ralloc.c (packRegsForHLUse): Added a couple of simple cases for the GB.
11557         (joinPushes): Added.  Joins two char pushes into a word push.
11558
11559 2001-10-27  Michael Hope  <michaelh AT juju.net.nz>
11560
11561         * support/cpp2/Makefile.in (install): Added creation of dest dir.
11562
11563         * support/makebin/Makefile (install): Added creation of dest dir.
11564
11565 2001-10-24 Karl Bongers <karl AT turbobit.com>
11566
11567         * configure.in, configure, Makefile, support/cpp: Removed cpp folder, since we have new cpp2 preprocessor code.
11568
11569 2001-10-21  Michael Hope  <michaelh AT juju.net.nz>
11570
11571         * src/z80/ralloc.c: Turned off faulty pack for one use.
11572
11573         * src/z80/peeph-gbz80.def: Removed redundent restart options.
11574
11575         * src/z80/gen.c (genMult): Added native mul for constants on the z80 and gbz80.
11576
11577 2001-10-21  Bernhard Held  <bernhard AT bernhardheld.de>
11578
11579         * support/regression/Makefile: Improved clean
11580
11581         * support/regression/ports/gbz80/spec.mk: Added clean
11582
11583         * support/regression/ports/host/spec.mk: Added clean
11584
11585         * support/regression/ports/z80/spec.mk: Added clean
11586
11587         * support/regression/ports/mcs51/spec.mk: Added clean, little improvements
11588
11589         * support/regression/ports/mcs51/timeout.c: little improvements
11590
11591 2001-10-17  Michael Hope  <michaelh AT juju.net.nz>
11592
11593         * device/lib/malloc.c (MEMHEADER): Fixed against new pedantic pointers.
11594
11595         * support/regression/fwk/include/testfwk.h: Fixed up to use function pts correctly.
11596
11597         * support/regression/generate-cases.py: Fixed up to use function pts correctly.
11598
11599 2001-10-16  Bernhard Held  <bernhard AT bernhardheld.de>
11600
11601         * support/regression/port/mcs51/spec.mk: add timeout for uCsim
11602
11603         * support/regression/port/mcs51/timeout.c: add timeout for uCsim
11604
11605 2001-10-13  Michael Hope  <michaelh AT juju.net.nz>
11606         * src/z80/gen.c (emitCall): Fixed up missing spill of HL when used to assign the result value.
11607
11608         * src/z80/ralloc.c: Turned off pack for one use as it's quite broken.
11609
11610         * src/SDCCmain.c (linkEdit): Added support for passing a legacy command line through the processor.
11611
11612         * src/mcs51/main.c (_linkCmd): Added bin path to command.
11613
11614         * src/SDCCmain.c (initValues): Added support for when it it called just to link.
11615
11616         * as/mcs51/lklibr.c (libfil;): Turned off 'library file' message.
11617
11618         * src/SDCCval.c (constVal): Fixed usage of 'L' modifier problems on ppc.
11619
11620         * support/regression/tests/longor.c: Added.
11621
11622 2001-10-11  Bernhard Held  <bernhard AT bernhardheld.de>
11623
11624         * as/mcs51/asdata.c: replaced FILENAME_MAX with PATH_MAX
11625
11626         * as/mcs51/aslink.h: define PATH_MAX
11627
11628         * as/mcs51/asm.h: define PATH_MAX
11629
11630         * as/mcs51/asmain.c: replaced FILENAME_MAX with PATH_MAX
11631
11632         * as/mcs51/asnoice.c: replaced FILENAME_MAX with PATH_MAX
11633
11634         * as/mcs51/lklex.c: replaced FILENAME_MAX with PATH_MAX
11635
11636         * as/mcs51/lkmain.c: replaced FILENAME_MAX with PATH_MAX
11637
11638         * src/SDCCglobl.h: define PATH_MAX
11639
11640         * src/SDCCmacro.c: replaced FILENAME_MAX with PATH_MAX
11641
11642         * src/SDCCmain.c: replaced FILENAME_MAX with PATH_MAX
11643
11644 2001-10-11  Michael Hope  <michaelh AT juju.net.nz>
11645
11646         * src/z80/gen.c (gencjneshort): Fixed
11647
11648         * src/z80/ralloc.c (packRegsForHLUse): Added pack into HL for cast then ipush.
11649
11650 2001-10-09  Michael Hope  <michaelh AT juju.net.nz>
11651
11652         * support/regression/tests/bug-469671.c: Added.
11653
11654         * src/z80/gen.c (shiftIntoPair): Fixed up warning.
11655
11656 2001-10-08  Michael Hope  <michaelh AT juju.net.nz>
11657
11658         * src/SDCCmain.c: Added --fommit-frame-pointer option and implemented in the z80 port.
11659
11660         * src/z80/gen.c (genPlus): Fixed to work with extended stack.  Also fixed genMinus, genCmp.  genUMinus is still left.
11661
11662 2001-10-08  Bernhar Held  <bernhard AT bernhardheld.de>
11663
11664         * src/SDCCmain.c (preProcess): added define SDCC_NOOVERLAY
11665
11666         * src/device/lib/_mulint.c  : removed hint: nooverlay bug
11667
11668         * src/device/lib/_mullong.c : removed hint: nooverlay bug
11669
11670         * src/device/lib/_divuint.c : removed hint: nooverlay bug
11671
11672         * src/device/lib/_divulong.c: removed hint: nooverlay bug
11673
11674         * src/device/lib/_moduint.c : removed hint: nooverlay bug
11675
11676         * src/device/lib/_modulong.c: removed hint: nooverlay bug
11677
11678 2001-10-07  Michael Hope  <michaelh AT juju.net.nz>
11679
11680         * 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.
11681
11682         * support/Util/NewAlloc.c (freeTrace): Changed free for the gc case to not free at all.  Fixes runtime segfault.
11683
11684         * support/regression/tests/scott-compare3.c (c_abcd): Fixed up casts.
11685
11686 2001-10-07    <johan AT FRIJA>
11687
11688         * device/lib/gets.c (gets): fixed the return value.
11689
11690 2001-10-06  Michael Hope  <michaelh AT juju.net.nz>
11691         * src/SDCCmain.c (WRITE_SEG_LOC): Fixed up to use Safe_strdup.
11692
11693         * 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.
11694
11695         * 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.
11696
11697         * src/z80/gen.c (genZ80Code): Added de-allocation via trace support.
11698
11699         * src/pic/gen.c: Removed Safe_strdup.
11700
11701         * configure.in: Added option to enable libgc support.
11702
11703         * src/SDCCbitv.c (bitVectnBitsOn): Optimised.
11704         (bitVectUnion): Optimised.
11705         (bitVectIntersect): Optimised.
11706         (bitVectBitsInCommon): Optimised.
11707         (bitVectCplAnd): Optimised.
11708
11709         * support/makebin/makebin.c (usage): Removed getopt as mingw32 doesn't have it.  Sigh.
11710
11711 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11712
11713         * src/SDCCmain.c: distinguish between assembler debug and plain options
11714
11715         * src/avr/main.c:   remove standard assembler options
11716
11717         * src/ds390/main.c: remove standard assembler options
11718
11719         * src/mcs51/main.c: remove standard assembler options
11720
11721         * src/port.h: removed "PENDING" comment
11722
11723 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11724
11725         * src/device/lib/_mulint.c  : new, with assember functions
11726
11727         * src/device/lib/_mullong.c : new, with assember functions
11728
11729         * src/device/lib/_divuint.c : with assember functions
11730
11731         * src/device/lib/_divsint.c : with assember functions
11732
11733         * src/device/lib/_divulong.c: with assember functions
11734
11735         * src/device/lib/_divslong.c: with assember functions
11736
11737         * src/device/lib/_moduint.c : with assember functions
11738
11739         * src/device/lib/_modsint.c : with assember functions
11740
11741         * src/device/lib/_modulong.c: with assember functions
11742
11743         * src/device/lib/_modslong.c: with assember functions
11744
11745         * src/device/lib/libint.lib:  replaced _muluint.c  and _mulsint.c  by _mulint.c
11746
11747         * src/device/lib/liblong.lib: replaced _mululong.c and _mulslong.c by _mullong.c
11748
11749         * src/device/lib/Makefile.in: replaced _muluint.c  and _mulsint.c  by _mulint.c
11750                                       replaced _mululong.c and _mulslong.c by _mullong.c
11751
11752 2001-10-03 Bernhard Held <bernhard AT bernhardheld.de>
11753
11754         * src/SDCCsymt.c: sequence of specifiers in pintTypeChain() corrected
11755
11756 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11757
11758         * src/SDCCglue.c: test, if win32api is available for MINGW
11759
11760 2001-10-01 Bernhard Held <bernhard AT bernhardheld.de>
11761
11762         * src/SDCCsymt.c: no more _modifier in printTypeChain()
11763         * support/regression/tests/driverstruct.c: REENTRANT for mcs51
11764         * support/regression/ports/gbz80/spec.mk: removed GENERIC
11765         * support/regression/ports/host/spec.mk: removed GENERIC
11766         * support/regression/ports/mcs51/spec.mk: removed GENERIC
11767         * support/regression/ports/z80/spec.mk: removed GENERIC
11768
11769 2001-10-01  Michael Hope  <michaelh AT juju.net.nz>
11770
11771         * support/regression/fwk/lib/testfwk.c (__printf): Removed GENERIC.
11772
11773         * support/regression/tests/bug-467035.c: Created.
11774
11775 2001-10-01    <johan AT FRIJA>
11776
11777         * src/SDCC.y: fixed bug #466586 part 1
11778
11779 2001-10-01  Johan Knol <johan.knol AT iduna.nl>
11780
11781         * SDCCicode.c: z80 has no generic pointers
11782         * removed -s from strip in all Makefile(.in)'s. It is not needed, but Solaris chocks on it.
11783
11784 2001-09-30  Michael Hope  <michaelh AT juju.net.nz>
11785
11786         * sim/ucsim/cmd.src/Makefile.in ($(PRJDIR)/libcmd.a): Changed all ar references to $(AR) for Solaris.
11787
11788 2001-09-29  Michael Hope  <michaelh AT juju.net.nz>
11789
11790         * Makefile (sdcc-libs): Added makebin to the list of standard targets.
11791
11792         * support/regression/ports/z80/spec.mk: Updated to use env for sdcc bin dir for automatic regression.
11793
11794 2001-09-25  Michael Hope  <michaelh AT juju.net.nz>
11795
11796         * configure.in: Fixed up so that ucsim is only configured once.
11797
11798         * support/cpp2/configure.in: Fixed to use the program transform to append the .exe for the win32 build.
11799
11800         * src/SDCCutil.c (getPrefixFromBinPath): Fixed up to work with win32 in all of its glory.
11801         (getPathDifference): As above.
11802
11803         * src/SDCCmain.c (preProcess): Changed to use a temporary file in a proper temp directory.  Fixed case where pre-processing only.
11804
11805         * src/SDCCglue.c (tempfilename): Added function for pre-processor.
11806
11807 2001-09-23  Michael Hope  <michaelh AT juju.net.nz>
11808         * .version: Updated to 2.3.1
11809
11810         * src/z80/main.c (z80_port =): Added macro based linker and assembler command line support.
11811         Added copyright header.
11812
11813         * src/SDCCmain.c: Shifted various functions into SDCCutil.c
11814         (assemble): Added support for macro based assembler commands.
11815         (linkEdit): Added support for macro based linker commands.
11816         (preProcess): Changed the pre-processor to use macros.
11817         (_setPaths): Added functionality to autodetect the include, lib and bin dir paths.
11818         (_discoverPaths): Added support for overriding the install directory using the SDCCDIR env variable.
11819
11820         * device/lib/z80/crt0.s: Added module name for debugging.
11821
11822 2001-09-20  Michael Hope  <michaelh AT juju.net.nz>
11823
11824         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11825
11826         * src/SDCChasht.c (hTabDeleteByKey): Fixed delete as it would delete the last item from a bucket even if it wasn't the real one.
11827
11828         * src/SDCCglue.c: Moved gc_strdup to SDCCutil.c
11829
11830         * src/Makefile.in: Added SDCCmacro and SDCCutil
11831
11832 2001-09-19  Michael Hope  <michaelh AT juju.net.nz>
11833
11834         * src/SDCCmain.c (printVersionInfo): Added the build date to the version info.
11835
11836 2001-09-16    <johan AT FRIJA>
11837
11838         * 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.
11839
11840 2001-09-15    <johan AT FRIJA>
11841
11842         * src/mcs51/ralloc.c: (findAssignToSym): fixed bug #460662 part 1
11843         * src/ds390/ralloc.c (findAssignToSym): fixed bug #460662 part 1
11844
11845 2001-09-11    <johan AT FRIJA>
11846
11847         * src/SDCCval.c (valDiv Mod Minus Plus Shift): keep litteral expressions as small as possible (bug #460010)
11848
11849 2001-09-10  Michael Hope  <michaelh AT juju.net.nz>
11850
11851         * support/regression/tests/bug-460444.c: Added test case.
11852
11853         * src/z80/gen.c (genOr): bug 460444: if (a ^ lit) was broken for &, |, and ^.
11854         (genCast): Added justification for all of the asserts.
11855
11856 2001-09-10  Bernhard Held <bernhard AT bernhardheld.de>
11857
11858         * support/regression/support.c: _xdata replaced by xdata
11859
11860         * support/regression/spec.mk: removed _generic
11861
11862 2001-09-09  Michael Hope  <michaelh AT juju.net.nz>
11863
11864         * src/pic/ralloc.c (debugLogRegType): Removed some old types to get it to compile.
11865
11866         * src/z80/gen.c (shiftR2Left2Result): Improved the case when v = v >> n for small values of n to use less code space and time.
11867         (genrshTwo): Fixed v = v >> n where v is a negative int and n is > 8: bug 460010.
11868
11869         * src/z80/peeph.def: Added a rule to optimise shift then compare.
11870
11871         * support/regression/tests/bug-460000.c (testShiftByParam): Added test case.
11872
11873         * support/regression/tests/bug-460010.c: Added test case.
11874
11875         * support/regression/Makefile (test-host): Removed a silly 'clean' target when testing against gcc.
11876
11877 2001-09-09  Bernhard Held <bernhard AT bernhardheld.de>
11878
11879         * support/regression/Makefile: inter-port-clean adjusted for mcs51
11880
11881         * support/regression/testfwk.c: removed workaround for bug #436344
11882
11883         * support/regression/tests/bp.c: use less memory with mcs51
11884
11885         * support/regression/tests/bug-441448.c: use less memory
11886
11887         * support/regression/tests/ports/mcs51/spec.mk: cleanup, use --stack-after-data
11888
11889         * support/regression/collate-results.py: typo
11890
11891 2001-09-08  Michael Hope  <michaelh AT juju.net.nz>
11892
11893         * support/regression/tests/fetchoverlap.c: Added new test case.
11894
11895         * support/regression/tests/bp.c: Added new test case.
11896
11897         * support/regression/tests/bug-448984.c: Added new test case.
11898
11899         * support/regression/tests/pow2shifts.c: Added new test case.
11900
11901         * src/z80/gen.c: Turned off the noise it normally generates for the release.
11902         (genlshTwo): Fixed right shift for count > 8.
11903
11904         * src/z80/ralloc.c: Disabled most of the ACC packing rules as they weren't getting hit and weren't at all safe.
11905
11906 2001-09-08    <johan AT FRIJA>
11907
11908         * src/SDCCicode.c (geniCodeCall): a CPOINTER can be used as a function
11909
11910 2001-09-07    <johan AT FRIJA>
11911
11912         * src/SDCCicode.c (newiCodeCondition): fixed bug #456235 (1.77)
11913
11914         * src/SDCCglue.c (emitRegularMap): only delete a symbol when it is a symbol
11915
11916 2001-09-06    <johan AT FRIJA>
11917
11918         * src/SDCC.y: this could be a fix for bug #458744 (1.37)
11919         * bernhard noted me at this: "() equals to (void)" (1.38)
11920
11921 2001-09-05    <johan AT FRIJA>
11922
11923         * src/SDCCglue.c (emitRegularMap): a fix for bug #458099/2
11924
11925 2001-09-04    <johan AT FRIJA>
11926
11927         * src/SDCCsymt.c (checkSClass): a fix for bug #458099/1
11928
11929
11930 2001-09-04  Paul Stoffregen  <paul AT pjrc.com>
11931
11932         * pragma noinduction broke memcpy on mcs51 large model.  Moved it inside z80 optimization
11933
11934 2001-09-03  Michael Hope  <michaelh AT juju.net.nz>
11935
11936         * link/z80/aslink.h: Fixed path for PATH_MAX
11937
11938 2001-09-02  Michael Hope  <michaelh AT juju.net.nz>
11939
11940         * src/z80/gen.c (fetchLitPair): Changed so that it properly caches direct space references.
11941
11942         * support/regression/tests/addsub.c: Added cases to cover all the +, - combinations.
11943
11944         * support/regression/tests/uminus.c: Added a test for the unary minus operator.
11945
11946         * 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.
11947
11948 2001-09-01  Michael Hope  <michaelh AT juju.net.nz>
11949
11950         * src/z80/gen.c: Fixed up generator to pass the regresion tests, specifically fixing loads for longs, genCmp, and turned on the map file.
11951         (genCmp): Fixed up genCmp for the GB with longs.
11952
11953         * device/lib/gbz80/Makefile: Fixed up all the libraries to pass the regression tests.
11954
11955         * support/regression/ports/host/spec.mk: Updated to compile with the new type specifiers.
11956
11957         * device/lib/Makefile.in (Z80SOURCES): Removed old _mululong, _mulslong, and unneeded _mulint.
11958
11959         * device/lib/_mullong.c (_mulslong): Changed to actually return a value :)
11960
11961 2001-08-30  Paul Stoffregen  <paul AT pjrc.com>
11962
11963         * added peepholes 223 to 231 to mcs51 port.  These improve code when using large model.
11964
11965 2001-08-30  Michael Hope  <michaelh AT juju.net.nz>
11966
11967         * 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.
11968
11969         * src/z80/gen.c (genPlus): Changed bad long add for gb to a fall through.
11970
11971 2001-08-29  Michael Hope  <michaelh AT juju.net.nz>
11972
11973         * link/z80/aslink.h: Fixed long file name support.  Is now based off PATH_MAX instead of a constant.
11974
11975         * src/z80/gen.c: Fixed add and sub for the case where left or right are in static space.
11976
11977 2001-08-30 Bernhard Held   <bernhard AT bernhardheld.de>
11978
11979   * sim/ucsim/configure:    little improvement of Cygwin-detection
11980   * sim/ucsim/configure.in: little improvement of Cygwin-detection
11981   * sim/ucsim/cmd.src/newcmdcl.h: include <sys/types.h> to define fd_set automated build
11982   * support/regression/tests/bug-221100.c: small changes for mcs51
11983   * support/regression/tests/bug-221168.c: small changes for mcs51
11984   * support/regression/tests/bug-227710.c: small changes for mcs51
11985   * support/regression/tests/staticinit.c: small changes for mcs51
11986   * as/mcs51/aslink.h: accept everything as symbol name in rel-files, bug fix ID 452601
11987   * as/mcs51/lklex.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11988   * as/mcs51/lksym.c:  accept everything as symbol name in rel-files, bug fix ID 452601
11989
11990 $Revision$